Skip to content

Commit dac012d

Browse files
committed
update staking dackie
1 parent 2f73689 commit dac012d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

projects/dackieswap-v2/index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
const { getUniTVL } = require("../helper/unknownTokens");
2+
const { stakings } = require("../helper/staking");
3+
4+
const DACKIE = "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B";
5+
6+
const stakingPools = [
7+
// Lock & flexible pool
8+
"0x4Ad387bcb03B92a6e22A72391Cc37493Fc388B05",
9+
];
210

311
module.exports = {
412
misrepresentedTokens: true,
@@ -7,7 +15,8 @@ module.exports = {
715
factory: "0x591f122D1df761E616c13d265006fcbf4c6d6551",
816
useDefaultCoreAssets: true,
917
fetchBalances: true
10-
})
18+
}),
19+
staking: stakings(stakingPools, DACKIE)
1120
},
1221
optimism: {
1322
tvl: getUniTVL({

0 commit comments

Comments
 (0)