File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const tokenAddress = {
23
23
}
24
24
25
25
async function tvl ( ) {
26
- let ftTokens = ( await call ( ASSET_MANAGER_CONTRACT , GET_LISTED_TOKENS_METHOD , { } ) ) ;
26
+ let ftTokens = ( await call ( ASSET_MANAGER_CONTRACT , GET_LISTED_TOKENS_METHOD , { } ) ) . filter ( address => address . includes ( '.' ) ) ;
27
27
28
28
// NOTE: balances for FT tokens
29
29
let balances = await addTokenBalances ( ftTokens , ASSET_MANAGER_CONTRACT ) ;
@@ -37,7 +37,7 @@ async function tvl() {
37
37
38
38
module . exports = {
39
39
timetravel : false ,
40
- near : { tvl, } ,
40
+ near : { tvl } ,
41
41
solana : { tvl : ( ) => sumTokens2 ( { tokenAccounts : [ '77puyQ4K4ov82qzBuda4q9iMh2Ux49YnnBNWqxQkcrXE' ] } ) } ,
42
42
methodology : 'All the tokens deposited into Orderly Network by chain'
43
43
} ;
You can’t perform that action at this time.
0 commit comments