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"], + ], + }), + }, +};