We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fea8e75 + 02c40d0 commit 85e9e1eCopy full SHA for 85e9e1e
1 file changed
contracts/dao/LpProxy.sol
@@ -14,12 +14,13 @@ contract LpProxy is OwnableUpgradeable {
14
address cakeVault;
15
// thena vault address
16
address thenaVault;
17
- // PancakeSwap V3 staking vault
18
- address pcsV3LpVault;
19
-
+
20
// distributor address -> vault address
21
mapping(address => address) public distributorToVault;
22
+ // PancakeSwap V3 staking vault
+ address pcsV3LpVault;
23
24
/// @custom:oz-upgrades-unsafe-allow constructor
25
constructor() {
26
_disableInitializers();
0 commit comments