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 22c7521 commit dd7be71Copy full SHA for dd7be71
projects/treasury/contango.js
@@ -1,12 +1,12 @@
1
-const { nullAddress, treasuryExports } = require("../helper/treasury");
+const { treasuryExports } = require("../helper/treasury");
2
3
const treasuryARB = "0x643178CF8AEc063962654CAc256FD1f7fe06ac28"
4
5
module.exports = treasuryExports({
6
+ isComplex: true,
7
+ complexOwners: ['0x4577b1417bdd10bf1bbfc8cf29180f592b0c3190'],
8
arbitrum: {
- tokens: [
- nullAddress,
9
- ],
10
- owners: [treasuryARB],
+ owners: [treasuryARB, '0x4577b1417bdd10bf1bbfc8cf29180f592b0c3190'],
+ ownTokens: ['0xC760F9782F8ceA5B06D862574464729537159966']
11
},
12
});
0 commit comments