Skip to content

Commit

Permalink
add chain in getUniTVL
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatkdgus1 committed Oct 25, 2023
1 parent 72e9662 commit a3eff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/everdex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function tvl() {
return sumTokens2({ tokensAndOwners, chain });
}

const uniTVL = getUniTVL({ factory: '0x19f21b0AB98EC10d734E314356Ad562ae349177d', useDefaultCoreAssets: true});
const uniTVL = getUniTVL({ factory: '0x19f21b0AB98EC10d734E314356Ad562ae349177d', useDefaultCoreAssets: true, chain});


module.exports = {
Expand Down

0 comments on commit a3eff6f

Please sign in to comment.