From 9d8d723531ed3c9370e3d172093fe354046d2d7e Mon Sep 17 00:00:00 2001 From: AK Date: Fri, 20 Dec 2024 12:33:23 -0500 Subject: [PATCH] add hemi (#34) * add hemi * removed second name --- package.json | 2 +- registry/eip155/hemi-sepolia.json | 5 +++-- registry/eip155/hemi.json | 27 +++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 registry/eip155/hemi.json diff --git a/package.json b/package.json index 8be0358..1223735 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.18", + "version": "0.6.19", "private": true, "type": "module", "scripts": { diff --git a/registry/eip155/hemi-sepolia.json b/registry/eip155/hemi-sepolia.json index cbc345a..5888ef2 100644 --- a/registry/eip155/hemi-sepolia.json +++ b/registry/eip155/hemi-sepolia.json @@ -14,7 +14,7 @@ "services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, "networkType": "testnet", "relations": [ - { "kind": "testnetOf", "network": "hemi-sepolia" }, + { "kind": "testnetOf", "network": "hemi" }, { "kind": "l2Of", "network": "sepolia" } ], "issuanceRewards": false, @@ -29,5 +29,6 @@ "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", "bytesEncoding": "hex" - } + }, + "icon": { "web3Icons": { "name": "hemi" } } } diff --git a/registry/eip155/hemi.json b/registry/eip155/hemi.json new file mode 100644 index 0000000..52b229e --- /dev/null +++ b/registry/eip155/hemi.json @@ -0,0 +1,27 @@ +{ + "id": "hemi", + "shortName": "Hemi", + "fullName": "Hemi Mainnet", + "aliases": ["evm-43111", "hemi-mainnet"], + "caip2Id": "eip155:43111", + "graphNode": { "protocol": "ethereum" }, + "services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, + "networkType": "mainnet", + "relations": [ + { "kind": "l2Of", "network": "mainnet" } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.hemi.xyz", + "genesis": { + "hash": "0x6b070d8b8f3bf81c9314ff863748e3db2662ecc0a8dbd4c394a8b646ae0c8b8b", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + }, + "icon": { "web3Icons": { "name": "hemi" } } +}