Skip to content

Commit 70527b2

Browse files
authored
Update EthStrategy.js
Added Eth staking tokens
1 parent 07fc4a8 commit 70527b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/treasury/EthStrategy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
const treasuryModule = treasuryExports({
1414
ethereum: {
1515
owners: OWNERS,
16-
tokens: [nullAddress], // native ETH only
16+
tokens: [nullAddress, "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110", "0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8", "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84", "0x8c1BEd5b9a0928467c9B1341Da1D7BD5e10b6549"], // native ETH only
1717
ownTokens: ["0x14cF922aa1512Adfc34409b63e18D391e4a86A2f"], // no protocol token to separate
1818
},
1919
});

0 commit comments

Comments
 (0)