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 db486c2 commit f6660d7Copy full SHA for f6660d7
projects/defi-money/index.js
@@ -25,6 +25,17 @@ const config = {
25
"0x07aDF588508b923B8eA0389d27b61b9CB8a197Cb", // FRAX/MONEY
26
],
27
},
28
+ base: {
29
+ controller: "0x1337F001E280420EcCe9E7B934Fa07D67fdb62CD",
30
+ MONEY: "0xEbE54BEE7A397919C53850bA68E126b0A6b295ed",
31
+ stakeLPs: [
32
+ // "0x9F04112af02CE57C10d946481Ea06373719c1E7E", // MONEY - already included in tvl
33
+ "0xe0f7c023763d782970ab45e9232255a64290cd6a", // crvUSD/MONEY
34
+ "0xb7698c690752ae034e914a29a0de67339a94982b", // USDC/MONEY
35
+ "0x45acdee3c9f7e1c7ad6cc10c9cb9f74eb52d0e70", // USDbC/MONEY
36
+ "0xac786337dde86b768ea3cc90afa03250bccfff28", // DAI/MONEY
37
+ ],
38
+ },
39
}
40
41
const tvl = async (api) => {
0 commit comments