Skip to content

Commit e836599

Browse files
committed
generate registry v0.7.1 [no ci]
1 parent 1c08312 commit e836599

7 files changed

+9468
-20
lines changed

docs/networks-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Networks Registry v0.7.0
1+
# Networks Registry v0.7.1
22

33
Auto-generated from the networks registry on every release.
44

@@ -120,6 +120,7 @@ Auto-generated from the networks registry on every release.
120120
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/japan-open-chain.svg) JOC | **joc** | _mainnet_ | | _ethereum_ || | | | [https://explorer.japanopenchain.org](https://explorer.japanopenchain.org) | [https://www.japanopenchain.org/en/developer](https://www.japanopenchain.org/en/developer) |
121121
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/swell.svg) Swellchain | **swellchain** | _mainnet_ | | _ethereum_ || | | | [https://explorer.swellnetwork.io](https://explorer.swellnetwork.io) | [https://docs.swellnetwork.io](https://docs.swellnetwork.io) |
122122
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/apechain.svg) ApeChain Curtis | **apechain-curtis** | _testnet_ | | _ethereum_ || | | | [https://curtis.apescan.io](https://curtis.apescan.io) | [https://docs.apechain.com](https://docs.apechain.com) |
123+
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/injective.svg) inEVM | **injective-evm-testnet** | _testnet_ | | _ethereum_ | | || | [https://explorer.inevm.com](https://explorer.inevm.com) | [https://docs.inevm.com](https://docs.inevm.com) |
123124
| ![](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) |
124125
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/etherlink.svg) Etherlink | **etherlink-mainnet** | _mainnet_ | | _ethereum_ || | | | [https://explorer.etherlink.com](https://explorer.etherlink.com) | [https://docs.etherlink.com](https://docs.etherlink.com) |
125126
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/neo-x.svg) Neo X | **neox-testnet** | _testnet_ | | _ethereum_ || | | | [https://xt4scan.ngd.network](https://xt4scan.ngd.network) | [https://xdocs.ngd.network](https://xdocs.ngd.network) |

public/TheGraphNetworksRegistry.json

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_7.json",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"title": "The Graph networks registry",
55
"description": "This registry was generated and validated at https://github.com/graphprotocol/networks-registry",
6-
"updatedAt": "2025-07-02T19:53:42.517Z",
6+
"updatedAt": "2025-07-03T15:57:31.951Z",
77
"networks": [
88
{
99
"id": "mainnet",
@@ -3618,6 +3618,63 @@
36183618
}
36193619
}
36203620
},
3621+
{
3622+
"id": "injective-evm-testnet",
3623+
"shortName": "inEVM",
3624+
"fullName": "Injective inEVM Testnet",
3625+
"aliases": [
3626+
"evm-2424"
3627+
],
3628+
"caip2Id": "eip155:2424",
3629+
"graphNode": {
3630+
"protocol": "ethereum"
3631+
},
3632+
"explorerUrls": [
3633+
"https://explorer.inevm.com"
3634+
],
3635+
"rpcUrls": [
3636+
"https://testnet.rpc.inevm.com/http"
3637+
],
3638+
"apiUrls": [
3639+
{
3640+
"url": "https://explorer.inevm.com/api",
3641+
"kind": "blockscout"
3642+
}
3643+
],
3644+
"services": {
3645+
"firehose": [
3646+
"testnet.injective-evm.streamingfast.io:443"
3647+
]
3648+
},
3649+
"networkType": "testnet",
3650+
"relations": [
3651+
{
3652+
"kind": "evmOf",
3653+
"network": "injective-testnet"
3654+
}
3655+
],
3656+
"issuanceRewards": false,
3657+
"nativeToken": "INJ",
3658+
"docsUrl": "https://docs.inevm.com",
3659+
"firehose": {
3660+
"blockType": "sf.ethereum.type.v2.Block",
3661+
"evmExtendedModel": true,
3662+
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
3663+
"bytesEncoding": "hex",
3664+
"firstStreamableBlock": {
3665+
"id": "0x399400eb7ad682450ac74e94489bf992bb72868977cba866ece56e777d295ba8",
3666+
"height": 81314400
3667+
},
3668+
"blockFeatures": [
3669+
"extended"
3670+
]
3671+
},
3672+
"icon": {
3673+
"web3Icons": {
3674+
"name": "injective"
3675+
}
3676+
}
3677+
},
36213678
{
36223679
"id": "polygon-zkevm-cardona",
36233680
"shortName": "Polygon zkEVM",

public/TheGraphNetworksRegistrySchema_v0_7.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,7 @@
173173
"type": "array",
174174
"items": {
175175
"type": "string",
176-
"enum": [
177-
"tokens",
178-
"dexes",
179-
"nfts",
180-
"other"
181-
],
176+
"enum": ["tokens", "dexes", "nfts", "other"],
182177
"description": "List of Token API features supported"
183178
}
184179
},

0 commit comments

Comments
 (0)