Skip to content

Commit 4ac4236

Browse files
committed
fix(statics): update underlying asset references for EVM testnets
Ticket: WIN-6198
1 parent 050c7cb commit 4ac4236

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

modules/statics/src/base.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

modules/statics/src/coins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)