Skip to content

Commit bd461cf

Browse files
buchaoqung1nt0kiqwen-solvAn-Haijun
authored
Return api.sumTokens (DefiLlama#12237)
Co-authored-by: g1nt0ki <[email protected]> Co-authored-by: qwen-solv <[email protected]> Co-authored-by: hja <[email protected]>
1 parent b500fbc commit bd461cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/solv-btc-lst/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const solvbtclstListUrl = 'https://raw.githubusercontent.com/solv-finance-dev/sl
1212
async function evmTVL(api) {
1313
let solvbtclst = await getConfig('solv-protocol/solv-btc-lst', solvbtclstListUrl)
1414
let { depositAddress: owners, tokens } = solvbtclst[api.chain]?.otherDeposit ?? {}
15-
api.sumTokens({ owners, tokens })
15+
return api.sumTokens({ owners, tokens })
1616
}
1717

1818
module.exports = {

0 commit comments

Comments
 (0)