From dbfcf1dfeee59b228009268706594509252e0743 Mon Sep 17 00:00:00 2001 From: grab228 <75052203+grab228@users.noreply.github.com> Date: Mon, 6 May 2024 00:25:05 +0300 Subject: [PATCH] Revert "Add two bridge contract addresses for zklink nova (#10097)" This reverts commit 6c9ee714875cde16b51afa3bc94085e47d7ac899. --- projects/zkLink/index.js | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/projects/zkLink/index.js b/projects/zkLink/index.js index 5dde9d4146..c50e98ef49 100644 --- a/projects/zkLink/index.js +++ b/projects/zkLink/index.js @@ -108,26 +108,10 @@ const config = { "0x5Bd51296423A9079b931414C1De65e7057326EaA", ], }, - tron: { - owners: [ - "TXZFj3Eo7xLArr32SYea2GtWmG1BekdpDq", // nova bridge address - ], - tokens: [ADDRESSES.tron.BTC], - }, - merlin: { - owners: [ - "0xf5b90fE755Aa2e3CcC69d9548cbeB7b38c661D73", // nova bridge address - ], - tokens: [ - "0xB880fd278198bd590252621d4CD071b1842E9Bcd", //MBTC - "0x41D9036454BE47d3745A823C4aaCD0e29cFB0f71", //Solv BTC - ], - - }, } async function tvl(api) { - const fetchCoValentTokens = !['manta', 'mantle', 'blast', 'tron', 'merlin'].includes(api.chain) + const fetchCoValentTokens = !['manta', 'mantle', 'blast'].includes(api.chain) return sumTokens2({ api, ...config[api.chain], fetchCoValentTokens, }) }