diff --git a/.changeset/@graphprotocol_graph-cli-2058-dependencies.md b/.changeset/@graphprotocol_graph-cli-2058-dependencies.md new file mode 100644 index 000000000..a3aea30b1 --- /dev/null +++ b/.changeset/@graphprotocol_graph-cli-2058-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphprotocol/graph-cli": patch +--- +dependencies updates: + - Updated dependency [`@pinax/graph-networks-registry@^0.7.0` ↗︎](https://www.npmjs.com/package/@pinax/graph-networks-registry/v/0.7.0) (from `^0.6.5`, in `dependencies`) diff --git a/examples/cosmos-block-filtering/docker-compose.yml b/examples/cosmos-block-filtering/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/cosmos-block-filtering/docker-compose.yml +++ b/examples/cosmos-block-filtering/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/cosmos-osmosis-token-swaps/docker-compose.yml b/examples/cosmos-osmosis-token-swaps/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/cosmos-osmosis-token-swaps/docker-compose.yml +++ b/examples/cosmos-osmosis-token-swaps/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/cosmos-validator-delegations/docker-compose.yml b/examples/cosmos-validator-delegations/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/cosmos-validator-delegations/docker-compose.yml +++ b/examples/cosmos-validator-delegations/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/cosmos-validator-rewards/docker-compose.yml b/examples/cosmos-validator-rewards/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/cosmos-validator-rewards/docker-compose.yml +++ b/examples/cosmos-validator-rewards/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/ethereum-basic-event-handlers/docker-compose.yml b/examples/ethereum-basic-event-handlers/docker-compose.yml index 367f882b7..2efe9fbc5 100644 --- a/examples/ethereum-basic-event-handlers/docker-compose.yml +++ b/examples/ethereum-basic-event-handlers/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: hardhat: build: ./hardhat @@ -30,7 +29,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -42,4 +41,8 @@ services: POSTGRES_DB: graph-node POSTGRES_INITDB_ARGS: '-E UTF8 --locale=C' volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/ethereum-gravatar/docker-compose.yml b/examples/ethereum-gravatar/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/ethereum-gravatar/docker-compose.yml +++ b/examples/ethereum-gravatar/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/near-blocks/docker-compose.yml b/examples/near-blocks/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/near-blocks/docker-compose.yml +++ b/examples/near-blocks/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/examples/near-receipts/docker-compose.yml b/examples/near-receipts/docker-compose.yml index aed7a80d0..fc4f158fb 100644 --- a/examples/near-receipts/docker-compose.yml +++ b/examples/near-receipts/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: graph-node: image: graphprotocol/graph-node:v0.32.0 @@ -25,7 +24,7 @@ services: ports: - '5001:5001' volumes: - - ./data/ipfs:/data/ipfs + - ipfs-data:/data/ipfs postgres: image: postgres ports: @@ -36,4 +35,8 @@ services: POSTGRES_PASSWORD: let-me-in POSTGRES_DB: graph-node volumes: - - ./data/postgres:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data + +volumes: + ipfs-data: + postgres-data: diff --git a/packages/cli/config/TheGraphNetworksRegistry.json b/packages/cli/config/TheGraphNetworksRegistry.json index 4b6564acb..32a878de5 100644 --- a/packages/cli/config/TheGraphNetworksRegistry.json +++ b/packages/cli/config/TheGraphNetworksRegistry.json @@ -1,9 +1,9 @@ { - "$schema": "https://registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_6.json", - "version": "0.6.13", + "$schema": "https://networks-registry.thegraph.com/TheGraphNetworksRegistrySchema_v0_7.json", + "version": "0.7.37", "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-12-03T00:42:10.602Z", + "description": "This registry was generated and validated at https://github.com/graphprotocol/networks-registry", + "updatedAt": "2025-10-06T16:21:29.079Z", "networks": [ { "id": "mainnet", @@ -23,9 +23,9 @@ "https://etherscan.io" ], "rpcUrls": [ - "https://rpc.ankr.com/eth", - "https://cloudflare-eth.com", - "https://eth.rpc.pinax.network/v1/{PINAX_API_KEY}", + "https://ethereum-rpc.publicnode.com", + "https://mainnet.gateway.tenderly.co", + "https://eth.rpc.service.pinax.network", "https://mainnet.infura.io/v3/{INFURA_API_KEY}" ], "apiUrls": [ @@ -47,16 +47,19 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "eth.firehose.pinax.network:443", - "mainnet.eth.streamingfast.io:443" + "mainnet.eth.streamingfast.io:443", + "eth.firehose.data.nexus:443" ], "substreams": [ "eth.substreams.pinax.network:443", - "mainnet.eth.streamingfast.io:443" + "mainnet.eth.streamingfast.io:443", + "eth.substreams.data.nexus:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, "issuanceRewards": true, @@ -68,15 +71,26 @@ "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "mainnet" }, "icon": { "web3Icons": { @@ -90,7 +104,8 @@ "fullName": "OP Mainnet", "aliases": [ "evm-10", - "op-mainnet" + "op-mainnet", + "optimism-mainnet" ], "caip2Id": "eip155:10", "graphNode": { @@ -108,7 +123,7 @@ "rpcUrls": [ "https://mainnet.optimism.io", "https://optimism-rpc.publicnode.com", - "https://optimism.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://optimism.rpc.service.pinax.network" ], "apiUrls": [ { @@ -124,9 +139,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "mainnet.optimism.streamingfast.io:443", "optimism.firehose.pinax.network:443" @@ -134,6 +147,9 @@ "substreams": [ "mainnet.optimism.streamingfast.io:443", "optimism.substreams.pinax.network:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, "networkType": "mainnet", @@ -146,19 +162,31 @@ "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x7ca38a1916c42007829c55e69d3e9a73265554b586a499015373241b8a3fa48b", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7ca38a1916c42007829c55e69d3e9a73265554b586a499015373241b8a3fa48b", + "height": 0 + }, + "blockFeatures": [ + "extended@105235064", + "hybrid" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "optimism" }, "icon": { "web3Icons": { - "name": "optimistic-ethereum" + "name": "optimism" } } }, @@ -168,7 +196,8 @@ "fullName": "Gnosis Mainnet", "aliases": [ "evm-100", - "gnosis-mainnet" + "gnosis-mainnet", + "xdai" ], "caip2Id": "eip155:100", "graphNode": { @@ -180,9 +209,8 @@ ], "rpcUrls": [ "https://rpc.gnosischain.com", - "https://gnosis.rpc.pinax.network/v1/{PINAX_API_KEY}", - "https://rpc.gnosis.gateway.fm", - "https://rpc.ankr.com/gnosis" + "https://gnosis.rpc.service.pinax.network", + "https://rpc.gnosis.gateway.fm" ], "apiUrls": [ { @@ -209,15 +237,18 @@ "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -243,7 +274,12 @@ "rpcUrls": [ "https://public-en-kairos.node.kaia.io" ], - "apiUrls": [], + "apiUrls": [ + { + "url": "https://kaia-testnet.abi.pinax.network/api", + "kind": "etherscan" + } + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" @@ -259,19 +295,136 @@ "issuanceRewards": false, "nativeToken": "KAIA", "docsUrl": "https://docs.kaia.io", - "genesis": { - "hash": "0xe33ff05ceec2581ca9496f38a2bf9baad5d4eed629e896ccb33d1dc991bc4b4a", - "height": 0 + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe33ff05ceec2581ca9496f38a2bf9baad5d4eed629e896ccb33d1dc991bc4b4a", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "kaia" + } + } + }, + { + "id": "joc-testnet", + "shortName": "JOC", + "fullName": "Japan Open Chain Testnet", + "aliases": [ + "evm-10081" + ], + "caip2Id": "eip155:10081", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.testnet.japanopenchain.org" + ], + "rpcUrls": [ + "https://rpc-1.testnet.japanopenchain.org:8545" + ], + "apiUrls": [ + { + "url": "https://explorer.testnet.japanopenchain.org/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "joc" + } + ], + "issuanceRewards": false, + "nativeToken": "JOCT", + "docsUrl": "https://www.japanopenchain.org/en/developer", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0fb7b4779aae36dc557227283f182bc9a3b232c07fae4a2553734c5817df1d06", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "japan-open-chain" + } + } + }, + { + "id": "monad-testnet", + "shortName": "Monad", + "fullName": "Monad Testnet", + "aliases": [ + "evm-10143" + ], + "caip2Id": "eip155:10143", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://testnet.monadexplorer.com" + ], + "rpcUrls": [ + "https://testnet-rpc.monad.xyz" + ], + "apiUrls": [ + { + "url": "https://monad-testnet.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] }, + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "monad" + } + ], + "issuanceRewards": false, + "nativeToken": "MON", + "docsUrl": "https://docs.monad.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x1436534e54a22183ea29a2273b341cb50018ed066441ffd111cd263297caba35", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "klay-token" + "name": "monad" } } }, @@ -288,11 +441,11 @@ "protocol": "ethereum" }, "explorerUrls": [ - "https://blockscout.chiadochain.net" + "https://gnosis-chiado.blockscout.com" ], "rpcUrls": [ "https://rpc.chiadochain.net", - "https://chiado.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://chiado.rpc.service.pinax.network" ], "apiUrls": [ { @@ -315,15 +468,18 @@ "issuanceRewards": false, "nativeToken": "XDAI", "docsUrl": "https://docs.gnosischain.com", - "genesis": { - "hash": "0xada44fd8d2ecab8b08f256af07ad3e777f17fb434f8f8e678b312f576212ba9a", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xada44fd8d2ecab8b08f256af07ad3e777f17fb434f8f8e678b312f576212ba9a", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -332,51 +488,63 @@ } }, { - "id": "clover", - "shortName": "CLV", - "fullName": "CLV Parachain", + "id": "metis", + "shortName": "Metis", + "secondName": "Andromeda", + "fullName": "Metis Andromeda Mainnet", "aliases": [ - "clv-mainnet", - "evm-1023" + "metis-mainnet", + "metis-andromeda", + "metis-andromeda-mainnet", + "evm-1088" ], - "caip2Id": "eip155:1023", + "caip2Id": "eip155:1088", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://clvscan.com" - ], - "rpcUrls": [ - "https://api-para.clv.org" + "https://explorer.metis.io" ], "apiUrls": [ { - "url": "https://clvscan.com/api", - "kind": "blockscout" + "url": "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/api", + "kind": "etherscan" } ], + "rpcUrls": [ + "https://andromeda.metis.io" + ], "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ] }, "issuanceRewards": false, - "nativeToken": "CLV", - "docsUrl": "https://docs.clv.org", - "genesis": { - "hash": "0x7c11fb21c186dd7846d92e09af5c02fa4c8a08b83c99d7361b8b9fd5dc1650fb", - "height": 1 - }, + "nativeToken": "METIS", + "docsUrl": "https://docs.metis.io", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x9e3354e081a54a57190bdb8948a597c840ea5dd496b0322864d4585f4a716892", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "clover" + "name": "metis-andromeda" } } }, @@ -384,7 +552,10 @@ "id": "polygon-zkevm", "shortName": "Polygon zkEVM", "fullName": "Polygon zkEVM Mainnet", - "aliases": [], + "aliases": [ + "evm-1101", + "polygon-zkevm-mainnet" + ], "caip2Id": "eip155:1101", "graphNode": { "protocol": "ethereum" @@ -396,20 +567,17 @@ } ], "explorerUrls": [ - "https://zkevm.polygonscan.com" + "https://zkevm.polygonscan.com", + "https://www.oklink.com/polygon-zkevm" ], "rpcUrls": [ "https://zkevm-rpc.com", - "https://polygonzk.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://polygonzk.rpc.service.pinax.network" ], "apiUrls": [ { "url": "https://polygon-zkevm.abi.pinax.network/api", "kind": "etherscan" - }, - { - "url": "https://zkevm.blockscout.com/api", - "kind": "blockscout" } ], "networkType": "mainnet", @@ -417,9 +585,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "polygonzk.firehose.pinax.network:443" ], @@ -427,18 +593,27 @@ "polygonzk.substreams.pinax.network:443" ] }, - "issuanceRewards": false, + "issuanceRewards": true, "nativeToken": "ETH", - "docsUrl": "https://polygon.technology/polygon-zkevm", - "genesis": { - "hash": "0x81005434635456a16f74ff7023fbe0bf423abbc8a8deb093ffff455c0ad3b741", - "height": 0 - }, + "docsUrl": "https://docs.polygon.technology/zkEVM", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/polygon-zkevm", + "description": "Archive Nodes 101" + } + ], "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x81005434635456a16f74ff7023fbe0bf423abbc8a8deb093ffff455c0ad3b741", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -470,7 +645,7 @@ "kind": "etherscan" }, { - "url": "https://api.routescan.io/v2/network/testnet/evm/11124/etherscan/api", + "url": "https://abstract-testnet.abi.pinax.network/api", "kind": "etherscan" } ], @@ -493,15 +668,18 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://docs.abs.xyz", - "genesis": { - "hash": "0xfbb449463d9f1ec874d597d80d911f60857cc2fbf93f8ac83c70f8cfa2220a74", - "height": 1 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -509,6 +687,70 @@ } } }, + { + "id": "celo-sepolia", + "shortName": "Celo", + "secondName": "Sepolia", + "fullName": "Celo Sepolia Testnet", + "aliases": [ + "evm-11142220" + ], + "caip2Id": "eip155:11142220", + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "celo" + }, + { + "kind": "l2Of", + "network": "sepolia" + } + ], + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://celo-sepolia.blockscout.com" + ], + "rpcUrls": [ + "https://forno.celo-sepolia.celo-testnet.org", + "https://celosepolia.rpc.service.pinax.network", + "https://rpc.ankr.com/celo_sepolia" + ], + "apiUrls": [ + { + "url": "https://celo-sepolia.blockscout.com/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "CELO", + "docsUrl": "https://docs.celo.org", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xabcc77fb92a7ea1e7d330042d81200585d251355b33408ed1c27fb54175b1fe2", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "celo" + } + } + }, { "id": "sepolia", "shortName": "Ethereum", @@ -533,8 +775,8 @@ "https://sepolia.otterscan.io" ], "rpcUrls": [ - "https://rpc.sepolia.org", - "https://sepolia.rpc.pinax.network/v1/{PINAX_API_KEY}", + "https://sepolia.gateway.tenderly.co", + "https://sepolia.rpc.service.pinax.network", "https://sepolia.infura.io/v3/${INFURA_API_KEY}" ], "apiUrls": [ @@ -555,9 +797,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "sepolia.firehose.pinax.network:443", "sepolia.eth.streamingfast.io:443" @@ -570,15 +810,18 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://sepolia.dev", - "genesis": { - "hash": "0x25a5cc106eea7138acab33231d7160d69cb777ee0c2c553fcddf5138993e6dd9", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x25a5cc106eea7138acab33231d7160d69cb777ee0c2c553fcddf5138993e6dd9", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { @@ -614,7 +857,7 @@ ], "rpcUrls": [ "https://sepolia.optimism.io", - "https://opsepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://opsepolia.rpc.service.pinax.network" ], "apiUrls": [ { @@ -638,22 +881,25 @@ ] }, "networkType": "testnet", - "issuanceRewards": false, + "issuanceRewards": true, "nativeToken": "ETH", "docsUrl": "https://docs.optimism.io", - "genesis": { - "hash": "0x102de6ffb001480cc9b8b548fd05c34cd4f46ae4aa91759393db90ea0409887d", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x102de6ffb001480cc9b8b548fd05c34cd4f46ae4aa91759393db90ea0409887d", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "optimistic-ethereum" + "name": "optimism" } } }, @@ -695,15 +941,18 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://docs.fuse.io", - "genesis": { - "hash": "0xfd643f387cd7386d21e8d34f8762188865789196dee77c98f8210dbbc15616ae", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xfd643f387cd7386d21e8d34f8762188865789196dee77c98f8210dbbc15616ae", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -728,7 +977,7 @@ ], "rpcUrls": [ "https://rpc.fuse.io", - "https://fuse.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://fuse.rpc.service.pinax.network" ], "apiUrls": [ { @@ -740,9 +989,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "fuse.firehose.pinax.network:443" ], @@ -760,15 +1007,18 @@ "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x6e778e9491576a28bd06fac93844d8494be1f153e60ba7d29b4b51d991d4f830", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x6e778e9491576a28bd06fac93844d8494be1f153e60ba7d29b4b51d991d4f830", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -814,15 +1064,18 @@ "issuanceRewards": false, "nativeToken": "GAS", "docsUrl": "https://xdocs.ngd.network", - "genesis": { - "hash": "0x221f7d0a47dd80fe10f476625d62303947c9cd336113e119c64d919f0e9beb71", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x221f7d0a47dd80fe10f476625d62303947c9cd336113e119c64d919f0e9beb71", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -866,15 +1119,18 @@ "issuanceRewards": false, "nativeToken": "XTZ", "docsUrl": "https://docs.etherlink.com", - "genesis": { - "hash": "0x2cf11372c813c0007ef080103fc813cf26ad9a374e88d589ef536dfc3dd1fee9", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x2cf11372c813c0007ef080103fc813cf26ad9a374e88d589ef536dfc3dd1fee9", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -888,7 +1144,8 @@ "fullName": "Moonbeam Mainnet", "aliases": [ "evm-1284", - "mbeam" + "mbeam", + "moonbeam-mainnet" ], "caip2Id": "eip155:1284", "graphNode": { @@ -899,7 +1156,7 @@ ], "rpcUrls": [ "https://rpc.api.moonbeam.network", - "https://moonbeam.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://moonbeam.rpc.service.pinax.network" ], "apiUrls": [ { @@ -919,7 +1176,7 @@ ] }, "networkType": "mainnet", - "issuanceRewards": false, + "issuanceRewards": true, "nativeToken": "GLMR", "docsUrl": "https://docs.moonbeam.network", "indexerDocsUrls": [ @@ -928,15 +1185,18 @@ "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x7e6b3bbed86828a558271c9c9f62354b1d8b5aa15ff85fd6f1e7cbe9af9dde7e", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7e6b3bbed86828a558271c9c9f62354b1d8b5aa15ff85fd6f1e7cbe9af9dde7e", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -950,7 +1210,8 @@ "fullName": "Moonriver Mainnet", "aliases": [ "evm-1285", - "mriver" + "mriver", + "moonriver-mainnet" ], "caip2Id": "eip155:1285", "graphNode": { @@ -961,12 +1222,11 @@ ], "rpcUrls": [ "https://rpc.api.moonriver.moonbeam.network", - "https://moonriver.rpc.pinax.network/v1/{PINAX_API_KEY}", - "https://moonriver.public.blastapi.io" + "https://moonriver.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://api-moonriver.moonscan.io/api", + "url": "https://moonriver.abi.pinax.network/api", "kind": "etherscan" } ], @@ -991,23 +1251,22 @@ "issuanceRewards": false, "nativeToken": "MOVR", "docsUrl": "https://docs.moonbeam.network", - "genesis": { - "hash": "0xce24348303f7a60c4d2d3c82adddf55ca57af89cd9e2cd4b863906ef53b89b3c", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xce24348303f7a60c4d2d3c82adddf55ca57af89cd9e2cd4b863906ef53b89b3c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "moonriver", - "variants": [ - "mono", - "branded" - ] + "name": "moonriver" } } }, @@ -1051,15 +1310,18 @@ "issuanceRewards": false, "nativeToken": "DEV", "docsUrl": "https://docs.moonbeam.network/learn/platform/networks/moonbase", - "genesis": { - "hash": "0x33638dde636f9264b6472b9d976d58e757fe88badac53f204f3f530ecc5aacfa", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x33638dde636f9264b6472b9d976d58e757fe88badac53f204f3f530ecc5aacfa", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -1068,54 +1330,189 @@ } }, { - "id": "unichain-testnet", - "shortName": "Unichain", - "secondName": "Sepolia", - "fullName": "Unichain Sepolia Testnet", + "id": "katana-tatara", + "shortName": "Katana", + "fullName": "Katana Tatara Testnet", "aliases": [ - "evm-1301" - ], - "caip2Id": "eip155:1301", - "networkType": "testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "unichain-testnet" - }, - { - "kind": "l2Of", - "network": "sepolia" - } + "evm-129399" ], + "caip2Id": "eip155:129399", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://unichain-sepolia.blockscout.com" + "https://explorer.tatara.katana.network" ], "rpcUrls": [ - "https://sepolia.unichain.org", - "https://unisepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.tatara.katanarpc.com" ], "apiUrls": [ { - "url": "https://unichain-sepolia.blockscout.com/api", - "kind": "etherscan" - }, - { - "url": "https://api.routescan.io/v2/network/testnet/evm/1301/etherscan/api", + "url": "https://explorer.tatara.katana.network/api", "kind": "etherscan" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "unisepolia.firehose.pinax.network:443" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "katana" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xbca38f4936fefe65751e55b3f3f88fec27d478e283b6bb92b5268e2ffcea7716", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "icon": { + "web3Icons": { + "name": "katana" + } + } + }, + { + "id": "unichain", + "shortName": "Unichain", + "fullName": "Unichain Mainnet", + "aliases": [ + "evm-130", + "unichain-mainnet" + ], + "caip2Id": "eip155:130", + "graphNode": { + "protocol": "ethereum" + }, + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "unichain.firehose.pinax.network:443", + "mainnet.unichain.streamingfast.io:443" + ], + "substreams": [ + "unichain.substreams.pinax.network:443", + "mainnet.unichain.streamingfast.io:443" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "explorerUrls": [ + "https://unichain.blockscout.com", + "https://uniscan.xyz" + ], + "apiUrls": [ + { + "url": "https://unichain.blockscout.com/api", + "kind": "blockscout" + }, + { + "url": "https://unichain.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "rpcUrls": [ + "https://mainnet.unichain.org", + "https://unichain.rpc.service.pinax.network" + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.unichain.org/docs", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x3425162ddf41a0a1f0106d67b71828c9a9577e6ddeb94e4f33d2cde1fdc3befe", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "icon": { + "web3Icons": { + "name": "unichain" + } + } + }, + { + "id": "unichain-testnet", + "shortName": "Unichain", + "secondName": "Sepolia", + "fullName": "Unichain Sepolia Testnet", + "aliases": [ + "evm-1301", + "unichain-sepolia" + ], + "caip2Id": "eip155:1301", + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "unichain" + } + ], + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://unichain-sepolia.blockscout.com" + ], + "rpcUrls": [ + "https://sepolia.unichain.org", + "https://unisepolia.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://unichain-sepolia.blockscout.com/api", + "kind": "blockscout" + }, + { + "url": "https://api.routescan.io/v2/network/testnet/evm/1301/etherscan/api", + "kind": "etherscan" + }, + { + "url": "https://unichain-testnet.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "sps": [], + "firehose": [ + "unisepolia.firehose.pinax.network:443" ], "substreams": [ "unisepolia.substreams.pinax.network:443" @@ -1124,15 +1521,18 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://docs.unichain.org", - "genesis": { - "hash": "0xb7fe0bc9f98ca03294ca0094ff9374cc3e64130b6ec85850d6e260191f48bfe7", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb7fe0bc9f98ca03294ca0094ff9374cc3e64130b6ec85850d6e260191f48bfe7", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { @@ -1165,23 +1565,24 @@ } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ] + "subgraphs": [] }, "networkType": "mainnet", "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://doc.aurora.dev", - "genesis": { - "hash": "0x0475c3f1fb767b161d8691d243a8daa3ff1621c181d21ca215b327d72df7fd11", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0475c3f1fb767b161d8691d243a8daa3ff1621c181d21ca215b327d72df7fd11", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -1213,9 +1614,7 @@ } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ] + "subgraphs": [] }, "networkType": "testnet", "relations": [ @@ -1227,15 +1626,18 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://doc.aurora.dev", - "genesis": { - "hash": "0x250d32dc5dc0113f25f82987daf09e1dc5a79b09e53e78d475728f71248767b0", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x250d32dc5dc0113f25f82987daf09e1dc5a79b09e53e78d475728f71248767b0", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -1263,6 +1665,10 @@ "https://evm-rpc-testnet.sei-apis.com" ], "apiUrls": [ + { + "url": "https://sei-atlantic.abi.pinax.network/api", + "kind": "etherscan" + }, { "url": "https://seitrace.com/atlantic-2/api", "kind": "etherscan" @@ -1283,15 +1689,18 @@ "issuanceRewards": false, "nativeToken": "SEI", "docsUrl": "https://docs.seitrace.com", - "genesis": { - "hash": "0xf9d3845df25b43b1c6926f3ceda6845c17f5624e12212fd8847d0ba01da1ab9e", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xf9d3845df25b43b1c6926f3ceda6845c17f5624e12212fd8847d0ba01da1ab9e", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -1318,6 +1727,10 @@ "https://sei-evm-rpc.publicnode.com" ], "apiUrls": [ + { + "url": "https://sei-mainnet.abi.pinax.network/api", + "kind": "etherscan" + }, { "url": "https://seitrace.com/pacific-1/api", "kind": "etherscan" @@ -1338,15 +1751,18 @@ "issuanceRewards": false, "nativeToken": "SEI", "docsUrl": "https://docs.seitrace.com", - "genesis": { - "hash": "0xe43c3e52a4f74dc7bb35f55cc813ed2ce97e46aafb3fcf8884056b0a757f5b75", - "height": 79123881 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe43c3e52a4f74dc7bb35f55cc813ed2ce97e46aafb3fcf8884056b0a757f5b75", + "height": 79123881 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { @@ -1354,6 +1770,69 @@ } } }, + { + "id": "hashkeychain-sepolia", + "shortName": "Hashkey Chain", + "secondName": "Sepolia", + "fullName": "Hashkey Chain Sepolia Testnet", + "aliases": [ + "hashkeychain-testnet", + "evm-133" + ], + "caip2Id": "eip155:133", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://testnet-explorer.hsk.xyz" + ], + "apiUrls": [ + { + "url": "https://testnet-explorer.hsk.xyz/api", + "kind": "blockscout" + } + ], + "rpcUrls": [ + "https://testnet.hsk.xyz" + ], + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "hashkeychain" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "HSK", + "docsUrl": "https://docs.hsk.xyz", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x656cb2200b3dd0ac9434a86aa8db62fe1a0f317be4086cc5fe80c7c36645ed8c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "hashkey" + } + } + }, { "id": "gravity-testnet", "shortName": "Gravity", @@ -1379,9 +1858,7 @@ } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ] + "subgraphs": [] }, "networkType": "testnet", "relations": [ @@ -1397,15 +1874,18 @@ "issuanceRewards": false, "nativeToken": "G", "docsUrl": "https://docs.gravity.xyz", - "genesis": { - "hash": "0xdf76dabe0734fed9d517027a494bc00662576d30aee9672a6fab5184e06ee8ca", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7ec91560d457d4812a727cf8f280ff15e0f74432f29d35dff9b957f597a584c2", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -1436,8 +1916,7 @@ ], "rpcUrls": [ "https://polygon-rpc.com", - "https://polygon.rpc.pinax.network/v1/{PINAX_API_KEY}", - "https://rpc.ankr.com/polygon" + "https://polygon.rpc.service.pinax.network" ], "apiUrls": [ { @@ -1454,9 +1933,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "polygon.firehose.pinax.network:443", "polygon.streamingfast.io:443" @@ -1464,6 +1941,9 @@ "substreams": [ "polygon.substreams.pinax.network:443", "polygon.streamingfast.io:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, "indexerDocsUrls": [ @@ -1475,170 +1955,210 @@ "issuanceRewards": true, "nativeToken": "POL", "docsUrl": "https://docs.polygon.technology", - "genesis": { - "hash": "0xa9c28ce2141b56c474f1dc504bee9b01eb1bd7d1a507580d5519d4437a97de1b", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xa9c28ce2141b56c474f1dc504bee9b01eb1bd7d1a507580d5519d4437a97de1b", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "matic" }, "icon": { "web3Icons": { - "name": "polygon-pos" + "name": "polygon" } } }, { - "id": "jungle4-evm", - "shortName": "EOS EVM", - "secondName": "Jungle4", - "fullName": "EOS Jungle4 EVM Testnet", + "id": "monad", + "shortName": "Monad", + "fullName": "Monad Mainnet", "aliases": [ - "jungle4-evm-testnet", - "eos-evm-testnet", - "evm-15557" + "evm-143", + "monad-mainnet" ], - "caip2Id": "eip155:15557", + "caip2Id": "eip155:143", "graphNode": { "protocol": "ethereum" }, - "relations": [ - { - "kind": "evmOf", - "network": "jungle4" + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "MON", + "docsUrl": "https://docs.monad.xyz", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0c47353304f22b1c15706367d739b850cda80b5c87bbc335014fef3d88deaac9", + "height": 0 }, - { - "kind": "testnetOf", - "network": "eos-evm" + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "monad" } + } + }, + { + "id": "injective-evm-testnet", + "shortName": "Injective EVM", + "fullName": "Injective EVM Testnet", + "aliases": [ + "evm-1439" ], + "caip2Id": "eip155:1439", + "graphNode": { + "protocol": "ethereum" + }, "explorerUrls": [ - "https://explorer.testnet.evm.eosnetwork.com" + "https://testnet.blockscout.injective.network" ], "rpcUrls": [ - "https://api.testnet.evm.eosnetwork.com", - "https://jungle4evm.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://k8s.testnet.json-rpc.injective.network", + "https://injectiveevm-testnet-rpc.polkachu.com" ], "apiUrls": [ { - "kind": "etherscan", - "url": "https://explorer.testnet.evm.eosnetwork.com/api" + "url": "https://testnet.blockscout-api.injective.network/api", + "kind": "blockscout" } ], "services": { - "firehose": [ - "jungle4evm.firehose.pinax.network:443" + "subgraphs": [ + "https://streamingfast.io" ], "substreams": [ - "jungle4evm.substreams.pinax.network:443" + "testnet.injective-evm.streamingfast.io:443" + ], + "firehose": [ + "testnet.injective-evm.streamingfast.io:443" ] }, "networkType": "testnet", "issuanceRewards": false, - "nativeToken": "EOS", - "docsUrl": "https://eosnetwork.com/eos-evm", - "genesis": { - "hash": "0xc613831e8473c17c47ab60605e4e92693f0f37e767a1defa2f74160626e5d9ca", - "height": 0 - }, + "nativeToken": "INJ", + "docsUrl": "https://docs.injective.network/developers-evm/network-information", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x399400eb7ad682450ac74e94489bf992bb72868977cba866ece56e777d295ba8", + "height": 81314400 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "eos" + "name": "injective" } } }, { - "id": "gravity-mainnet", - "shortName": "Gravity", - "secondName": "Alpha", - "fullName": "Gravity Alpha Mainnet", + "id": "sonic", + "shortName": "Sonic", + "fullName": "Sonic Mainnet", "aliases": [ - "gravity" + "evm-146", + "sonic-mainnet" ], - "caip2Id": "eip155:1625", + "caip2Id": "eip155:146", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.gravity.xyz" + "https://sonicscan.org" ], "rpcUrls": [ - "https://rpc.gravity.xyz", - "https://gravity.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.soniclabs.com", + "https://sonic.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://explorer.gravity.xyz/api", + "url": "https://sonic.abi.pinax.network/api", "kind": "etherscan" } ], - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "gravity.firehose.pinax.network:443" - ], - "substreams": [ - "gravity.substreams.pinax.network:443" ] }, "networkType": "mainnet", - "issuanceRewards": false, - "nativeToken": "G", - "docsUrl": "https://docs.gravity.xyz", - "genesis": { - "hash": "0x6eb5f2e11f3e026992cb3860e4518f672f0019fdc3c595e06cd22894fb6d7c36", - "height": 0 - }, + "issuanceRewards": true, + "nativeToken": "S", + "docsUrl": "https://docs.soniclabs.com", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/sonic", + "description": "Archive Nodes 101" + } + ], "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": true, + "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x411c75a1b1c2f2f458bcf243e7743d114e0117a4233cc13d91e7efc8fe8b0f3b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "gravity" + "name": "sonic" } } }, { - "id": "harmony", - "shortName": "Harmony", - "fullName": "Harmony Mainnet Shard 0", + "id": "sonic-testnet", + "shortName": "Sonic", + "fullName": "Sonic Testnet", "aliases": [ - "evm-1666600000", - "harmony-mainnet" + "evm-14601" ], - "caip2Id": "eip155:1666600000", + "caip2Id": "eip155:14601", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.harmony.one/?shard=0" + "https://testnet.sonicscan.org" ], "rpcUrls": [ - "https://api.harmony.one/?shard=0" + "https://rpc.testnet.soniclabs.com" ], "apiUrls": [ { - "url": "https://explorer.harmony.one/api?shard=0", + "url": "https://sonic-testnet.abi.pinax.network/api", "kind": "etherscan" } ], @@ -1647,364 +2167,1070 @@ "https://api.studio.thegraph.com/deploy" ] }, - "networkType": "mainnet", + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "sonic" + } + ], "issuanceRewards": false, - "nativeToken": "ONE", - "docsUrl": "https://docs.harmony.one", - "genesis": { - "hash": "0xb4d158b82ac8a653c42b78697ab1cd0c6a0d9a15ab3bc34130f0b719fb174d2a", - "height": 0 - }, + "nativeToken": "S", + "docsUrl": "https://docs.soniclabs.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xd9d01e30e455175794714d8a4a2aa3e281ec893c36e25b1c6c01947394317b50", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "harmony" + "name": "sonic" } } }, { - "id": "blast-testnet", - "shortName": "Blast", - "secondName": "Sepolia", - "fullName": "Blast Sepolia Testnet", + "id": "vana", + "shortName": "Vana", + "fullName": "Vana Mainnet", "aliases": [ - "evm-168587773", - "blast-sepolia" + "evm-1480", + "vana-mainnet" ], - "caip2Id": "eip155:168587773", + "caip2Id": "eip155:1480", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://sepolia.blastscan.io" + "https://vanascan.io" ], "rpcUrls": [ - "https://sepolia.blast.io", - "https://blastsepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.vana.org" ], "apiUrls": [ { - "url": "https://blast-testnet.abi.pinax.network/api", - "kind": "etherscan" - }, - { - "url": "https://blast-testnet.blockscout.com/api", + "url": "https://vanascan.io/api", "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "blastsepolia.firehose.pinax.network:443" - ], - "substreams": [ - "blastsepolia.substreams.pinax.network:443" ] }, - "networkType": "testnet", - "relations": [ - { - "kind": "l2Of", - "network": "sepolia" - }, - { - "kind": "testnetOf", - "network": "blast-mainnet" - } - ], + "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.blast.io", - "genesis": { - "hash": "0x26a1c0faad7b041f34569a1bb383f00ab74b335883a44bed53e9f41ced5fd906", - "height": 0 - }, + "nativeToken": "VANA", + "docsUrl": "https://docs.vana.org", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xcf48ae63008a2a6ccf05c45dc3f8a4d99595999eafd09fa925d3906e4c4ff72b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "blast" + "name": "vana" } } }, { - "id": "holesky", - "shortName": "Ethereum", - "secondName": "Holesky", - "fullName": "Ethereum Holesky Testnet", + "id": "vana-moksha", + "shortName": "Vana", + "fullName": "Vana Moksha Testnet", "aliases": [ - "evm-17000" - ], - "caip2Id": "eip155:17000", - "networkType": "testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "mainnet" - } + "vana-testnet", + "evm-14800" ], + "caip2Id": "eip155:14800", "graphNode": { "protocol": "ethereum" }, - "explorerUrls": [ - "https://holesky.etherscan.io", - "https://holesky.otterscan.io" - ], "rpcUrls": [ - "https://ethereum-holesky-rpc.publicnode.com", - "https://rpc.holesky.ethpandaops.io", - "https://holesky.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.moksha.vana.org" + ], + "explorerUrls": [ + "https://moksha.vanascan.io" ], "apiUrls": [ { - "url": "https://eth-holesky.blockscout.com/api", + "url": "https://moksha.vanascan.io/api", "kind": "blockscout" } ], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "vana" + } + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "holesky.firehose.pinax.network:443", - "holesky.eth.streamingfast.io:443" - ], - "substreams": [ - "holesky.substreams.pinax.network:443", - "holesky.eth.streamingfast.io:443" ] }, "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://holesky.dev", - "genesis": { - "hash": "0xb5f7f912443c940f21fd611f12828d75b534364ed9e95ca4e307729a4661bde4", - "height": 0 - }, + "nativeToken": "VANA", + "docsUrl": "https://docs.vana.org", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xaaa9e377da2dad6ec5896b5fdce820efc24643e40687a36c51a17ffac892726b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "ethereum" + "name": "vana" } } }, { - "id": "eos-evm", - "shortName": "EOS EVM", - "fullName": "EOS EVM Network", + "id": "gravity-mainnet", + "shortName": "Gravity", + "secondName": "Alpha", + "fullName": "Gravity Alpha Mainnet", "aliases": [ - "eosevm", - "eos-evm-mainnet", - "evm-17777" + "gravity" ], - "caip2Id": "eip155:17777", + "caip2Id": "eip155:1625", "graphNode": { "protocol": "ethereum" }, - "relations": [ - { - "kind": "evmOf", - "network": "eos" - } - ], "explorerUrls": [ - "https://explorer.evm.eosnetwork.com" + "https://explorer.gravity.xyz" ], "rpcUrls": [ - "https://api.evm.eosnetwork.com", - "https://eosevm.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.gravity.xyz" ], "apiUrls": [ { - "kind": "etherscan", - "url": "https://explorer.evm.eosnetwork.com/api" + "url": "https://explorer.gravity.xyz/api", + "kind": "etherscan" + } + ], + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" } ], "services": { - "firehose": [ - "eosevm.firehose.pinax.network:443" - ], - "substreams": [ - "eosevm.substreams.pinax.network:443" - ] + "subgraphs": [] }, "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "EOS", - "docsUrl": "https://eosnetwork.com/eos-evm", - "genesis": { - "hash": "0xcc936a8dc9ecf18dfd876f3566d240486d331f51ffcbb467e47f1c80ebb77440", - "height": 0 - }, + "nativeToken": "G", + "docsUrl": "https://docs.gravity.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x6eb5f2e11f3e026992cb3860e4518f672f0019fdc3c595e06cd22894fb6d7c36", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "eos" + "name": "gravity" } } }, { - "id": "soneium-testnet", - "shortName": "Soneium", - "secondName": "Minato", - "fullName": "Soneium Minato Testnet", + "id": "status-sepolia", + "shortName": "Status", + "secondName": "Sepolia", + "fullName": "Status Network Sepolia", "aliases": [ - "soneium-minato-testnet", - "soneium-minato", - "minato" + "status-testnet", + "evm-1660990954" ], - "caip2Id": "eip155:1946", + "caip2Id": "eip155:1660990954", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://soneium-minato.blockscout.com" + "https://sepoliascan.status.network" ], "rpcUrls": [ - "https://rpc.minato.soneium.org", - "https://minato.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://public.sepolia.rpc.status.network" ], "apiUrls": [ { - "url": "https://soneium-minato.blockscout.com/api", - "kind": "etherscan" - }, - { - "url": "https://api.routescan.io/v2/network/testnet/evm/1946/etherscan/api", + "url": "https://sepoliascan.status.network/api", "kind": "etherscan" } ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, "networkType": "testnet", "relations": [ - { - "kind": "testnetOf", - "network": "soneium-testnet" - }, { "kind": "l2Of", "network": "sepolia" } ], - "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "minato.firehose.pinax.network:443" - ], - "substreams": [ - "minato.substreams.pinax.network:443" - ] - }, "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://soneium.org/en/docs", - "genesis": { - "hash": "0x7ec49d93fa8f47c00e98cc5965cd3903a8faa9238743d2eba0e0550ab4c45c43", - "height": 0 - }, + "docsUrl": "https://docs.status.network", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x8f6889114bdfdb70c73fb33765df93a99816db0ad942bbcee71cd5d7a39e11c2", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "soneium" + "name": "status" } } }, { - "id": "xlayer-sepolia", - "shortName": "X Layer", - "secondName": "Sepolia", - "fullName": "X Layer Sepolia Testnet", + "id": "harmony", + "shortName": "Harmony", + "fullName": "Harmony Mainnet Shard 0", "aliases": [ - "evm-195" + "evm-1666600000", + "harmony-mainnet" ], - "caip2Id": "eip155:195", + "caip2Id": "eip155:1666600000", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://www.oklink.com/xlayer-test" + "https://explorer.harmony.one/?shard=0" ], "rpcUrls": [ - "https://testrpc.xlayer.tech" + "https://api.harmony.one/?shard=0", + "https://harmony.rpc.service.pinax.network" ], - "apiUrls": [], - "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ] - }, - "networkType": "testnet", - "relations": [ - { - "kind": "l2Of", - "network": "sepolia" - }, + "apiUrls": [ { - "kind": "testnetOf", - "network": "xlayer-mainnet" + "url": "https://explorer.harmony.one/api", + "kind": "etherscan" } ], - "issuanceRewards": false, - "nativeToken": "OKB", - "docsUrl": "https://www.okx.com/xlayer", - "genesis": { - "hash": "0x22a8085892b367833bd7431fa5a90ff6b5d3769167cdaa29ce8571d07bc8f866", - "height": 0 + "services": { + "subgraphs": [] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "ONE", + "docsUrl": "https://docs.harmony.one", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb4d158b82ac8a653c42b78697ab1cd0c6a0d9a15ab3bc34130f0b719fb174d2a", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "x-layer" + "name": "harmony" } } }, { - "id": "xlayer-mainnet", - "shortName": "X Layer", - "fullName": "X Layer Mainnet", + "id": "blast-testnet", + "shortName": "Blast", + "secondName": "Sepolia", + "fullName": "Blast Sepolia Testnet", "aliases": [ - "evm-196", - "xlayer" + "evm-168587773", + "blast-sepolia" ], - "caip2Id": "eip155:196", + "caip2Id": "eip155:168587773", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://sepolia.blastscan.io" + ], + "rpcUrls": [ + "https://sepolia.blast.io", + "https://blastsepolia.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://blast-testnet.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "blastsepolia.firehose.pinax.network:443" + ], + "substreams": [ + "blastsepolia.substreams.pinax.network:443" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "blast-mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.blast.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x26a1c0faad7b041f34569a1bb383f00ab74b335883a44bed53e9f41ced5fd906", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "blast" + } + } + }, + { + "id": "mint-sepolia", + "shortName": "Mint", + "secondName": "Sepolia", + "fullName": "Mint Sepolia Testnet", + "aliases": [ + "mint-testnet", + "evm-1687" + ], + "caip2Id": "eip155:1687", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://sepolia-testnet-explorer.mintchain.io" + ], + "apiUrls": [ + { + "url": "https://sepolia-testnet-explorer.mintchain.io/api", + "kind": "etherscan" + } + ], + "rpcUrls": [ + "https://sepolia-testnet-rpc.mintchain.io" + ], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "mint" + }, + { + "kind": "l2Of", + "network": "sepolia" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.mintchain.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xdf018ef6eb34f7f003e00e4980aee2c2af56e7a5a865924d18cc775c02190deb", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "mint" + } + } + }, + { + "id": "manta", + "shortName": "Manta", + "fullName": "Manta Pacific Mainnet", + "aliases": [ + "evm-169", + "manta-mainnet" + ], + "caip2Id": "eip155:169", + "graphNode": { + "protocol": "ethereum" + }, + "rpcUrls": [ + "https://manta-pacific.drpc.org" + ], + "explorerUrls": [ + "https://pacific-explorer.manta.network" + ], + "apiUrls": [ + { + "url": "https://pacific-explorer.manta.network/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.manta.network", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x710b33d206fc550549c39801e9c1ca80d85399bf6e0881987e40e706c2f2f453", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "manta-pacific" + } + } + }, + { + "id": "holesky", + "shortName": "Ethereum", + "secondName": "Holesky", + "fullName": "Ethereum Holesky Testnet", + "aliases": [ + "evm-17000" + ], + "caip2Id": "eip155:17000", + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "mainnet" + } + ], + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://holesky.etherscan.io", + "https://holesky.otterscan.io" + ], + "rpcUrls": [ + "https://holesky.gateway.tenderly.co", + "https://holesky.drpc.org" + ], + "apiUrls": [ + { + "url": "https://eth-holesky.blockscout.com/api", + "kind": "blockscout" + }, + { + "url": "https://holesky.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [], + "sps": [], + "firehose": [ + "holesky.eth.streamingfast.io:443" + ], + "substreams": [ + "holesky.eth.streamingfast.io:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://holesky.dev", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb5f7f912443c940f21fd611f12828d75b534364ed9e95ca4e307729a4661bde4", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "icon": { + "web3Icons": { + "name": "ethereum" + } + } + }, + { + "id": "hashkeychain", + "shortName": "Hashkey Chain", + "fullName": "Hashkey Chain Mainnet", + "aliases": [ + "hashkeychain-mainnet", + "evm-177" + ], + "caip2Id": "eip155:177", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://hashkey.blockscout.com" + ], + "apiUrls": [ + { + "url": "https://hashkey.blockscout.com/api", + "kind": "etherscan" + } + ], + "rpcUrls": [ + "https://mainnet.hsk.xyz" + ], + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "HSK", + "docsUrl": "https://docs.hsk.xyz", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xa96aea946b763641b616ce0c69f37e61d9cd0abd709ef13a6b833e67b76de208", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "hashkey" + } + } + }, + { + "id": "mint", + "shortName": "Mint", + "fullName": "Mint Mainnet", + "aliases": [ + "evm-185", + "mint-mainnet" + ], + "caip2Id": "eip155:185", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.mintchain.io" + ], + "rpcUrls": [ + "https://rpc.mintchain.io" + ], + "apiUrls": [ + { + "url": "https://explorer.mintchain.io/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.mintchain.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x88441835ca2344ea384e6f73e3d6f921cdd304e5bd6dca15590217e3911c61a3", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "mint" + } + } + }, + { + "id": "soneium", + "shortName": "Soneium", + "fullName": "Soneium Mainnet", + "aliases": [ + "evm-1868", + "soneium-mainnet" + ], + "caip2Id": "eip155:1868", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://soneium.blockscout.com" + ], + "rpcUrls": [ + "https://rpc.soneium.org", + "https://soneium.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://soneium.blockscout.com/api", + "kind": "etherscan" + } + ], + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "soneium.firehose.pinax.network:443" + ], + "substreams": [ + "soneium.substreams.pinax.network:443" + ] + }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://soneium.org/en/docs", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x295d22d269634c7d0055b33b887519362d0b31899e97109d1789a8a168de1b21", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "icon": { + "web3Icons": { + "name": "soneium" + } + } + }, + { + "id": "expchain-testnet", + "shortName": "EXPchain", + "fullName": "EXPchain Testnet", + "aliases": [ + "evm-18880" + ], + "caip2Id": "eip155:18880", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://blockscout-testnet.expchain.ai" + ], + "rpcUrls": [ + "https://rpc0-testnet.expchain.ai" + ], + "apiUrls": [ + { + "url": "https://blockscout-testnet.gadsgcxobnadfogadsihg.com/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [], + "issuanceRewards": false, + "nativeToken": "tZKJ", + "docsUrl": "https://docs.polyhedra.network/expchain", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xda850eae396d48df12c9a024e8639150aa5009275de2432f90710e3ebd9ec4c5", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "expchain" + } + } + }, + { + "id": "swellchain", + "shortName": "Swellchain", + "fullName": "Swellchain Mainnet", + "aliases": [ + "evm-1923", + "swellchain-mainnet" + ], + "caip2Id": "eip155:1923", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.swellnetwork.io" + ], + "rpcUrls": [ + "https://rpc.ankr.com/swell" + ], + "apiUrls": [ + { + "url": "https://explorer.swellnetwork.io/api", + "kind": "blockscout" + }, + { + "url": "https://swellchain.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.swellnetwork.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x92379973a1576876b7337a9ce89e2a7a9cb99887f55e6045ed2069d5d98d9319", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "swell" + } + } + }, + { + "id": "swellchain-sepolia", + "shortName": "Swellchain", + "secondName": "Sepolia", + "fullName": "Swellchain Sepolia Testnet", + "aliases": [ + "swellchain-testnet", + "swellchain-bepolia", + "evm-1924" + ], + "caip2Id": "eip155:1924", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://swell-testnet-explorer.alt.technology" + ], + "apiUrls": [ + { + "url": "https://swell-testnet-explorer.alt.technology/api", + "kind": "blockscout" + }, + { + "url": "https://swellchain-sepolia.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "rpcUrls": [ + "https://rpc.ankr.com/swell_sepolia" + ], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "swellchain" + }, + { + "kind": "l2Of", + "network": "sepolia" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.swellnetwork.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x56d83858e4fab3bcd009c0014c91fce910f0e4585d1f446e043c813043fd0317", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "swell" + } + } + }, + { + "id": "soneium-testnet", + "shortName": "Soneium", + "secondName": "Minato", + "fullName": "Soneium Minato Testnet", + "aliases": [ + "soneium-minato-testnet", + "soneium-minato", + "minato" + ], + "caip2Id": "eip155:1946", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://soneium-minato.blockscout.com" + ], + "rpcUrls": [ + "https://rpc.minato.soneium.org", + "https://minato.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://soneium-minato.blockscout.com/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/testnet/evm/1946/etherscan/api", + "kind": "etherscan" + } + ], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "soneium" + }, + { + "kind": "l2Of", + "network": "sepolia" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "sps": [], + "firehose": [ + "minato.firehose.pinax.network:443" + ], + "substreams": [ + "minato.substreams.pinax.network:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://soneium.org/en/docs", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7ec49d93fa8f47c00e98cc5965cd3903a8faa9238743d2eba0e0550ab4c45c43", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "icon": { + "web3Icons": { + "name": "soneium" + } + } + }, + { + "id": "xlayer-sepolia", + "shortName": "X Layer", + "secondName": "Sepolia", + "fullName": "X Layer Sepolia Testnet", + "aliases": [ + "evm-195" + ], + "caip2Id": "eip155:195", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://www.oklink.com/xlayer-test" + ], + "rpcUrls": [ + "https://testrpc.xlayer.tech", + "https://xlayertestrpc.okx.com" + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "xlayer-mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "OKB", + "docsUrl": "https://web3.okx.com/xlayer", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x22a8085892b367833bd7431fa5a90ff6b5d3769167cdaa29ce8571d07bc8f866", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "x-layer" + } + } + }, + { + "id": "xlayer-mainnet", + "shortName": "X Layer", + "fullName": "X Layer Mainnet", + "aliases": [ + "evm-196", + "xlayer" + ], + "caip2Id": "eip155:196", "graphNode": { "protocol": "ethereum" }, @@ -2012,133 +3238,1425 @@ "https://www.oklink.com/xlayer" ], "rpcUrls": [ - "https://rpc.xlayer.tech", - "https://xlayer.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.xlayer.tech", + "https://xlayerrpc.okx.com" + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "OKB", + "docsUrl": "https://web3.okx.com/xlayer", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x11f32f605beb94a1acb783cb3b6da6d7975461ce3addf441e7ad60c2ec95e88f", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "x-layer" + } + } + }, + { + "id": "ronin", + "shortName": "Ronin", + "fullName": "Ronin Mainnet", + "aliases": [ + "evm-2020", + "ronin-mainnet" + ], + "caip2Id": "eip155:2020", + "graphNode": { + "protocol": "ethereum" + }, + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "ronin.firehose.pinax.network:443" + ], + "substreams": [ + "ronin.substreams.pinax.network:443" + ] + }, + "networkType": "mainnet", + "relations": [], + "explorerUrls": [ + "https://app.roninchain.com" + ], + "rpcUrls": [ + "https://api.roninchain.com/rpc", + "https://ronin.rpc.service.pinax.network" + ], + "issuanceRewards": false, + "nativeToken": "RON", + "docsUrl": "https://docs.roninchain.com", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/ronin", + "description": "Archive Nodes 101" + } + ], + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x6e675ee97607f4e695188786c3c1853fb1562f1c075629eb5dbcff269422a1a4", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "ronin" + } + } + }, + { + "id": "bnb-op", + "shortName": "opBNB", + "fullName": "opBNB Mainnet", + "aliases": [ + "evm-204", + "opbnb", + "bsc-op", + "bnb-op-mainnet" + ], + "caip2Id": "eip155:204", + "graphNode": { + "protocol": "ethereum" + }, + "relations": [ + { + "kind": "l2Of", + "network": "bsc" + } + ], + "explorerUrls": [ + "https://opbnbscan.com" + ], + "rpcUrls": [ + "https://opbnb-mainnet-rpc.bnbchain.org", + "https://opbnb.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://bnb-op.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "firehose": [ + "opbnb.firehose.pinax.network:443" + ], + "substreams": [ + "opbnb.substreams.pinax.network:443" + ] + }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "BNB", + "docsUrl": "https://docs.bnbchain.org/bnb-opbnb", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x4dd61178c8b0f01670c231597e7bcb368e84545acd46d940a896d6a791dd6df4", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "binance-smart-chain" + } + } + }, + { + "id": "corn", + "shortName": "Corn", + "fullName": "Corn Maizenet", + "aliases": [ + "corn-maizenet", + "corn-mainnet" + ], + "caip2Id": "eip155:21000000", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://maizenet-explorer.usecorn.com" + ], + "rpcUrls": [ + "https://maizenet-rpc.usecorn.com" + ], + "apiUrls": [ + { + "url": "https://maizenet-explorer.usecorn.com/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "BTCN", + "docsUrl": "https://docs.usecorn.com", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x80cd408e666fa2755da953bfd9056f09618318d5f71011a8247cebe2a13ae30f", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "corn" + } + } + }, + { + "id": "corn-testnet", + "shortName": "Corn", + "fullName": "Corn Testnet", + "aliases": [ + "corn-sepolia" + ], + "caip2Id": "eip155:21000001", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://testnet-explorer.usecorn.com" + ], + "rpcUrls": [ + "https://testnet-rpc.usecorn.com" + ], + "apiUrls": [ + { + "url": "https://testnet-explorer.usecorn.com/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/testnet/evm/21000001/etherscan/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "corn" + } + ], + "issuanceRewards": false, + "nativeToken": "BTCN", + "docsUrl": "https://docs.usecorn.com", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x110954744ffd9d4bcd4f7998896d1948f654c9e5ccf6fcda1637a35a1863a71d", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "corn" + } + } + }, + { + "id": "kava", + "shortName": "Kava", + "fullName": "Kava Mainnet", + "aliases": [ + "kava-mainnet", + "evm-2222" + ], + "caip2Id": "eip155:2222", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://kavascan.io" + ], + "rpcUrls": [ + "https://rpc.ankr.com/kava_evm", + "https://kava.rpc.service.pinax.network" + ], + "networkType": "mainnet", + "services": {}, + "issuanceRewards": false, + "nativeToken": "KAVA", + "docsUrl": "https://docs.kava.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x9d2af876309bb9174604004a813dcfee94f4947b08c5bb4c1a042f318488851e", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "kava" + } + } + }, + { + "id": "lens", + "shortName": "Lens", + "fullName": "Lens Mainnet", + "aliases": [ + "evm-232", + "lens-mainnet" + ], + "caip2Id": "eip155:232", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.lens.xyz" + ], + "apiUrls": [ + { + "url": "https://explorer-api.lens.xyz/api", + "kind": "etherscan" + } + ], + "rpcUrls": [ + "https://rpc.lens.dev" + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "GHO", + "docsUrl": "https://lens.xyz/docs", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "lens" + } + } + }, + { + "id": "polygon-zkevm-cardona", + "shortName": "Polygon zkEVM", + "secondName": "Cardona", + "fullName": "Polygon zkEVM Cardona Testnet", + "aliases": [ + "polygon-cardona" + ], + "caip2Id": "eip155:2442", + "graphNode": { + "protocol": "ethereum" + }, + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "polygon-zkevm" + } + ], + "explorerUrls": [ + "https://cardona-zkevm.polygonscan.com" + ], + "rpcUrls": [ + "https://rpc.cardona.zkevm-rpc.com" + ], + "apiUrls": [ + { + "url": "https://polygon-zkevm-cardona.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "networkType": "testnet", + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.polygon.technology/zkEVM", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x676c1a76a6c5855a32bdf7c61977a0d1510088a4eeac1330466453b3d08b60b9", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "polygon-zkevm" + } + } + }, + { + "id": "cronos", + "shortName": "Cronos", + "fullName": "Cronos EVM Chain Mainnet", + "aliases": [ + "evm-25", + "cronos-mainnet" + ], + "caip2Id": "eip155:25", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.cronos.org" + ], + "rpcUrls": [ + "https://evm.cronos.org", + "https://cronos.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://cronos.org/explorer/api", + "kind": "blockscout" + }, + { + "url": "https://cronos.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "CRO", + "docsUrl": "https://docs.cronos.org", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xa7f4e603aa51239a15e0a3fafb15c6e4c6d6f2c39c55770330efd2fa5afc12a9", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "cronos" + } + } + }, + { + "id": "fantom", + "shortName": "Fantom", + "secondName": "Opera", + "fullName": "Fantom Opera Mainnet", + "aliases": [ + "evm-250", + "fantom-mainnet", + "fantom-opera" + ], + "caip2Id": "eip155:250", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.fantom.network", + "https://ftmscout.com" + ], + "rpcUrls": [ + "https://fantom-rpc.publicnode.com", + "https://fantom.drpc.org", + "https://fantom.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://ftmscout.com/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "fantom.firehose.pinax.network:443" + ], + "substreams": [ + "fantom.substreams.pinax.network:443" + ] + }, + "networkType": "mainnet", + "issuanceRewards": true, + "nativeToken": "FTM", + "docsUrl": "https://docs.fantom.foundation", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/fantom", + "description": "Archive Nodes 101" + } + ], + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0000000000000000c20dbfb2ec18ae20037c716f3ba2d9e1da768a9deca17cb4", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "fantom" + } + } + }, + { + "id": "fraxtal", + "shortName": "Fraxtal", + "fullName": "Fraxtal Mainnet", + "aliases": [ + "evm-252", + "fraxtal-mainnet" + ], + "caip2Id": "eip155:252", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://fraxscan.com" + ], + "rpcUrls": [ + "https://rpc.frax.com" + ], + "apiUrls": [ + { + "url": "https://fraxtal.abi.pinax.network/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/mainnet/evm/252/etherscan/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "FRAX", + "docsUrl": "https://docs.frax.com/fraxtal", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x521982bd54239dc71269eefb58601762cc15cfb2978e0becb46af7962ed6bfaa", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "fraxtal" + } + } + }, + { + "id": "abstract", + "shortName": "Abstract", + "fullName": "Abstract Mainnet", + "aliases": [ + "evm-2741", + "abstract-mainnet" + ], + "caip2Id": "eip155:2741", + "graphNode": { + "protocol": "ethereum" + }, + "rpcUrls": [ + "https://api.mainnet.abs.xyz" + ], + "explorerUrls": [ + "https://abscan.org" + ], + "apiUrls": [ + { + "url": "https://abstract.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.abs.xyz", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "abstract" + } + } + }, + { + "id": "boba", + "shortName": "Boba", + "fullName": "Boba Network", + "aliases": [ + "evm-288", + "boba-mainnet" + ], + "caip2Id": "eip155:288", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://bobascan.com" + ], + "rpcUrls": [ + "https://mainnet.boba.network", + "https://boba.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "boba.firehose.pinax.network:443" + ], + "substreams": [ + "boba.substreams.pinax.network:443" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": true, + "nativeToken": "ETH", + "docsUrl": "https://docs.boba.network", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/boba", + "description": "Archive Nodes 101" + } + ], + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xdcd9e6a8f9973eaa62da2874959cb152faeb4fd6929177bd6335a1a16074ef9c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "boba" + } + } + }, + { + "id": "boba-testnet", + "shortName": "Boba", + "secondName": "Sepolia", + "fullName": "Boba Sepolia Testnet", + "aliases": [ + "boba-sepolia" + ], + "caip2Id": "eip155:28882", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://testnet.bobascan.com" + ], + "rpcUrls": [ + "https://sepolia.boba.network", + "https://bobasepolia.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://api.routescan.io/v2/network/testnet/evm/28882/etherscan/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "bobasepolia.firehose.pinax.network:443" + ], + "substreams": [ + "bobasepolia.substreams.pinax.network:443" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "boba" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.boba.network", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xc6171953a6a376ece6e33149686044f24f58a387ce2636a54e391d330b2326b5", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "boba" + } + } + }, + { + "id": "rootstock", + "shortName": "Rootstock", + "fullName": "Rootstock Mainnet", + "aliases": [ + "rootstock-mainnet" + ], + "caip2Id": "eip155:30", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://rootstock.blockscout.com" + ], + "rpcUrls": [ + "https://public-node.rsk.co", + "https://rootstock.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://rootstock.blockscout.com/api", + "kind": "blockscout" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "issuanceRewards": true, + "nativeToken": "RBTC", + "docsUrl": "https://dev.rootstock.io", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/rootstock", + "description": "Archive Nodes 101" + } + ], + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xf88529d4ab262c0f4d042e9d8d3f2472848eaafe1a9b7213f57617eb40a9f9e0", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "rootstock" + } + } + }, + { + "id": "zksync-era-sepolia", + "shortName": "zkSync", + "secondName": "Sepolia", + "fullName": "zkSync Sepolia Testnet", + "aliases": [ + "evm-300", + "zksync-testnet", + "zksync-sepolia" + ], + "caip2Id": "eip155:300", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://sepolia.explorer.zksync.io" + ], + "rpcUrls": [ + "https://sepolia.era.zksync.dev" + ], + "apiUrls": [ + { + "url": "https://block-explorer-api.sepolia.zksync.dev/api", + "kind": "etherscan" + }, + { + "url": "https://zksync-sepolia.blockscout.com/api", + "kind": "blockscout" + }, + { + "url": "https://zksync-era-sepolia.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "zksync-era" + }, + { + "kind": "l2Of", + "network": "sepolia" + } + ], + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.zksync.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "zksync" + } + } + }, + { + "id": "rootstock-testnet", + "shortName": "Rootstock", + "fullName": "Rootstock Testnet", + "aliases": [], + "caip2Id": "eip155:31", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://rootstock-testnet.blockscout.com" + ], + "rpcUrls": [ + "https://public-node.testnet.rsk.co" + ], + "apiUrls": [ + { + "url": "https://rootstock-testnet.blockscout.com/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "rootstock" + } + ], + "issuanceRewards": false, + "nativeToken": "tRBTC", + "docsUrl": "https://dev.rootstock.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xcabb7fbe88cd6d922042a32ffc08ce8b1fbb37d650b9d4e7dbfe2a7469adfa42", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "rootstock" + } + } + }, + { + "id": "zksync-era", + "shortName": "zkSync", + "secondName": "Era", + "fullName": "zkSync Mainnet", + "aliases": [ + "evm-324", + "zksync", + "zksync-era-mainnet" + ], + "caip2Id": "eip155:324", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://explorer.zksync.io" + ], + "rpcUrls": [ + "https://mainnet.era.zksync.io", + "https://zksyncera.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://block-explorer-api.mainnet.zksync.io/api", + "kind": "etherscan" + }, + { + "url": "https://zksync.blockscout.com/api", + "kind": "blockscout" + }, + { + "url": "https://zksync-era.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "zksyncera.firehose.pinax.network:443" + ], + "substreams": [ + "zksyncera.substreams.pinax.network:443" + ] + }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": true, + "nativeToken": "ETH", + "docsUrl": "https://docs.zksync.io", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/zksync-era", + "description": "Archive Nodes 101" + } + ], + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "zksync" + } + } + }, + { + "id": "zilliqa", + "shortName": "Zilliqa", + "fullName": "Zilliqa 2.0 Mainnet", + "aliases": [ + "evm-32769", + "zilliqa-mainnet" + ], + "caip2Id": "eip155:32769", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://zilliqa.blockscout.com", + "https://otterscan.zilliqa.com" + ], + "apiUrls": [ + { + "url": "https://zilliqa.blockscout.com/api", + "kind": "blockscout" + } + ], + "rpcUrls": [ + "https://api.zilliqa.com" + ], + "networkType": "mainnet", + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "ZIL", + "docsUrl": "https://dev.zilliqa.com", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x5017b9781a87f80d89c3d65c9626dceecdbf47b7a65eb5ee5b9c8b3438a28ce5", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "zilliqa" + } + } + }, + { + "id": "zilliqa-testnet", + "shortName": "Zilliqa", + "fullName": "Zilliqa 2.0 Testnet", + "aliases": [ + "evm-33101" + ], + "caip2Id": "eip155:33101", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://testnet.zilliqa.blockscout.com", + "https://otterscan.testnet.zilliqa.com" + ], + "apiUrls": [ + { + "url": "https://testnet.zilliqa.blockscout.com/api", + "kind": "blockscout" + } + ], + "rpcUrls": [ + "https://api.testnet.zilliqa.com" + ], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "zilliqa" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "ZIL", + "docsUrl": "https://dev.zilliqa.com", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x1947718b431d25dd65c226f79f3e0a9cc96a948899dab3422993def1494a9c95", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "zilliqa" + } + } + }, + { + "id": "apechain-curtis", + "shortName": "ApeChain", + "secondName": "Curtis", + "fullName": "ApeChain Curtis Testnet", + "aliases": [ + "apechain-testnet", + "evm-33111" + ], + "caip2Id": "eip155:33111", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://curtis.apescan.io" + ], + "rpcUrls": [ + "https://curtis.rpc.caldera.xyz/http" + ], + "apiUrls": [ + { + "url": "https://apechain-testnet.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "apechain" + }, + { + "kind": "l2Of", + "network": "arbitrum-sepolia" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "issuanceRewards": false, + "nativeToken": "APE", + "docsUrl": "https://docs.apechain.com", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xebbc9a87d1c945533b12311d15d11f7baab6d8c64f7aabe9d956f862554807a8", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "apechain" + } + } + }, + { + "id": "apechain", + "shortName": "ApeChain", + "fullName": "ApeChain Mainnet", + "aliases": [ + "evm-33139", + "apechain-mainnet" + ], + "caip2Id": "eip155:33139", + "graphNode": { + "protocol": "ethereum" + }, + "explorerUrls": [ + "https://apescan.io" + ], + "rpcUrls": [ + "https://rpc.apechain.com" + ], + "apiUrls": [ + { + "url": "https://apechain.abi.pinax.network/api", + "kind": "etherscan" + } ], - "apiUrls": [], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "xlayer.firehose.pinax.network:443" - ], - "substreams": [ - "xlayer.substreams.pinax.network:443" ] }, "networkType": "mainnet", - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], "issuanceRewards": false, - "nativeToken": "OKB", - "docsUrl": "https://www.okx.com/xlayer", - "genesis": { - "hash": "0x11f32f605beb94a1acb783cb3b6da6d7975461ce3addf441e7ad60c2ec95e88f", - "height": 0 - }, + "nativeToken": "APE", + "docsUrl": "https://docs.apechain.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xa217064039db238cd731edf0005e93b9ac72604247a8e7280e0606727f2d0736", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "x-layer" + "name": "apechain" } } }, { - "id": "bnb-op", - "shortName": "opBNB", - "fullName": "opBNB Mainnet", + "id": "peaq", + "shortName": "peaq", + "fullName": "Peaq Network", "aliases": [ - "evm-204", - "opbnb", - "bsc-op" + "evm-3338", + "peaq-mainnet" ], - "caip2Id": "eip155:204", + "caip2Id": "eip155:3338", "graphNode": { "protocol": "ethereum" }, - "relations": [ + "explorerUrls": [ + "https://peaq.subscan.io", + "https://scout.peaq.xyz" + ], + "apiUrls": [ { - "kind": "l2Of", - "network": "bsc" + "url": "https://scout.peaq.xyz/api", + "kind": "etherscan" } ], - "explorerUrls": [ - "https://opbnbscan.com" - ], "rpcUrls": [ - "https://opbnb-mainnet-rpc.bnbchain.org", - "https://opbnb.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://peaq.api.onfinality.io/public" ], - "apiUrls": [], "services": { - "firehose": [ - "opbnb.firehose.pinax.network:443" - ], - "substreams": [ - "opbnb.substreams.pinax.network:443" + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" ] }, "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "BNB", - "docsUrl": "https://docs.bnbchain.org/bnb-opbnb", - "genesis": { - "hash": "0x4dd61178c8b0f01670c231597e7bcb368e84545acd46d940a896d6a791dd6df4", - "height": 0 - }, + "nativeToken": "PEAQ", + "docsUrl": "https://docs.peaq.network", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x43ab0f195759cb56597b46c826459bf550afe0398a1421293c961b1fecda1783", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "binance-smart-chain" + "name": "peaq" } } }, { - "id": "corn", - "shortName": "Corn", - "fullName": "Corn Maizenet", + "id": "mode-mainnet", + "shortName": "Mode", + "fullName": "Mode Mainnet", "aliases": [ - "corn-maizenet", - "corn-mainnet" + "evm-34443", + "mode" ], - "caip2Id": "eip155:21000000", + "caip2Id": "eip155:34443", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://maizenet-explorer.usecorn.com" + "https://explorer.mode.network" ], "rpcUrls": [ - "https://maizenet-rpc.usecorn.com" + "https://mainnet.mode.network", + "https://mode.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://maizenet-explorer.usecorn.com/api", - "kind": "etherscan" + "url": "https://explorer.mode.network/api", + "kind": "blockscout" }, { - "url": "https://api.routescan.io/v2/network/mainnet/evm/21000000/etherscan/api", + "url": "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan/api", "kind": "etherscan" } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" + "subgraphs": [], + "sps": [], + "firehose": [ + "mode.firehose.pinax.network:443" + ], + "substreams": [ + "mode.substreams.pinax.network:443" ] }, "networkType": "mainnet", @@ -2148,44 +4666,57 @@ "network": "mainnet" } ], - "issuanceRewards": false, - "nativeToken": "BTCN", - "docsUrl": "https://docs.usecorn.com", - "genesis": { - "hash": "0x80cd408e666fa2755da953bfd9056f09618318d5f71011a8247cebe2a13ae30f", - "height": 0 - }, + "issuanceRewards": true, + "nativeToken": "ETH", + "docsUrl": "https://docs.mode.network", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/mode", + "description": "Archive Nodes 101" + } + ], "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb0f682e12fc555fd5ce8fce51a59a67d66a5b46be28611a168260a549dac8a9b", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "icon": { + "web3Icons": { + "name": "mode" + } } }, { - "id": "corn-testnet", - "shortName": "Corn", - "fullName": "Corn Testnet", + "id": "botanix-testnet", + "shortName": "Botanix", + "fullName": "Botanix Testnet", "aliases": [ - "corn-sepolia" + "spiderchain-testnet", + "spiderchain-testnet-v1", + "evm-3636" ], - "caip2Id": "eip155:21000001", + "caip2Id": "eip155:3636", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://testnet-explorer.usecorn.com" + "https://testnet.botanixscan.io" ], "rpcUrls": [ - "https://testnet-rpc.usecorn.com" + "https://node.botanixlabs.dev", + "https://rpc.ankr.com/botanix_testnet" ], "apiUrls": [ { - "url": "https://testnet-explorer.usecorn.com/api", - "kind": "etherscan" - }, - { - "url": "https://api.routescan.io/v2/network/testnet/evm/21000001/etherscan/api", + "url": "https://api.routescan.io/v2/network/testnet/evm/3636/etherscan/api", "kind": "etherscan" } ], @@ -2196,312 +4727,384 @@ }, "networkType": "testnet", "relations": [ - { - "kind": "l2Of", - "network": "sepolia" - }, { "kind": "testnetOf", - "network": "corn" + "network": "botanix" } ], "issuanceRewards": false, - "nativeToken": "BTCN", - "docsUrl": "https://docs.usecorn.com", - "genesis": { - "hash": "0x110954744ffd9d4bcd4f7998896d1948f654c9e5ccf6fcda1637a35a1863a71d", - "height": 0 - }, + "nativeToken": "BTC", + "docsUrl": "https://docs.botanixlabs.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x3797638175875c37cefa72ef546db685e43c81ba4af8238b48a495f98d61588d", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "botanix" + } } }, { - "id": "kava", - "shortName": "Kava", - "fullName": "Kava Mainnet", + "id": "botanix", + "shortName": "Botanix", + "fullName": "Botanix Mainnet", "aliases": [ - "kava-mainnet", - "evm-2222" + "evm-3637", + "botanix-mainnet" ], - "caip2Id": "eip155:2222", + "caip2Id": "eip155:3637", "graphNode": { "protocol": "ethereum" }, - "explorerUrls": [ - "https://kavascan.io" - ], - "rpcUrls": [ - "https://evm.kava.io", - "https://kava.rpc.pinax.network/v1/{PINAX_API_KEY}" - ], - "apiUrls": [], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, "networkType": "mainnet", - "services": {}, "issuanceRewards": false, - "nativeToken": "KAVA", - "docsUrl": "https://docs.kava.io", - "genesis": { - "hash": "0x9d2af876309bb9174604004a813dcfee94f4947b08c5bb4c1a042f318488851e", - "height": 1 - }, + "nativeToken": "BTC", + "docsUrl": "https://docs.botanixlabs.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0210ae550e730d0e18f96896b80caad6f59dcc0b83b67421975716d155d027c6", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "kava" + "name": "botanix" } } }, { - "id": "polygon-zkevm-cardona", - "shortName": "Polygon zkEVM", - "secondName": "Cardona", - "fullName": "Polygon zkEVM Cardona Testnet", + "id": "lens-testnet", + "shortName": "Lens", + "fullName": "Lens Testnet", "aliases": [ - "polygon-cardona" + "evm-37111", + "lens-sepolia" ], - "caip2Id": "eip155:2442", + "caip2Id": "eip155:37111", "graphNode": { "protocol": "ethereum" }, - "relations": [ - { - "kind": "l2Of", - "network": "sepolia" - }, - { - "kind": "testnetOf", - "network": "polygon-zkevm" - } - ], "explorerUrls": [ - "https://cardona-zkevm.polygonscan.com" + "https://block-explorer.testnet.lens.dev" ], "rpcUrls": [ - "https://rpc.cardona.zkevm-rpc.com", - "https://cardona.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.testnet.lens.dev" ], "apiUrls": [ { - "url": "https://api-cardona-zkevm.polygonscan.com/api", - "kind": "blockscout" - }, - { - "url": "https://polygon-zkevm-cardona.abi.pinax.network/api", + "url": "https://explorer-api.testnet.lens.xyz/api", "kind": "etherscan" } ], "networkType": "testnet", + "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, + { + "kind": "testnetOf", + "network": "lens" + } + ], "services": { - "firehose": [ - "cardona.firehose.pinax.network:443" - ], - "substreams": [ - "cardona.substreams.pinax.network:443" + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" ] }, "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://polygon.technology/polygon-zkevm", - "genesis": { - "hash": "0x676c1a76a6c5855a32bdf7c61977a0d1510088a4eeac1330466453b3d08b60b9", - "height": 0 - }, + "nativeToken": "GRASS", + "docsUrl": "https://www.lens.xyz/docs", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe8e77626586f73b955364c7b4bbf0bb7f7685ebd40e852b164633a4acbd3244c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "polygon-zkevm" + "name": "lens" } } }, { - "id": "cronos", - "shortName": "Cronos", - "fullName": "Cronos Mainnet", + "id": "fantom-testnet", + "shortName": "Fantom", + "fullName": "Fantom Testnet", "aliases": [ - "evm-25", - "cronos-mainnet" + "evm-4002" ], - "caip2Id": "eip155:25", + "caip2Id": "eip155:4002", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.cronos.org" + "https://explorer.testnet.fantom.network" ], "rpcUrls": [ - "https://evm.cronos.org", - "https://cronos.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.testnet.fantom.network" ], - "apiUrls": [ + "apiUrls": [], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "testnet", + "relations": [ { - "url": "https://cronos.org/explorer/api", - "kind": "blockscout" + "kind": "testnetOf", + "network": "fantom" } ], - "services": {}, - "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "CRO", - "docsUrl": "https://docs.cronos.org", - "genesis": { - "hash": "0xa7f4e603aa51239a15e0a3fafb15c6e4c6d6f2c39c55770330efd2fa5afc12a9", - "height": 0 - }, + "nativeToken": "FTM", + "docsUrl": "https://docs.fantom.foundation", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000000000000009a0c7349d44dc4d0f602a54e0a8543360c2fee4c3937b49e", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "cronos" + "name": "fantom" } } }, - { - "id": "fantom", - "shortName": "Fantom", - "secondName": "Opera", - "fullName": "Fantom Opera Mainnet", + { + "id": "arbitrum-one", + "shortName": "Arbitrum One", + "fullName": "Arbitrum One Mainnet", "aliases": [ - "evm-250", - "fantom-mainnet", - "fantom-opera" + "arbone", + "arbitrum", + "evm-42161", + "arbitrum-one-mainnet" ], - "caip2Id": "eip155:250", + "caip2Id": "eip155:42161", "graphNode": { "protocol": "ethereum" }, + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], "explorerUrls": [ - "https://ftmscan.com" + "https://arbiscan.io" ], "rpcUrls": [ - "https://rpc.ftm.tools", - "https://fantom.rpc.pinax.network/v1/{PINAX_API_KEY}" + "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.service.pinax.network" ], "apiUrls": [ { - "url": "https://fantom.abi.pinax.network/api", + "url": "https://arbitrum-one.abi.pinax.network/api", "kind": "etherscan" + }, + { + "url": "https://arbitrum.blockscout.com/api", + "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], + "sps": [], "firehose": [ - "fantom.firehose.pinax.network:443" + "arbone.firehose.pinax.network:443", + "arb-one.streamingfast.io:443" ], "substreams": [ - "fantom.substreams.pinax.network:443" + "arbone.substreams.pinax.network:443", + "arb-one.streamingfast.io:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, "networkType": "mainnet", "issuanceRewards": true, - "nativeToken": "FTM", - "docsUrl": "https://docs.fantom.foundation", + "nativeToken": "ETH", + "docsUrl": "https://docs.arbitrum.io", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/fantom", + "url": "https://docs.infradao.com/archive-nodes-101/arbitrum", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x0000000000000000c20dbfb2ec18ae20037c716f3ba2d9e1da768a9deca17cb4", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7ee576b35482195fc49205cec9af72ce14f003b9ae69f6ba0faef4514be8b442", + "height": 0 + }, + "blockFeatures": [ + "hybrid", + "extended@22207818" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "arbitrum-one" }, "icon": { "web3Icons": { - "name": "fantom" + "name": "arbitrum-one" } } }, { - "id": "abstract", - "shortName": "Abstract", - "fullName": "Abstract Mainnet", + "id": "arbitrum-sepolia", + "shortName": "Arbitrum", + "secondName": "Sepolia", + "fullName": "Arbitrum Sepolia Testnet", "aliases": [ - "evm-2741", - "abstract-mainnet" + "evm-421614", + "arb-sepolia" + ], + "caip2Id": "eip155:421614", + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "arbitrum-one" + }, + { + "kind": "l2Of", + "network": "sepolia" + } ], - "caip2Id": "eip155:2741", "graphNode": { "protocol": "ethereum" }, + "explorerUrls": [ + "https://sepolia.arbiscan.io" + ], + "rpcUrls": [ + "https://sepolia-rollup.arbitrum.io/rpc", + "https://arbsepolia.rpc.service.pinax.network" + ], + "apiUrls": [ + { + "url": "https://arbitrum-sepolia.abi.pinax.network/api", + "kind": "etherscan" + } + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "sps": [], + "firehose": [ + "arbsepolia.firehose.pinax.network:443" + ], + "substreams": [ + "arbsepolia.substreams.pinax.network:443" ] }, - "networkType": "mainnet", - "relations": [ + "issuanceRewards": true, + "nativeToken": "ETH", + "docsUrl": "https://docs.arbitrum.io", + "indexerDocsUrls": [ { - "kind": "l2Of", - "network": "mainnet" + "url": "https://docs.infradao.com/archive-nodes-101/arbitrum-sepolia", + "description": "Archive Nodes 101" } ], - "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.abs.xyz", - "genesis": { - "hash": "0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef", - "height": 1 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x77194da4010e549a7028a9c3c51c3e277823be6ac7d138d0bb8a70197b5c004c", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "abstract" + "name": "arbitrum-one" } } }, { - "id": "boba", - "shortName": "Boba", - "fullName": "Boba Network", + "id": "arbitrum-nova", + "shortName": "Arbitrum Nova", + "fullName": "Arbitrum Nova Mainnet", "aliases": [ - "evm-288", - "boba-mainnet" + "evm-42170", + "arbnova", + "arb-nova", + "arbitrum-nova-mainnet" ], - "caip2Id": "eip155:288", + "caip2Id": "eip155:42170", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://bobascan.com" + "https://nova.arbiscan.io" ], "rpcUrls": [ - "https://mainnet.boba.network", - "https://boba.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://nova.arbitrum.io/rpc", + "https://arbitrum-nova.publicnode.com", + "https://arbnova.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan/api", + "url": "https://arbitrum-nova.abi.pinax.network/api", "kind": "etherscan" } ], @@ -2509,11 +5112,12 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], + "sps": [], "firehose": [ - "boba.firehose.pinax.network:443" + "arbnova.firehose.pinax.network:443" ], "substreams": [ - "boba.substreams.pinax.network:443" + "arbnova.substreams.pinax.network:443" ] }, "networkType": "mainnet", @@ -2523,118 +5127,118 @@ "network": "mainnet" } ], - "issuanceRewards": true, + "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://docs.boba.network", - "indexerDocsUrls": [ - { - "url": "https://docs.infradao.com/archive-nodes-101/boba", - "description": "Archive Nodes 101" - } - ], - "genesis": { - "hash": "0xdcd9e6a8f9973eaa62da2874959cb152faeb4fd6929177bd6335a1a16074ef9c", - "height": 0 - }, + "docsUrl": "https://docs.arbitrum.io", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x2ad24e03026118f9b3a48626f0636e38c93660e90a6812e853a99aa8c5371561", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "boba" + "name": "arbitrum-nova" } } }, { - "id": "boba-testnet", - "shortName": "Boba", - "secondName": "Sepolia", - "fullName": "Boba Sepolia Testnet", + "id": "celo", + "shortName": "Celo", + "fullName": "Celo Mainnet", "aliases": [ - "boba-sepolia" + "evm-42220", + "celo-mainnet" ], - "caip2Id": "eip155:28882", + "caip2Id": "eip155:42220", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://testnet.bobascan.com" + "https://celoscan.io" ], "rpcUrls": [ - "https://sepolia.boba.network", - "https://bobasepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://forno.celo.org", + "https://celo.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://api.routescan.io/v2/network/testnet/evm/28882/etherscan/api", + "url": "https://celo.abi.pinax.network/api", "kind": "etherscan" + }, + { + "url": "https://explorer.celo.org/mainnet/api", + "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "bobasepolia.firehose.pinax.network:443" - ], - "substreams": [ - "bobasepolia.substreams.pinax.network:443" ] }, - "networkType": "testnet", + "networkType": "mainnet", + "issuanceRewards": true, "relations": [ { "kind": "l2Of", - "network": "sepolia" - }, + "network": "mainnet" + } + ], + "nativeToken": "CELO", + "docsUrl": "https://docs.celo.org", + "indexerDocsUrls": [ { - "kind": "testnetOf", - "network": "boba" + "url": "https://docs.infradao.com/archive-nodes-101/celo", + "description": "Archive Nodes 101" } ], - "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.boba.network", - "genesis": { - "hash": "0xc6171953a6a376ece6e33149686044f24f58a387ce2636a54e391d330b2326b5", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x19ea3339d3c8cda97235bc8293240d5b9dadcdfbb5d4b0b90ee731cac1bd11c3", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "boba" + "name": "celo" } } }, { - "id": "rootstock", - "shortName": "Rootstock", - "fullName": "Rootstock Mainnet", + "id": "etherlink-mainnet", + "shortName": "Etherlink", + "fullName": "Etherlink Mainnet", "aliases": [ - "rootstock-mainnet" + "etherlink" ], - "caip2Id": "eip155:30", + "caip2Id": "eip155:42793", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://rootstock.blockscout.com" + "https://explorer.etherlink.com" ], "rpcUrls": [ - "https://public-node.rsk.co", - "https://rootstock.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://node.mainnet.etherlink.com", + "https://etherlink.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://rootstock.blockscout.com/api", + "url": "https://explorer.etherlink.com/api", "kind": "blockscout" } ], @@ -2645,113 +5249,116 @@ }, "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "RBTC", - "docsUrl": "https://dev.rootstock.io", - "indexerDocsUrls": [ - { - "url": "https://docs.infradao.com/archive-nodes-101/rootstock", - "description": "Archive Nodes 101" - } - ], - "genesis": { - "hash": "0xf88529d4ab262c0f4d042e9d8d3f2472848eaafe1a9b7213f57617eb40a9f9e0", - "height": 0 - }, + "nativeToken": "XTZ", + "docsUrl": "https://docs.etherlink.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x37628d45dcd6265c969aa5f5dc3fe8fddd21198c683b85ac7099d8e39597df50", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "rootstock" + "name": "etherlink" } } }, { - "id": "zksync-era-sepolia", - "shortName": "zkSync", - "secondName": "Sepolia", - "fullName": "zkSync Sepolia Testnet", + "id": "hemi", + "shortName": "Hemi", + "fullName": "Hemi Mainnet", "aliases": [ - "evm-300", - "zksync-testnet", - "zksync-sepolia" + "evm-43111", + "hemi-mainnet" ], - "caip2Id": "eip155:300", + "caip2Id": "eip155:43111", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://sepolia.explorer.zksync.io" - ], - "rpcUrls": [ - "https://sepolia.era.zksync.dev" + "https://explorer.hemi.xyz" ], "apiUrls": [ { - "url": "https://block-explorer-api.sepolia.zksync.dev/api", + "url": "https://explorer.hemi.xyz/api", "kind": "etherscan" - }, - { - "url": "https://zksync-sepolia.blockscout.com/api", - "kind": "blockscout" } ], + "rpcUrls": [ + "https://rpc.hemi.network/rpc" + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ] }, - "networkType": "testnet", + "networkType": "mainnet", "relations": [ - { - "kind": "testnetOf", - "network": "zksync-era" - }, { "kind": "l2Of", - "network": "sepolia" + "network": "mainnet" } ], "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://docs.zksync.io", - "genesis": { - "hash": "0x086227fafad2bc4d08a122ebb690d958edcd43352d38d31646968480f496827c", - "height": 1 - }, + "docsUrl": "https://docs.hemi.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x6b070d8b8f3bf81c9314ff863748e3db2662ecc0a8dbd4c394a8b646ae0c8b8b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "zksync" + "name": "hemi" } } }, { - "id": "rootstock-testnet", - "shortName": "Rootstock", - "fullName": "Rootstock Testnet", - "aliases": [], - "caip2Id": "eip155:31", + "id": "fuji", + "shortName": "Avalanche", + "secondName": "Fuji", + "fullName": "Avalanche Fuji Testnet", + "aliases": [ + "evm-43113", + "avalanche-fuji" + ], + "caip2Id": "eip155:43113", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://rootstock-testnet.blockscout.com" + "https://testnet.snowscan.xyz" ], "rpcUrls": [ - "https://public-node.testnet.rsk.co" + "https://api.avax-test.network/ext/bc/C/rpc", + "https://fuji.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://rootstock-testnet.blockscout.com/api", + "url": "https://fuji.abi.pinax.network/api", + "kind": "etherscan" + }, + { + "url": "https://api-testnet.snowtrace.io/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/testnet/evm/43113/etherscan/api", "kind": "etherscan" } ], @@ -2764,186 +5371,199 @@ "relations": [ { "kind": "testnetOf", - "network": "rootstock" + "network": "avalanche" } ], "issuanceRewards": false, - "nativeToken": "tRBTC", - "docsUrl": "https://dev.rootstock.io", - "genesis": { - "hash": "0xcabb7fbe88cd6d922042a32ffc08ce8b1fbb37d650b9d4e7dbfe2a7469adfa42", - "height": 0 - }, + "nativeToken": "AVAX", + "docsUrl": "https://docs.avax.network", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x31ced5b9beb7f8782b014660da0cb18cc409f121f408186886e1ca3e8eeca96b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "rootstock" + "name": "avalanche" } } }, { - "id": "zksync-era", - "shortName": "zkSync", - "secondName": "Era", - "fullName": "zkSync Mainnet", + "id": "avalanche", + "shortName": "Avalanche", + "secondName": "C-Chain", + "fullName": "Avalanche C-Chain", "aliases": [ - "evm-324", - "zksync" + "evm-43114", + "avalanche-mainnet" ], - "caip2Id": "eip155:324", + "caip2Id": "eip155:43114", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.zksync.io" + "https://snowtrace.io" ], "rpcUrls": [ - "https://mainnet.era.zksync.io", - "https://zksyncera.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://api.avax.network/ext/bc/C/rpc", + "https://avalanche-c-chain-rpc.publicnode.com", + "https://avalanche.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://block-explorer-api.mainnet.zksync.io/api", + "url": "https://avalanche.abi.pinax.network/api", "kind": "etherscan" }, { - "url": "https://zksync.blockscout.com/api", - "kind": "blockscout" + "url": "https://api.snowtrace.io/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api", + "kind": "etherscan" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "sps": [], + "firehose": [ + "avalanche-mainnet.streamingfast.io:443", + "avalanche.firehose.pinax.network:443" + ], + "substreams": [ + "avalanche-mainnet.streamingfast.io:443", + "avalanche.substreams.pinax.network:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, "networkType": "mainnet", - "relations": [ + "issuanceRewards": true, + "nativeToken": "AVAX", + "docsUrl": "https://docs.avax.network", + "indexerDocsUrls": [ { - "kind": "l2Of", - "network": "mainnet" + "url": "https://docs.infradao.com/archive-nodes-101/avalanche", + "description": "Archive Nodes 101" } ], - "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.zksync.io", - "genesis": { - "hash": "0x51f81bcdfc324a0dff2b5bec9d92e21cbebc4d5e29d3a3d30de3e03fbeab8d7f", - "height": 1 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x31ced5b9beb7f8782b014660da0cb18cc409f121f408186886e1ca3e8eeca96b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "avalanche" }, "icon": { "web3Icons": { - "name": "zksync" + "name": "avalanche" } } }, { - "id": "mode-mainnet", - "shortName": "Mode", - "fullName": "Mode Mainnet", + "id": "celo-alfajores", + "shortName": "Celo", + "secondName": "Alfajores", + "fullName": "Celo Alfajores Testnet", "aliases": [ - "evm-34443", - "mode" + "evm-44787", + "celo-testnet" + ], + "caip2Id": "eip155:44787", + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "celo" + } ], - "caip2Id": "eip155:34443", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.mode.network" + "https://alfajores.celoscan.io" ], "rpcUrls": [ - "https://mainnet.mode.network", - "https://mode.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://alfajores-forno.celo-testnet.org" ], "apiUrls": [ { - "url": "https://explorer.mode.network/api", + "url": "https://celo-alfajores.blockscout.com/api", "kind": "blockscout" - }, - { - "url": "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan/api", - "kind": "etherscan" } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "mode.firehose.pinax.network:443" - ], - "substreams": [ - "mode.substreams.pinax.network:443" - ] + "subgraphs": [] }, - "networkType": "mainnet", - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.mode.network", - "indexerDocsUrls": [ - { - "url": "https://docs.infradao.com/archive-nodes-101/mode", - "description": "Archive Nodes 101" - } - ], - "genesis": { - "hash": "0xb0f682e12fc555fd5ce8fce51a59a67d66a5b46be28611a168260a549dac8a9b", - "height": 0 - }, + "nativeToken": "CELO", + "docsUrl": "https://docs.celo.org", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": true, + "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe423b034e7f0282c1b621f7bbc1cea4316a2a80b1600490769eae77777e4b67e", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "mode" + "name": "celo" } } }, { - "id": "botanix-testnet", - "shortName": "Botanix", - "fullName": "Botanix Testnet", + "id": "iotex", + "shortName": "IoTeX", + "fullName": "IoTeX Mainnet", "aliases": [ - "spiderchain-testnet", - "spiderchain-testnet-v1", - "evm-3636" + "evm-4689", + "iotex-mainnet" ], - "caip2Id": "eip155:3636", + "caip2Id": "eip155:4689", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://testnet.botanixscan.io" + "https://iotexscan.io" ], "rpcUrls": [ - "https://node.botanixlabs.dev" + "https://babel-api.mainnet.iotex.io", + "https://iotex.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://api.routescan.io/v2/network/testnet/evm/3636/etherscan/api", + "url": "https://index.iotexscan.io/api", "kind": "etherscan" } ], @@ -2952,454 +5572,465 @@ "https://api.studio.thegraph.com/deploy" ] }, - "networkType": "testnet", - "relations": [ + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "IOTX", + "docsUrl": "https://docs.iotex.io", + "indexerDocsUrls": [ { - "kind": "testnetOf", - "network": "botanix-testnet" + "url": "https://docs.infradao.com/archive-nodes-101/iotex", + "description": "Archive Nodes 101" } ], - "issuanceRewards": false, - "nativeToken": "BTC", - "docsUrl": "https://docs.botanixlabs.xyz", - "genesis": { - "hash": "0x3797638175875c37cefa72ef546db685e43c81ba4af8238b48a495f98d61588d", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb337983730981c2d50f114eed5da9dd20b83c8c5e130beefdb3001dc858cfe8b", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "iotex" + } } }, { - "id": "lens-testnet", - "shortName": "Lens", - "fullName": "Lens Testnet", + "id": "iotex-testnet", + "shortName": "Iotex", + "secondName": "Testnet", + "fullName": "Iotex Testnet", "aliases": [ - "evm-37111", - "lens-sepolia" + "evm-4690" ], - "caip2Id": "eip155:37111", + "caip2Id": "eip155:4690", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://block-explorer.testnet.lens.dev" + "https://testnet.iotexscan.io" ], "rpcUrls": [ - "https://rpc.testnet.lens.dev" + "https://babel-api.testnet.iotex.io" ], "apiUrls": [ { - "url": "https://block-explorer-api.staging.lens.dev/api", + "url": "https://testnet.index.iotexscan.io/api", "kind": "etherscan" } ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, "networkType": "testnet", "relations": [ { "kind": "testnetOf", - "network": "lens-testnet" - }, - { - "kind": "l2Of", - "network": "sepolia" + "network": "iotex" } ], - "services": {}, "issuanceRewards": false, - "nativeToken": "GRASS", - "docsUrl": "https://www.lens.xyz/docs", - "genesis": { - "hash": "0x5712a0fa02404a9fe852ef7d19ea2c019af52f59faa262a34f327ba03bbdc6d2", - "height": 1 - }, + "nativeToken": "IOTX", + "docsUrl": "https://docs.iotex.io", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x5e31a9f95ca4de82bd6f5ed9b465c6474bba27f1c5d31747393a555ce1f41607", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "iotex" + } } }, { - "id": "astar-zkevm-mainnet", - "shortName": "Astar", - "secondName": "zkEVM", - "fullName": "Astar zkEVM Mainnet", + "id": "neox", + "shortName": "Neo X", + "fullName": "Neo X Mainnet", "aliases": [ - "evm-3776", - "astar", - "astar-zkevm" + "evm-47763", + "neox-mainnet" ], - "caip2Id": "eip155:3776", + "caip2Id": "eip155:47763", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://astar-zkevm.explorer.startale.com" + "https://xexplorer.neo.org" ], "rpcUrls": [ - "https://rpc.startale.com/astar-zkevm", - "https://zkastar.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://mainnet-1.rpc.banelabs.org" ], "apiUrls": [ { - "url": "https://astar-zkevm.explorer.startale.com/api", - "kind": "blockscout" + "url": "https://xexplorer.neo.org/api", + "kind": "etherscan" } ], - "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "zkastar.firehose.pinax.network:443" - ], - "substreams": [ - "zkastar.substreams.pinax.network:443" + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" ] }, "networkType": "mainnet", - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.astar.network/docs/getting-started", - "genesis": { - "hash": "0x5f7b9f463b7a0b690efb11446d0520e5b884e5bf0e3a3780c881a3b490592574", - "height": 0 - }, + "nativeToken": "GAS", + "docsUrl": "https://xdocs.ngd.network", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x2ee57478315c7d3182997a812d7885dafee48612cd88cb30b615847b0dd8dbd7", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "astar" + "name": "neo-x" } } }, { - "id": "fantom-testnet", - "shortName": "Fantom", - "fullName": "Fantom Testnet", + "id": "scroll-sepolia", + "shortName": "Scroll", + "secondName": "Sepolia", + "fullName": "Scroll Sepolia Testnet", "aliases": [ - "evm-4002" + "evm-534351", + "scroll-testnet" ], - "caip2Id": "eip155:4002", + "caip2Id": "eip155:534351", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://testnet.ftmscan.com" + "https://sepolia.scrollscan.com" ], "rpcUrls": [ - "https://rpc.testnet.fantom.network" + "https://sepolia-rpc.scroll.io", + "https://scrsepolia.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://fantom-testnet.abi.pinax.network/api", + "url": "https://scroll-sepolia.blockscout.com/api", + "kind": "blockscout" + }, + { + "url": "https://scroll-sepolia.abi.pinax.network/api", "kind": "etherscan" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "scrsepolia.firehose.pinax.network:443" + ], + "substreams": [ + "scrsepolia.substreams.pinax.network:443" ] }, "networkType": "testnet", "relations": [ + { + "kind": "l2Of", + "network": "sepolia" + }, { "kind": "testnetOf", - "network": "fantom" + "network": "scroll" } ], "issuanceRewards": false, - "nativeToken": "FTM", - "docsUrl": "https://docs.fantom.foundation", - "genesis": { - "hash": "0x00000000000000009a0c7349d44dc4d0f602a54e0a8543360c2fee4c3937b49e", - "height": 0 - }, + "nativeToken": "ETH", + "docsUrl": "https://docs.scroll.io", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xaa62d1a8b2bffa9e5d2368b63aae0d98d54928bd713125e3fd9e5c896c68592c", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "fantom" + "name": "scroll" } } }, { - "id": "arbitrum-one", - "shortName": "Arbitrum", - "secondName": "One", - "fullName": "Arbitrum One Mainnet", + "id": "scroll", + "shortName": "Scroll", + "fullName": "Scroll Mainnet", "aliases": [ - "arbone", - "arbitrum", - "arb-sepolia", - "evm-42161" + "evm-534352", + "scroll-mainnet" ], - "caip2Id": "eip155:42161", + "caip2Id": "eip155:534352", "graphNode": { "protocol": "ethereum" }, - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], "explorerUrls": [ - "https://arbiscan.io" + "https://scrollscan.com" ], "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://rpc.scroll.io", + "https://scroll.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://arbitrum-one.abi.pinax.network/api", - "kind": "etherscan" + "url": "https://scroll.blockscout.com/api", + "kind": "blockscout" }, { - "url": "https://arbitrum.blockscout.com/api", - "kind": "blockscout" + "url": "https://scroll.abi.pinax.network/api", + "kind": "etherscan" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ - "arbone.firehose.pinax.network:443", - "arb-one.streamingfast.io:443" + "scroll.firehose.pinax.network:443" ], "substreams": [ - "arbone.substreams.pinax.network:443", - "arb-one.streamingfast.io:443" + "scroll.substreams.pinax.network:443" ] }, "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], "issuanceRewards": true, "nativeToken": "ETH", - "docsUrl": "https://docs.arbitrum.io", + "docsUrl": "https://docs.scroll.io", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/arbitrum", + "url": "https://docs.infradao.com/archive-nodes-101/scroll", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x7ee576b35482195fc49205cec9af72ce14f003b9ae69f6ba0faef4514be8b442", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": true, + "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xbbc05efd412b7cd47a2ed0e5ddfcf87af251e414ea4c801d78b6784513180a80", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "arbitrum-one" + "name": "scroll" } } }, { - "id": "arbitrum-sepolia", - "shortName": "Arbitrum", - "secondName": "Sepolia", - "fullName": "Arbitrum Sepolia Testnet", + "id": "bsc", + "shortName": "BNB", + "fullName": "BNB Smart Chain Mainnet", "aliases": [ - "evm-421614" - ], - "caip2Id": "eip155:421614", - "networkType": "testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "arbitrum-one" - }, - { - "kind": "l2Of", - "network": "sepolia" - } + "bnb", + "bnb-mainnet", + "bsc-mainnet", + "evm-56" ], + "caip2Id": "eip155:56", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://sepolia.arbiscan.io" + "https://bscscan.com" ], "rpcUrls": [ - "https://sepolia-rollup.arbitrum.io/rpc", - "https://arbsepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://bsc-dataseed1.binance.org", + "https://bsc-dataseed1.defibit.io", + "https://bsc.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://arbitrum-sepolia.abi.pinax.network/api", + "url": "https://bsc.abi.pinax.network/api", "kind": "etherscan" - }, - { - "url": "https://sepolia-explorer.arbitrum.io/api", - "kind": "blockscout" } ], + "networkType": "mainnet", "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ - "arbsepolia.firehose.pinax.network:443" + "bsc.firehose.pinax.network:443", + "bnb.streamingfast.io:443" ], "substreams": [ - "arbsepolia.substreams.pinax.network:443" + "bsc.substreams.pinax.network:443", + "bnb.streamingfast.io:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, - "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.arbitrum.io", - "genesis": { - "hash": "0x77194da4010e549a7028a9c3c51c3e277823be6ac7d138d0bb8a70197b5c004c", - "height": 0 - }, + "issuanceRewards": true, + "nativeToken": "BNB", + "docsUrl": "https://docs.bnbchain.org", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/binance", + "description": "Archive Nodes 101" + } + ], "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0d21840abff46b96c84b2ac9e10e4f5cdaeb5693cb665db62a2f3b02d2d57b5b", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "bsc" }, "icon": { "web3Icons": { - "name": "arbitrum-one" + "name": "binance-smart-chain" } } }, { - "id": "arbitrum-nova", - "shortName": "Arbitrum", - "secondName": "Nova", - "fullName": "Arbitrum Nova", + "id": "hoodi", + "shortName": "Ethereum", + "secondName": "Hoodi", + "fullName": "Ethereum Hoodi Testnet", "aliases": [ - "evm-42170", - "arbnova", - "arb-nova", - "arbitrum-nova-mainnet" + "evm-560048" + ], + "caip2Id": "eip155:560048", + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "mainnet" + } ], - "caip2Id": "eip155:42170", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://nova-explorer.arbitrum.io" + "https://hoodi.etherscan.io" ], "rpcUrls": [ - "https://nova.arbitrum.io/rpc", - "https://arbitrum-nova.publicnode.com", - "https://arbnova.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://0xrpc.io/hoodi", + "https://hoodi.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://arbitrum-nova.abi.pinax.network/api", + "url": "https://hoodi.abi.pinax.network/api", "kind": "etherscan" - }, - { - "url": "https://nova-explorer.arbitrum.io/api", - "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], "firehose": [ - "arbnova.firehose.pinax.network:443" + "hoodi.firehose.pinax.network:443" ], "substreams": [ - "arbnova.substreams.pinax.network:443" + "hoodi.substreams.pinax.network:443" ] }, - "networkType": "mainnet", - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://docs.arbitrum.io", - "genesis": { - "hash": "0x2ad24e03026118f9b3a48626f0636e38c93660e90a6812e853a99aa8c5371561", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xbbe312868b376a3001692a646dd2d7d1e4406380dfd86b98aa8a34d1557c971b", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "arbitrum-nova" + "name": "ethereum" } } }, { - "id": "celo", - "shortName": "Celo", - "fullName": "Celo Mainnet", + "id": "boba-bnb", + "shortName": "Boba BNB", + "fullName": "Boba BNB Mainnet", "aliases": [ - "evm-42220", - "celo-mainnet" + "evm-56288", + "boba-bsc", + "boba-bnb-mainnet" ], - "caip2Id": "eip155:42220", + "caip2Id": "eip155:56288", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://celoscan.io" + "https://bnb.bobascan.com" ], "rpcUrls": [ - "https://forno.celo.org", - "https://celo.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://bnb.boba.network", + "https://boba-bnb.gateway.tenderly.co" ], "apiUrls": [ { - "url": "https://celo.abi.pinax.network/api", + "url": "https://api.routescan.io/v2/network/mainnet/evm/56288/etherscan/api", "kind": "etherscan" - }, - { - "url": "https://explorer.celo.org/mainnet/api", - "kind": "blockscout" } ], "services": { @@ -3408,249 +6039,266 @@ ] }, "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "bsc" + } + ], "issuanceRewards": true, - "nativeToken": "CELO", - "docsUrl": "https://docs.celo.org", + "nativeToken": "BOBA", + "docsUrl": "https://docs.boba.network", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/celo", + "url": "https://docs.infradao.com/archive-nodes-101/bobabnb", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x19ea3339d3c8cda97235bc8293240d5b9dadcdfbb5d4b0b90ee731cac1bd11c3", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xf9aa25373a3cf1c3d3dcb1911093b56eb129221d203270bcdb002b3f01a120d9", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "celo" + "name": "boba" } } - }, - { - "id": "etherlink-mainnet", - "shortName": "Etherlink", - "fullName": "Etherlink Mainnet", + }, + { + "id": "ink", + "shortName": "Ink", + "fullName": "Ink Mainnet", "aliases": [ - "etherlink" + "evm-57073", + "ink-mainnet" ], - "caip2Id": "eip155:42793", + "caip2Id": "eip155:57073", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.etherlink.com" - ], - "rpcUrls": [ - "https://node.mainnet.etherlink.com" + "https://explorer.inkonchain.com" ], "apiUrls": [ { - "url": "https://explorer.etherlink.com/api", + "url": "https://explorer.inkonchain.com/api", "kind": "blockscout" } ], + "rpcUrls": [ + "https://rpc-gel.inkonchain.com", + "https://ink.rpc.service.pinax.network" + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "ink.firehose.pinax.network:443" + ], + "substreams": [ + "ink.substreams.pinax.network:443" ] }, "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "XTZ", - "docsUrl": "https://docs.etherlink.com", - "genesis": { - "hash": "0x37628d45dcd6265c969aa5f5dc3fe8fddd21198c683b85ac7099d8e39597df50", - "height": 0 - }, + "nativeToken": "ETH", + "docsUrl": "https://docs.inkonchain.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x23a2658170ba70d014ba0d0d2709f8fbfe2fa660cd868c5f282f991eecbe38ee", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "etherlink" + "name": "ink" } } }, { - "id": "fuji", - "shortName": "Avalanche", - "secondName": "Fuji", - "fullName": "Avalanche Fuji Testnet", + "id": "linea-sepolia", + "shortName": "Linea", + "secondName": "Sepolia", + "fullName": "Linea Sepolia Testnet", "aliases": [ - "evm-43113", - "avalanche-fuji" + "evm-59141", + "linea-testnet" ], - "caip2Id": "eip155:43113", + "caip2Id": "eip155:59141", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://testnet.snowscan.xyz" + "https://sepolia.lineascan.build" ], "rpcUrls": [ - "https://api.avax-test.network/ext/bc/C/rpc", - "https://fuji.rpc.pinax.network/v1/{PINAX_API_KEY}/ext/bc/C/rpc" + "https://rpc.sepolia.linea.build" ], "apiUrls": [ { - "url": "https://api-testnet.snowtrace.io/api", + "url": "https://linea-sepolia.abi.pinax.network/api", "kind": "etherscan" }, { - "url": "https://api.routescan.io/v2/network/testnet/evm/43113/etherscan/api", - "kind": "etherscan" + "url": "https://api-explorer.sepolia.linea.build/api", + "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "lineasepolia.firehose.pinax.network:443" + ], + "substreams": [ + "lineasepolia.substreams.pinax.network:443" ] }, "networkType": "testnet", "relations": [ { "kind": "testnetOf", - "network": "avalanche" + "network": "linea" + }, + { + "kind": "l2Of", + "network": "sepolia" } ], "issuanceRewards": false, - "nativeToken": "AVAX", - "docsUrl": "https://docs.avax.network", - "genesis": { - "hash": "0x738639479dc82d199365626f90caa82f7eafcfe9ed354b456fb3d294597ceb53", - "height": 1 - }, + "nativeToken": "ETH", + "docsUrl": "https://docs.linea.build", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x65a64c825d7c13ce1bf077801d0b6b2a89853e19e4a89a5433d7d85d2102a20b", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "avalanche" + "name": "linea" } } }, { - "id": "avalanche", - "shortName": "Avalanche", - "secondName": "C-Chain", - "fullName": "Avalanche C-Chain", + "id": "linea", + "shortName": "Linea", + "fullName": "Linea Mainnet", "aliases": [ - "evm-43114", - "avalanche-mainnet" + "evm-59144", + "linea-mainnet" ], - "caip2Id": "eip155:43114", + "caip2Id": "eip155:59144", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://snowtrace.io" + "https://lineascan.build" ], "rpcUrls": [ - "https://api.avax.network/ext/bc/C/rpc", - "https://avalanche.rpc.pinax.network/v1/{PINAX_API_KEY}/ext/bc/C/rpc", - "https://avalanche-c-chain-rpc.publicnode.com" + "https://rpc.linea.build", + "https://linea.rpc.service.pinax.network", + "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}" ], "apiUrls": [ { - "url": "https://api.snowtrace.io/api", + "url": "https://linea.abi.pinax.network/api", "kind": "etherscan" }, { - "url": "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api", - "kind": "etherscan" + "url": "https://api-explorer.linea.build/api", + "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], "firehose": [ - "avalanche-mainnet.streamingfast.io:443", - "avalanche.firehose.pinax.network:443" + "linea.firehose.pinax.network:443" ], "substreams": [ - "avalanche-mainnet.streamingfast.io:443", - "avalanche.substreams.pinax.network:443" + "linea.substreams.pinax.network:443" ] }, "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], "issuanceRewards": true, - "nativeToken": "AVAX", - "docsUrl": "https://docs.avax.network", + "nativeToken": "ETH", + "docsUrl": "https://docs.linea.build", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/avalanche", + "url": "https://docs.infradao.com/archive-nodes-101/linea", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x31ced5b9beb7f8782b014660da0cb18cc409f121f408186886e1ca3e8eeca96b", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb6762a65689107b2326364aefc18f94cda413209fab35c00d4af51eaa20ffbc6", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "avalanche" + "name": "linea" } } }, { - "id": "celo-alfajores", - "shortName": "Celo", - "secondName": "Alfajores", - "fullName": "Celo Alfajores Testnet", + "id": "megaeth-testnet", + "shortName": "MegaETH", + "secondName": "Testnet", + "fullName": "MegaETH Testnet", "aliases": [ - "evm-44787", - "celo-testnet" + "evm-6342" ], - "caip2Id": "eip155:44787", + "caip2Id": "eip155:6342", "networkType": "testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "celo" - } - ], "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://alfajores.celoscan.io" + "https://www.megaexplorer.xyz" ], "rpcUrls": [ - "https://alfajores-forno.celo-testnet.org", - "https://alfajores.rpc.pinax.network/v1/{PINAX_API_KEY}" - ], - "apiUrls": [ - { - "url": "https://celo-alfajores.abi.pinax.network/api", - "kind": "etherscan" - }, - { - "url": "https://celo-alfajores.blockscout.com/api", - "kind": "blockscout" - } + "https://carrot.megaeth.com/rpc" ], "services": { "subgraphs": [ @@ -3658,290 +6306,294 @@ ] }, "issuanceRewards": false, - "nativeToken": "CELO", - "docsUrl": "https://docs.celo.org", - "genesis": { - "hash": "0xe423b034e7f0282c1b621f7bbc1cea4316a2a80b1600490769eae77777e4b67e", - "height": 0 - }, + "nativeToken": "ETH", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe56bd7ae2a26376ed01d4775edcec3fc18817451137e4a06a5899bf478b75500", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "celo" + "name": "mega-eth" } } }, { - "id": "iotex", - "shortName": "IoTeX", - "fullName": "IoTeX Mainnet", + "id": "xai", + "shortName": "Xai", + "fullName": "Xai Mainnet", "aliases": [ - "evm-4689", - "iotex-mainnet" + "evm-660279", + "xai-mainnet" ], - "caip2Id": "eip155:4689", + "caip2Id": "eip155:660279", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://iotexscan.io" + "https://explorer.xai-chain.net" ], "rpcUrls": [ - "https://babel-api.mainnet.iotex.io" + "https://xai-chain.net/rpc", + "https://xai.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://index.iotexscan.io/api", - "kind": "etherscan" + "url": "https://explorer.xai-chain.net/api", + "kind": "blockscout" } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" + "firehose": [ + "xai.firehose.pinax.network:443" + ], + "substreams": [ + "xai.substreams.pinax.network:443" ] }, "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "arbitrum-one" + } + ], "issuanceRewards": false, - "nativeToken": "IOTX", - "docsUrl": "https://docs.iotex.io", - "genesis": { - "hash": "0x230ba8095d5a505e355652f9dcc2b13605419a8fa3d3fd5ddc6d24fd6a902641", - "height": 1 - }, + "nativeToken": "XAI", + "docsUrl": "https://docs.x.ai/docs", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xeb2a6f0f62cc7956562dc4e6316b60bdaff6a15affd6431592cb52f1552caa55", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "iotex" + "name": "xai" } } }, { - "id": "iotex-testnet", - "shortName": "Iotex", - "secondName": "Testnet", - "fullName": "Iotex Testnet", + "id": "zetachain", + "shortName": "ZetaChain", + "fullName": "ZetaChain Mainnet", "aliases": [ - "evm-4690" + "evm-7000", + "zetachain-mainnet" ], - "caip2Id": "eip155:4690", + "caip2Id": "eip155:7000", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://testnet.iotexscan.io" - ], - "rpcUrls": [ - "https://babel-api.testnet.iotex.io" + "https://zetachain.blockscout.com" ], "apiUrls": [ { - "url": "https://testnet.index.iotexscan.io/api", + "url": "https://zetachain.blockscout.com/api", "kind": "etherscan" } ], + "rpcUrls": [ + "https://zetachain-mainnet.g.allthatnode.com/archive/evm", + "https://zetachain-mainnet.public.blastapi.io" + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ] }, - "networkType": "testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "iotex" - } - ], + "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "IOTX", - "docsUrl": "https://docs.iotex.io", - "genesis": { - "hash": "0x663fc0a40a4943f1b56f501aee3ad626b5396e850aa53c5bd8759d0d47694dfc", - "height": 1 - }, + "nativeToken": "ZETA", + "docsUrl": "https://www.zetachain.com/docs", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x60da6194a8e29e0e36c74544037918dd7a3a8a406f8e9f24d37c79623ee69690", + "height": 1 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "iotex" + "name": "zeta-chain" } } }, { - "id": "neox", - "shortName": "Neo X", - "fullName": "Neo X Mainnet", + "id": "tron-evm", + "shortName": "TRON EVM", + "fullName": "TRON EVM Mainnet", "aliases": [ - "evm-47763", - "neox-mainnet" + "tronevm", + "tron-evm-mainnet", + "evm-728126428" ], - "caip2Id": "eip155:47763", + "caip2Id": "eip155:728126428", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://xexplorer.neo.org" + "https://tronscan.org" ], "rpcUrls": [ - "https://mainnet-1.rpc.banelabs.org" + "https://api.trongrid.io/jsonrpc", + "https://tron.drpc.org" ], - "apiUrls": [ + "relations": [ { - "url": "https://xexplorer.neo.org/api", - "kind": "etherscan" + "kind": "evmOf", + "network": "tron" } ], + "apiUrls": [], + "networkType": "mainnet", "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" + "subgraphs": [], + "sps": [], + "firehose": [ + "mainnet-evm.tron.streamingfast.io:443" + ], + "substreams": [ + "mainnet-evm.tron.streamingfast.io:443" ] }, - "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "GAS", - "docsUrl": "https://xdocs.ngd.network", - "genesis": { - "hash": "0x2ee57478315c7d3182997a812d7885dafee48612cd88cb30b615847b0dd8dbd7", - "height": 0 - }, + "nativeToken": "TRX", + "docsUrl": "https://developers.tron.network", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000000000000001ebf88508a03865c71d452e25f4d51194196a1d22b6653dc", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "neo-x" + "name": "tron" } } }, { - "id": "scroll-sepolia", - "shortName": "Scroll", + "id": "hemi-sepolia", + "shortName": "Hemi", "secondName": "Sepolia", - "fullName": "Scroll Sepolia Testnet", + "fullName": "Hemi Sepolia", "aliases": [ - "evm-534351", - "scroll-testnet" + "evm-743111", + "hemi-testnet" ], - "caip2Id": "eip155:534351", + "caip2Id": "eip155:743111", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://sepolia.scrollscan.com" + "https://testnet.explorer.hemi.xyz" ], "rpcUrls": [ - "https://sepolia-rpc.scroll.io", - "https://scrsepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://testnet.rpc.hemi.network/rpc" ], "apiUrls": [ { - "url": "https://api-sepolia.scrollscan.com/api", + "url": "https://testnet.explorer.hemi.xyz/api", "kind": "etherscan" - }, - { - "url": "https://scroll-sepolia.blockscout.com/api", - "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "scrsepolia.firehose.pinax.network:443" - ], - "substreams": [ - "scrsepolia.substreams.pinax.network:443" ] }, "networkType": "testnet", "relations": [ { - "kind": "l2Of", - "network": "sepolia" + "kind": "testnetOf", + "network": "hemi" }, { - "kind": "testnetOf", - "network": "scroll" + "kind": "l2Of", + "network": "sepolia" } ], "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://docs.scroll.io", - "genesis": { - "hash": "0xaa62d1a8b2bffa9e5d2368b63aae0d98d54928bd713125e3fd9e5c896c68592c", - "height": 0 - }, + "docsUrl": "https://docs.hemi.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xc7eef424ae7c339cd0896344c80e136b81246ec5fe7d91a668a09b4c17543194", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "scroll" + "name": "hemi" } } }, { - "id": "scroll", - "shortName": "Scroll", - "fullName": "Scroll Mainnet", + "id": "katana", + "shortName": "Katana", + "fullName": "Katana Mainnet", "aliases": [ - "evm-534352", - "scroll-mainnet" + "evm-747474", + "katana-mainnet" ], - "caip2Id": "eip155:534352", + "caip2Id": "eip155:747474", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://scrollscan.com" - ], - "rpcUrls": [ - "https://rpc.scroll.io", - "https://scroll.rpc.pinax.network/v1/{PINAX_API_KEY}", - "https://rpc.ankr.com/scroll" + "https://katanascan.com" ], "apiUrls": [ { - "url": "https://api.scrollscan.com/api", + "url": "https://katana.abi.pinax.network/api", "kind": "etherscan" - }, - { - "url": "https://scroll.blockscout.com/api", - "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], "firehose": [ - "scroll.firehose.pinax.network:443" + "katana.streamingfast.io:443" ], "substreams": [ - "scroll.substreams.pinax.network:443" + "katana.streamingfast.io:443" ] }, "networkType": "mainnet", @@ -3951,263 +6603,324 @@ "network": "mainnet" } ], - "issuanceRewards": true, + "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://docs.scroll.io", - "indexerDocsUrls": [ - { - "url": "https://docs.infradao.com/archive-nodes-101/scroll", - "description": "Archive Nodes 101" - } - ], - "genesis": { - "hash": "0xbbc05efd412b7cd47a2ed0e5ddfcf87af251e414ea4c801d78b6784513180a80", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x2d28253bc3362fb71336e4f45ba058a24167ef8f43aa2527d5ed9ecfa1d2d3d6", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "scroll" + "name": "katana" } } }, { - "id": "bsc", - "shortName": "BNB", - "fullName": "BNB Smart Chain Mainnet", + "id": "ink-sepolia", + "shortName": "Ink", + "secondName": "Sepolia", + "fullName": "Ink Sepolia", "aliases": [ - "bnb", - "bnb-mainnet", - "bsc-mainnet", - "evm-56" + "evm-763373", + "ink-testnet" ], - "caip2Id": "eip155:56", + "caip2Id": "eip155:763373", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://bscscan.com" - ], - "rpcUrls": [ - "https://bsc-dataseed1.binance.org", - "https://bsc-dataseed1.defibit.io", - "https://bsc.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://explorer-sepolia.inkonchain.com" ], "apiUrls": [ { - "url": "https://bsc.abi.pinax.network/api", - "kind": "etherscan" + "url": "https://explorer-sepolia.inkonchain.com/api", + "kind": "blockscout" } ], - "networkType": "mainnet", + "rpcUrls": [ + "https://rpc-gel-sepolia.inkonchain.com" + ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "bsc.firehose.pinax.network:443", - "bnb.streamingfast.io:443" - ], - "substreams": [ - "bsc.substreams.pinax.network:443", - "bnb.streamingfast.io:443" ] }, - "issuanceRewards": true, - "nativeToken": "BNB", - "docsUrl": "https://docs.bnbchain.org", - "indexerDocsUrls": [ + "networkType": "testnet", + "relations": [ { - "url": "https://docs.infradao.com/archive-nodes-101/binance", - "description": "Archive Nodes 101" + "kind": "testnetOf", + "network": "ink" + }, + { + "kind": "l2Of", + "network": "sepolia" } ], - "genesis": { - "hash": "0x0d21840abff46b96c84b2ac9e10e4f5cdaeb5693cb665db62a2f3b02d2d57b5b", - "height": 0 - }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://docs.inkonchain.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xe5fd5cf0be56af58ad5751b401410d6b7a09d830fa459789746a3d0dd1c79834", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "binance-smart-chain" + "name": "ink" } } }, { - "id": "boba-bnb", - "shortName": "Boba", - "secondName": "BNB", - "fullName": "Boba BNB Mainnet", + "id": "zora", + "shortName": "Zora", + "fullName": "Zora Network", "aliases": [ - "evm-56288", - "boba-bsc" + "zora-mainnet" ], - "caip2Id": "eip155:56288", + "caip2Id": "eip155:7777777", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://bnb.bobascan.com" + "https://explorer.zora.energy" ], "rpcUrls": [ - "https://bnb.boba.network", - "https://boba-bnb.gateway.tenderly.co", - "https://bobabnb.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.zora.energy", + "https://zora.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://api.routescan.io/v2/network/mainnet/evm/56288/etherscan/api", + "url": "https://explorer.zora.energy/api", + "kind": "blockscout" + }, + { + "url": "https://api.routescan.io/v2/network/mainnet/evm/7777777/etherscan/api", "kind": "etherscan" } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], "firehose": [ - "bobabnb.firehose.pinax.network:443" + "zora.firehose.pinax.network:443" ], "substreams": [ - "bobabnb.substreams.pinax.network:443" + "zora.substreams.pinax.network:443" ] }, "networkType": "mainnet", "relations": [ { "kind": "l2Of", - "network": "bsc" + "network": "mainnet" } ], "issuanceRewards": true, - "nativeToken": "BOBA", - "docsUrl": "https://docs.boba.network", + "nativeToken": "ETH", + "docsUrl": "https://docs.zora.co", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/bobabnb", + "url": "https://docs.infradao.com/archive-nodes-101/zora", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0xf9aa25373a3cf1c3d3dcb1911093b56eb129221d203270bcdb002b3f01a120d9", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x47555a45a1af8d4728ca337a1e48375a83919b1ea16591e070a07388b7364e29", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "boba" + "name": "zora", + "variants": [ + "branded", + "background" + ] } } }, { - "id": "linea-sepolia", - "shortName": "Linea", - "secondName": "Sepolia", - "fullName": "Linea Sepolia Testnet", + "id": "polygon-amoy", + "shortName": "Polygon", + "secondName": "Amoy", + "fullName": "Polygon Amoy Testnet", "aliases": [ - "evm-59141", - "linea-testnet" + "amoy-testnet", + "amoy" ], - "caip2Id": "eip155:59141", + "caip2Id": "eip155:80002", "graphNode": { "protocol": "ethereum" }, + "relations": [ + { + "kind": "testnetOf", + "network": "matic" + }, + { + "kind": "l2Of", + "network": "sepolia" + } + ], "explorerUrls": [ - "https://sepolia.lineascan.build" + "https://www.oklink.com/amoy" ], "rpcUrls": [ - "https://rpc.sepolia.linea.build" + "https://rpc-amoy.polygon.technology", + "https://amoy.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://linea-sepolia.abi.pinax.network/api", + "url": "https://polygon-amoy.abi.pinax.network/api", "kind": "etherscan" - }, - { - "url": "https://api-explorer.sepolia.linea.build/api", - "kind": "blockscout" } ], + "networkType": "testnet", "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "amoy.firehose.pinax.network:443" + ], + "substreams": [ + "amoy.substreams.pinax.network:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "POL", + "docsUrl": "https://docs.polygon.technology", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": true, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7202b2b53c5a0836e773e319d18922cc756dd67432f9a1f65352b61f4406c697", + "height": 0 + }, + "blockFeatures": [ + "extended" ] }, + "icon": { + "web3Icons": { + "name": "polygon" + } + } + }, + { + "id": "berachain-bepolia", + "shortName": "Berachain", + "secondName": "bepolia", + "fullName": "Berachain bepolia Testnet", + "aliases": [ + "evm-80069" + ], + "caip2Id": "eip155:80069", + "graphNode": { + "protocol": "ethereum" + }, + "rpcUrls": [ + "https://bepolia.rpc.berachain.com" + ], + "explorerUrls": [ + "https://bepolia.beratrail.io" + ], + "apiUrls": [ + { + "url": "https://berachain-bepolia.abi.pinax.network/api", + "kind": "etherscan" + }, + { + "url": "https://api.routescan.io/v2/network/testnet/evm/80069/etherscan/api", + "kind": "etherscan" + } + ], "networkType": "testnet", "relations": [ { "kind": "testnetOf", - "network": "linea" - }, - { - "kind": "l2Of", - "network": "sepolia" + "network": "berachain" } ], - "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.linea.build", - "genesis": { - "hash": "0x65a64c825d7c13ce1bf077801d0b6b2a89853e19e4a89a5433d7d85d2102a20b", - "height": 0 + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] }, + "issuanceRewards": false, + "nativeToken": "BERA", + "docsUrl": "https://docs.berachain.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0207661de38f0e54ba91c8286096e72486784c79dc6a9681fc486b38335c042f", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "linea" + "name": "berachain" } } }, { - "id": "linea", - "shortName": "Linea", - "fullName": "Linea Mainnet", + "id": "berachain", + "shortName": "Berachain", + "fullName": "Berachain Mainnet", "aliases": [ - "evm-59144", - "linea-mainnet" + "evm-80094", + "berachain-mainnet" ], - "caip2Id": "eip155:59144", + "caip2Id": "eip155:80094", "graphNode": { "protocol": "ethereum" }, - "explorerUrls": [ - "https://lineascan.build" - ], "rpcUrls": [ - "https://rpc.linea.build", - "https://linea.rpc.pinax.network/v1/{PINAX_API_KEY}", - "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}" + "https://rpc.berachain.com", + "https://bera.rpc.service.pinax.network" + ], + "explorerUrls": [ + "https://berascan.com" ], "apiUrls": [ { - "url": "https://linea.abi.pinax.network/api", + "url": "https://berachain.abi.pinax.network/api", "kind": "etherscan" }, { - "url": "https://api-explorer.linea.build/api", - "kind": "blockscout" + "url": "https://api.routescan.io/v2/network/mainnet/evm/80094/etherscan/api", + "kind": "etherscan" } ], "services": { @@ -4215,78 +6928,61 @@ "https://api.studio.thegraph.com/deploy" ], "firehose": [ - "linea.firehose.pinax.network:443" + "bera.firehose.pinax.network:443" ], "substreams": [ - "linea.substreams.pinax.network:443" + "bera.substreams.pinax.network:443" ] }, "networkType": "mainnet", - "relations": [ - { - "kind": "l2Of", - "network": "mainnet" - } - ], - "issuanceRewards": true, - "nativeToken": "ETH", - "docsUrl": "https://docs.linea.build", - "indexerDocsUrls": [ - { - "url": "https://docs.infradao.com/archive-nodes-101/linea", - "description": "Archive Nodes 101" - } - ], - "genesis": { - "hash": "0xb6762a65689107b2326364aefc18f94cda413209fab35c00d4af51eaa20ffbc6", - "height": 0 - }, + "issuanceRewards": false, + "nativeToken": "BERA", + "docsUrl": "https://docs.berachain.com", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xd57819422128da1c44339fc7956662378c17e2213e669b427ac91cd11dfcfb38", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "linea" + "name": "berachain" } } }, { - "id": "zkyoto-testnet", - "shortName": "Astar", - "secondName": "zKyoto", - "fullName": "Astar zkEVM Testnet zKyoto", + "id": "zksync-os-devnet", + "shortName": "zksync OS", + "fullName": "ZKsync OS Developer Preview", "aliases": [ - "evm-6038361", - "astar-testnet", - "astar-zkevm-testnet", - "astar-zkyoto" + "evm-8022833" ], - "caip2Id": "eip155:6038361", + "caip2Id": "eip155:8022833", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://zkyoto.explorer.startale.com" + "https://zksync-os-testnet-alpha.staging-scan-v2.zksync.dev" ], "rpcUrls": [ - "https://rpc.startale.com/zkyoto", - "https://zkyoto.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://zksync-os-testnet-alpha.zksync.dev" ], "apiUrls": [ { - "url": "https://zkyoto.explorer.startale.com/api", - "kind": "blockscout" + "url": "https://block-explorer-api.zksync-os-testnet-alpha.zksync.dev/api", + "kind": "etherscan" } ], "services": { - "firehose": [ - "zkyoto.firehose.pinax.network:443" - ], - "substreams": [ - "zkyoto.substreams.pinax.network:443" + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" ] }, "networkType": "testnet", @@ -4294,124 +6990,120 @@ { "kind": "l2Of", "network": "sepolia" - }, - { - "kind": "testnetOf", - "network": "astar-zkevm-mainnet" } ], "issuanceRewards": false, "nativeToken": "ETH", - "docsUrl": "https://docs.astar.network/docs/getting-started", - "genesis": { - "hash": "0xa479ae412a77c2f4dee25e923ecac955df8ee9bc12eed467899da53a43cbf0f1", - "height": 0 - }, + "docsUrl": "https://docs.zksync.io", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xef97917ce9bd9fa7d12ad6a8d81ea26c80ac1d727acc37cbb9799ae199788dc5", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "astar" + "name": "zksync" } } }, { - "id": "xai", - "shortName": "Xai", - "fullName": "Xai Mainnet", + "id": "joc", + "shortName": "JOC", + "fullName": "Japan Open Chain Mainnet", "aliases": [ - "evm-660279", - "xai-mainnet" + "evm-81", + "joc-mainnet" ], - "caip2Id": "eip155:660279", + "caip2Id": "eip155:81", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.xai-chain.net" + "https://explorer.japanopenchain.org" ], "rpcUrls": [ - "https://xai-chain.net/rpc", - "https://xai.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc-1.japanopenchain.org:8545", + "https://rpc-2.japanopenchain.org:8545", + "https://rpc-3.japanopenchain.org" ], "apiUrls": [ { - "url": "https://explorer.xai-chain.net/api", - "kind": "blockscout" + "url": "https://explorer.japanopenchain.org/api", + "kind": "etherscan" } ], "services": { - "firehose": [ - "xai.firehose.pinax.network:443" - ], - "substreams": [ - "xai.substreams.pinax.network:443" + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" ] }, "networkType": "mainnet", - "relations": [ - { - "kind": "l2Of", - "network": "arbitrum-one" - } - ], "issuanceRewards": false, - "nativeToken": "XAI", - "docsUrl": "https://docs.x.ai/docs", - "genesis": { - "hash": "0xeb2a6f0f62cc7956562dc4e6316b60bdaff6a15affd6431592cb52f1552caa55", - "height": 0 - }, + "nativeToken": "JOC", + "docsUrl": "https://www.japanopenchain.org/en/developer", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": true, + "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x1b54bfa6846a13aacc57066840ec10d1b74b06870539bbc8a3d1b19bdc566733", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "xai" + "name": "japan-open-chain" } } }, { - "id": "zora", - "shortName": "Zora", - "fullName": "Zora Network", + "id": "blast-mainnet", + "shortName": "Blast", + "fullName": "Blast Mainnet", "aliases": [ - "zora-mainnet" + "evm-81457", + "blast" ], - "caip2Id": "eip155:7777777", + "caip2Id": "eip155:81457", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://explorer.zora.energy" + "https://blastscan.io" ], "rpcUrls": [ - "https://rpc.zora.energy", - "https://zora.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://rpc.blast.io", + "https://blast.rpc.service.pinax.network", + "https://rpc.ankr.com/blast" ], "apiUrls": [ { - "url": "https://explorer.zora.energy/api", - "kind": "blockscout" - }, - { - "url": "https://api.routescan.io/v2/network/mainnet/evm/7777777/etherscan/api", + "url": "https://blast.abi.pinax.network/api", "kind": "etherscan" } ], "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ], + "sps": [], "firehose": [ - "zora.firehose.pinax.network:443" + "blast.firehose.pinax.network:443" ], "substreams": [ - "zora.substreams.pinax.network:443" + "blast.substreams.pinax.network:443" ] }, "networkType": "mainnet", @@ -4421,124 +7113,205 @@ "network": "mainnet" } ], - "issuanceRewards": false, + "issuanceRewards": true, "nativeToken": "ETH", - "docsUrl": "https://docs.zora.co", + "docsUrl": "https://docs.blast.io", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/zora", + "url": "https://docs.infradao.com/archive-nodes-101/blast", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x47555a45a1af8d4728ca337a1e48375a83919b1ea16591e070a07388b7364e29", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": true, + "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb689b35ef29d0bec5816938e0e52683c7257d2e325420ea69b739a2be4754b89", + "height": 0 + }, + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "blast" + } } }, { - "id": "polygon-amoy", - "shortName": "Polygon", - "secondName": "Amoy", - "fullName": "Polygon Amoy Testnet", + "id": "kaia", + "shortName": "Kaia", + "fullName": "Kaia Mainnet", "aliases": [ - "amoy-testnet", - "amoy" + "evm-8217", + "kaia-mainnet" ], - "caip2Id": "eip155:80002", + "caip2Id": "eip155:8217", "graphNode": { "protocol": "ethereum" }, - "relations": [ + "explorerUrls": [ + "https://kaiascan.io" + ], + "rpcUrls": [ + "https://public-en.node.kaia.io" + ], + "apiUrls": [ { - "kind": "testnetOf", - "network": "matic" + "url": "https://kaia.abi.pinax.network/api", + "kind": "etherscan" + } + ], + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] + }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "KAIA", + "docsUrl": "https://docs.kaia.io", + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xc72e5293c3c3ba38ed8ae910f780e4caaa9fb95e79784f7ab74c3c262ea7137e", + "height": 0 }, - { - "kind": "l2Of", - "network": "sepolia" + "blockFeatures": [ + "base" + ] + }, + "icon": { + "web3Icons": { + "name": "kaia" } + } + }, + { + "id": "base", + "shortName": "Base", + "fullName": "Base Chain", + "aliases": [ + "evm-8453", + "base-mainnet", + "base-chain" ], + "caip2Id": "eip155:8453", + "graphNode": { + "protocol": "ethereum" + }, "explorerUrls": [ - "https://www.oklink.com/amoy" + "https://base.blockscout.com" ], "rpcUrls": [ - "https://rpc-amoy.polygon.technology", - "https://amoy.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://mainnet.base.org", + "https://base-rpc.publicnode.com", + "https://base.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://polygon-amoy.abi.pinax.network/api", + "url": "https://base.abi.pinax.network/api", "kind": "etherscan" }, { - "url": "https://api.routescan.io/v2/network/testnet/evm/80002/etherscan/api", - "kind": "etherscan" + "url": "https://base.blockscout.com/api", + "kind": "blockscout" } ], - "networkType": "testnet", "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], + "sps": [], "firehose": [ - "amoy.firehose.pinax.network:443" + "base.firehose.pinax.network:443", + "base-mainnet.streamingfast.io:443" ], "substreams": [ - "amoy.substreams.pinax.network:443" + "base.substreams.pinax.network:443", + "base-mainnet.streamingfast.io:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, - "issuanceRewards": false, - "nativeToken": "POL", - "docsUrl": "https://docs.polygon.technology", - "genesis": { - "hash": "0x7202b2b53c5a0836e773e319d18922cc756dd67432f9a1f65352b61f4406c697", - "height": 0 - }, + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "mainnet" + } + ], + "issuanceRewards": true, + "nativeToken": "ETH", + "docsUrl": "https://docs.base.org", + "indexerDocsUrls": [ + { + "url": "https://docs.infradao.com/archive-nodes-101/base", + "description": "Archive Nodes 101" + } + ], "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] + }, + "tokenApi": { + "features": [ + "tokens", + "dexes", + "nfts" + ], + "networkId": "base" }, "icon": { "web3Icons": { - "name": "polygon-pos" + "name": "base" } } }, { - "id": "blast-mainnet", - "shortName": "Blast", - "fullName": "Blast Mainnet", + "id": "base-sepolia", + "shortName": "Base", + "secondName": "Sepolia", + "fullName": "Base Sepolia Testnet", "aliases": [ - "evm-81457", - "blast" + "evm-84532", + "base-testnet" ], - "caip2Id": "eip155:81457", + "caip2Id": "eip155:84532", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://blastscan.io" + "https://sepolia.basescan.org" ], "rpcUrls": [ - "https://rpc.blast.io", - "https://blast.rpc.pinax.network/v1/{PINAX_API_KEY}", - "https://rpc.ankr.com/blast" + "https://sepolia.base.org", + "https://base-sepolia-rpc.publicnode.com", + "https://basesepolia.rpc.service.pinax.network" ], "apiUrls": [ { - "url": "https://blast.abi.pinax.network/api", + "url": "https://base-sepolia.abi.pinax.network/api", "kind": "etherscan" }, { - "url": "https://blast.blockscout.com/api", + "url": "https://base-sepolia.blockscout.com/api", "kind": "blockscout" } ], @@ -4546,67 +7319,76 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], "firehose": [ - "blast.firehose.pinax.network:443" + "basesepolia.firehose.pinax.network:443" ], "substreams": [ - "blast.substreams.pinax.network:443" + "basesepolia.substreams.pinax.network:443" ] }, - "networkType": "mainnet", + "networkType": "testnet", "relations": [ + { + "kind": "testnetOf", + "network": "base" + }, { "kind": "l2Of", - "network": "mainnet" + "network": "sepolia" } ], "issuanceRewards": true, "nativeToken": "ETH", - "docsUrl": "https://docs.blast.io", + "docsUrl": "https://docs.base.org", "indexerDocsUrls": [ { - "url": "https://docs.infradao.com/archive-nodes-101/blast", + "url": "https://docs.infradao.com/archive-nodes-101/base-sepolia", "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0xb689b35ef29d0bec5816938e0e52683c7257d2e325420ea69b739a2be4754b89", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { - "name": "blast" + "name": "base" } } }, { - "id": "kaia", - "shortName": "Kaia", - "fullName": "Kaia Mainnet", + "id": "autonomys", + "shortName": "Autonomys", + "fullName": "Autonomys Mainnet", "aliases": [ - "evm-8217", - "kaia-mainnet" + "evm-870", + "autonomys-mainnet" ], - "caip2Id": "eip155:8217", + "caip2Id": "eip155:870", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://kaiascan.io" + "https://explorer.auto-evm.mainnet.autonomys.xyz" ], "rpcUrls": [ - "https://public-en.node.kaia.io" + "https://auto-evm.mainnet.autonomys.xyz/ws" + ], + "apiUrls": [ + { + "url": "https://explorer.auto-evm.mainnet.autonomys.xyz/api", + "kind": "blockscout" + } ], - "apiUrls": [], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" @@ -4614,171 +7396,127 @@ }, "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "KAIA", - "docsUrl": "https://docs.kaia.io", - "genesis": { - "hash": "0xc72e5293c3c3ba38ed8ae910f780e4caaa9fb95e79784f7ab74c3c262ea7137e", - "height": 0 - }, + "nativeToken": "AI3", + "docsUrl": "https://docs.autonomys.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", - "evmExtendedModel": false, + "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x085b6a1088858e39e9f26e832db9ba44e7f8ca977f363f0aff79f8bec5abb8b9", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "klay-token" + "name": "autonomys" } } }, { - "id": "base", - "shortName": "Base", - "fullName": "Base Mainnet", + "id": "autonomys-chronos", + "shortName": "Autonomys", + "fullName": "Autonomys Chronos Testnet", "aliases": [ - "evm-8453", - "base-mainnet" + "evm-8700" ], - "caip2Id": "eip155:8453", + "caip2Id": "eip155:8700", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://base.blockscout.com" + "https://explorer.auto-evm.chronos.autonomys.xyz" ], "rpcUrls": [ - "https://mainnet.base.org", - "https://base-rpc.publicnode.com", - "https://base.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://auto-evm.chronos.autonomys.xyz/ws" ], "apiUrls": [ { - "url": "https://base.abi.pinax.network/api", - "kind": "etherscan" - }, - { - "url": "https://base.blockscout.com/api", + "url": "https://explorer.auto-evm.chronos.autonomys.xyz/api", "kind": "blockscout" } ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "base.firehose.pinax.network:443", - "base-mainnet.streamingfast.io:443" - ], - "substreams": [ - "base.substreams.pinax.network:443", - "base-mainnet.streamingfast.io:443" ] }, - "networkType": "mainnet", + "networkType": "testnet", "relations": [ { - "kind": "l2Of", - "network": "mainnet" - } - ], - "issuanceRewards": true, - "nativeToken": "ETH", - "docsUrl": "https://docs.base.org", - "indexerDocsUrls": [ - { - "url": "https://docs.infradao.com/archive-nodes-101/base", - "description": "Archive Nodes 101" + "kind": "testnetOf", + "network": "autonomys" } ], - "genesis": { - "hash": "0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd", - "height": 0 - }, + "issuanceRewards": false, + "nativeToken": "AI3", + "docsUrl": "https://docs.autonomys.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xb6dfbb865903aa8d41db9449156cb837df134bd6eceda73ccd242891f13a206d", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "base" + "name": "autonomys" } } }, { - "id": "base-sepolia", - "shortName": "Base", - "secondName": "Sepolia", - "fullName": "Base Sepolia Testnet", + "id": "viction", + "shortName": "Viction", + "fullName": "Viction Mainnet", "aliases": [ - "evm-84532", - "base-testnet" + "evm-88", + "viction-mainnet" ], - "caip2Id": "eip155:84532", + "caip2Id": "eip155:88", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://sepolia.basescan.org" + "https://www.vicscan.xyz" ], "rpcUrls": [ - "https://sepolia.base.org", - "https://base-sepolia-rpc.publicnode.com", - "https://basesepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" - ], - "apiUrls": [ - { - "url": "https://base-sepolia.abi.pinax.network/api", - "kind": "etherscan" - }, - { - "url": "https://base-sepolia.blockscout.com/api", - "kind": "blockscout" - } + "https://rpc.viction.xyz" ], "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" - ], - "firehose": [ - "basesepolia.firehose.pinax.network:443" - ], - "substreams": [ - "basesepolia.substreams.pinax.network:443" ] }, - "networkType": "testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "base" - }, - { - "kind": "l2Of", - "network": "sepolia" - } - ], + "networkType": "mainnet", "issuanceRewards": false, - "nativeToken": "ETH", - "docsUrl": "https://docs.base.org", - "genesis": { - "hash": "0x0dcc9e089e30b90ddfc55be9a37dd15bc551aeee999d2e2b51414c54eaf934e4", - "height": 0 - }, + "nativeToken": "VIC", + "docsUrl": "https://docs.viction.xyz", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x9326145f8a2c8c00bbe13afc7d7f3d9c868b5ef39d89f2f4e9390e9720298624", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "base" + "name": "viction" } } }, @@ -4799,7 +7537,8 @@ "https://testnet.chiliscan.com" ], "rpcUrls": [ - "https://spicy-rpc.chiliz.com" + "https://spicy-rpc.chiliz.com", + "https://spicy.rpc.service.pinax.network" ], "apiUrls": [ { @@ -4821,20 +7560,29 @@ "services": { "subgraphs": [ "https://api.studio.thegraph.com/deploy" + ], + "firehose": [ + "spicy.firehose.pinax.network:443" + ], + "substreams": [ + "spicy.substreams.pinax.network:443" ] }, "issuanceRewards": false, "nativeToken": "CHZ", "docsUrl": "https://docs.chiliz.com", - "genesis": { - "hash": "0x9e0e07ae4ee9b0ef66a4206656677020306259d0b0b845ad3bb6b09fb91485ff", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x9e0e07ae4ee9b0ef66a4206656677020306259d0b0b845ad3bb6b09fb91485ff", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -4860,7 +7608,7 @@ "rpcUrls": [ "https://rpc.chiliz.com", "https://rpc.ankr.com/chiliz", - "https://chiliz.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://chiliz.rpc.service.pinax.network" ], "apiUrls": [ { @@ -4887,15 +7635,18 @@ "issuanceRewards": false, "nativeToken": "CHZ", "docsUrl": "https://docs.chiliz.com", - "genesis": { - "hash": "0xd79fa059ef8cdfcf72676df19e209ee014183a5fa1cf132b2ff9288dbbcf5042", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xd79fa059ef8cdfcf72676df19e209ee014183a5fa1cf132b2ff9288dbbcf5042", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { @@ -4933,9 +7684,7 @@ } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ] + "subgraphs": [] }, "networkType": "testnet", "relations": [ @@ -4951,15 +7700,18 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://docs.mode.network", - "genesis": { - "hash": "0x13c352562289a88ed33087a51b6b6c859a27709c8555c9def7cb9757c043acad", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x13c352562289a88ed33087a51b6b6c859a27709c8555c9def7cb9757c043acad", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { @@ -4986,7 +7738,7 @@ ], "rpcUrls": [ "https://data-seed-prebsc-1-s1.bnbchain.org:8545", - "https://chapel.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://chapel.rpc.service.pinax.network" ], "apiUrls": [ { @@ -5015,15 +7767,18 @@ "issuanceRewards": false, "nativeToken": "tBNB", "docsUrl": "https://docs.bnbchain.org", - "genesis": { - "hash": "0x6d3c66c5357ec91d5c43af47e234a939b22557cbb552dc45bebbceeed90fbe34", - "height": 0 - }, "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": true, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x6d3c66c5357ec91d5c43af47e234a939b22557cbb552dc45bebbceeed90fbe34", + "height": 0 + }, + "blockFeatures": [ + "extended" + ] }, "icon": { "web3Icons": { @@ -5032,62 +7787,60 @@ } }, { - "id": "boba-bnb-testnet", - "shortName": "Boba", - "secondName": "BNB", - "fullName": "Boba BNB Testnet", + "id": "lumia", + "shortName": "Lumia", + "fullName": "Lumia Mainnet", "aliases": [ - "evm-9728", - "boba-bsc-testnet" + "evm-994873017", + "lumia-mainnet" ], - "caip2Id": "eip155:9728", + "caip2Id": "eip155:994873017", "graphNode": { "protocol": "ethereum" }, "explorerUrls": [ - "https://bnb.testnet.bobascan.com" + "https://lens.lumia.org" ], "rpcUrls": [ - "https://testnet.bnb.boba.network" + "https://mainnet-rpc.lumia.org" ], "apiUrls": [ { - "url": "https://api.routescan.io/v2/network/testnet/evm/9728/etherscan/api", + "url": "https://explorer.lumia.org/api/", "kind": "etherscan" } ], - "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ] - }, - "networkType": "testnet", "relations": [ - { - "kind": "testnetOf", - "network": "boba-bnb" - }, { "kind": "l2Of", - "network": "boba-testnet" + "network": "mainnet" } ], - "issuanceRewards": false, - "nativeToken": "BOBA", - "docsUrl": "https://docs.boba.network", - "genesis": { - "hash": "0x4d26ddc947c7cea924d5ef272c1a5ef40a1dce5ca2cbbaccad59d33f2505a30d", - "height": 0 + "services": { + "subgraphs": [ + "https://api.studio.thegraph.com/deploy" + ] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "LUMIA", + "docsUrl": "https://docs.lumia.org", "firehose": { "blockType": "sf.ethereum.type.v2.Block", "evmExtendedModel": false, "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xbe2fbdd3862a852c02db24f4dcdc8c5eebc74777f393a0119410ed81f6a39120", + "height": 0 + }, + "blockFeatures": [ + "base" + ] }, "icon": { "web3Icons": { - "name": "boba" + "name": "lumia" } } }, @@ -5100,7 +7853,7 @@ ], "caip2Id": "antelope:1064487b3cd1a897ce03ae5b6a865651", "explorerUrls": [ - "https://wax.bloks.io" + "https://eosauthority.com/?network=wax" ], "rpcUrls": [ "https://wax.api.eosnation.io" @@ -5118,14 +7871,19 @@ "issuanceRewards": false, "nativeToken": "WAX", "docsUrl": "https://developer.wax.io", - "genesis": { - "hash": "0x00000002c9a8761a546eeae2d5a0df4586d8d53d5e8c74da1b2f9ee44587f37d", - "height": 2 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000002c9a8761a546eeae2d5a0df4586d8d53d5e8c74da1b2f9ee44587f37d", + "height": 2 + } + }, + "icon": { + "web3Icons": { + "name": "wax" + } } }, { @@ -5135,7 +7893,7 @@ "aliases": [], "caip2Id": "antelope:1eaa0824707c8c16bd25145493bf062a", "explorerUrls": [ - "https://explorer-test.telos.net" + "https://eosauthority.com/?network=telostest" ], "rpcUrls": [ "https://telostest.api.eosnation.io" @@ -5159,14 +7917,14 @@ "issuanceRewards": false, "nativeToken": "TELOS", "docsUrl": "https://docs.telos.net", - "genesis": { - "hash": "0x0000000377dcf185dce2cd5b1ad7e70a7da0a73fc175c47283043791956c70c3", - "height": 3 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0000000377dcf185dce2cd5b1ad7e70a7da0a73fc175c47283043791956c70c3", + "height": 3 + } }, "icon": { "web3Icons": { @@ -5183,7 +7941,7 @@ ], "caip2Id": "antelope:4667b205c6838ef70ff7988f6e8257e8", "explorerUrls": [ - "https://explorer.telos.net" + "https://eosauthority.com/?network=telos" ], "rpcUrls": [ "https://telos.api.eosnation.io" @@ -5201,14 +7959,14 @@ "issuanceRewards": false, "nativeToken": "TELOS", "docsUrl": "https://docs.telos.net", - "genesis": { - "hash": "0x000000021d642039071f77a8a2e1eca6cfc0d90f94e7304f0d401bf28f067693", - "height": 2 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x000000021d642039071f77a8a2e1eca6cfc0d90f94e7304f0d401bf28f067693", + "height": 2 + } }, "icon": { "web3Icons": { @@ -5218,15 +7976,16 @@ }, { "id": "kylin", - "shortName": "EOS", + "shortName": "Vaulta", "secondName": "Kylin", - "fullName": "EOS Kylin Testnet", + "fullName": "Vaulta Kylin Testnet", "aliases": [ - "eos-kylin" + "eos-kylin", + "vaulta-kylin" ], "caip2Id": "antelope:5fff1dae8dc8e2fc4d5b23b2c7665c97", "explorerUrls": [ - "https://kylin.bloks.io" + "https://eosauthority.com/?network=kylin" ], "rpcUrls": [ "https://kylin.api.eosnation.io" @@ -5250,14 +8009,14 @@ "issuanceRewards": false, "nativeToken": "EOS", "docsUrl": "https://docs.eosnetwork.com/docs/latest/quick-start/introduction", - "genesis": { - "hash": "0x00000002a1ec7ae214b9e43a904b6c010fb1260c9e8a12e5967bdbe451152a07", - "height": 2 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000002a1ec7ae214b9e43a904b6c010fb1260c9e8a12e5967bdbe451152a07", + "height": 2 + } }, "icon": { "web3Icons": { @@ -5267,15 +8026,15 @@ }, { "id": "jungle4", - "shortName": "EOS", + "shortName": "Vaulta", "secondName": "Jungle4", - "fullName": "EOS Jungle4 Testnet", + "fullName": "Vaulta Jungle4 Testnet", "aliases": [ "jungle" ], "caip2Id": "antelope:73e4385a2708e6d7048834fbc1079f2f", "explorerUrls": [ - "https://jungle.bloks.io" + "https://eosauthority.com/?network=jungle" ], "rpcUrls": [ "https://jungle4.api.eosnation.io" @@ -5299,14 +8058,14 @@ "issuanceRewards": false, "nativeToken": "EOS", "docsUrl": "https://jungletestnet.io", - "genesis": { - "hash": "0x00000002d61d836f51657f886a5bc55b18a731f7eace6565784328fbd051fc90", - "height": 2 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000002d61d836f51657f886a5bc55b18a731f7eace6565784328fbd051fc90", + "height": 2 + } }, "icon": { "web3Icons": { @@ -5314,16 +8073,59 @@ } } }, + { + "id": "ultra", + "shortName": "Ultra", + "fullName": "Ultra Mainnet", + "aliases": [ + "ultra-mainnet" + ], + "caip2Id": "antelope:a9c481dfbc7d9506dc7e87e9a137c931", + "explorerUrls": [ + "https://explorer.mainnet.ultra.io" + ], + "rpcUrls": [ + "https://ultra.api.eosnation.io" + ], + "apiUrls": [], + "networkType": "mainnet", + "services": { + "firehose": [ + "ultra.firehose.pinax.network:443" + ], + "substreams": [ + "ultra.substreams.pinax.network:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "UOS", + "docsUrl": "https://developers.ultra.io", + "firehose": { + "blockType": "sf.antelope.type.v1.Block", + "bufUrl": "https://buf.build/pinax/firehose-antelope", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000002e10cbadd0c7491064d13ae89cfbdd734e1f66726861d771af1fcd6e9", + "height": 2 + } + }, + "icon": { + "web3Icons": { + "name": "ultra" + } + } + }, { "id": "eos", - "shortName": "EOS", - "fullName": "EOS Mainnet", + "shortName": "Vaulta", + "fullName": "Vaulta Mainnet", "aliases": [ - "eos-mainnet" + "eos-mainnet", + "vaulta" ], "caip2Id": "antelope:aca376f206b8fc25a6ed44dbdc66547c", "explorerUrls": [ - "https://bloks.io" + "https://eosauthority.com/?network=eos" ], "rpcUrls": [ "https://eos.api.eosnation.io" @@ -5341,14 +8143,14 @@ "issuanceRewards": false, "nativeToken": "EOS", "docsUrl": "https://docs.eosnetwork.com/docs/latest/quick-start/introduction", - "genesis": { - "hash": "0x0000000267f3e2284b482f3afc2e724be1d6cbc1804532ec62d4e7af47c30693", - "height": 2 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0000000267f3e2284b482f3afc2e724be1d6cbc1804532ec62d4e7af47c30693", + "height": 2 + } }, "icon": { "web3Icons": { @@ -5365,7 +8167,7 @@ ], "caip2Id": "antelope:f16b1833c747c43682f4386fca9cbb32", "explorerUrls": [ - "https://wax-test.bloks.io" + "https://eosauthority.com/?network=waxtest" ], "rpcUrls": [ "https://waxtest.api.eosnation.io" @@ -5389,14 +8191,19 @@ "issuanceRewards": false, "nativeToken": "WAX", "docsUrl": "https://developer.wax.io", - "genesis": { - "hash": "0x00000002066113f7023ed907632c404f25c5f0f02034f3b1a22f339c83d78c53", - "height": 2 - }, "firehose": { "blockType": "sf.antelope.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-antelope", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000002066113f7023ed907632c404f25c5f0f02034f3b1a22f339c83d78c53", + "height": 2 + } + }, + "icon": { + "web3Icons": { + "name": "wax" + } } }, { @@ -5414,15 +8221,11 @@ "apiUrls": [], "networkType": "mainnet", "graphNode": { - "protocol": "arweave" + "protocol": "arweave", + "deprecatedAt": "2025-05-28T00:00:00Z" }, "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "arweave.firehose.pinax.network:443" ], @@ -5433,14 +8236,14 @@ "issuanceRewards": false, "nativeToken": "AR", "docsUrl": "https://docs.arweave.org/developers", - "genesis": { - "hash": "0xef0214ecaa252020230a5325719dfc2d9cec86123bc46926dad0c2251ed6be17b7112528dbe678fb2d31d6e6a0951244", - "height": 0 - }, "firehose": { "blockType": "sf.arweave.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-arweave", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xef0214ecaa252020230a5325719dfc2d9cec86123bc46926dad0c2251ed6be17b7112528dbe678fb2d31d6e6a0951244", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5461,7 +8264,7 @@ "explorerUrls": [], "rpcUrls": [], "apiUrls": [], - "networkType": "mainnet", + "networkType": "beacon", "relations": [ { "kind": "beaconOf", @@ -5479,14 +8282,14 @@ "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://ethereum.org/en/developers/docs/consensus-mechanisms", - "genesis": { - "hash": "0x4d611d5b93fdab69013a7f0a2f961caca0c853f87cfe9595fe50038163079360", - "height": 0 - }, "firehose": { "blockType": "sf.beacon.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-beacon", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0x4d611d5b93fdab69013a7f0a2f961caca0c853f87cfe9595fe50038163079360", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5505,7 +8308,7 @@ "explorerUrls": [], "rpcUrls": [], "apiUrls": [], - "networkType": "mainnet", + "networkType": "beacon", "relations": [ { "kind": "beaconOf", @@ -5523,14 +8326,14 @@ "issuanceRewards": false, "nativeToken": "XDAI", "docsUrl": "https://ethereum.org/en/developers/docs/consensus-mechanisms", - "genesis": { - "hash": "0x23564cd15ac0b90ed72cbc78ffd5e35e309816c0cca5ad28390bd9892e846a75", - "height": 0 - }, "firehose": { "blockType": "sf.beacon.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-beacon", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0x23564cd15ac0b90ed72cbc78ffd5e35e309816c0cca5ad28390bd9892e846a75", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5540,8 +8343,7 @@ }, { "id": "gnosis-chiado-cl", - "shortName": "Gnosis Beacon", - "secondName": "Chiado", + "shortName": "Chiado Beacon", "fullName": "Gnosis Chiado Consensus Layer", "aliases": [ "gnosis-chiado-beacon" @@ -5550,7 +8352,7 @@ "explorerUrls": [], "rpcUrls": [], "apiUrls": [], - "networkType": "mainnet", + "networkType": "beacon", "relations": [ { "kind": "beaconOf", @@ -5568,14 +8370,14 @@ "issuanceRewards": false, "nativeToken": "XDAI", "docsUrl": "https://ethereum.org/en/developers/docs/consensus-mechanisms", - "genesis": { - "hash": "0xf227cf50c05b1aa570ce4f8ee00c71f11c63d05b297ad3a0e7a05d341c333381", - "height": 0 - }, "firehose": { "blockType": "sf.beacon.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-beacon", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0xf227cf50c05b1aa570ce4f8ee00c71f11c63d05b297ad3a0e7a05d341c333381", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5585,8 +8387,7 @@ }, { "id": "sepolia-cl", - "shortName": "Ethereum Beacon", - "secondName": "Sepolia", + "shortName": "Sepolia Beacon", "fullName": "Ethereum Sepolia Consensus Layer", "aliases": [ "sepolia-beacon" @@ -5595,32 +8396,69 @@ "explorerUrls": [], "rpcUrls": [], "apiUrls": [], - "networkType": "mainnet", + "networkType": "beacon", + "relations": [ + { + "kind": "beaconOf", + "network": "sepolia" + } + ], + "services": { + "firehose": [ + "sepolia-cl.firehose.pinax.network:443" + ], + "substreams": [ + "sepolia-cl.substreams.pinax.network:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "ETH", + "docsUrl": "https://ethereum.org/en/developers/docs/consensus-mechanisms", + "firehose": { + "blockType": "sf.beacon.type.v1.Block", + "bufUrl": "https://buf.build/pinax/firehose-beacon", + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0xfb9b64fe445f76696407e1e3cc390371edff147bf712db86db6197d4b31ede43", + "height": 0 + } + }, + "icon": { + "web3Icons": { + "name": "ethereum" + } + } + }, + { + "id": "holesky-cl", + "shortName": "Holesky Beacon", + "fullName": "Ethereum Holesky Consensus Layer", + "aliases": [ + "holesky-beacon" + ], + "caip2Id": "beacon:17000", + "explorerUrls": [], + "rpcUrls": [], + "apiUrls": [], + "networkType": "beacon", "relations": [ { "kind": "beaconOf", - "network": "sepolia" + "network": "holesky" } ], - "services": { - "firehose": [ - "sepolia-cl.firehose.pinax.network:443" - ], - "substreams": [ - "sepolia-cl.substreams.pinax.network:443" - ] - }, + "services": {}, "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://ethereum.org/en/developers/docs/consensus-mechanisms", - "genesis": { - "hash": "0xfb9b64fe445f76696407e1e3cc390371edff147bf712db86db6197d4b31ede43", - "height": 0 - }, "firehose": { "blockType": "sf.beacon.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-beacon", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0xab09edd9380f8451c3ff5c809821174a36dce606fea8b5ea35ea936915dbf889", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5629,43 +8467,42 @@ } }, { - "id": "holesky-cl", - "shortName": "Ethereum Beacon", - "secondName": "Holesky", - "fullName": "Ethereum Holesky Consensus Layer", + "id": "hoodi-cl", + "shortName": "Hoodi Beacon", + "fullName": "Ethereum Hoodi Consensus Layer", "aliases": [ - "holesky-beacon" + "hoodi-beacon" ], - "caip2Id": "beacon:17000", + "caip2Id": "beacon:560048", "explorerUrls": [], "rpcUrls": [], "apiUrls": [], - "networkType": "mainnet", + "networkType": "beacon", "relations": [ { "kind": "beaconOf", - "network": "holesky" + "network": "hoodi" } ], "services": { "firehose": [ - "holesky-cl.firehose.pinax.network:443" + "hoodi-cl.firehose.pinax.network:443" ], "substreams": [ - "holesky-cl.substreams.pinax.network:443" + "hoodi-cl.substreams.pinax.network:443" ] }, "issuanceRewards": false, "nativeToken": "ETH", "docsUrl": "https://ethereum.org/en/developers/docs/consensus-mechanisms", - "genesis": { - "hash": "0xab09edd9380f8451c3ff5c809821174a36dce606fea8b5ea35ea936915dbf889", - "height": 0 - }, "firehose": { "blockType": "sf.beacon.type.v1.Block", "bufUrl": "https://buf.build/pinax/firehose-beacon", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0x376450cd7fb9f05ade82a7f88565ac57af449ac696b1a6ac5cc7dac7d467b7d6", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5678,7 +8515,8 @@ "shortName": "Bitcoin", "fullName": "Bitcoin Mainnet", "aliases": [ - "bitcoin" + "bitcoin", + "btc-mainnet" ], "caip2Id": "bip122:000000000019d6689c085ae165831e93", "explorerUrls": [ @@ -5690,12 +8528,8 @@ "apiUrls": [], "networkType": "mainnet", "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "subgraphs": [], + "sps": [], "firehose": [ "bitcoin.firehose.pinax.network:443", "mainnet.btc.streamingfast.io:443" @@ -5708,14 +8542,14 @@ "issuanceRewards": false, "nativeToken": "BTC", "docsUrl": "https://developer.bitcoin.org", - "genesis": { - "hash": "0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", - "height": 0 - }, "firehose": { "blockType": "sf.bitcoin.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-bitcoin", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5751,14 +8585,14 @@ "issuanceRewards": false, "nativeToken": "LTC", "docsUrl": "https://litecoin.info/docs", - "genesis": { - "hash": "0x12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2", - "height": 0 - }, "firehose": { "blockType": "sf.bitcoin.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-bitcoin", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2", + "height": 0 + } }, "icon": { "web3Icons": { @@ -5782,7 +8616,8 @@ "apiUrls": [], "networkType": "mainnet", "graphNode": { - "protocol": "cosmos" + "protocol": "cosmos", + "deprecatedAt": "2025-04-23T00:00:00Z" }, "services": { "firehose": [ @@ -5795,14 +8630,14 @@ "issuanceRewards": false, "nativeToken": "INJ", "docsUrl": "https://docs.injective.network", - "genesis": { - "hash": "0x24c9714291a999b952859ee02ec9b233394fe743b07ea3578d432a4a2707b6af", - "height": 1 - }, "firehose": { "blockType": "sf.cosmos.type.v2.Block", "bufUrl": "https://buf.build/streamingfast/firehose-cosmos", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x24c9714291a999b952859ee02ec9b233394fe743b07ea3578d432a4a2707b6af", + "height": 1 + } }, "icon": { "web3Icons": { @@ -5825,7 +8660,8 @@ "apiUrls": [], "networkType": "testnet", "graphNode": { - "protocol": "cosmos" + "protocol": "cosmos", + "deprecatedAt": "2025-04-23T00:00:00Z" }, "relations": [ { @@ -5844,14 +8680,14 @@ "issuanceRewards": false, "nativeToken": "INJ", "docsUrl": "https://docs.injective.network", - "genesis": { - "hash": "0xa9effb99c7bc3ba8c18a487ffffd800c137bc2b2f47f73c350f3ca27077044a1", - "height": 37368800 - }, "firehose": { "blockType": "sf.cosmos.type.v2.Block", "bufUrl": "https://buf.build/streamingfast/firehose-cosmos", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x7d5eabf8f6b38dd6d0135d8e16b778fa5bc9eb47b9c733f6c9563727d75ff3a9", + "height": 73538100 + } }, "icon": { "web3Icons": { @@ -5877,7 +8713,8 @@ "apiUrls": [], "networkType": "mainnet", "graphNode": { - "protocol": "cosmos" + "protocol": "cosmos", + "deprecatedAt": "2025-04-23T00:00:00Z" }, "services": { "firehose": [ @@ -5890,14 +8727,19 @@ "issuanceRewards": false, "nativeToken": "OM", "docsUrl": "https://docs.mantrachain.io", - "genesis": { - "hash": "0x0d56d4b442c9628cb5679a04dbb8085920c64a4737fe50b8574c4d3a37ab2141", - "height": 1 - }, "firehose": { "blockType": "sf.cosmos.type.v2.Block", "bufUrl": "https://buf.build/streamingfast/firehose-cosmos", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x0d56d4b442c9628cb5679a04dbb8085920c64a4737fe50b8574c4d3a37ab2141", + "height": 1 + } + }, + "icon": { + "web3Icons": { + "name": "mantra" + } } }, { @@ -5924,7 +8766,8 @@ } ], "graphNode": { - "protocol": "cosmos" + "protocol": "cosmos", + "deprecatedAt": "2025-04-23T00:00:00Z" }, "services": { "firehose": [ @@ -5937,91 +8780,19 @@ "issuanceRewards": false, "nativeToken": "OM", "docsUrl": "https://docs.mantrachain.io", - "genesis": { - "hash": "0x2701f72ef3e2242e27244b2dfa895ad212fc07de71599a0af2fe2410d93bc7bb", - "height": 1 - }, "firehose": { "blockType": "sf.cosmos.type.v2.Block", "bufUrl": "https://buf.build/streamingfast/firehose-cosmos", - "bytesEncoding": "hex" - } - }, - { - "id": "vara-mainnet", - "shortName": "Vara", - "fullName": "Vara Mainnet", - "aliases": [ - "vara" - ], - "caip2Id": "gear:vara-mainnet", - "explorerUrls": [ - "https://vara.subscan.io" - ], - "rpcUrls": [], - "apiUrls": [ - { - "url": "https://vara.api.subscan.io/api", - "kind": "subscan" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xf4e9183911bbc59c472602cc83f06d8d335fc8f40c604a1a1adc0b7593403a84", + "height": 1 } - ], - "networkType": "mainnet", - "services": { - "firehose": [ - "mainnet.vara.streamingfast.io:443" - ], - "substreams": [ - "mainnet.vara.streamingfast.io:443" - ] - }, - "issuanceRewards": false, - "nativeToken": "VARA", - "docsUrl": "https://wiki.vara.network", - "genesis": { - "hash": "0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763", - "height": 0 }, - "firehose": { - "blockType": "sf.gear.type.v1.Block", - "bufUrl": "https://buf.build/streamingfast/firehose-gear", - "bytesEncoding": "hex" - } - }, - { - "id": "vara-testnet", - "shortName": "Vara", - "fullName": "Vara Testnet", - "aliases": [], - "caip2Id": "gear:vara-testnet", - "relations": [ - { - "kind": "testnetOf", - "network": "vara-mainnet" + "icon": { + "web3Icons": { + "name": "mantra" } - ], - "explorerUrls": [], - "rpcUrls": [], - "apiUrls": [], - "networkType": "testnet", - "services": { - "firehose": [ - "testnet.vara.streamingfast.io:443" - ], - "substreams": [ - "testnet.vara.streamingfast.io:443" - ] - }, - "issuanceRewards": false, - "nativeToken": "VARA", - "docsUrl": "https://wiki.vara.network", - "genesis": { - "hash": "0x525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6", - "height": 0 - }, - "firehose": { - "blockType": "sf.gear.type.v1.Block", - "bufUrl": "https://buf.build/streamingfast/firehose-gear", - "bytesEncoding": "hex" } }, { @@ -6047,9 +8818,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "near.firehose.pinax.network:443", "mainnet.near.streamingfast.io:443" @@ -6062,14 +8831,14 @@ "issuanceRewards": false, "nativeToken": "NEAR", "docsUrl": "https://docs.near.org", - "genesis": { - "hash": "0xc6fdf91c8e82f8f917cc1975e9de1c64be11899e321dfdf5febcfbb7313f1486", - "height": 9820210 - }, "firehose": { "blockType": "sf.near.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-near", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xc6fdf91c8e82f8f917cc1975e9de1c64be11899e321dfdf5febcfbb7313f1486", + "height": 9820210 + } }, "icon": { "web3Icons": { @@ -6104,9 +8873,7 @@ "subgraphs": [ "https://api.studio.thegraph.com/deploy" ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "sps": [], "firehose": [ "neartest.firehose.pinax.network:443" ], @@ -6117,14 +8884,14 @@ "issuanceRewards": false, "nativeToken": "NEAR", "docsUrl": "https://docs.near.org", - "genesis": { - "hash": "0xd784da5a9e5e66668516c19a8095448fc54a22a28971dc330f0099df94379410", - "height": 42376888 - }, "firehose": { "blockType": "sf.near.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-near", - "bytesEncoding": "hex" + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0xd784da5a9e5e66668516c19a8095448fc54a22a28971dc330f0099df94379410", + "height": 42376888 + } }, "icon": { "web3Icons": { @@ -6138,7 +8905,9 @@ "fullName": "Solana Mainnet", "aliases": [ "solana-mainnet", - "solana" + "solana", + "solana-beta", + "sol-mainnet" ], "caip2Id": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp", "explorerUrls": [ @@ -6151,12 +8920,8 @@ "apiUrls": [], "networkType": "mainnet", "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "subgraphs": [], + "sps": [], "firehose": [ "mainnet.sol.streamingfast.io:443", "solana.firehose.pinax.network:443" @@ -6164,19 +8929,67 @@ "substreams": [ "mainnet.sol.streamingfast.io:443", "solana.substreams.pinax.network:443" + ], + "tokenApi": [ + "https://token-api.thegraph.com" ] }, "issuanceRewards": false, "nativeToken": "SOL", "docsUrl": "https://solana.com/docs", - "genesis": { - "hash": "4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZAMdL4VZHirAn", - "height": 0 - }, "firehose": { "blockType": "sf.solana.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-solana", - "bytesEncoding": "base58" + "bytesEncoding": "base58", + "firstStreamableBlock": { + "id": "4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZAMdL4VZHirAn", + "height": 0 + } + }, + "tokenApi": { + "features": [ + "tokens", + "dexes" + ], + "networkId": "solana" + }, + "icon": { + "web3Icons": { + "name": "solana" + } + } + }, + { + "id": "solana-accounts", + "shortName": "Solana Accounts", + "fullName": "Solana Accounts", + "aliases": [ + "solana-accounts-mainnet" + ], + "caip2Id": "solana:Accounts", + "explorerUrls": [], + "rpcUrls": [], + "apiUrls": [], + "networkType": "mainnet", + "services": { + "subgraphs": [], + "sps": [], + "firehose": [], + "substreams": [ + "accounts.mainnet.sol.streamingfast.io:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "SOL", + "docsUrl": "https://www.streamingfast.io/solana-data-stream", + "firehose": { + "blockType": "sf.solana.type.v1.AccountBlock", + "bufUrl": "https://buf.build/streamingfast/firehose-solana", + "bytesEncoding": "base58", + "firstStreamableBlock": { + "id": "4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZAMdL4VZHirAn", + "height": 0 + } }, "icon": { "web3Icons": { @@ -6205,30 +9018,28 @@ } ], "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "subgraphs": [], + "sps": [], "firehose": [ - "devnet.sol.streamingfast.io:443" + "devnet.sol.streamingfast.io:443", + "soldev.firehose.pinax.network:443" ], "substreams": [ - "devnet.sol.streamingfast.io:443" + "devnet.sol.streamingfast.io:443", + "soldev.substreams.pinax.network:443" ] }, "issuanceRewards": false, "nativeToken": "SOL", "docsUrl": "https://solana.com/docs", - "genesis": { - "hash": "B2Ano6cfDxb1ce3WXVM3VmkVGj3NPGB5ag95S46S3cpE", - "height": 325312361 - }, "firehose": { "blockType": "sf.solana.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-solana", - "bytesEncoding": "base58" + "bytesEncoding": "base58", + "firstStreamableBlock": { + "id": "Cueq98fXZELX4qTJ7gvX2m2dmWiVMh6Mvsz87n6U8uF5", + "height": 391843999 + } }, "icon": { "web3Icons": { @@ -6236,6 +9047,58 @@ } } }, + { + "id": "bnb-svm", + "shortName": "svmBNB", + "fullName": "svmBNB Mainnet", + "aliases": [ + "bnb-svm-mainnet" + ], + "caip2Id": "solana:FRXwreefVunjoWykEhH42cxRMdyP2FuZ", + "explorerUrls": [ + "https://explorer.svmbnbmainnet.soo.network" + ], + "rpcUrls": [ + "https://rpc.svmbnbmainnet.soo.network/rpc" + ], + "apiUrls": [], + "networkType": "mainnet", + "relations": [ + { + "kind": "l2Of", + "network": "bsc" + }, + { + "kind": "svmOf", + "network": "bsc" + } + ], + "services": { + "firehose": [ + "svmbnb.firehose.pinax.network:443" + ], + "substreams": [ + "svmbnb.substreams.pinax.network:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "BNB", + "docsUrl": "https://docs.soo.network", + "firehose": { + "blockType": "sf.solana.type.v1.Block", + "bufUrl": "https://buf.build/streamingfast/firehose-solana", + "bytesEncoding": "base58", + "firstStreamableBlock": { + "id": "FRXwreefVunjoWykEhH42cxRMdyP2FuZFwqofmX1LRDx", + "height": 1 + } + }, + "icon": { + "web3Icons": { + "name": "binance-smart-chain" + } + } + }, { "id": "starknet-mainnet", "shortName": "Starknet", @@ -6258,24 +9121,19 @@ ], "rpcUrls": [ "https://starknet-mainnet.public.blastapi.io", - "https://starknet.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://starknet.rpc.service.pinax.network" ], "apiUrls": [], "networkType": "mainnet", "services": { - "subgraphs": [ - "https://api.studio.thegraph.com/deploy" - ], - "sps": [ - "https://api.studio.thegraph.com/deploy" - ], + "subgraphs": [], + "sps": [], "firehose": [ - "mainnet.starknet.streamingfast.io:443", "starknet.firehose.pinax.network:443" ], "substreams": [ - "mainnet.starknet.streamingfast.io:443", - "starknet.substreams.pinax.network:443" + "starknet.substreams.pinax.network:443", + "mainnet.starknet.streamingfast.io:443" ] }, "issuanceRewards": false, @@ -6287,14 +9145,14 @@ "description": "Archive Nodes 101" } ], - "genesis": { - "hash": "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943", - "height": 0 - }, "firehose": { "blockType": "sf.starknet.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-starknet", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0x47c3637b57c2b079b93c61539950c17e868a28f46cdef28f88521067f21e943", + "height": 0 + } }, "icon": { "web3Icons": { @@ -6329,35 +9187,171 @@ ], "rpcUrls": [ "https://starknet-sepolia.public.blastapi.io", - "https://starksepolia.rpc.pinax.network/v1/{PINAX_API_KEY}" + "https://starksepolia.rpc.service.pinax.network" ], "apiUrls": [], "networkType": "testnet", "services": { + "subgraphs": [], + "sps": [], "firehose": [ "starksepolia.firehose.pinax.network:443" ], "substreams": [ - "starksepolia.substreams.pinax.network:443" + "starksepolia.substreams.pinax.network:443", + "testnet.starknet.streamingfast.io:443" ] }, "issuanceRewards": false, "nativeToken": "STRK", "docsUrl": "https://docs.starknet.io", - "genesis": { - "hash": "0x5c627d4aeb51280058bed93c7889bce78114d63baad1be0f0aeb32496d5f19c", - "height": 0 - }, "firehose": { "blockType": "sf.starknet.type.v1.Block", "bufUrl": "https://buf.build/streamingfast/firehose-starknet", - "bytesEncoding": "0xhex" + "bytesEncoding": "0xhex", + "firstStreamableBlock": { + "id": "0x5c627d4aeb51280058bed93c7889bce78114d63baad1be0f0aeb32496d5f19c", + "height": 0 + } }, "icon": { "web3Icons": { "name": "starknet" } } + }, + { + "id": "stellar", + "shortName": "Stellar", + "fullName": "Stellar Mainnet", + "aliases": [ + "stellar-mainnet" + ], + "caip2Id": "stellar:pubnet", + "explorerUrls": [ + "https://stellarchain.io" + ], + "rpcUrls": [ + "https://horizon.stellar.org" + ], + "networkType": "mainnet", + "services": { + "subgraphs": [], + "sps": [], + "firehose": [ + "mainnet.stellar.streamingfast.io:443" + ], + "substreams": [ + "mainnet.stellar.streamingfast.io:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "XLM", + "docsUrl": "https://developers.stellar.org", + "firehose": { + "blockType": "sf.stellar.type.v1.Block", + "bufUrl": "https://buf.build/streamingfast/firehose-stellar", + "bytesEncoding": "base64", + "firstStreamableBlock": { + "id": "0x84e2b18c296badee2a6c30347911f2b5a4323e1ecb3c8986235e1fdc322dadbe", + "height": 55411000 + } + }, + "icon": { + "web3Icons": { + "name": "stellar" + } + } + }, + { + "id": "stellar-testnet", + "shortName": "Stellar", + "fullName": "Stellar Testnet", + "aliases": [ + "stellar-soroban" + ], + "caip2Id": "stellar:testnet", + "explorerUrls": [ + "https://testnet.stellarchain.io" + ], + "rpcUrls": [], + "networkType": "testnet", + "relations": [ + { + "kind": "testnetOf", + "network": "stellar" + } + ], + "services": { + "firehose": [ + "testnet.stellar.streamingfast.io:443" + ], + "substreams": [ + "testnet.stellar.streamingfast.io:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "XLM", + "docsUrl": "https://developers.stellar.org", + "firehose": { + "blockType": "sf.stellar.type.v1.Block", + "bufUrl": "https://buf.build/streamingfast/firehose-stellar", + "bytesEncoding": "base64", + "firstStreamableBlock": { + "id": "0x74ec355ea2c6b68e81f726c2b6a006772ff228749b17f85d87228e494ea3ca78", + "height": 255 + } + }, + "icon": { + "web3Icons": { + "name": "stellar" + } + } + }, + { + "id": "tron", + "shortName": "TRON", + "fullName": "TRON Mainnet", + "aliases": [ + "tron-mainnet" + ], + "caip2Id": "tron:mainnet", + "explorerUrls": [ + "https://tronscan.org" + ], + "rpcUrls": [ + "https://api.trongrid.io/jsonrpc", + "https://tron.drpc.org" + ], + "apiUrls": [], + "networkType": "mainnet", + "services": { + "subgraphs": [], + "sps": [], + "firehose": [ + "mainnet.tron.streamingfast.io:443" + ], + "substreams": [ + "mainnet.tron.streamingfast.io:443" + ] + }, + "issuanceRewards": false, + "nativeToken": "TRX", + "docsUrl": "https://developers.tron.network", + "firehose": { + "blockType": "sf.tron.type.v1.Block", + "bufUrl": "https://buf.build/streamingfast/firehose-tron", + "bytesEncoding": "hex", + "firstStreamableBlock": { + "id": "0x00000000000000010ff5414c5cfbe9eae982e8cef7eb2399a39118e1206c8247", + "height": 1 + } + }, + "icon": { + "web3Icons": { + "name": "tron" + } + } } ] } diff --git a/packages/cli/package.json b/packages/cli/package.json index 5f576174f..54422a602 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -41,7 +41,7 @@ "@oclif/plugin-autocomplete": "^3.2.11", "@oclif/plugin-not-found": "^3.2.29", "@oclif/plugin-warn-if-update-available": "^3.1.24", - "@pinax/graph-networks-registry": "^0.6.5", + "@pinax/graph-networks-registry": "^0.7.0", "@whatwg-node/fetch": "^0.10.1", "assemblyscript": "0.19.23", "chokidar": "4.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49c35dc2e..37d057a04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -252,8 +252,8 @@ importers: specifier: ^3.1.24 version: 3.1.49 '@pinax/graph-networks-registry': - specifier: ^0.6.5 - version: 0.6.7 + specifier: ^0.7.0 + version: 0.7.1 '@whatwg-node/fetch': specifier: ^0.10.1 version: 0.10.11 @@ -2677,8 +2677,8 @@ packages: resolution: {integrity: sha512-BRs5XUAwiyCDQMsVA9IDvDa7UBR9gAvPHgugOeGng3YN6vJ9JYonyDc0lNczErgtCWtucjR5N7VtaonboD/ezg==} engines: {node: '>=10.12.0'} - '@pinax/graph-networks-registry@0.6.7': - resolution: {integrity: sha512-xogeCEZ50XRMxpBwE3TZjJ8RCO8Guv39gDRrrKtlpDEDEMLm0MzD3A0SQObgj7aF7qTZNRTWzsuvQdxgzw25wQ==} + '@pinax/graph-networks-registry@0.7.1': + resolution: {integrity: sha512-Gn2kXRiEd5COAaMY/aDCRO0V+zfb1uQKCu5HFPoWka+EsZW27AlTINA7JctYYYEMuCbjMia5FBOzskjgEvj6LA==} '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} @@ -13958,7 +13958,7 @@ snapshots: tslib: 2.8.1 webcrypto-core: 1.8.1 - '@pinax/graph-networks-registry@0.6.7': {} + '@pinax/graph-networks-registry@0.7.1': {} '@pkgjs/parseargs@0.11.0': optional: true @@ -20759,7 +20759,7 @@ snapshots: miller-rabin@4.0.1: dependencies: - bn.js: 4.12.1 + bn.js: 4.12.2 brorand: 1.1.0 mime-db@1.52.0: {}