Skip to content

Commit 86135e3

Browse files
ExtraFimomo
and
momo
authored
Add Extra Finance's treasury (#14492)
Co-authored-by: momo <[email protected]>
1 parent 4b218ee commit 86135e3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

projects/treasury/extrafi.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
const { treasuryExports } = require("../helper/treasury");
3+
4+
const treasury = "0xc918a60e4d40d15959a85fa8b35f6db96907babf";
5+
6+
module.exports = treasuryExports({
7+
optimism: {
8+
owners: [treasury, ],
9+
ownTokens: [
10+
],
11+
tokens: [
12+
],
13+
},
14+
base: {
15+
owners: [treasury, ],
16+
ownTokens: [
17+
],
18+
tokens: [
19+
],
20+
},
21+
});

0 commit comments

Comments
 (0)