From c6c4011714983bafec78856ce46f883eb4413dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o=20Pinto?= <87367287+Sk1mer12@users.noreply.github.com> Date: Wed, 8 May 2024 11:56:53 +0100 Subject: [PATCH] Update index.js --- projects/inception-lrt/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/inception-lrt/index.js b/projects/inception-lrt/index.js index afc025275697..d9bd18ac99a8 100644 --- a/projects/inception-lrt/index.js +++ b/projects/inception-lrt/index.js @@ -24,7 +24,7 @@ async function tvl_mode(api) { module.exports = { doublecounted: true, - ethereum: { tvl_eth, } , - linea: { tvl_linea, } , - mode: { tvl_mode, } , + ethereum: { tvl: tvl_eth, } , + linea: { tvl: tvl_linea, } , + mode: { tvl: tvl_mode, } , }