Skip to content

Commit 52ef6f3

Browse files
add fwx treasury
1 parent 6920538 commit 52ef6f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/treasury/fwx.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { treasuryExports } = require("../helper/treasury");
2+
3+
module.exports = treasuryExports({
4+
avax: {
5+
owners: ['0xB0fa4C4D58E26BED39e2C08DcFD96f5743aA6062'],
6+
ownTokens: [],
7+
},
8+
})

0 commit comments

Comments
 (0)