Skip to content

Commit f009c9a

Browse files
add wallet
1 parent 9f6d227 commit f009c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/treasury/safe.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const treasury = "0x3EDf6868d7c42863E44072DaEcC16eCA2804Dea1" //
55
const SAFE = ADDRESSES.ethereum.SAFE
66
const safe_foundation_treasury = "0x1d4f25bc16b68c50b78e1040bc430a8097fd6f45"
77
const safe_dao_2 = "0x0b00b3227a5f3df3484f03990a87e02ebad2f888"
8+
const safe_gnosisdao_joint_treasury = "0xd28b432f06cb64692379758B88B5fCDFC4F56922"
89

910

1011
module.exports = treasuryExports({
@@ -19,7 +20,7 @@ module.exports = treasuryExports({
1920
tokens: [
2021
nullAddress,
2122
],
22-
owners: [safe_foundation_treasury, safe_dao_2],
23+
owners: [safe_foundation_treasury, safe_dao_2,safe_gnosisdao_joint_treasury],
2324
ownTokens: [SAFE],
2425
},
2526

0 commit comments

Comments
 (0)