From 4d8247bfb07bfaff00d2ea99f517719e23baaf07 Mon Sep 17 00:00:00 2001 From: Define101 Date: Sun, 11 Aug 2024 20:34:53 +0100 Subject: [PATCH] add ethereum --- projects/tbtc/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/tbtc/index.js b/projects/tbtc/index.js index 0ac5ec61809c..fac1e605c8d9 100644 --- a/projects/tbtc/index.js +++ b/projects/tbtc/index.js @@ -27,6 +27,7 @@ const owners = [ module.exports = { methodology: "BTC on btc chain", + ethereum: {tvl: () => ({}) }, bitcoin: { tvl: sdk.util.sumChainTvls([ sumTokensExport({ owners }),