Skip to content

Commit 9f6d227

Browse files
add wallets
1 parent 0791ac8 commit 9f6d227

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/treasury/op-foundation.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ const ADDRESSES = require('../helper/coreAssets.json')
22
const { nullAddress, treasuryExports } = require("../helper/treasury");
33

44
const treasury = "0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0";
5+
const treasury2 = "0xfedfaf1a10335448b7fa0268f56d2b44dbd357de";
6+
const treasury3 = "0x2a82ae142b2e62cb7d10b55e323acb1cab663a26";
7+
const treasury4 = "0x19793c7824be70ec58bb673ca42d2779d12581be";
8+
59
const OP = ADDRESSES.optimism.OP
610

711
module.exports = treasuryExports({
@@ -10,7 +14,7 @@ module.exports = treasuryExports({
1014
nullAddress,
1115
ADDRESSES.optimism.USDC
1216
],
13-
owners: [treasury],
17+
owners: [treasury,treasury2,treasury3,treasury4],
1418
ownTokens: [OP],
1519
},
1620
ethereum: {

0 commit comments

Comments
 (0)