From 35c86f1f1dbe863fed341345e6f51a8de8dffc02 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Wed, 20 Nov 2024 11:45:59 -0500 Subject: [PATCH] update readmes --- README.md | 18 +++- docs/networks-table.md | 198 ++++++++++++++++++------------------- docs/using-the-registry.md | 52 ---------- src/generate_table.ts | 3 +- 4 files changed, 115 insertions(+), 156 deletions(-) delete mode 100644 docs/using-the-registry.md diff --git a/README.md b/README.md index 32380dd..6e06af3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # The Graph networks registry -This repository manages a registry of networks in The Graph ecosystem. See [Releases](https://github.com/pinax-network/supported-networks/releases) page for the latest version of the registry. See [docs/networks-table.md](./docs/networks-table.md) for the up-to-date auto-generated networks table. +[![GitHub Release](https://img.shields.io/github/v/release/graphprotocol/networks-registry)](https://github.com/graphprotocol/networks-registry/releases/latest) + +This repository manages a registry of networks in The Graph ecosystem. + +See [Releases](https://github.com/graphprotocol/networks-registry/releases) page for the latest version of the registry. +See [Networks Table](./docs/networks-table.md) for an up-to-date auto-generated networks list. + +[Libraries](https://github.com/pinax-network/graph-networks-libs) for Typescript, Go and Rust. + +[Demo app](https://graph-networks-app.vercel.app/) for the registry. ## Adding/updating a chain @@ -12,9 +21,9 @@ This repository manages a registry of networks in The Graph ecosystem. See [Rele ## Structure of the repository -- `docs/`: Contains docs and auto-generated networks table - `schemas/`: Contains the schema for the registry - `registry/`: Contains the networks JSONs (edit these) +- `docs/`: Contains docs and auto-generated networks table - `public`: Contains all generated registry versions (don't edit those) - `src/`: Contains scripts to validate networks JSONs and generate the resulting registry JSON @@ -72,9 +81,9 @@ In addition to the above, the JSON Schema is available at TheGraphNetworksRegist ## Registry Usage -In your application you can pull one of the registry JSONs above depending on your use case - whether it's pinned to a specific registry version, whether you allow backwards compatible schema changes or you just need the latest one. +In your application you can use one of the generated registry JSONs above depending on your use case. -Refer to [Using The Graph Networks Registry](./docs/using-the-registry.md) for more information and best practices. +Libraries for Typescript, Go and Rust [exist](https://github.com/pinax-network/graph-networks-libs) to make it easier to work with the registry. Typical use cases: @@ -85,6 +94,7 @@ Typical use cases: ## References +- [The Graph Networks Registry libraries](https://github.com/pinax-network/graph-networks-libs) - [Ethereum chains list](https://github.com/ethereum-lists/chains) - [CAIP-2 chain ids](https://chainagnostic.org/CAIPs/caip-2) - [Web3Icons](https://github.com/0xa3k5/web3icons/tree/main/raw-svgs/networks/branded) diff --git a/docs/networks-table.md b/docs/networks-table.md index bad7b70..2cdb899 100644 --- a/docs/networks-table.md +++ b/docs/networks-table.md @@ -1,102 +1,102 @@ -# The Graph Registry Networks +# Networks Registry v0.6.1 Auto-generated from the networks registry on every release. -| ID | Network | Type | Indexing Rewards | Graph Node Protocol | Subgraphs | SpS | Firehose | Substreams | Explorer | Docs | -| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | -| **mainnet** | Ethereum | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://etherscan.io](https://etherscan.io) | [https://ethereum.org/en/developers/docs](https://ethereum.org/en/developers/docs) | -| **avalanche** | Avalanche C-Chain | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://snowtrace.io](https://snowtrace.io) | [https://docs.avax.network](https://docs.avax.network) | -| **arbitrum-one** | Arbitrum One | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://arbiscan.io](https://arbiscan.io) | [https://docs.arbitrum.io](https://docs.arbitrum.io) | -| **bsc** | BNB | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://bscscan.com](https://bscscan.com) | [https://docs.bnbchain.org](https://docs.bnbchain.org) | -| **base** | Base | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://base.blockscout.com](https://base.blockscout.com) | [https://docs.base.org](https://docs.base.org) | -| **optimism** | Optimism | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://optimistic.etherscan.io](https://optimistic.etherscan.io) | [https://docs.optimism.io](https://docs.optimism.io) | -| **matic** | Polygon | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://polygonscan.com](https://polygonscan.com) | [https://docs.polygon.technology](https://docs.polygon.technology) | -| **fuse** | Fuse | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://explorer.fuse.io](https://explorer.fuse.io) | [https://docs.fuse.io](https://docs.fuse.io) | -| **scroll** | Scroll | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://scrollscan.com](https://scrollscan.com) | [https://docs.scroll.io](https://docs.scroll.io) | -| **blast-mainnet** | Blast | *mainnet* | ✅ | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://blastscan.io](https://blastscan.io) | [https://docs.blast.io](https://docs.blast.io) | -| **fantom** | Fantom Opera | *mainnet* | ✅ | *ethereum* | ✅ | | ✅ | ✅ | [https://ftmscan.com](https://ftmscan.com) | [https://docs.fantom.foundation](https://docs.fantom.foundation) | -| **boba-bnb** | Boba BNB | *mainnet* | ✅ | *ethereum* | ✅ | | ✅ | ✅ | [https://bnb.bobascan.com](https://bnb.bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | -| **boba** | Boba | *mainnet* | ✅ | *ethereum* | ✅ | | ✅ | ✅ | [https://bobascan.com](https://bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | -| **linea** | Linea | *mainnet* | ✅ | *ethereum* | ✅ | | ✅ | ✅ | [https://lineascan.build](https://lineascan.build) | [https://docs.linea.build](https://docs.linea.build) | -| **gnosis** | Gnosis | *mainnet* | ✅ | *ethereum* | ✅ | | | | [https://gnosisscan.io](https://gnosisscan.io) | [https://docs.gnosischain.com](https://docs.gnosischain.com) | -| **celo** | Celo | *mainnet* | ✅ | *ethereum* | ✅ | | | | [https://celoscan.io](https://celoscan.io) | [https://docs.celo.org](https://docs.celo.org) | -| **btc** | Bitcoin | *mainnet* | | *substreams* | ✅ | ✅ | ✅ | ✅ | [https://btcscan.org](https://btcscan.org) | [https://developer.bitcoin.org](https://developer.bitcoin.org) | -| **sepolia** | Ethereum Sepolia | *testnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) | [https://sepolia.dev](https://sepolia.dev) | -| **holesky** | Ethereum Holesky | *testnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://holesky.etherscan.io](https://holesky.etherscan.io) | [https://holesky.dev](https://holesky.dev) | -| **near-testnet** | Near | *testnet* | | *near* | ✅ | ✅ | ✅ | ✅ | [https://testnet.nearblocks.io](https://testnet.nearblocks.io) | [https://docs.near.org](https://docs.near.org) | -| **near-mainnet** | Near | *mainnet* | | *near* | ✅ | ✅ | ✅ | ✅ | [https://nearblocks.io](https://nearblocks.io) | [https://docs.near.org](https://docs.near.org) | -| **starknet-mainnet** | Starknet | *mainnet* | | *starknet* | ✅ | ✅ | ✅ | ✅ | [https://starkscan.co](https://starkscan.co) | [https://docs.starknet.io](https://docs.starknet.io) | -| **arweave-mainnet** | Arweave | *mainnet* | | *arweave* | ✅ | ✅ | ✅ | ✅ | [https://arscan.io](https://arscan.io) | [https://docs.arweave.org/developers](https://docs.arweave.org/developers) | -| **arbitrum-sepolia** | Arbitrum Sepolia | *testnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://sepolia.arbiscan.io](https://sepolia.arbiscan.io) | [https://docs.arbitrum.io](https://docs.arbitrum.io) | -| **unichain-testnet** | Unichain Sepolia | *testnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://unichain-sepolia.blockscout.com](https://unichain-sepolia.blockscout.com) | [https://docs.unichain.org](https://docs.unichain.org) | -| **mode-mainnet** | Mode | *mainnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://explorer.mode.network](https://explorer.mode.network) | [https://docs.mode.network](https://docs.mode.network) | -| **arbitrum-nova** | Arbitrum Nova | *mainnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://nova-explorer.arbitrum.io](https://nova-explorer.arbitrum.io) | [https://docs.arbitrum.io](https://docs.arbitrum.io) | -| **soneium-minato** | Soneium Minato | *testnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://soneium-minato.blockscout.com](https://soneium-minato.blockscout.com) | [https://soneium.org/en/docs](https://soneium.org/en/docs) | -| **astar-zkevm-mainnet** | Astar zkEVM | *mainnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://astar-zkevm.explorer.startale.com](https://astar-zkevm.explorer.startale.com) | [https://docs.astar.network/docs/getting-started](https://docs.astar.network/docs/getting-started) | -| **polygon-zkevm** | Polygon zkEVM | *mainnet* | | *ethereum* | ✅ | ✅ | ✅ | ✅ | [https://zkevm.polygonscan.com](https://zkevm.polygonscan.com) | [https://polygon.technology/polygon-zkevm](https://polygon.technology/polygon-zkevm) | -| **solana-mainnet-beta** | Solana | *mainnet* | | *substreams* | ✅ | ✅ | ✅ | ✅ | [http://explorer.solana.com](http://explorer.solana.com) | [https://solana.com/docs](https://solana.com/docs) | -| **solana-devnet** | Solana | *devnet* | | *substreams* | ✅ | ✅ | ✅ | ✅ | [https://explorer.solana.com/?cluster=devnet](https://explorer.solana.com/?cluster=devnet) | [https://solana.com/docs](https://solana.com/docs) | -| **moonbeam** | Moonbeam | *mainnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://moonbeam.moonscan.io](https://moonbeam.moonscan.io) | [https://docs.moonbeam.network](https://docs.moonbeam.network) | -| **chapel** | BNB Chapel | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://testnet.bscscan.com](https://testnet.bscscan.com) | [https://docs.bnbchain.org](https://docs.bnbchain.org) | -| **moonriver** | Moonriver | *mainnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://moonriver.moonscan.io](https://moonriver.moonscan.io) | [https://docs.moonbeam.network](https://docs.moonbeam.network) | -| **polygon-amoy** | Polygon Amoy | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://www.oklink.com/amoy](https://www.oklink.com/amoy) | [https://docs.polygon.technology](https://docs.polygon.technology) | -| **gravity-mainnet** | Gravity Alpha | *mainnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://explorer.gravity.xyz](https://explorer.gravity.xyz) | [https://docs.gravity.xyz](https://docs.gravity.xyz) | -| **xlayer-mainnet** | X Layer | *mainnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://www.oklink.com/xlayer](https://www.oklink.com/xlayer) | [https://www.okx.com/xlayer](https://www.okx.com/xlayer) | -| **sei-mainnet** | Sei | *mainnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://seitrace.com](https://seitrace.com) | [https://docs.seitrace.com](https://docs.seitrace.com) | -| **base-sepolia** | Base Sepolia | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://sepolia.basescan.org](https://sepolia.basescan.org) | [https://docs.base.org](https://docs.base.org) | -| **scroll-sepolia** | Scroll Sepolia | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com) | [https://docs.scroll.io](https://docs.scroll.io) | -| **optimism-sepolia** | Optimism Sepolia | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://optimism-sepolia.blockscout.com](https://optimism-sepolia.blockscout.com) | [https://docs.optimism.io](https://docs.optimism.io) | -| **blast-testnet** | Blast Sepolia | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://sepolia.blastscan.io](https://sepolia.blastscan.io) | [https://docs.blast.io](https://docs.blast.io) | -| **boba-testnet** | Boba Sepolia | *testnet* | | *ethereum* | ✅ | | ✅ | ✅ | [https://testnet.bobascan.com](https://testnet.bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | -| **jungle4** | EOS Jungle4 | *testnet* | | *substreams* | | | ✅ | ✅ | [https://jungle.bloks.io](https://jungle.bloks.io) | [https://jungletestnet.io](https://jungletestnet.io) | -| **telos-testnet** | Telos | *testnet* | | *substreams* | | | ✅ | ✅ | [https://explorer-test.telos.net](https://explorer-test.telos.net) | [https://docs.telos.net](https://docs.telos.net) | -| **wax** | WAX | *mainnet* | | *substreams* | | | ✅ | ✅ | [https://wax.bloks.io](https://wax.bloks.io) | [https://developer.wax.io](https://developer.wax.io) | -| **kylin** | EOS Kylin | *testnet* | | *substreams* | | | ✅ | ✅ | [https://kylin.bloks.io](https://kylin.bloks.io) | [https://docs.eosnetwork.com/docs/latest/quick-start/introduction](https://docs.eosnetwork.com/docs/latest/quick-start/introduction) | -| **eos** | EOS | *mainnet* | | *substreams* | | | ✅ | ✅ | [https://bloks.io](https://bloks.io) | [https://docs.eosnetwork.com/docs/latest/quick-start/introduction](https://docs.eosnetwork.com/docs/latest/quick-start/introduction) | -| **wax-testnet** | WAX | *testnet* | | *substreams* | | | ✅ | ✅ | [https://wax-test.bloks.io](https://wax-test.bloks.io) | [https://developer.wax.io](https://developer.wax.io) | -| **telos** | Telos | *mainnet* | | *substreams* | | | ✅ | ✅ | [https://explorer.telos.net](https://explorer.telos.net) | [https://docs.telos.net](https://docs.telos.net) | -| **eos-evm** | EOS EVM | *mainnet* | | *ethereum* | | | ✅ | ✅ | [https://explorer.evm.eosnetwork.com](https://explorer.evm.eosnetwork.com) | [https://eosnetwork.com/eos-evm](https://eosnetwork.com/eos-evm) | -| **xai** | Xai | *mainnet* | | *ethereum* | | | ✅ | ✅ | [https://explorer.xai-chain.net](https://explorer.xai-chain.net) | [https://docs.x.ai/docs](https://docs.x.ai/docs) | -| **jungle4-evm** | EOS EVM Jungle4 | *testnet* | | *ethereum* | | | ✅ | ✅ | [https://explorer.testnet.evm.eosnetwork.com](https://explorer.testnet.evm.eosnetwork.com) | [https://eosnetwork.com/eos-evm](https://eosnetwork.com/eos-evm) | -| **bnb-op** | opBNB | *mainnet* | | *ethereum* | | | ✅ | ✅ | [https://opbnbscan.com](https://opbnbscan.com) | [https://docs.bnbchain.org/bnb-opbnb](https://docs.bnbchain.org/bnb-opbnb) | -| **zora** | Zora | *mainnet* | | *ethereum* | | | ✅ | ✅ | [https://explorer.zora.energy](https://explorer.zora.energy) | [https://docs.zora.co](https://docs.zora.co) | -| **injective-mainnet** | Injective | *mainnet* | | *cosmos* | | | ✅ | ✅ | [https://explorer.injective.network](https://explorer.injective.network) | [https://docs.injective.network](https://docs.injective.network) | -| **mantra-mainnet** | Mantra | *mainnet* | | *cosmos* | | | ✅ | ✅ | [https://explorer.mantrachain.io/MANTRA-1](https://explorer.mantrachain.io/MANTRA-1) | [https://docs.mantrachain.io](https://docs.mantrachain.io) | -| **injective-testnet** | Injective | *testnet* | | *cosmos* | | | ✅ | ✅ | [https://testnet.explorer.injective.network](https://testnet.explorer.injective.network) | [https://docs.injective.network](https://docs.injective.network) | -| **mantra-testnet** | Mantra Dukong | *testnet* | | *cosmos* | | | ✅ | ✅ | [https://explorer.mantrachain.io/MANTRA-Dukong](https://explorer.mantrachain.io/MANTRA-Dukong) | [https://docs.mantrachain.io](https://docs.mantrachain.io) | -| **vara-testnet** | Vara | *testnet* | | *substreams* | | | ✅ | ✅ | | [https://wiki.vara.network](https://wiki.vara.network) | -| **vara-mainnet** | Vara | *mainnet* | | *substreams* | | | ✅ | ✅ | [https://vara.subscan.io](https://vara.subscan.io) | [https://wiki.vara.network](https://wiki.vara.network) | -| **starknet-testnet** | Starknet Sepolia | *testnet* | | *starknet* | | | ✅ | ✅ | [https://sepolia.starkscan.co](https://sepolia.starkscan.co) | [https://docs.starknet.io](https://docs.starknet.io) | -| **mainnet-cl** | Ethereum Beacon | *mainnet* | | *substreams* | | | ✅ | ✅ | | [https://ethereum.org/en/developers/docs/consensus-mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms) | -| **sepolia-cl** | Ethereum Beacon Sepolia | *mainnet* | | *substreams* | | | ✅ | ✅ | | [https://ethereum.org/en/developers/docs/consensus-mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms) | -| **holesky-cl** | Ethereum Beacon Holesky | *mainnet* | | *substreams* | | | ✅ | ✅ | | [https://ethereum.org/en/developers/docs/consensus-mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms) | -| **etherlink-mainnet** | Etherlink | *mainnet* | | *ethereum* | ✅ | | | | [https://explorer.etherlink.com](https://explorer.etherlink.com) | [https://docs.etherlink.com](https://docs.etherlink.com) | -| **gravity-testnet** | Gravity Sepolia | *testnet* | | *ethereum* | ✅ | | | | [https://explorer-sepolia.gravity.xyz](https://explorer-sepolia.gravity.xyz) | [https://docs.gravity.xyz](https://docs.gravity.xyz) | -| **harmony** | Harmony | *mainnet* | | *ethereum* | ✅ | | | | [https://explorer.harmony.one/?shard=0](https://explorer.harmony.one/?shard=0) | [https://docs.harmony.one](https://docs.harmony.one) | -| **fuji** | Avalanche Fuji | *testnet* | | *ethereum* | ✅ | | | | [https://testnet.snowscan.xyz](https://testnet.snowscan.xyz) | [https://docs.avax.network](https://docs.avax.network) | -| **kaia-testnet** | Kaia Kairos | *testnet* | | *ethereum* | ✅ | | | | [https://kairos.kaiascan.io](https://kairos.kaiascan.io) | [https://docs.kaia.io](https://docs.kaia.io) | -| **zksync-era-sepolia** | zkSync Sepolia | *testnet* | | *ethereum* | ✅ | | | | [https://sepolia.explorer.zksync.io](https://sepolia.explorer.zksync.io) | [https://docs.zksync.io](https://docs.zksync.io) | -| **kaia** | Kaia | *mainnet* | | *ethereum* | ✅ | | | | [https://kaiascan.io](https://kaiascan.io) | [https://docs.kaia.io](https://docs.kaia.io) | -| **gnosis-chiado** | Gnosis Chiado | *testnet* | | *ethereum* | ✅ | | | | [https://blockscout.chiadochain.net](https://blockscout.chiadochain.net) | [https://docs.gnosischain.com](https://docs.gnosischain.com) | -| **mbase** | Moonbase Alpha | *testnet* | | *ethereum* | ✅ | | | | [https://moonbase.moonscan.io](https://moonbase.moonscan.io) | [https://docs.moonbeam.network/learn/platform/networks/moonbase](https://docs.moonbeam.network/learn/platform/networks/moonbase) | -| **rootstock** | Rootstock | *mainnet* | | *ethereum* | ✅ | | | | [https://rootstock.blockscout.com](https://rootstock.blockscout.com) | [https://dev.rootstock.io](https://dev.rootstock.io) | -| **boba-bnb-testnet** | Boba BNB | *testnet* | | *ethereum* | ✅ | | | | [https://bnb.testnet.bobascan.com](https://bnb.testnet.bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | -| **neox-testnet** | Neo X | *testnet* | | *ethereum* | ✅ | | | | [https://xt4scan.ngd.network](https://xt4scan.ngd.network) | [https://xdocs.ngd.network](https://xdocs.ngd.network) | -| **clover** | CLV | *mainnet* | | *ethereum* | ✅ | | | | [https://clvscan.com](https://clvscan.com) | [https://docs.clv.org](https://docs.clv.org) | -| **mode-sepolia** | Mode Sepolia | *testnet* | | *ethereum* | ✅ | | | | [https://sepolia.explorer.mode.network](https://sepolia.explorer.mode.network) | [https://docs.mode.network](https://docs.mode.network) | -| **chiliz** | Chiliz | *mainnet* | | *ethereum* | ✅ | | | | [https://chiliscan.com](https://chiliscan.com) | [https://docs.chiliz.com](https://docs.chiliz.com) | -| **fuse-testnet** | Fuse | *testnet* | | *ethereum* | ✅ | | | | [https://explorer.fusespark.io](https://explorer.fusespark.io) | [https://docs.fuse.io](https://docs.fuse.io) | -| **etherlink-testnet** | Etherlink | *testnet* | | *ethereum* | ✅ | | | | [https://testnet.explorer.etherlink.com](https://testnet.explorer.etherlink.com) | [https://docs.etherlink.com](https://docs.etherlink.com) | -| **iotex** | IoTeX | *mainnet* | | *ethereum* | ✅ | | | | [https://iotexscan.io](https://iotexscan.io) | [https://docs.iotex.io](https://docs.iotex.io) | -| **zksync-era** | zkSync Era | *mainnet* | | *ethereum* | ✅ | | | | [https://explorer.zksync.io](https://explorer.zksync.io) | [https://docs.zksync.io](https://docs.zksync.io) | -| **xlayer-sepolia** | X Layer Sepolia | *testnet* | | *ethereum* | ✅ | | | | [https://www.oklink.com/xlayer-test](https://www.oklink.com/xlayer-test) | [https://www.okx.com/xlayer](https://www.okx.com/xlayer) | -| **aurora** | Aurora | *mainnet* | | *ethereum* | ✅ | | | | [https://explorer.aurora.dev](https://explorer.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) | -| **sei-atlantic** | Sei Atlantic | *testnet* | | *ethereum* | ✅ | | | | [https://seitrace.com/?chain=atlantic-2](https://seitrace.com/?chain=atlantic-2) | [https://docs.seitrace.com](https://docs.seitrace.com) | -| **aurora-testnet** | Aurora | *testnet* | | *ethereum* | ✅ | | | | [https://explorer.testnet.aurora.dev](https://explorer.testnet.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) | -| **fantom-testnet** | Fantom | *testnet* | | *ethereum* | ✅ | | | | [https://testnet.ftmscan.com](https://testnet.ftmscan.com) | [https://docs.fantom.foundation](https://docs.fantom.foundation) | -| **neox** | Neo X | *mainnet* | | *ethereum* | ✅ | | | | [https://xexplorer.neo.org](https://xexplorer.neo.org) | [https://xdocs.ngd.network](https://xdocs.ngd.network) | -| **chiliz-testnet** | Chiliz Spicy | *testnet* | | *ethereum* | ✅ | | | | [https://testnet.chiliscan.com](https://testnet.chiliscan.com) | [https://docs.chiliz.com](https://docs.chiliz.com) | -| **celo-alfajores** | Celo Alfajores | *testnet* | | *ethereum* | ✅ | | | | [https://alfajores.celoscan.io](https://alfajores.celoscan.io) | [https://docs.celo.org](https://docs.celo.org) | -| **linea-sepolia** | Linea Sepolia | *testnet* | | *ethereum* | ✅ | | | | [https://sepolia.lineascan.build](https://sepolia.lineascan.build) | [https://docs.linea.build](https://docs.linea.build) | -| **rootstock-testnet** | Rootstock | *testnet* | | *ethereum* | ✅ | | | | [https://rootstock-testnet.blockscout.com](https://rootstock-testnet.blockscout.com) | [https://dev.rootstock.io](https://dev.rootstock.io) | -| **cronos** | Cronos | *mainnet* | | *ethereum* | | | | | [https://explorer.cronos.org](https://explorer.cronos.org) | [https://docs.cronos.org](https://docs.cronos.org) | +| ID | Network | Type | Indexing Rewards | Graph Node Protocol | Subgraphs | SpS | Firehose | Substreams | Explorer | Docs | +| :---------------------: | :---------------------: | :-------: | :--------------: | :-----------------: | :-------: | :-: | :------: | :--------: | :--------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | +| **mainnet** | Ethereum | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://etherscan.io](https://etherscan.io) | [https://ethereum.org/en/developers/docs](https://ethereum.org/en/developers/docs) | +| **avalanche** | Avalanche C-Chain | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://snowtrace.io](https://snowtrace.io) | [https://docs.avax.network](https://docs.avax.network) | +| **arbitrum-one** | Arbitrum One | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://arbiscan.io](https://arbiscan.io) | [https://docs.arbitrum.io](https://docs.arbitrum.io) | +| **bsc** | BNB | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://bscscan.com](https://bscscan.com) | [https://docs.bnbchain.org](https://docs.bnbchain.org) | +| **base** | Base | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://base.blockscout.com](https://base.blockscout.com) | [https://docs.base.org](https://docs.base.org) | +| **optimism** | Optimism | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://optimistic.etherscan.io](https://optimistic.etherscan.io) | [https://docs.optimism.io](https://docs.optimism.io) | +| **matic** | Polygon | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://polygonscan.com](https://polygonscan.com) | [https://docs.polygon.technology](https://docs.polygon.technology) | +| **fuse** | Fuse | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://explorer.fuse.io](https://explorer.fuse.io) | [https://docs.fuse.io](https://docs.fuse.io) | +| **scroll** | Scroll | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://scrollscan.com](https://scrollscan.com) | [https://docs.scroll.io](https://docs.scroll.io) | +| **blast-mainnet** | Blast | _mainnet_ | ✅ | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://blastscan.io](https://blastscan.io) | [https://docs.blast.io](https://docs.blast.io) | +| **fantom** | Fantom Opera | _mainnet_ | ✅ | _ethereum_ | ✅ | | ✅ | ✅ | [https://ftmscan.com](https://ftmscan.com) | [https://docs.fantom.foundation](https://docs.fantom.foundation) | +| **boba-bnb** | Boba BNB | _mainnet_ | ✅ | _ethereum_ | ✅ | | ✅ | ✅ | [https://bnb.bobascan.com](https://bnb.bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | +| **boba** | Boba | _mainnet_ | ✅ | _ethereum_ | ✅ | | ✅ | ✅ | [https://bobascan.com](https://bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | +| **linea** | Linea | _mainnet_ | ✅ | _ethereum_ | ✅ | | ✅ | ✅ | [https://lineascan.build](https://lineascan.build) | [https://docs.linea.build](https://docs.linea.build) | +| **gnosis** | Gnosis | _mainnet_ | ✅ | _ethereum_ | ✅ | | | | [https://gnosisscan.io](https://gnosisscan.io) | [https://docs.gnosischain.com](https://docs.gnosischain.com) | +| **celo** | Celo | _mainnet_ | ✅ | _ethereum_ | ✅ | | | | [https://celoscan.io](https://celoscan.io) | [https://docs.celo.org](https://docs.celo.org) | +| **btc** | Bitcoin | _mainnet_ | | _substreams_ | ✅ | ✅ | ✅ | ✅ | [https://btcscan.org](https://btcscan.org) | [https://developer.bitcoin.org](https://developer.bitcoin.org) | +| **sepolia** | Ethereum Sepolia | _testnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://sepolia.etherscan.io](https://sepolia.etherscan.io) | [https://sepolia.dev](https://sepolia.dev) | +| **holesky** | Ethereum Holesky | _testnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://holesky.etherscan.io](https://holesky.etherscan.io) | [https://holesky.dev](https://holesky.dev) | +| **near-testnet** | Near | _testnet_ | | _near_ | ✅ | ✅ | ✅ | ✅ | [https://testnet.nearblocks.io](https://testnet.nearblocks.io) | [https://docs.near.org](https://docs.near.org) | +| **near-mainnet** | Near | _mainnet_ | | _near_ | ✅ | ✅ | ✅ | ✅ | [https://nearblocks.io](https://nearblocks.io) | [https://docs.near.org](https://docs.near.org) | +| **starknet-mainnet** | Starknet | _mainnet_ | | _starknet_ | ✅ | ✅ | ✅ | ✅ | [https://starkscan.co](https://starkscan.co) | [https://docs.starknet.io](https://docs.starknet.io) | +| **arweave-mainnet** | Arweave | _mainnet_ | | _arweave_ | ✅ | ✅ | ✅ | ✅ | [https://arscan.io](https://arscan.io) | [https://docs.arweave.org/developers](https://docs.arweave.org/developers) | +| **arbitrum-sepolia** | Arbitrum Sepolia | _testnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://sepolia.arbiscan.io](https://sepolia.arbiscan.io) | [https://docs.arbitrum.io](https://docs.arbitrum.io) | +| **unichain-testnet** | Unichain Sepolia | _testnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://unichain-sepolia.blockscout.com](https://unichain-sepolia.blockscout.com) | [https://docs.unichain.org](https://docs.unichain.org) | +| **mode-mainnet** | Mode | _mainnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://explorer.mode.network](https://explorer.mode.network) | [https://docs.mode.network](https://docs.mode.network) | +| **arbitrum-nova** | Arbitrum Nova | _mainnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://nova-explorer.arbitrum.io](https://nova-explorer.arbitrum.io) | [https://docs.arbitrum.io](https://docs.arbitrum.io) | +| **soneium-minato** | Soneium Minato | _testnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://soneium-minato.blockscout.com](https://soneium-minato.blockscout.com) | [https://soneium.org/en/docs](https://soneium.org/en/docs) | +| **astar-zkevm-mainnet** | Astar zkEVM | _mainnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://astar-zkevm.explorer.startale.com](https://astar-zkevm.explorer.startale.com) | [https://docs.astar.network/docs/getting-started](https://docs.astar.network/docs/getting-started) | +| **polygon-zkevm** | Polygon zkEVM | _mainnet_ | | _ethereum_ | ✅ | ✅ | ✅ | ✅ | [https://zkevm.polygonscan.com](https://zkevm.polygonscan.com) | [https://polygon.technology/polygon-zkevm](https://polygon.technology/polygon-zkevm) | +| **solana-mainnet-beta** | Solana | _mainnet_ | | _substreams_ | ✅ | ✅ | ✅ | ✅ | [http://explorer.solana.com](http://explorer.solana.com) | [https://solana.com/docs](https://solana.com/docs) | +| **solana-devnet** | Solana | _devnet_ | | _substreams_ | ✅ | ✅ | ✅ | ✅ | [https://explorer.solana.com/?cluster=devnet](https://explorer.solana.com/?cluster=devnet) | [https://solana.com/docs](https://solana.com/docs) | +| **moonbeam** | Moonbeam | _mainnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://moonbeam.moonscan.io](https://moonbeam.moonscan.io) | [https://docs.moonbeam.network](https://docs.moonbeam.network) | +| **chapel** | BNB Chapel | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://testnet.bscscan.com](https://testnet.bscscan.com) | [https://docs.bnbchain.org](https://docs.bnbchain.org) | +| **moonriver** | Moonriver | _mainnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://moonriver.moonscan.io](https://moonriver.moonscan.io) | [https://docs.moonbeam.network](https://docs.moonbeam.network) | +| **polygon-amoy** | Polygon Amoy | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://www.oklink.com/amoy](https://www.oklink.com/amoy) | [https://docs.polygon.technology](https://docs.polygon.technology) | +| **gravity-mainnet** | Gravity Alpha | _mainnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://explorer.gravity.xyz](https://explorer.gravity.xyz) | [https://docs.gravity.xyz](https://docs.gravity.xyz) | +| **xlayer-mainnet** | X Layer | _mainnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://www.oklink.com/xlayer](https://www.oklink.com/xlayer) | [https://www.okx.com/xlayer](https://www.okx.com/xlayer) | +| **sei-mainnet** | Sei | _mainnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://seitrace.com](https://seitrace.com) | [https://docs.seitrace.com](https://docs.seitrace.com) | +| **base-sepolia** | Base Sepolia | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://sepolia.basescan.org](https://sepolia.basescan.org) | [https://docs.base.org](https://docs.base.org) | +| **scroll-sepolia** | Scroll Sepolia | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://sepolia.scrollscan.com](https://sepolia.scrollscan.com) | [https://docs.scroll.io](https://docs.scroll.io) | +| **optimism-sepolia** | Optimism Sepolia | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://optimism-sepolia.blockscout.com](https://optimism-sepolia.blockscout.com) | [https://docs.optimism.io](https://docs.optimism.io) | +| **blast-testnet** | Blast Sepolia | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://sepolia.blastscan.io](https://sepolia.blastscan.io) | [https://docs.blast.io](https://docs.blast.io) | +| **boba-testnet** | Boba Sepolia | _testnet_ | | _ethereum_ | ✅ | | ✅ | ✅ | [https://testnet.bobascan.com](https://testnet.bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | +| **jungle4** | EOS Jungle4 | _testnet_ | | _substreams_ | | | ✅ | ✅ | [https://jungle.bloks.io](https://jungle.bloks.io) | [https://jungletestnet.io](https://jungletestnet.io) | +| **telos-testnet** | Telos | _testnet_ | | _substreams_ | | | ✅ | ✅ | [https://explorer-test.telos.net](https://explorer-test.telos.net) | [https://docs.telos.net](https://docs.telos.net) | +| **wax** | WAX | _mainnet_ | | _substreams_ | | | ✅ | ✅ | [https://wax.bloks.io](https://wax.bloks.io) | [https://developer.wax.io](https://developer.wax.io) | +| **kylin** | EOS Kylin | _testnet_ | | _substreams_ | | | ✅ | ✅ | [https://kylin.bloks.io](https://kylin.bloks.io) | [https://docs.eosnetwork.com/docs/latest/quick-start/introduction](https://docs.eosnetwork.com/docs/latest/quick-start/introduction) | +| **eos** | EOS | _mainnet_ | | _substreams_ | | | ✅ | ✅ | [https://bloks.io](https://bloks.io) | [https://docs.eosnetwork.com/docs/latest/quick-start/introduction](https://docs.eosnetwork.com/docs/latest/quick-start/introduction) | +| **wax-testnet** | WAX | _testnet_ | | _substreams_ | | | ✅ | ✅ | [https://wax-test.bloks.io](https://wax-test.bloks.io) | [https://developer.wax.io](https://developer.wax.io) | +| **telos** | Telos | _mainnet_ | | _substreams_ | | | ✅ | ✅ | [https://explorer.telos.net](https://explorer.telos.net) | [https://docs.telos.net](https://docs.telos.net) | +| **eos-evm** | EOS EVM | _mainnet_ | | _ethereum_ | | | ✅ | ✅ | [https://explorer.evm.eosnetwork.com](https://explorer.evm.eosnetwork.com) | [https://eosnetwork.com/eos-evm](https://eosnetwork.com/eos-evm) | +| **xai** | Xai | _mainnet_ | | _ethereum_ | | | ✅ | ✅ | [https://explorer.xai-chain.net](https://explorer.xai-chain.net) | [https://docs.x.ai/docs](https://docs.x.ai/docs) | +| **jungle4-evm** | EOS EVM Jungle4 | _testnet_ | | _ethereum_ | | | ✅ | ✅ | [https://explorer.testnet.evm.eosnetwork.com](https://explorer.testnet.evm.eosnetwork.com) | [https://eosnetwork.com/eos-evm](https://eosnetwork.com/eos-evm) | +| **bnb-op** | opBNB | _mainnet_ | | _ethereum_ | | | ✅ | ✅ | [https://opbnbscan.com](https://opbnbscan.com) | [https://docs.bnbchain.org/bnb-opbnb](https://docs.bnbchain.org/bnb-opbnb) | +| **zora** | Zora | _mainnet_ | | _ethereum_ | | | ✅ | ✅ | [https://explorer.zora.energy](https://explorer.zora.energy) | [https://docs.zora.co](https://docs.zora.co) | +| **injective-mainnet** | Injective | _mainnet_ | | _cosmos_ | | | ✅ | ✅ | [https://explorer.injective.network](https://explorer.injective.network) | [https://docs.injective.network](https://docs.injective.network) | +| **mantra-mainnet** | Mantra | _mainnet_ | | _cosmos_ | | | ✅ | ✅ | [https://explorer.mantrachain.io/MANTRA-1](https://explorer.mantrachain.io/MANTRA-1) | [https://docs.mantrachain.io](https://docs.mantrachain.io) | +| **injective-testnet** | Injective | _testnet_ | | _cosmos_ | | | ✅ | ✅ | [https://testnet.explorer.injective.network](https://testnet.explorer.injective.network) | [https://docs.injective.network](https://docs.injective.network) | +| **mantra-testnet** | Mantra Dukong | _testnet_ | | _cosmos_ | | | ✅ | ✅ | [https://explorer.mantrachain.io/MANTRA-Dukong](https://explorer.mantrachain.io/MANTRA-Dukong) | [https://docs.mantrachain.io](https://docs.mantrachain.io) | +| **vara-testnet** | Vara | _testnet_ | | _substreams_ | | | ✅ | ✅ | | [https://wiki.vara.network](https://wiki.vara.network) | +| **vara-mainnet** | Vara | _mainnet_ | | _substreams_ | | | ✅ | ✅ | [https://vara.subscan.io](https://vara.subscan.io) | [https://wiki.vara.network](https://wiki.vara.network) | +| **starknet-testnet** | Starknet Sepolia | _testnet_ | | _starknet_ | | | ✅ | ✅ | [https://sepolia.starkscan.co](https://sepolia.starkscan.co) | [https://docs.starknet.io](https://docs.starknet.io) | +| **mainnet-cl** | Ethereum Beacon | _mainnet_ | | _substreams_ | | | ✅ | ✅ | | [https://ethereum.org/en/developers/docs/consensus-mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms) | +| **sepolia-cl** | Ethereum Beacon Sepolia | _mainnet_ | | _substreams_ | | | ✅ | ✅ | | [https://ethereum.org/en/developers/docs/consensus-mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms) | +| **holesky-cl** | Ethereum Beacon Holesky | _mainnet_ | | _substreams_ | | | ✅ | ✅ | | [https://ethereum.org/en/developers/docs/consensus-mechanisms](https://ethereum.org/en/developers/docs/consensus-mechanisms) | +| **etherlink-mainnet** | Etherlink | _mainnet_ | | _ethereum_ | ✅ | | | | [https://explorer.etherlink.com](https://explorer.etherlink.com) | [https://docs.etherlink.com](https://docs.etherlink.com) | +| **gravity-testnet** | Gravity Sepolia | _testnet_ | | _ethereum_ | ✅ | | | | [https://explorer-sepolia.gravity.xyz](https://explorer-sepolia.gravity.xyz) | [https://docs.gravity.xyz](https://docs.gravity.xyz) | +| **harmony** | Harmony | _mainnet_ | | _ethereum_ | ✅ | | | | [https://explorer.harmony.one/?shard=0](https://explorer.harmony.one/?shard=0) | [https://docs.harmony.one](https://docs.harmony.one) | +| **fuji** | Avalanche Fuji | _testnet_ | | _ethereum_ | ✅ | | | | [https://testnet.snowscan.xyz](https://testnet.snowscan.xyz) | [https://docs.avax.network](https://docs.avax.network) | +| **kaia-testnet** | Kaia Kairos | _testnet_ | | _ethereum_ | ✅ | | | | [https://kairos.kaiascan.io](https://kairos.kaiascan.io) | [https://docs.kaia.io](https://docs.kaia.io) | +| **zksync-era-sepolia** | zkSync Sepolia | _testnet_ | | _ethereum_ | ✅ | | | | [https://sepolia.explorer.zksync.io](https://sepolia.explorer.zksync.io) | [https://docs.zksync.io](https://docs.zksync.io) | +| **kaia** | Kaia | _mainnet_ | | _ethereum_ | ✅ | | | | [https://kaiascan.io](https://kaiascan.io) | [https://docs.kaia.io](https://docs.kaia.io) | +| **gnosis-chiado** | Gnosis Chiado | _testnet_ | | _ethereum_ | ✅ | | | | [https://blockscout.chiadochain.net](https://blockscout.chiadochain.net) | [https://docs.gnosischain.com](https://docs.gnosischain.com) | +| **mbase** | Moonbase Alpha | _testnet_ | | _ethereum_ | ✅ | | | | [https://moonbase.moonscan.io](https://moonbase.moonscan.io) | [https://docs.moonbeam.network/learn/platform/networks/moonbase](https://docs.moonbeam.network/learn/platform/networks/moonbase) | +| **rootstock** | Rootstock | _mainnet_ | | _ethereum_ | ✅ | | | | [https://rootstock.blockscout.com](https://rootstock.blockscout.com) | [https://dev.rootstock.io](https://dev.rootstock.io) | +| **boba-bnb-testnet** | Boba BNB | _testnet_ | | _ethereum_ | ✅ | | | | [https://bnb.testnet.bobascan.com](https://bnb.testnet.bobascan.com) | [https://docs.boba.network](https://docs.boba.network) | +| **neox-testnet** | Neo X | _testnet_ | | _ethereum_ | ✅ | | | | [https://xt4scan.ngd.network](https://xt4scan.ngd.network) | [https://xdocs.ngd.network](https://xdocs.ngd.network) | +| **clover** | CLV | _mainnet_ | | _ethereum_ | ✅ | | | | [https://clvscan.com](https://clvscan.com) | [https://docs.clv.org](https://docs.clv.org) | +| **mode-sepolia** | Mode Sepolia | _testnet_ | | _ethereum_ | ✅ | | | | [https://sepolia.explorer.mode.network](https://sepolia.explorer.mode.network) | [https://docs.mode.network](https://docs.mode.network) | +| **chiliz** | Chiliz | _mainnet_ | | _ethereum_ | ✅ | | | | [https://chiliscan.com](https://chiliscan.com) | [https://docs.chiliz.com](https://docs.chiliz.com) | +| **fuse-testnet** | Fuse | _testnet_ | | _ethereum_ | ✅ | | | | [https://explorer.fusespark.io](https://explorer.fusespark.io) | [https://docs.fuse.io](https://docs.fuse.io) | +| **etherlink-testnet** | Etherlink | _testnet_ | | _ethereum_ | ✅ | | | | [https://testnet.explorer.etherlink.com](https://testnet.explorer.etherlink.com) | [https://docs.etherlink.com](https://docs.etherlink.com) | +| **iotex** | IoTeX | _mainnet_ | | _ethereum_ | ✅ | | | | [https://iotexscan.io](https://iotexscan.io) | [https://docs.iotex.io](https://docs.iotex.io) | +| **zksync-era** | zkSync Era | _mainnet_ | | _ethereum_ | ✅ | | | | [https://explorer.zksync.io](https://explorer.zksync.io) | [https://docs.zksync.io](https://docs.zksync.io) | +| **xlayer-sepolia** | X Layer Sepolia | _testnet_ | | _ethereum_ | ✅ | | | | [https://www.oklink.com/xlayer-test](https://www.oklink.com/xlayer-test) | [https://www.okx.com/xlayer](https://www.okx.com/xlayer) | +| **aurora** | Aurora | _mainnet_ | | _ethereum_ | ✅ | | | | [https://explorer.aurora.dev](https://explorer.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) | +| **sei-atlantic** | Sei Atlantic | _testnet_ | | _ethereum_ | ✅ | | | | [https://seitrace.com/?chain=atlantic-2](https://seitrace.com/?chain=atlantic-2) | [https://docs.seitrace.com](https://docs.seitrace.com) | +| **aurora-testnet** | Aurora | _testnet_ | | _ethereum_ | ✅ | | | | [https://explorer.testnet.aurora.dev](https://explorer.testnet.aurora.dev) | [https://doc.aurora.dev](https://doc.aurora.dev) | +| **fantom-testnet** | Fantom | _testnet_ | | _ethereum_ | ✅ | | | | [https://testnet.ftmscan.com](https://testnet.ftmscan.com) | [https://docs.fantom.foundation](https://docs.fantom.foundation) | +| **neox** | Neo X | _mainnet_ | | _ethereum_ | ✅ | | | | [https://xexplorer.neo.org](https://xexplorer.neo.org) | [https://xdocs.ngd.network](https://xdocs.ngd.network) | +| **chiliz-testnet** | Chiliz Spicy | _testnet_ | | _ethereum_ | ✅ | | | | [https://testnet.chiliscan.com](https://testnet.chiliscan.com) | [https://docs.chiliz.com](https://docs.chiliz.com) | +| **celo-alfajores** | Celo Alfajores | _testnet_ | | _ethereum_ | ✅ | | | | [https://alfajores.celoscan.io](https://alfajores.celoscan.io) | [https://docs.celo.org](https://docs.celo.org) | +| **linea-sepolia** | Linea Sepolia | _testnet_ | | _ethereum_ | ✅ | | | | [https://sepolia.lineascan.build](https://sepolia.lineascan.build) | [https://docs.linea.build](https://docs.linea.build) | +| **rootstock-testnet** | Rootstock | _testnet_ | | _ethereum_ | ✅ | | | | [https://rootstock-testnet.blockscout.com](https://rootstock-testnet.blockscout.com) | [https://dev.rootstock.io](https://dev.rootstock.io) | +| **cronos** | Cronos | _mainnet_ | | _ethereum_ | | | | | [https://explorer.cronos.org](https://explorer.cronos.org) | [https://docs.cronos.org](https://docs.cronos.org) | diff --git a/docs/using-the-registry.md b/docs/using-the-registry.md deleted file mode 100644 index 21330ee..0000000 --- a/docs/using-the-registry.md +++ /dev/null @@ -1,52 +0,0 @@ -# Using The Graph Networks Registry - -This guide explains how to integrate and use The Graph Networks Registry in your application. - -## Getting Started - -The links to both the latest Registry JSON and JSON Schema can be found on the [GitHub Releases](https://github.com/graphprotocol/networks-registry/releases) page. - -## Versioning - -- MAJOR version changes indicate breaking schema changes -- MINOR version changes add new optional fields or enum values -- PATCH version changes add or update network information - -The registry is available at several URLs depending on your versioning needs. - -- Use the latest version if you want the most up-to-date data and can handle breaking schema changes: `TheGraphNetworksRegistry.json` -- Use the latest major version to avoid breaking schema changes: `TheGraphNetworksRegistry_v1_x_x.json` -- Use the latest minor version if you want to stay on the same schema: `TheGraphNetworksRegistry_v1_2_x.json` -- Use a specific version if you want to pin to a specific registry version: `TheGraphNetworksRegistry_v1_2_3.json` - -More details on versioning can be found in the [README](https://github.com/graphprotocol/networks-registry#versioning). - -## Best Practices - -- Use type generation from the JSON Schema for better development experience -- Avoid loading the registry on the client side more than once- it can be quite large -- Cache the registry appropriately for your use case - it doesn't change often - -## Integration - -To generate types from the corresponding JSON Schema, use the one of the many available tools: - -- [quicktype](https://github.com/quicktype/quicktype) for many languages - -``` -> npx quicktype --lang go \ - --visibility public \ - TheGraphNetworksRegistrySchema_v1_0.json \ - -o registry.rs - -``` - -- [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) for typescript - -``` -> npx json-schema-to-typescript \ - --input TheGraphNetworksRegistrySchema_v1_0.json \ - --output types/registry.d.ts -``` - -- [typify](https://github.com/oxidecomputer/typify) for Rust diff --git a/src/generate_table.ts b/src/generate_table.ts index 880ddd9..dfa90af 100644 --- a/src/generate_table.ts +++ b/src/generate_table.ts @@ -2,6 +2,7 @@ import fs from "fs"; import path from "path"; import { loadNetworks } from "./utils/fs"; import { Network } from "./types/registry"; +import { version } from "../package.json"; function generateMarkdownTable(networks: Network[]): string { const headers = [ @@ -57,7 +58,7 @@ function generateMarkdownTable(networks: Network[]): string { ].join("\n"); // Create complete markdown content - return `# The Graph Registry Networks\n\nAuto-generated from the networks registry on every release.\n\n${tableContent}\n`; + return `# Networks Registry v${version}\n\nAuto-generated from the networks registry on every release.\n\n${tableContent}\n`; } function main() {