Skip to content

Commit 04c2372

Browse files
committed
fix: added missing thyperliquid
TICKET: CECHO-90
1 parent 5c22e0a commit 04c2372

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ export const allCoinsAndTokens = [
17521752
),
17531753
account(
17541754
'1d7327a1-80fc-4913-9b72-457087811262',
1755-
'hype',
1755+
'hyperliquid',
17561756
'Hyperliquid',
17571757
Networks.main.hyperliquid,
17581758
8,
@@ -1763,7 +1763,7 @@ export const allCoinsAndTokens = [
17631763
),
17641764
account(
17651765
'd0754b12-26fa-47c2-887f-f19099156ea2',
1766-
'thype',
1766+
'thyperliquid',
17671767
'Hyperliquid Testnet',
17681768
Networks.test.hyperliquid,
17691769
8,

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ export const COREDAO_FEATURES = [
602602
export const TEMPO_FEATURES = [...EVM_FEATURES];
603603
export const HYPERLIQUID_FEATURES = [
604604
...ACCOUNT_COIN_DEFAULT_FEATURES,
605+
CoinFeature.MULTISIG_COLD,
605606
CoinFeature.TSS,
606607
CoinFeature.TSS_COLD,
607608
CoinFeature.MPCV2,

modules/statics/test/unit/fixtures/expectedColdFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const expectedColdFeatures = {
1616
'trx',
1717
'ttrx',
1818
'hyperliquid',
19+
'thyperliquid',
1920
],
2021
justMultiSig: [
2122
'algo',

0 commit comments

Comments
 (0)