Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk1mer12 authored May 8, 2024
1 parent 678ad1f commit c6c4011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/inception-lrt/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, } ,
}

0 comments on commit c6c4011

Please sign in to comment.