Skip to content

Commit

Permalink
generate registry v0.6.11 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 09674e2 commit 971b52f
Show file tree
Hide file tree
Showing 6 changed files with 6,509 additions and 36 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.10
# Networks Registry v0.6.11

Auto-generated from the networks registry on every release.

Expand Down Expand Up @@ -105,6 +105,7 @@ Auto-generated from the networks registry on every release.
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/linea.svg) Linea Sepolia | **linea-sepolia** | _testnet_ | | _ethereum_ || | | | [https://sepolia.lineascan.build](https://sepolia.lineascan.build) | [https://docs.linea.build](https://docs.linea.build) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/klay-token.svg) Kaia | **kaia** | _mainnet_ | | _ethereum_ || | | | [https://kaiascan.io](https://kaiascan.io) | [https://docs.kaia.io](https://docs.kaia.io) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/gravity.svg) Gravity Sepolia | **gravity-testnet** | _testnet_ | | _ethereum_ || | | | [https://explorer-sepolia.gravity.xyz](https://explorer-sepolia.gravity.xyz) | [https://docs.gravity.xyz](https://docs.gravity.xyz) |
| Botanix | **botanix-testnet** | _testnet_ | | _ethereum_ || | | | [https://testnet.botanixscan.io/](https://testnet.botanixscan.io/) | [https://docs.botanixlabs.xyz/](https://docs.botanixlabs.xyz/) |
| Corn | **corn** | _mainnet_ | | _ethereum_ || | | | [https://maizenet-explorer.usecorn.com](https://maizenet-explorer.usecorn.com) | [https://docs.usecorn.com](https://docs.usecorn.com) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/aurora.svg) Aurora | **aurora-testnet** | _testnet_ | | _ethereum_ || | | | [https://explorer.testnet.aurora.dev](https://explorer.testnet.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) |
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/zksync.svg) zkSync Era | **zksync-era** | _mainnet_ | | _ethereum_ || | | | [https://explorer.zksync.io](https://explorer.zksync.io) | [https://docs.zksync.io](https://docs.zksync.io) |
Expand Down
59 changes: 57 additions & 2 deletions public/TheGraphNetworksRegistry.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
"version": "0.6.10",
"version": "0.6.11",
"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-01T00:05:22.162Z",
"updatedAt": "2024-12-02T17:56:17.714Z",
"networks": [
{
"id": "mainnet",
Expand Down Expand Up @@ -464,6 +464,10 @@
{
"url": "https://block-explorer-api.testnet.abs.xyz/api",
"kind": "etherscan"
},
{
"url": "https://api.routescan.io/v2/network/testnet/evm/11124/etherscan/api",
"kind": "etherscan"
}
],
"services": {
Expand Down Expand Up @@ -2890,6 +2894,57 @@
}
}
},
{
"id": "botanix-testnet",
"shortName": "Botanix",
"fullName": "Botanix Testnet",
"aliases": [
"spiderchain-testnet",
"spiderchain-testnet-v1",
"evm-3636"
],
"caip2Id": "eip155:3636",
"graphNode": {
"protocol": "ethereum"
},
"explorerUrls": [
"https://testnet.botanixscan.io/"
],
"rpcUrls": [
"https://node.botanixlabs.dev"
],
"apiUrls": [
{
"url": "https://api.routescan.io/v2/network/testnet/evm/3636/etherscan/api",
"kind": "etherscan"
}
],
"services": {
"subgraphs": [
"https://api.thegraph.com/deploy"
]
},
"networkType": "testnet",
"relations": [
{
"kind": "testnetOf",
"network": "botanix-testnet"
}
],
"issuanceRewards": false,
"nativeToken": "BTC",
"docsUrl": "https://docs.botanixlabs.xyz/",
"genesis": {
"hash": "0x3797638175875c37cefa72ef546db685e43c81ba4af8238b48a495f98d61588d",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
},
{
"id": "lens-testnet",
"shortName": "Lens",
Expand Down
Loading

0 comments on commit 971b52f

Please sign in to comment.