File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
const { post } = require ( "../helper/http" ) ;
2
2
3
- const endpoint = 'https://exsat2 .greymass.com/v1' ;
3
+ const endpoint = 'https://eos .greymass.com/v1' ;
4
4
5
5
const symbolToCoingeckoId = {
6
6
'EOS' : 'eos' ,
7
7
'USDT' : 'tether' ,
8
+ 'BTC' : 'bitcoin' ,
9
+ 'RAMS' : 'ramses-exchange' ,
10
+ 'XSAT' : 'exsat-network' ,
8
11
} ;
9
12
10
13
async function getContractActionsWithPagination ( contract , actionName ) {
@@ -131,9 +134,6 @@ async function calculateTVLFromActions(contract) {
131
134
async function eos ( ) {
132
135
const actionBasedBalances = await calculateTVLFromActions ( "portal.1dex" , 50 ) ;
133
136
134
- console . log ( actionBasedBalances ) ;
135
-
136
-
137
137
const accountTvl = convertToDefiLlamaFormat ( actionBasedBalances )
138
138
139
139
return accountTvl ;
You can’t perform that action at this time.
0 commit comments