Skip to content

Commit d65b0c6

Browse files
update Hyperlink to HyperEVM (#2810)
* update Hyperlink to HyperEVM * Update index.ts * Rename hyperliquid.svg to hyperevm.svg * updated streamsnetworkdata hyperliquid->hyperevm * Rename hyperevm.svg to hyperliquid.svg * Create hyperevm.svg --------- Co-authored-by: Devin DiStefano <[email protected]>
1 parent fd5b83e commit d65b0c6

File tree

10 files changed

+51
-49
lines changed

10 files changed

+51
-49
lines changed

public/assets/chains/hyperevm.svg

Lines changed: 4 additions & 0 deletions
Loading

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const productChainLinks: ProductChainLinks = {
8585
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
8686
polygonkatana: "/ccip/directory/mainnet/chain/polygon-mainnet-katana",
8787
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
88-
hyperliquid: "/ccip/directory/mainnet/chain/hyperliquid-mainnet",
88+
hyperevm: "/ccip/directory/mainnet/chain/hyperevm-mainnet",
8989
etherlink: "/ccip/directory/testnet/chain/etherlink-testnet",
9090
},
9191
},
@@ -146,7 +146,7 @@ export const productChainLinks: ProductChainLinks = {
146146
"gnosis-chain": "/data-streams/crypto-streams",
147147
gravity: "/data-streams/crypto-streams",
148148
hashkey: "/data-streams/crypto-streams",
149-
hyperliquid: "/data-streams/crypto-streams",
149+
hyperevm: "/data-streams/crypto-streams",
150150
ink: "/data-streams/crypto-streams",
151151
lens: "/data-streams/crypto-streams",
152152
linea: "/data-streams/crypto-streams",
@@ -288,7 +288,7 @@ export const productChainLinks: ProductChainLinks = {
288288
neox: "/resources/link-token-contracts#neo-x",
289289
polygonkatana: "/resources/link-token-contracts#polygon-katana",
290290
"0g": "/resources/link-token-contracts#0g",
291-
hyperliquid: "/resources/link-token-contracts#hyperliquid",
291+
hyperevm: "/resources/link-token-contracts#hyperevm",
292292
},
293293
}
294294

@@ -344,7 +344,7 @@ export const chainNames: Record<string, string> = {
344344
treasure: "Treasure",
345345
lens: "Lens",
346346
unichain: "Unichain",
347-
hyperliquid: "Hyperliquid",
347+
hyperevm: "HyperEVM",
348348
merlin: "Merlin",
349349
fraxtal: "Fraxtal",
350350
zeta: "Zeta",

src/config/data/chain-to-technology.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"LENS_MAINNET": "LENS",
8484
"BERACHAIN_MAINNET": "BERACHAIN",
8585
"BERACHAIN_BARTIO": "BERACHAIN",
86-
"HYPERLIQUID_MAINNET": "HYPERLIQUID",
87-
"HYPERLIQUID_TESTNET": "HYPERLIQUID",
86+
"HYPEREVM_MAINNET": "HYPEREVM",
87+
"HYPEREVM_TESTNET": "HYPEREVM",
8888
"MERLIN_TESTNET": "MERLIN",
8989
"MERLIN_MAINNET": "MERLIN",
9090
"FRAXTAL_TESTNET": "FRAXTAL",

src/config/data/chains.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,28 +1326,28 @@
13261326
}
13271327
}
13281328
},
1329-
"HYPERLIQUID": {
1330-
"title": "Hyperliquid",
1329+
"HYPEREVM": {
1330+
"title": "HyperEVM",
13311331
"icon": "/assets/chains/hyperliquid.svg",
13321332
"chainType": "evm",
13331333
"chains": {
1334-
"HYPERLIQUID_MAINNET": {
1334+
"HYPEREVM_MAINNET": {
13351335
"chainId": 999,
1336-
"title": "Hyperliquid",
1336+
"title": "HyperEVM",
13371337
"explorer": {
1338-
"baseUrl": "https://app.hyperliquid.xyz/explorer"
1338+
"baseUrl": "https://hyperevmscan.io/"
13391339
},
13401340
"nativeCurrency": {
13411341
"name": "HYPE",
13421342
"symbol": "HYPE",
13431343
"decimals": 18
13441344
}
13451345
},
1346-
"HYPERLIQUID_TESTNET": {
1346+
"HYPEREVM_TESTNET": {
13471347
"chainId": 998,
1348-
"title": "Hyperliquid Testnet",
1348+
"title": "HyperEVM Testnet",
13491349
"explorer": {
1350-
"baseUrl": "https://app.hyperliquid-testnet.xyz/explorer"
1350+
"baseUrl": "https://hyperevmscan.io/"
13511351
},
13521352
"nativeCurrency": {
13531353
"name": "HYPE",

src/config/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export type SupportedTechnology =
4141
| "LENS"
4242
| "BERACHAIN"
4343
| "UNICHAIN"
44-
| "HYPERLIQUID"
44+
| "HYPEREVM"
4545
| "MERLIN"
4646
| "FRAXTAL"
4747
| "HEDERA"
@@ -156,8 +156,8 @@ export type SupportedChain =
156156
| "LENS_MAINNET"
157157
| "BERACHAIN_MAINNET"
158158
| "BERACHAIN_BARTIO"
159-
| "HYPERLIQUID_MAINNET"
160-
| "HYPERLIQUID_TESTNET"
159+
| "HYPEREVM_MAINNET"
160+
| "HYPEREVM_TESTNET"
161161
| "MERLIN_TESTNET"
162162
| "MERLIN_MAINNET"
163163
| "FRAXTAL_TESTNET"

src/config/web3Providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export const chainToProvider: Record<SupportedChain, () => Provider> = {
8888
LENS_MAINNET: () => new JsonRpcProvider("https://rpc.lens.xyz"),
8989
BERACHAIN_MAINNET: () => new JsonRpcProvider("https://rpc.berachain.com"),
9090
BERACHAIN_BARTIO: () => new JsonRpcProvider("https://bartio.rpc.berachain.com"),
91-
HYPERLIQUID_MAINNET: () => new JsonRpcProvider("https://rpc.hyperliquid.xyz/evm"),
92-
HYPERLIQUID_TESTNET: () => new JsonRpcProvider("https://rpc.hyperliquid-testnet.xyz/evm"),
91+
HYPEREVM_MAINNET: () => new JsonRpcProvider("https://hyperevmscan.io/"),
92+
HYPEREVM_TESTNET: () => new JsonRpcProvider("https://hyperevmscan.io/"),
9393
MERLIN_TESTNET: () => new JsonRpcProvider("https://testnet-rpc.merlinchain.io/"),
9494
MERLIN_MAINNET: () => new JsonRpcProvider("https://rpc.merlinchain.io"),
9595
FRAXTAL_TESTNET: () => new JsonRpcProvider("https://rpc.testnet.frax.com"),

src/content/resources/link-token-contracts.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -734,27 +734,27 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http
734734
| Symbol | LINK |
735735
| Decimals | 18 |
736736

737-
## <img src="/assets/chains/hyperliquid.svg" style="height: 24px; width: auto; margin-right: 8px;" />Hyperliquid
737+
## <img src="/assets/chains/hyperliquid.svg" style="height: 24px; width: auto; margin-right: 8px;" />HyperEVM
738738

739-
### Hyperliquid Mainnet
739+
### HyperEVM Mainnet
740740

741-
| Parameter | Value |
742-
| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
743-
| Chain ID | `999` |
744-
| Address | <Address contractUrl="https://app.hyperliquid.xyz/explorer/address/0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" urlId="999_0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" urlClass="erc-token-address"/> |
745-
| Name | Chainlink Token |
746-
| Symbol | LINK |
747-
| Decimals | 18 |
741+
| Parameter | Value |
742+
| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
743+
| Chain ID | `999` |
744+
| Address | <Address contractUrl="https://hyperevmscan.io/address/0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" urlId="999_0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" urlClass="erc-token-address"/> |
745+
| Name | Chainlink Token |
746+
| Symbol | LINK |
747+
| Decimals | 18 |
748748

749-
### Hyperliquid Testnet
749+
### HyperEVM Testnet
750750

751-
| Parameter | Value |
752-
| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
753-
| Chain ID | `998` |
754-
| Address | <Address contractUrl="https://app.hyperliquid-testnet.xyz/explorer/address/0xDD311DBec8A24EdFabf5F985845a75F42e8f9544" urlId="998_0xDD311DBec8A24EdFabf5F985845a75F42e8f9544" urlClass="erc-token-address"/> |
755-
| Name | Chainlink Token |
756-
| Symbol | LINK |
757-
| Decimals | 18 |
751+
| Parameter | Value |
752+
| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
753+
| Chain ID | `998` |
754+
| Address | <Address contractUrl="https://hyperevmscan.io/address/0xDD311DBec8A24EdFabf5F985845a75F42e8f9544" urlId="998_0xDD311DBec8A24EdFabf5F985845a75F42e8f9544" urlClass="erc-token-address"/> |
755+
| Name | Chainlink Token |
756+
| Symbol | LINK |
757+
| Decimals | 18 |
758758

759759
## <img src="/assets/chains/ink.svg" style="height: 24px; width: auto; margin-right: 8px;" />Ink
760760

src/features/feeds/data/StreamsNetworksData.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@ export const StreamsNetworksData: NetworkData[] = [
234234
},
235235
},
236236
{
237-
network: "Hyperliquid",
237+
network: "HyperEVM",
238238
logoUrl: "/assets/chains/hyperliquid.svg",
239239
mainnet: {
240-
label: "Hyperliquid Mainnet",
240+
label: "HyperEVM Mainnet",
241241
verifierProxy: "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB",
242242
explorerUrl: "https://hyperliquid.cloud.blockscout.com/address/%s",
243243
},
244244
testnet: {
245-
label: "Hyperliquid Testnet",
245+
label: "HyperEVM Testnet",
246246
verifierProxy: "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB",
247247
explorerUrl: "https://evm.hyperstats.xyz/address/%s",
248248
},

src/features/utils/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ export const directoryToSupportedChain = (chainInRdd: string): SupportedChain =>
339339
case "berachain-testnet-bartio":
340340
return "BERACHAIN_BARTIO"
341341
case "hyperliquid-mainnet":
342-
return "HYPERLIQUID_MAINNET"
342+
return "HYPEREVM_MAINNET"
343343
case "hyperliquid-testnet":
344-
return "HYPERLIQUID_TESTNET"
344+
return "HYPEREVM_TESTNET"
345345
case "bitcoin-testnet-merlin":
346346
return "MERLIN_TESTNET"
347347
case "bitcoin-merlin-mainnet":
@@ -615,9 +615,9 @@ export const supportedChainToChainInRdd = (supportedChain: SupportedChain): stri
615615
return "berachain-mainnet"
616616
case "BERACHAIN_BARTIO":
617617
return "berachain-testnet-bartio"
618-
case "HYPERLIQUID_MAINNET":
618+
case "HYPEREVM_MAINNET":
619619
return "hyperliquid-mainnet"
620-
case "HYPERLIQUID_TESTNET":
620+
case "HYPEREVM_TESTNET":
621621
return "hyperliquid-testnet"
622622
case "MERLIN_TESTNET":
623623
return "bitcoin-testnet-merlin"

src/scripts/reference/chains.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
"parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.mode.network/" }] }
754754
},
755755
{
756-
"name": "Hyperliquid Testnet",
756+
"name": "HyperEVM Testnet",
757757
"chain": "HYPE",
758758
"rpc": ["https://rpc.hyperliquid-testnet.xyz/evm"],
759759
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
@@ -763,13 +763,11 @@
763763
"shortName": "hype-evm-testnet",
764764
"chainId": 998,
765765
"networkId": 998,
766-
"explorers": [
767-
{ "name": "Hyperliquid Testnet", "url": "https://app.hyperliquid-testnet.xyz/explorer", "standard": "none" }
768-
],
766+
"explorers": [{ "name": "HyperEVM Testnet", "url": "https://hyperevmscan.io/", "standard": "none" }],
769767
"redFlags": ["reusedChainId"]
770768
},
771769
{
772-
"name": "Hyperliquid Mainnet",
770+
"name": "HyperEVM Mainnet",
773771
"chain": "HYPE",
774772
"rpc": ["https://rpc.hyperliquid.xyz/evm"],
775773
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
@@ -779,7 +777,7 @@
779777
"shortName": "hype-evm",
780778
"chainId": 999,
781779
"networkId": 999,
782-
"explorers": [{ "name": "Hyperliquid Mainnet", "url": "https://app.hyperliquid.xyz/explorer", "standard": "none" }],
780+
"explorers": [{ "name": "HyperEVM Mainnet", "url": "https://hyperevmscan.io/", "standard": "none" }],
783781
"redFlags": ["reusedChainId"]
784782
},
785783
{

0 commit comments

Comments
 (0)