Skip to content

Commit 9707663

Browse files
authored
Fix Usal Treasury (DefiLlama#14310)
1 parent f83fa4d commit 9707663

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

projects/treasury/usual.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ const tokens = [
88
]
99

1010
const owners = [
11-
'0xdd82875f0840AAD58a455A70B88eEd9F59ceC7c7', // Treasury
1211
'0x81ad394C0Fa87e99Ca46E1aca093BEe020f203f4', // Yield Treasury
13-
'0x4Cbc25559DbBD1272EC5B64c7b5F48a2405e6470', // USUALM
14-
'0x58073531a2809744D1bF311D30FD76B27D662abB' // USUALUSDtb
1512
]
1613

1714
module.exports = treasuryExports({
1815
ethereum: {
1916
tokens,
20-
owners
17+
owners,
18+
ownTokens: ["0x06B964d96f5dCF7Eae9d7C559B09EDCe244d4B8E", "0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E" ], // USUALX and USUAL
2119
}
2220
})

0 commit comments

Comments
 (0)