Skip to content

Commit

Permalink
add meowl tvl (DefiLlama#7208)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeche authored Aug 20, 2023
1 parent 5d24aca commit efca3c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/meowl/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { staking } = require("../helper/staking");
const { pool2 } = require("../helper/pool2");

const MEOWL = "0x1f1f26c966f483997728bed0f9814938b2b5e294";
const stakingContract = "0x679a376dab6318d62de3c87292e207532c8607a9";

module.exports = {
methodology: `TVL for MEOWL consists of the staking of MEOWL tokens`,
ethereum: {
tvl: () => ({}),
staking: staking(stakingContract, MEOWL, "ethereum"),
}
}

0 comments on commit efca3c2

Please sign in to comment.