Skip to content

Commit

Permalink
added hemi-sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Dec 17, 2024
1 parent 1ffa063 commit f3e323c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
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.14",
"version": "0.6.15",
"private": true,
"type": "module",
"scripts": {
Expand Down
33 changes: 33 additions & 0 deletions registry/eip155/hemi-sepolia.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit f3e323c

Please sign in to comment.