|
1 | 1 | {
|
2 | 2 | "$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
|
3 |
| - "version": "0.6.63", |
| 3 | + "version": "0.6.64", |
4 | 4 | "title": "The Graph networks registry",
|
5 | 5 | "description": "This registry was generated and validated. To add a chain, open a pull request: https://github.com/graphprotocol/networks-registry",
|
6 |
| - "updatedAt": "2025-05-28T22:00:25.452Z", |
| 6 | + "updatedAt": "2025-05-29T22:18:07.597Z", |
7 | 7 | "networks": [
|
8 | 8 | {
|
9 | 9 | "id": "mainnet",
|
|
1687 | 1687 | {
|
1688 | 1688 | "kind": "l2Of",
|
1689 | 1689 | "network": "sepolia"
|
| 1690 | + }, |
| 1691 | + { |
| 1692 | + "kind": "testnetOf", |
| 1693 | + "network": "hashkeychain" |
1690 | 1694 | }
|
1691 | 1695 | ],
|
1692 | 1696 | "services": {
|
|
2939 | 2943 | "https://xlayertestrpc.okx.com",
|
2940 | 2944 | "https://xlayertest.rpc.service.pinax.network"
|
2941 | 2945 | ],
|
2942 |
| - "apiUrls": [], |
2943 | 2946 | "services": {
|
2944 | 2947 | "subgraphs": [
|
2945 | 2948 | "https://api.studio.thegraph.com/deploy"
|
|
3001 | 3004 | "https://xlayerrpc.okx.com",
|
3002 | 3005 | "https://xlayer.rpc.service.pinax.network"
|
3003 | 3006 | ],
|
3004 |
| - "apiUrls": [], |
3005 | 3007 | "services": {
|
3006 | 3008 | "subgraphs": [
|
3007 | 3009 | "https://api.studio.thegraph.com/deploy"
|
|
3067 | 3069 | "explorerUrls": [
|
3068 | 3070 | "https://app.roninchain.com"
|
3069 | 3071 | ],
|
3070 |
| - "apiUrls": [], |
3071 | 3072 | "rpcUrls": [
|
3072 | 3073 | "https://api.roninchain.com/rpc",
|
3073 | 3074 | "https://ronin.rpc.service.pinax.network"
|
|
3298 | 3299 | "https://rpc.ankr.com/kava_evm",
|
3299 | 3300 | "https://kava.rpc.service.pinax.network"
|
3300 | 3301 | ],
|
3301 |
| - "apiUrls": [], |
3302 | 3302 | "networkType": "mainnet",
|
3303 | 3303 | "services": {},
|
3304 | 3304 | "issuanceRewards": false,
|
|
3988 | 3988 | "protocol": "ethereum"
|
3989 | 3989 | },
|
3990 | 3990 | "explorerUrls": [
|
3991 |
| - "https://poseidon-testnet.explorer.caldera.xyz/" |
| 3991 | + "https://poseidon-testnet.explorer.caldera.xyz" |
3992 | 3992 | ],
|
3993 | 3993 | "rpcUrls": [
|
3994 | 3994 | "https://poseidon-testnet.rpc.caldera.xyz/http"
|
|
4400 | 4400 | ]
|
4401 | 4401 | },
|
4402 | 4402 | "networkType": "testnet",
|
4403 |
| - "relations": [], |
| 4403 | + "relations": [ |
| 4404 | + { |
| 4405 | + "kind": "testnetOf", |
| 4406 | + "network": "botanix" |
| 4407 | + } |
| 4408 | + ], |
4404 | 4409 | "issuanceRewards": false,
|
4405 | 4410 | "nativeToken": "BTC",
|
4406 | 4411 | "docsUrl": "https://docs.botanixlabs.xyz",
|
|
4420 | 4425 | }
|
4421 | 4426 | }
|
4422 | 4427 | },
|
| 4428 | + { |
| 4429 | + "id": "botanix", |
| 4430 | + "shortName": "Botanix", |
| 4431 | + "fullName": "Botanix Mainnet", |
| 4432 | + "aliases": [ |
| 4433 | + "evm-3637", |
| 4434 | + "botanix-mainnet" |
| 4435 | + ], |
| 4436 | + "caip2Id": "eip155:3637", |
| 4437 | + "graphNode": { |
| 4438 | + "protocol": "ethereum" |
| 4439 | + }, |
| 4440 | + "services": { |
| 4441 | + "subgraphs": [ |
| 4442 | + "https://api.studio.thegraph.com/deploy" |
| 4443 | + ] |
| 4444 | + }, |
| 4445 | + "networkType": "mainnet", |
| 4446 | + "issuanceRewards": false, |
| 4447 | + "nativeToken": "BTC", |
| 4448 | + "docsUrl": "https://docs.botanixlabs.com/", |
| 4449 | + "genesis": { |
| 4450 | + "hash": "0x0210ae550e730d0e18f96896b80caad6f59dcc0b83b67421975716d155d027c6", |
| 4451 | + "height": 0 |
| 4452 | + }, |
| 4453 | + "firehose": { |
| 4454 | + "blockType": "sf.ethereum.type.v2.Block", |
| 4455 | + "evmExtendedModel": false, |
| 4456 | + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", |
| 4457 | + "bytesEncoding": "hex" |
| 4458 | + }, |
| 4459 | + "icon": { |
| 4460 | + "web3Icons": { |
| 4461 | + "name": "botanix" |
| 4462 | + } |
| 4463 | + } |
| 4464 | + }, |
4423 | 4465 | {
|
4424 | 4466 | "id": "lens-testnet",
|
4425 | 4467 | "shortName": "Lens",
|
|
0 commit comments