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 45e6253 commit c94278bCopy full SHA for c94278b
projects/treasury/forth-dao.js
@@ -15,9 +15,12 @@ module.exports = treasuryExports({
15
ADDRESSES.ethereum.USDC,//usdc
16
ADDRESSES.ethereum.WETH,//weth
17
'0xBcca60bB61934080951369a648Fb03DF4F96263C',//ausdc
18
- '0xc944E90C64B2c07662A292be6244BDf05Cda44a7'
+ '0xc944E90C64B2c07662A292be6244BDf05Cda44a7',
19
+ '0xd46ba6d942050d489dbd938a2c909a5d5039a161'
20
+
21
],
22
owners: [treasury, treasury2],
23
ownTokens: [FORTH, AMPL, LP],
24
+ blacklistedTokens: ['0xf211b655431c10e72c1caeae37688ae9f7f7a549']
25
},
26
})
0 commit comments