From bc258f366d14da552a7cda4121697c6aeb1b123d Mon Sep 17 00:00:00 2001 From: Mario Reder Date: Fri, 27 Sep 2024 10:14:40 +0200 Subject: [PATCH] add memedotcooking (#11770) Co-authored-by: pysrxyz --- projects/memecooking/index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/memecooking/index.js diff --git a/projects/memecooking/index.js b/projects/memecooking/index.js new file mode 100644 index 000000000000..615d3d10ba94 --- /dev/null +++ b/projects/memecooking/index.js @@ -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), + } +}; \ No newline at end of file