Skip to content

Commit

Permalink
add hemi (#34)
Browse files Browse the repository at this point in the history
* add hemi

* removed second name
  • Loading branch information
alinobrasil authored Dec 20, 2024
1 parent 8ac40d1 commit 9d8d723
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.18",
"version": "0.6.19",
"private": true,
"type": "module",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions registry/eip155/hemi-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -29,5 +29,6 @@
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
"icon": { "web3Icons": { "name": "hemi" } }
}
27 changes: 27 additions & 0 deletions registry/eip155/hemi.json
Original file line number Diff line number Diff line change
@@ -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" } }
}

0 comments on commit 9d8d723

Please sign in to comment.