Skip to content

Commit 64ab2b6

Browse files
authored
Update: Usual (DefiLlama#12952)
1 parent 3fdbe21 commit 64ab2b6

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

projects/usual/index.js

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11

22
const { sumTokensExport } = require('../helper/unwrapLPs')
33

4-
const USYC = '0x136471a34f6ef19fe571effc1ca711fdb8e49f2b'
5-
const treasury = '0xdd82875f0840AAD58a455A70B88eEd9F59ceC7c7'
4+
const tokens = [
5+
'0x136471a34f6ef19fe571effc1ca711fdb8e49f2b', // USYC
6+
'0x437cc33344a0B27A429f795ff6B469C72698B291' // wM
7+
]
8+
9+
const owners = [
10+
'0xdd82875f0840AAD58a455A70B88eEd9F59ceC7c7', // treasury
11+
'0x4Cbc25559DbBD1272EC5B64c7b5F48a2405e6470' // USUALM
12+
]
13+
614

715
module.exports = {
816
methodology: 'TVL represents the value in RWA held by the protocol',
9-
ethereum: {
10-
tvl: sumTokensExport({ token: USYC, owner: treasury})
11-
}
17+
ethereum: { tvl: sumTokensExport({ tokens, owners })}
1218
}

0 commit comments

Comments
 (0)