We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f73689 commit dac012dCopy full SHA for dac012d
projects/dackieswap-v2/index.js
@@ -1,4 +1,12 @@
1
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
+];
10
11
module.exports = {
12
misrepresentedTokens: true,
@@ -7,7 +15,8 @@ module.exports = {
15
factory: "0x591f122D1df761E616c13d265006fcbf4c6d6551",
16
useDefaultCoreAssets: true,
17
fetchBalances: true
- })
18
+ }),
19
+ staking: stakings(stakingPools, DACKIE)
20
},
21
optimism: {
13
22
tvl: getUniTVL({
0 commit comments