We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b500fbc commit bd461cfCopy full SHA for bd461cf
projects/solv-btc-lst/index.js
@@ -12,7 +12,7 @@ const solvbtclstListUrl = 'https://raw.githubusercontent.com/solv-finance-dev/sl
12
async function evmTVL(api) {
13
let solvbtclst = await getConfig('solv-protocol/solv-btc-lst', solvbtclstListUrl)
14
let { depositAddress: owners, tokens } = solvbtclst[api.chain]?.otherDeposit ?? {}
15
- api.sumTokens({ owners, tokens })
+ return api.sumTokens({ owners, tokens })
16
}
17
18
module.exports = {
0 commit comments