Skip to content

Commit f0c8d30

Browse files
authored
Update zoo protocol (DefiLlama#14154)
1 parent f170460 commit f0c8d30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

projects/treasury/zoofi-io.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ const protocolConfig = [
1010
{
1111
protocol: '0x9F0956c33f45141a7D8D5751038ae0A71C562f87',
1212
treasury: "0x54C56e149F6D655Aa784678057D1f96612b0Cf1a"
13+
},
14+
{
15+
protocol: '0xd75Dc0496826FF0C13cE6D6aA5Bf8D64126E4fF1',
16+
treasury: "0x54C56e149F6D655Aa784678057D1f96612b0Cf1a"
1317
}
1418
]
1519

projects/zoofi-io/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ async function tvl(api) {
22
const protocols = [
33
'0xc0fA386aE92f18A783476d09121291A1972C30Dc',
44
'0x4737c3BAB13a1Ad94ede8B46Bc6C22fb8bBE9c81',
5-
'0x9F0956c33f45141a7D8D5751038ae0A71C562f87'
5+
'0x9F0956c33f45141a7D8D5751038ae0A71C562f87',
6+
'0xd75Dc0496826FF0C13cE6D6aA5Bf8D64126E4fF1'
67
]
78

89
const tokensAndOwners = []

0 commit comments

Comments
 (0)