File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
const { getConfig } = require ( '../helper/cache' )
2
- const { sumTokens } = require ( '../helper/sumTokens' ) ;
2
+ const { sumTokens, sumTokensExport } = require ( '../helper/sumTokens' ) ;
3
3
const { sumTokens2 } = require ( '../helper/unwrapLPs' ) ;
4
4
5
5
const chainMapping = {
6
6
avax : 'avalanche' ,
7
7
cosmos : 'cosmoshub' ,
8
+ xrplevm : 'xrpl-evm' ,
8
9
terra2 : 'terra-2' ,
9
10
bsc : 'binance'
10
11
} ;
@@ -46,6 +47,7 @@ const chainListTotal = [
46
47
'bsc' ,
47
48
'celo' ,
48
49
'ethereum' ,
50
+ 'xrplevm' ,
49
51
'fantom' ,
50
52
'filecoin' ,
51
53
'imx' ,
@@ -95,4 +97,8 @@ chainListSupply.concat(chainListTotal).forEach(chain => {
95
97
}
96
98
} ) ;
97
99
98
- module . exports . timetravel = false ;
100
+ module . exports . timetravel = false ;
101
+
102
+ module . exports . ripple = {
103
+ tvl : sumTokensExport ( { owner : 'rfmS3zqrQrka8wVyhXifEeyTwe8AMz2Yhw' } )
104
+ }
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ const DEFAULTS = {
36
36
KATANA_RPC : "https://rpc.katana.network" ,
37
37
KATANA_RPC_MULTICALL : '0xcA11bde05977b3631167028862bE2a173976CA11' ,
38
38
BTNX_RPC_MULTICALL : '0xcA11bde05977b3631167028862bE2a173976CA11' ,
39
+ XRPLEVM_RPC_MULTICALL : '0xA7f3d2dEa7a53E7A9FEbBdE5Cf7C69d39D065030' ,
39
40
VECHAIN_RPC_MULTICALL : '0x8B2fF167683c5e1DFD6717d934B560F20cf9F2a3' ,
40
41
}
41
42
You can’t perform that action at this time.
0 commit comments