From f3e323c8f21fa2abd803f5bb99aee7a4ae71e99b Mon Sep 17 00:00:00 2001 From: Ali Kim Date: Tue, 17 Dec 2024 13:37:30 -0500 Subject: [PATCH] added hemi-sepolia --- package.json | 2 +- registry/eip155/hemi-sepolia.json | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 registry/eip155/hemi-sepolia.json diff --git a/package.json b/package.json index 15fd063..ed8bbfe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.14", + "version": "0.6.15", "private": true, "type": "module", "scripts": { diff --git a/registry/eip155/hemi-sepolia.json b/registry/eip155/hemi-sepolia.json new file mode 100644 index 0000000..52e97db --- /dev/null +++ b/registry/eip155/hemi-sepolia.json @@ -0,0 +1,33 @@ +{ + "id": "hemi-sepolia", + "shortName": "Hemi", + "secondName": "Sepolia", + "fullName": "Hemi Sepolia", + "aliases": ["evm-743111", "hemi-testnet"], + "caip2Id": "eip155:743111", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://testnet.explorer.hemi.xyz/"], + "rpcUrls": ["https://testnet.rpc.hemi.network/rpc"], + "apiUrls": [ + { "url": "https://testnet.explorer.hemi.xyz/api", "kind": "etherscan" } + ], + "services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, + "networkType": "testnet", + "relations": [ + { "kind": "testnetOf", "network": "hemi-sepolia" }, + { "kind": "l2Of", "network": "sepolia" } +], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.hemi.xyz/", + "genesis": { + "hash": "0xc7eef424ae7c339cd0896344c80e136b81246ec5fe7d91a668a09b4c17543194", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + } +}