Skip to content

Commit

Permalink
add treasury chains
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Sep 29, 2024
1 parent d67cc4b commit 1e529f8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion projects/treasury/sideshift-ai.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
const { nullAddress, treasuryExports } = require("../helper/treasury");

const owners = ['0x8f456e525ed0115e22937c5c8afac061cc697f21']

module.exports = treasuryExports({
ethereum: {
tokens: [
nullAddress,
],
owners: ['0x8f456e525ed0115e22937c5c8afac061cc697f21'],
owners,
ownTokens: [],
},
mantle: {
tokens: [
"0xcda86a272531e8640cd7f1a92c01839911b90bb0",
"0xc96de26018a54d51c097160568752c4e3bd6c364"
],
owners,
ownTokens: [],
},
arbitrum: {
tokens: [
],
owners,
ownTokens: [],
},
})

0 comments on commit 1e529f8

Please sign in to comment.