Skip to content

Commit

Permalink
Added explorer, api and rpc URLs for Hemi (mainnet) (#37)
Browse files Browse the repository at this point in the history
* added explorer, api and rpc URLs

* bumped package version
  • Loading branch information
alinobrasil authored Jan 10, 2025
1 parent 1b945d0 commit 56d75d4
Show file tree
Hide file tree
Showing 2 changed files with 6 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.20",
"version": "0.6.21",
"private": true,
"type": "module",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions registry/eip155/hemi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"aliases": ["evm-43111", "hemi-mainnet"],
"caip2Id": "eip155:43111",
"graphNode": { "protocol": "ethereum" },
"explorerUrls": ["https://explorer.hemi.xyz/"],
"apiUrls": [
{ "url": "https://explorer.hemi.xyz/api", "kind": "etherscan" }
],
"rpcUrls": ["https://rpc.hemi.network/rpc"],
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
Expand Down

0 comments on commit 56d75d4

Please sign in to comment.