File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ async function calLyfTvl(api) {
21
21
const chain = api . chain ;
22
22
const addresses = await getProcolAddresses ( chain ) ;
23
23
const vaults = addresses [ "Vaults" ] . map ( i => i . address )
24
- const tokens = await api . multiCall ( { abi : 'address:token' , calls : vaults } )
25
- const bals = await api . multiCall ( { abi : 'uint256:totalToken' , calls : vaults } )
24
+ const tokens = await api . multiCall ( { abi : 'address:token' , calls : vaults } )
25
+ const bals = await api . multiCall ( { abi : 'uint256:totalToken' , calls : vaults } )
26
26
api . add ( tokens , bals )
27
+ api . removeTokenBalance ( '0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c' )
27
28
return api . getBalances ( )
28
29
}
29
30
30
31
module . exports = {
31
32
calLyfTvl,
32
33
getProcolAddresses
33
34
}
34
-
You can’t perform that action at this time.
0 commit comments