Skip to content

Commit

Permalink
add memedotcooking (DefiLlama#11770)
Browse files Browse the repository at this point in the history
Co-authored-by: pysrxyz <[email protected]>
  • Loading branch information
2 people authored and Adolf998 committed Sep 29, 2024
1 parent 51916d6 commit bc258f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/memecooking/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { addTokenBalances } = require("../helper/chain/near");

const MEMECOOKING_CONTRACT = 'meme-cooking.near';
const FT_NEAR = 'wrap.near'

module.exports = {
methodology: 'Amount of wNEAR in the MEMECOOKING contract',
near: {
tvl: () => addTokenBalances([FT_NEAR], MEMECOOKING_CONTRACT),
}
};

0 comments on commit bc258f3

Please sign in to comment.