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 f170460 commit f0c8d30Copy full SHA for f0c8d30
projects/treasury/zoofi-io.js
@@ -10,6 +10,10 @@ const protocolConfig = [
10
{
11
protocol: '0x9F0956c33f45141a7D8D5751038ae0A71C562f87',
12
treasury: "0x54C56e149F6D655Aa784678057D1f96612b0Cf1a"
13
+ },
14
+ {
15
+ protocol: '0xd75Dc0496826FF0C13cE6D6aA5Bf8D64126E4fF1',
16
+ treasury: "0x54C56e149F6D655Aa784678057D1f96612b0Cf1a"
17
}
18
]
19
projects/zoofi-io/index.js
@@ -2,7 +2,8 @@ async function tvl(api) {
2
const protocols = [
3
'0xc0fA386aE92f18A783476d09121291A1972C30Dc',
4
'0x4737c3BAB13a1Ad94ede8B46Bc6C22fb8bBE9c81',
5
- '0x9F0956c33f45141a7D8D5751038ae0A71C562f87'
+ '0x9F0956c33f45141a7D8D5751038ae0A71C562f87',
6
+ '0xd75Dc0496826FF0C13cE6D6aA5Bf8D64126E4fF1'
7
8
9
const tokensAndOwners = []
0 commit comments