Skip to content

Commit a421841

Browse files
generate registry v0.6.45 [no ci]
1 parent ded01b5 commit a421841

13 files changed

+8264
-117
lines changed

docs/networks-table.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Networks Registry v0.6.44
1+
# Networks Registry v0.6.45
22

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

@@ -92,7 +92,7 @@ Auto-generated from the networks registry on every release.
9292
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/hemi.svg) Hemi Sepolia | **hemi-sepolia** | _testnet_ | | _ethereum_ || | | | [https://testnet.explorer.hemi.xyz](https://testnet.explorer.hemi.xyz) | [https://docs.hemi.xyz](https://docs.hemi.xyz) |
9393
| ![](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) |
9494
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/vana.svg) Vana | **vana-moksha** | _testnet_ | | _ethereum_ || | | | [https://moksha.vanascan.io](https://moksha.vanascan.io) | [https://docs.vana.org](https://docs.vana.org) |
95-
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/metis-andromeda.svg) Metis Andromeda | **metis** | _mainnet_ | | _ethereum_ || | | | [https://explorer.metis.io](https://explorer.metis.io) | [https://docs.metis.io/](https://docs.metis.io/) |
95+
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/metis-andromeda.svg) Metis Andromeda | **metis** | _mainnet_ | | _ethereum_ || | | | [https://explorer.metis.io](https://explorer.metis.io) | [https://docs.metis.io](https://docs.metis.io) |
9696
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/rootstock.svg) Rootstock | **rootstock** | _mainnet_ | | _ethereum_ || | | | [https://rootstock.blockscout.com](https://rootstock.blockscout.com) | [https://dev.rootstock.io](https://dev.rootstock.io) |
9797
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/mode.svg) Mode Sepolia | **mode-sepolia** | _testnet_ | | _ethereum_ || | | | [https://sepolia.explorer.mode.network](https://sepolia.explorer.mode.network) | [https://docs.mode.network](https://docs.mode.network) |
9898
| ![](https://raw.githubusercontent.com/0xa3k5/web3icons/refs/heads/main/raw-svgs/networks/branded/fantom.svg) Fantom | **fantom-testnet** | _testnet_ | | _ethereum_ || | | | [https://testnet.ftmscan.com](https://testnet.ftmscan.com) | [https://docs.fantom.foundation](https://docs.fantom.foundation) |

public/TheGraphNetworksRegistry.json

+90-34
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json",
3-
"version": "0.6.44",
3+
"version": "0.6.45",
44
"title": "The Graph networks registry",
55
"description": "This registry was generated and validated. To add a chain, open a pull request: https://github.com/graphprotocol/networks-registry",
6-
"updatedAt": "2025-02-26T14:34:49.105Z",
6+
"updatedAt": "2025-02-27T00:41:19.488Z",
77
"networks": [
88
{
99
"id": "mainnet",
@@ -24,7 +24,8 @@
2424
],
2525
"rpcUrls": [
2626
"https://rpc.ankr.com/eth",
27-
"https://cloudflare-eth.com",
27+
"https://ethereum-rpc.publicnode.com",
28+
"https://mainnet.gateway.tenderly.co",
2829
"https://eth.rpc.pinax.network/v1/{PINAX_API_KEY}",
2930
"https://mainnet.infura.io/v3/{INFURA_API_KEY}"
3031
],
@@ -245,7 +246,12 @@
245246
"rpcUrls": [
246247
"https://public-en-kairos.node.kaia.io"
247248
],
248-
"apiUrls": [],
249+
"apiUrls": [
250+
{
251+
"url": "https://kaia-testnet.abi.pinax.network/api",
252+
"kind": "etherscan"
253+
}
254+
],
249255
"services": {
250256
"subgraphs": [
251257
"https://api.studio.thegraph.com/deploy"
@@ -527,7 +533,7 @@
527533
},
528534
"issuanceRewards": false,
529535
"nativeToken": "METIS",
530-
"docsUrl": "https://docs.metis.io/",
536+
"docsUrl": "https://docs.metis.io",
531537
"genesis": {
532538
"hash": "0x9e3354e081a54a57190bdb8948a597c840ea5dd496b0322864d4585f4a716892",
533539
"height": 0
@@ -639,6 +645,10 @@
639645
{
640646
"url": "https://api.routescan.io/v2/network/testnet/evm/11124/etherscan/api",
641647
"kind": "etherscan"
648+
},
649+
{
650+
"url": "https://abstract-testnet.abi.pinax.network/api",
651+
"kind": "etherscan"
642652
}
643653
],
644654
"services": {
@@ -1136,7 +1146,7 @@
11361146
],
11371147
"apiUrls": [
11381148
{
1139-
"url": "https://api-moonriver.moonscan.io/api",
1149+
"url": "https://moonriver.abi.pinax.network/api",
11401150
"kind": "etherscan"
11411151
}
11421152
],
@@ -1265,6 +1275,10 @@
12651275
{
12661276
"url": "https://unichain.blockscout.com/api",
12671277
"kind": "blockscout"
1278+
},
1279+
{
1280+
"url": "https://unichain.abi.pinax.network/api",
1281+
"kind": "etherscan"
12681282
}
12691283
],
12701284
"rpcUrls": [
@@ -1328,6 +1342,10 @@
13281342
{
13291343
"url": "https://api.routescan.io/v2/network/testnet/evm/1301/etherscan/api",
13301344
"kind": "etherscan"
1345+
},
1346+
{
1347+
"url": "https://unichain-testnet.abi.pinax.network/api",
1348+
"kind": "etherscan"
13311349
}
13321350
],
13331351
"services": {
@@ -1792,6 +1810,10 @@
17921810
{
17931811
"url": "https://api.routescan.io/v2/network/mainnet/evm/146/etherscan/api",
17941812
"kind": "etherscan"
1813+
},
1814+
{
1815+
"url": "https://sonic.abi.pinax.network/api",
1816+
"kind": "etherscan"
17951817
}
17961818
],
17971819
"services": {
@@ -2070,7 +2092,7 @@
20702092
],
20712093
"apiUrls": [
20722094
{
2073-
"url": "https://explorer.harmony.one/api?shard=0",
2095+
"url": "https://explorer.harmony.one/api",
20742096
"kind": "etherscan"
20752097
}
20762098
],
@@ -2262,6 +2284,10 @@
22622284
{
22632285
"url": "https://eth-holesky.blockscout.com/api",
22642286
"kind": "blockscout"
2287+
},
2288+
{
2289+
"url": "https://holesky.abi.pinax.network/api",
2290+
"kind": "etherscan"
22652291
}
22662292
],
22672293
"services": {
@@ -2907,7 +2933,12 @@
29072933
"https://opbnb-mainnet-rpc.bnbchain.org",
29082934
"https://opbnb.rpc.pinax.network/v1/{PINAX_API_KEY}"
29092935
],
2910-
"apiUrls": [],
2936+
"apiUrls": [
2937+
{
2938+
"url": "https://bnb-op.abi.pinax.network/api",
2939+
"kind": "etherscan"
2940+
}
2941+
],
29112942
"services": {
29122943
"firehose": [
29132944
"opbnb.firehose.pinax.network:443"
@@ -3128,10 +3159,6 @@
31283159
"https://cardona.rpc.pinax.network/v1/{PINAX_API_KEY}"
31293160
],
31303161
"apiUrls": [
3131-
{
3132-
"url": "https://api-cardona-zkevm.polygonscan.com/api",
3133-
"kind": "blockscout"
3134-
},
31353162
{
31363163
"url": "https://polygon-zkevm-cardona.abi.pinax.network/api",
31373164
"kind": "etherscan"
@@ -3188,6 +3215,10 @@
31883215
{
31893216
"url": "https://cronos.org/explorer/api",
31903217
"kind": "blockscout"
3218+
},
3219+
{
3220+
"url": "https://cronos.abi.pinax.network/api",
3221+
"kind": "etherscan"
31913222
}
31923223
],
31933224
"services": {},
@@ -3297,6 +3328,10 @@
32973328
{
32983329
"url": "https://fraxtal.abi.pinax.network/api",
32993330
"kind": "etherscan"
3331+
},
3332+
{
3333+
"url": "https://api.routescan.io/v2/network/mainnet/evm/252/etherscan/api",
3334+
"kind": "etherscan"
33003335
}
33013336
],
33023337
"services": {
@@ -3350,7 +3385,7 @@
33503385
],
33513386
"apiUrls": [
33523387
{
3353-
"url": "https://api.abscan.org/api",
3388+
"url": "https://abstract.abi.pinax.network/api",
33543389
"kind": "etherscan"
33553390
}
33563391
],
@@ -3602,6 +3637,10 @@
36023637
{
36033638
"url": "https://zksync-sepolia.blockscout.com/api",
36043639
"kind": "blockscout"
3640+
},
3641+
{
3642+
"url": "https://zksync-era-sepolia.abi.pinax.network/api",
3643+
"kind": "etherscan"
36053644
}
36063645
],
36073646
"services": {
@@ -3720,6 +3759,10 @@
37203759
{
37213760
"url": "https://zksync.blockscout.com/api",
37223761
"kind": "blockscout"
3762+
},
3763+
{
3764+
"url": "https://zksync-era.abi.pinax.network/api",
3765+
"kind": "etherscan"
37233766
}
37243767
],
37253768
"services": {
@@ -3774,7 +3817,7 @@
37743817
],
37753818
"apiUrls": [
37763819
{
3777-
"url": "https://api-curtis.apescan.io/api",
3820+
"url": "https://apechain-testnet.abi.pinax.network/api",
37783821
"kind": "etherscan"
37793822
}
37803823
],
@@ -3833,7 +3876,7 @@
38333876
],
38343877
"apiUrls": [
38353878
{
3836-
"url": "https://api.apescan.io/api",
3879+
"url": "https://apechain.abi.pinax.network/api",
38373880
"kind": "etherscan"
38383881
}
38393882
],
@@ -4008,7 +4051,7 @@
40084051
],
40094052
"apiUrls": [
40104053
{
4011-
"url": "https://block-explorer-api.staging.lens.dev/api",
4054+
"url": "https://block-explorer-api.lens.dev/api",
40124055
"kind": "etherscan"
40134056
}
40144057
],
@@ -4281,10 +4324,6 @@
42814324
{
42824325
"url": "https://arbitrum-sepolia.abi.pinax.network/api",
42834326
"kind": "etherscan"
4284-
},
4285-
{
4286-
"url": "https://sepolia-explorer.arbitrum.io/api",
4287-
"kind": "blockscout"
42884327
}
42894328
],
42904329
"services": {
@@ -4346,10 +4385,6 @@
43464385
{
43474386
"url": "https://arbitrum-nova.abi.pinax.network/api",
43484387
"kind": "etherscan"
4349-
},
4350-
{
4351-
"url": "https://nova-explorer.arbitrum.io/api",
4352-
"kind": "blockscout"
43534388
}
43544389
],
43554390
"services": {
@@ -4576,6 +4611,10 @@
45764611
"https://fuji.rpc.pinax.network/v1/{PINAX_API_KEY}/ext/bc/C/rpc"
45774612
],
45784613
"apiUrls": [
4614+
{
4615+
"url": "https://fuji.abi.pinax.network/api",
4616+
"kind": "etherscan"
4617+
},
45794618
{
45804619
"url": "https://api-testnet.snowtrace.io/api",
45814620
"kind": "etherscan"
@@ -4638,6 +4677,10 @@
46384677
"https://avalanche-c-chain-rpc.publicnode.com"
46394678
],
46404679
"apiUrls": [
4680+
{
4681+
"url": "https://avalanche.abi.pinax.network/api",
4682+
"kind": "etherscan"
4683+
},
46414684
{
46424685
"url": "https://api.snowtrace.io/api",
46434686
"kind": "etherscan"
@@ -4973,13 +5016,13 @@
49735016
"https://scrsepolia.rpc.pinax.network/v1/{PINAX_API_KEY}"
49745017
],
49755018
"apiUrls": [
4976-
{
4977-
"url": "https://api-sepolia.scrollscan.com/api",
4978-
"kind": "etherscan"
4979-
},
49805019
{
49815020
"url": "https://scroll-sepolia.blockscout.com/api",
49825021
"kind": "blockscout"
5022+
},
5023+
{
5024+
"url": "https://scroll-sepolia.abi.pinax.network/api",
5025+
"kind": "etherscan"
49835026
}
49845027
],
49855028
"services": {
@@ -5044,13 +5087,13 @@
50445087
"https://rpc.ankr.com/scroll"
50455088
],
50465089
"apiUrls": [
5047-
{
5048-
"url": "https://api.scrollscan.com/api",
5049-
"kind": "etherscan"
5050-
},
50515090
{
50525091
"url": "https://scroll.blockscout.com/api",
50535092
"kind": "blockscout"
5093+
},
5094+
{
5095+
"url": "https://scroll.abi.pinax.network/api",
5096+
"kind": "etherscan"
50545097
}
50555098
],
50565099
"services": {
@@ -5454,6 +5497,10 @@
54545497
{
54555498
"url": "https://explorer.xai-chain.net/api",
54565499
"kind": "blockscout"
5500+
},
5501+
{
5502+
"url": "https://xai.abi.pinax.network/api",
5503+
"kind": "etherscan"
54575504
}
54585505
],
54595506
"services": {
@@ -5878,7 +5925,11 @@
58785925
],
58795926
"apiUrls": [
58805927
{
5881-
"url": "https://api.berascan.com/api",
5928+
"url": "https://berachain.abi.pinax.network/api",
5929+
"kind": "etherscan"
5930+
},
5931+
{
5932+
"url": "https://api.routescan.io/v2/network/mainnet/evm/80094/etherscan/api",
58825933
"kind": "etherscan"
58835934
}
58845935
],
@@ -6058,7 +6109,12 @@
60586109
"rpcUrls": [
60596110
"https://public-en.node.kaia.io"
60606111
],
6061-
"apiUrls": [],
6112+
"apiUrls": [
6113+
{
6114+
"url": "https://kaia.abi.pinax.network/api",
6115+
"kind": "etherscan"
6116+
}
6117+
],
60626118
"services": {
60636119
"subgraphs": [
60646120
"https://api.studio.thegraph.com/deploy"

0 commit comments

Comments
 (0)