File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -487,15 +487,12 @@ export enum UnderlyingAsset {
487487 PHRS = 'phrs' ,
488488 CTC = 'ctc' ,
489489 HYPEEVM = 'hypeevm' ,
490- THYPEEVM = 'thypeevm' ,
491490 RBTC = 'rbtc' , // RSK main coin
492491 SEI = 'sei' ,
493492 SEIEVM = 'seievm' ,
494- TSEIEVM = 'tseievm' ,
495493 SGB = 'sgb' ,
496494 SOL = 'sol' ,
497495 SONIC = 'sonic' ,
498- TSONIC = 'tsonic' ,
499496 SUI = 'sui' ,
500497 STX = 'stx' ,
501498 TIA = 'tia' , // Celestia
Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ export const coins = CoinMap.fromCoins([
738738 'Sei EVM Testnet' ,
739739 Networks . test . seievm ,
740740 18 ,
741- UnderlyingAsset . TSEIEVM ,
741+ UnderlyingAsset . SEIEVM ,
742742 BaseUnit . ETH ,
743743 [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
744744 ) ,
@@ -1375,7 +1375,7 @@ export const coins = CoinMap.fromCoins([
13751375 'Hyperliquid EVM Testnet' ,
13761376 Networks . test . hypeevm ,
13771377 18 ,
1378- UnderlyingAsset . THYPEEVM ,
1378+ UnderlyingAsset . HYPEEVM ,
13791379 BaseUnit . ETH ,
13801380 [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
13811381 ) ,
@@ -1395,7 +1395,7 @@ export const coins = CoinMap.fromCoins([
13951395 'Sonic Testnet' ,
13961396 Networks . test . sonic ,
13971397 18 ,
1398- UnderlyingAsset . TSONIC ,
1398+ UnderlyingAsset . SONIC ,
13991399 BaseUnit . ETH ,
14001400 [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
14011401 ) ,
You can’t perform that action at this time.
0 commit comments