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 f83fa4d commit 9707663Copy full SHA for 9707663
projects/treasury/usual.js
@@ -8,15 +8,13 @@ const tokens = [
8
]
9
10
const owners = [
11
- '0xdd82875f0840AAD58a455A70B88eEd9F59ceC7c7', // Treasury
12
'0x81ad394C0Fa87e99Ca46E1aca093BEe020f203f4', // Yield Treasury
13
- '0x4Cbc25559DbBD1272EC5B64c7b5F48a2405e6470', // USUALM
14
- '0x58073531a2809744D1bF311D30FD76B27D662abB' // USUALUSDtb
15
16
17
module.exports = treasuryExports({
18
ethereum: {
19
tokens,
20
- owners
+ owners,
+ ownTokens: ["0x06B964d96f5dCF7Eae9d7C559B09EDCe244d4B8E", "0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E" ], // USUALX and USUAL
21
}
22
})
0 commit comments