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 9f6d227 commit f009c9aCopy full SHA for f009c9a
projects/treasury/safe.js
@@ -5,6 +5,7 @@ const treasury = "0x3EDf6868d7c42863E44072DaEcC16eCA2804Dea1" //
5
const SAFE = ADDRESSES.ethereum.SAFE
6
const safe_foundation_treasury = "0x1d4f25bc16b68c50b78e1040bc430a8097fd6f45"
7
const safe_dao_2 = "0x0b00b3227a5f3df3484f03990a87e02ebad2f888"
8
+const safe_gnosisdao_joint_treasury = "0xd28b432f06cb64692379758B88B5fCDFC4F56922"
9
10
11
module.exports = treasuryExports({
@@ -19,7 +20,7 @@ module.exports = treasuryExports({
19
20
tokens: [
21
nullAddress,
22
],
- owners: [safe_foundation_treasury, safe_dao_2],
23
+ owners: [safe_foundation_treasury, safe_dao_2,safe_gnosisdao_joint_treasury],
24
ownTokens: [SAFE],
25
},
26
0 commit comments