Skip to content

Commit 8254d65

Browse files
committed
feat: add Zoofi treasury exports configuration DefiLlama#13434
1 parent 2292076 commit 8254d65

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

projects/treasury/zoofi-io.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const { treasuryExports } = require("../helper/treasury");
2+
3+
const treasury = "0x54C56e149F6D655Aa784678057D1f96612b0Cf1a";
4+
5+
module.exports = treasuryExports({
6+
berachain: {
7+
tokens: [
8+
"0xF961a8f6d8c69E7321e78d254ecAfBcc3A637621"
9+
],
10+
owners: [treasury],
11+
ownTokens: [],
12+
},
13+
})

0 commit comments

Comments
 (0)