Skip to content

Commit c94278b

Browse files
authored
Fix Forth-Dao (#15937)
1 parent 45e6253 commit c94278b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/treasury/forth-dao.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ module.exports = treasuryExports({
1515
ADDRESSES.ethereum.USDC,//usdc
1616
ADDRESSES.ethereum.WETH,//weth
1717
'0xBcca60bB61934080951369a648Fb03DF4F96263C',//ausdc
18-
'0xc944E90C64B2c07662A292be6244BDf05Cda44a7'
18+
'0xc944E90C64B2c07662A292be6244BDf05Cda44a7',
19+
'0xd46ba6d942050d489dbd938a2c909a5d5039a161'
20+
1921
],
2022
owners: [treasury, treasury2],
2123
ownTokens: [FORTH, AMPL, LP],
24+
blacklistedTokens: ['0xf211b655431c10e72c1caeae37688ae9f7f7a549']
2225
},
2326
})

0 commit comments

Comments
 (0)