Skip to content

Commit

Permalink
add k9finance treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Sep 23, 2024
1 parent 825b8fa commit 95271d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/treasury/k9finance.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const { token } = require("@project-serum/anchor/dist/cjs/utils");
const { nullAddress, treasuryExports } = require("../helper/treasury");

const treasury = "0xDA4Df6E2121eDaB7c33Ed7FE0f109350939eDA84";
const shibtreasury = "0x5C3d21D406226F17a06510F1CB9157BD9e751416"

module.exports = treasuryExports({
ethereum: {
owners: [treasury],
ownTokens: ["0x91fbb2503ac69702061f1ac6885759fc853e6eae"]
},
shibarium: {
tokens: ["0x839fdb6cc98342b428e074c1573adf6d48ca3bfd"],
owners: [shibtreasury],
ownTokens: ["0x91fbB2503AC69702061f1AC6885759Fc853e6EaE"]
},
})

0 comments on commit 95271d9

Please sign in to comment.