Skip to content

Commit

Permalink
add meowl treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Aug 20, 2023
1 parent 85efcc9 commit 5d24aca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/treasury/meowl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const ADDRESSES = require('../helper/coreAssets.json');
const { nullAddress } = require('../helper/tokenMapping');
const { treasuryExports } = require("../helper/treasury");

module.exports = treasuryExports({
ethereum: {
tokens: [
nullAddress
],
owners: [
"0x842618c3f6E3E12edc5F02CC17561293e10CEb7d",
],
ownTokens: ["0x1F1F26C966F483997728bEd0F9814938b2B5E294"],
},
})

0 comments on commit 5d24aca

Please sign in to comment.