Skip to content

Commit 5245c66

Browse files
Add hyper-evm network (#198)
* add hyper-evm network * add docs * chore: auto-bump version to 0.7.69 (patch) --------- Co-authored-by: Pinax Bot <ops@pinax.network>
1 parent d0be31e commit 5245c66

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.68",
2+
"version": "0.7.69",
33
"private": true,
44
"type": "module",
55
"scripts": {

registry/eip155/hyper-evm.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"id": "hyper-evm",
3+
"shortName": "HyperEVM",
4+
"fullName": "HyperEVM Mainnet",
5+
"aliases": ["evm-999", "hyper-evm-mainnet"],
6+
"caip2Id": "eip155:999",
7+
"networkType": "mainnet",
8+
"graphNode": { "protocol": "ethereum" },
9+
"explorerUrls": ["https://hyperevmscan.io"],
10+
"rpcUrls": [
11+
"https://rpc.hypurrscan.io",
12+
"https://rpc.hyperliquid.xyz/evm",
13+
"https://hyperevm.rpc.service.pinax.network"
14+
],
15+
"apiUrls": [
16+
{ "url": "https://hyperevm.abi.pinax.network/api", "kind": "etherscan" }
17+
],
18+
"services": {
19+
"subgraphs": [],
20+
"firehose": ["hyperevm.firehose.pinax.network:443"],
21+
"substreams": ["hyperevm.substreams.pinax.network:443"]
22+
},
23+
"issuanceRewards": false,
24+
"nativeToken": "HYPE",
25+
"docsUrl": "https://hyperliquid.gitbook.io/hyperliquid-docs/hyperevm",
26+
"firehose": {
27+
"blockType": "sf.ethereum.type.v2.Block",
28+
"evmExtendedModel": false,
29+
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
30+
"bytesEncoding": "hex",
31+
"firstStreamableBlock": {
32+
"id": "0xd8fcc13b6a195b88b7b2da3722ff6cad767b13a8c1e9ffb1c73aa9d216d895f0",
33+
"height": 0
34+
},
35+
"blockFeatures": ["base"]
36+
},
37+
"icon": { "web3Icons": { "name": "hyper-evm" } }
38+
}

0 commit comments

Comments
 (0)