Skip to content

Commit

Permalink
generate registry v0.4.3 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 0cb58a5 commit 0152a3c
Show file tree
Hide file tree
Showing 4 changed files with 5,971 additions and 15 deletions.
33 changes: 28 additions & 5 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_4.json",
"version": "0.4.2",
"version": "0.4.3",
"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-11-12T16:57:24.533Z",
"updatedAt": "2024-11-13T01:35:50.168Z",
"networks": [
{
"id": "mainnet",
Expand Down Expand Up @@ -2800,10 +2800,11 @@
"https://arbiscan.io"
],
"rpcUrls": [
"https://arbitrum-one.publicnode.com",
"https://arb1.arbitrum.io/rpc",
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://arbone.rpc.pinax.network/v1/{PINAX_API_KEY}",
"https://arb1.arbitrum.io/rpc"
"https://arbone.rpc.pinax.network/v1/{PINAX_API_KEY}"
],
"apiUrls": [
{
Expand Down Expand Up @@ -3324,6 +3325,11 @@
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
},
"icon": {
"web3Icons": {
"name": "celo"
}
}
},
{
Expand Down Expand Up @@ -3872,7 +3878,12 @@
"https://xai-chain.net/rpc",
"https://xai.rpc.pinax.network/v1/{PINAX_API_KEY}"
],
"apiUrls": [],
"apiUrls": [
{
"url": "https://explorer.xai-chain.net/api",
"kind": "etherscan"
}
],
"services": {
"firehose": [
{
Expand All @@ -3888,6 +3899,12 @@
]
},
"networkType": "mainnet",
"relations": [
{
"kind": "l2Of",
"network": "arbitrum-one"
}
],
"issuanceRewards": false,
"nativeToken": "XAI",
"docsUrl": "https://docs.x.ai/docs",
Expand Down Expand Up @@ -4226,6 +4243,12 @@
]
},
"networkType": "mainnet",
"relations": [
{
"kind": "l2Of",
"network": "mainnet"
}
],
"issuanceRewards": true,
"nativeToken": "ETH",
"docsUrl": "https://docs.base.org",
Expand Down
Loading

0 comments on commit 0152a3c

Please sign in to comment.