Skip to content

Commit

Permalink
generate registry v0.6.18 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 9fcd3c0 commit 8ac40d1
Show file tree
Hide file tree
Showing 6 changed files with 6,735 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/networks-table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Networks Registry v0.6.17
# Networks Registry v0.6.18

Auto-generated from the networks registry on every release.

Expand Down Expand Up @@ -97,6 +97,7 @@ Auto-generated from the networks registry on every release.
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/sonic.svg) Sonic | **sonic** | _mainnet_ | | _ethereum_ || | | | [https://sonicscan.org](https://sonicscan.org) | [https://docs.soniclabs.com](https://docs.soniclabs.com) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/moonbeam.svg) Moonbase Alpha | **mbase** | _testnet_ | | _ethereum_ || | | | [https://moonbase.moonscan.io](https://moonbase.moonscan.io) | [https://docs.moonbeam.network/learn/platform/networks/moonbase](https://docs.moonbeam.network/learn/platform/networks/moonbase) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/rootstock.svg) Rootstock | **rootstock-testnet** | _testnet_ | | _ethereum_ || | | | [https://rootstock-testnet.blockscout.com](https://rootstock-testnet.blockscout.com) | [https://dev.rootstock.io](https://dev.rootstock.io) |
| JOC | **joc** | _mainnet_ | | _ethereum_ || | | | [https://explorer.japanopenchain.org](https://explorer.japanopenchain.org) | [https://www.japanopenchain.org/en/developer/](https://www.japanopenchain.org/en/developer/) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/aurora.svg) Aurora | **aurora** | _mainnet_ | | _ethereum_ || | | | [https://explorer.aurora.dev](https://explorer.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/harmony.svg) Harmony | **harmony** | _mainnet_ | | _ethereum_ || | | | [https://explorer.harmony.one/?shard=0](https://explorer.harmony.one/?shard=0) | [https://docs.harmony.one](https://docs.harmony.one) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/iotex.svg) IoTeX | **iotex** | _mainnet_ | | _ethereum_ || | | | [https://iotexscan.io](https://iotexscan.io) | [https://docs.iotex.io](https://docs.iotex.io) |
Expand Down
50 changes: 48 additions & 2 deletions public/TheGraphNetworksRegistry.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
"version": "0.6.17",
"version": "0.6.18",
"title": "The Graph networks registry",
"description": "This registry was generated and validated. To add a chain, open a pull request: https://github.com/graphprotocol/networks-registry",
"updatedAt": "2024-12-18T21:51:39.857Z",
"updatedAt": "2024-12-19T16:54:28.709Z",
"networks": [
{
"id": "mainnet",
Expand Down Expand Up @@ -4626,6 +4626,52 @@
}
}
},
{
"id": "joc",
"shortName": "JOC",
"fullName": "Japan Open Chain Mainnet",
"aliases": [
"evm-81",
"joc-mainnet"
],
"caip2Id": "eip155:81",
"graphNode": {
"protocol": "ethereum"
},
"explorerUrls": [
"https://explorer.japanopenchain.org"
],
"rpcUrls": [
"https://rpc-1.japanopenchain.org:8545",
"https://rpc-2.japanopenchain.org:8545",
"https://rpc-3.japanopenchain.org"
],
"apiUrls": [
{
"url": "https://explorer.japanopenchain.org/api",
"kind": "etherscan"
}
],
"services": {
"subgraphs": [
"https://api.studio.thegraph.com/deploy"
]
},
"networkType": "mainnet",
"issuanceRewards": false,
"nativeToken": "JOC",
"docsUrl": "https://www.japanopenchain.org/en/developer/",
"genesis": {
"hash": "0x1b54bfa6846a13aacc57066840ec10d1b74b06870539bbc8a3d1b19bdc566733",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
{
"id": "blast-mainnet",
"shortName": "Blast",
Expand Down
Loading

0 comments on commit 8ac40d1

Please sign in to comment.