File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -602,6 +602,7 @@ export const COREDAO_FEATURES = [
602602export const TEMPO_FEATURES = [ ...EVM_FEATURES ] ;
603603export const HYPERLIQUID_FEATURES = [
604604 ...ACCOUNT_COIN_DEFAULT_FEATURES ,
605+ CoinFeature . MULTISIG_COLD ,
605606 CoinFeature . TSS ,
606607 CoinFeature . TSS_COLD ,
607608 CoinFeature . MPCV2 ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export const expectedColdFeatures = {
1616 'trx' ,
1717 'ttrx' ,
1818 'hyperliquid' ,
19+ 'thyperliquid' ,
1920 ] ,
2021 justMultiSig : [
2122 'algo' ,
You can’t perform that action at this time.
0 commit comments