From 1c887da727261b6c28b3d58ca2bc388929a05acd Mon Sep 17 00:00:00 2001 From: baransarpp Date: Thu, 18 Sep 2025 20:47:42 +0200 Subject: [PATCH] Create shina-inu A Decentralized Meme Token on the Ethereum Blockchain Our mission is to give back to the crypto community, give to charity, and win the heart of the greatest token of all time, Shiba Inu! --- projects/shina-inu | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 projects/shina-inu diff --git a/projects/shina-inu b/projects/shina-inu new file mode 100644 index 0000000000..021c7c35e2 --- /dev/null +++ b/projects/shina-inu @@ -0,0 +1,12 @@ +const { sumTokensExport } = require("../helper/unwrapLPs"); + +module.exports = { + ethereum: { + tvl: sumTokensExport({ + tokensAndOwners: [ + // [Token kontrat adresi, Uniswap V3 Pair adresi] + ["0x243cACb4D5fF6814AD668C3e225246efA886AD5a", "0x959c7d5706ac0b5a29f506a1019ba712a1c70c70"], + ], + }), + }, +};