Add HyperEVM mainnet to chains #4079
Unanswered
Thektonic
asked this question in
Idea / Feature Request
Replies: 1 comment
-
|
There have been several PRs attempting to add HyperEVM mainnet that were closed because the export const hyperEVM = defineChain({
name: "HyperEVM",
id: 999,
sourceId: 999,
nativeCurrency: { name: "HyperEVM", symbol: "HYPE", decimals: 18 },
rpcUrls: {
default: {
http: ["https://rpc.hyperliquid.xyz/evm"],
webSocket: ["wss://rpc.hyperliquid.xyz/evm"],
},
},
blockExplorers: {
default: {
name: "HyperEVMScan",
url: "https://hyperevmscan.io/",
apiUrl: "https://api.hyperevmscan.io/api",
},
},
contracts: {
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
blockCreated: 13051,
},
},
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently HyperEVM isn't available on the chain package
Beta Was this translation helpful? Give feedback.
All reactions