đ Supported Networks
The supported network and its status are listed below, we are actively supporting more networks, let us know via
[email protected]
about your use case to help us prioritize network support.
We only include mainnet in the list. The most complete supported chain list could be found at
the status page.
EVM Chains
Chain | ID | Slug | Events | Archive RPCs | Traces | Debugger | Data Staleness |
---|---|---|---|---|---|---|---|
Arbitrum | 42161 | arbitrum-one | â | â | â | Real-time | |
Astar | 592 | astar | â | â | â | â | Real-time |
Astar zkEVM | 3776 | astar-zkevm | â | â | Real-time | ||
Aurora | 1313161554 | aurora | â | â | Real-time | ||
Avalanche | 43114 | avalanche | â | â | â | Real-time | |
B2 Mainnet | 223 | b2-mainnet | â | â | Real-time | ||
Base | 8453 | base | â | â | â | Real-time | |
BEVM | 11501 | bevm | â | â | Real-time | ||
Binance | 56 | bsc | â | â | â | Real-time | |
Bitlayer Mainnet | 200901 | bitlayer | â | â | Real-time | ||
Blast Mainnet | 81457 | blast-mainnet | â | â | â | Real-time | |
Blast Mainnet | 168587773 | blast-testnet | â | â | Real-time | ||
Bob Mainnet | 60808 | bob | â | â | Real-time | ||
Chiliz | 88888 | chiliz | â | â | Real-time | ||
Conflux eSpace | 1030 | conflux-espace | â | â | Real-time | ||
Corn Maizenet | 21000000 | corn-maizenet | â | â | Real-time | ||
Cronos Mainnet | 25 | cronos | â | â | Real-time | ||
Cronos zkEVM | 388 | cronos-zkevm | â | â | Real-time | ||
Derive Mainnet | 957 | derive-mainnet | â | â | Real-time | ||
Ethereum | 1 | mainnet | â | â | â | â | Real-time |
Fantom Opera | 250 | fantom | â | â | Real-time | ||
Fraxtal Mainnet | 252 | frax-mainnet | â | â | Real-time | ||
Holesky | 17000 | holesky | â | â | Real-time | ||
Karak Mainnet | 2410 | karak-mainnet | â | â | Real-time | ||
KCC Mainnet | 321 | kucoin | â | â | Real-time | ||
Linea | 59144 | linea | â | â | â | â | Real-time |
Manta Pacific | 169 | manta-pacific-mainnet | â | â | Real-time | ||
Mantle | 5000 | mantle | â | â | Real-time | ||
Merlin Mainnet | 4200 | merlin | â | â | Real-time | ||
Metis | 1088 | metis | â | â | Real-time | ||
Mode Mainnet | 34443 | mode-mainnet | â | â | Real-time | ||
Moonbeam | 1284 | moonbeam | â | â | â | â | Real-time |
opBNB Mainnet | 204 | opbnb | â | â | Real-time | ||
Optimism Mainnet | 10 | optimism | â | â | Real-time | ||
Polygon | 137 | matic | â | â | â | â | Real-time |
Polygon zkEVM | 1101 | polygon-zkevm | â | â | Real-time | ||
Scroll | 534352 | scroll | â | â | â | Real-time | |
Sei Mainnet | 1329 | sei | â | â | Real-time | ||
Sepolia | 11155111 | sepolia | â | â | Real-time | ||
Soneium Mainnet | 1868 | soneium-mainnet | â | â | Real-time | ||
Sonic Mainnet | 146 | sonic-mainnet | â | â | Real-time | ||
Swell Mainnet | 1923 | swell-mainnet | â | â | Real-time | ||
TAC Testnet | 2390 | tac-testnet | â | â | Real-time | ||
Taiko Mainnet | 167000 | taiko | â | â | Real-time | ||
Unichain Sepolia | 1301 | unichain-sepolia | â | â | Real-time | ||
X Layer Mainnet | 196 | xlayer-mainnet | â | â | â | Real-time | |
Zircuit Mainnet | 48900 | zircuit | â | â | Real-time | ||
zkLink Nova | 810180 | zklink-nova | â | â | Real-time | ||
zkSync Era | 324 | zksync-era | â | â | Real-time |
More on EVM
Move Chains
Chain | Txn | Event | Entry Func | Archive RPCs | Account | Debugger | Data staleness |
---|---|---|---|---|---|---|---|
Aptos | â | â | â | â | â | â | Real-time |
Aptos Testnet | â | â | â | Real-time | |||
SUI | â | â | â | â | â | â | Real-time |
SUI Testnet | â | â | â | Real-time | |||
Move Testnet | â | â | â | â | â | Real-time |
Fuel
Chain | Stage | Log Handle | Call Handle | Transfer Handle | Data staleness |
---|---|---|---|---|---|
Fuel Mainnet | Beta | â | â | â | Real-time |
Fuel Testnet | Beta | â | â | â | Real-time |
More on Fuel
Starknet
Chain | Stage | Events | Archive RPCs | Data Staleness |
---|---|---|---|---|
Starknet | Beta | â | â | Real-time |
More on starknet
Solana
Chain | Stage | Transaction Handle | Instruction Handle |
---|---|---|---|
Solana | Alpha | â | â |
More on Solana
Examples
To quickly create single chain processor or subgraph, you can use the following command.
Arbitrum
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 42161
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 42161
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Astar
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 592
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 592
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Astar zkEVM
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 3776
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 3776
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Aurora
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1313161554
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1313161554
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Avalanche
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 43114
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 43114
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
B2
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 223
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 223
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Base
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 8453
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 8453
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
BEVM
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 11501
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 11501
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Binance
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 56
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 56
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Bitlayer
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 200901
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 200901
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Blast
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 81457
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 81457
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 168587773 with limited capabilities.
Blast
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 168587773
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 168587773
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Bob
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 60808
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 60808
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Chiliz
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 88888
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 88888
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Conflux eSpace
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1030
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1030
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Corn
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 21000000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 21000000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Cronos
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 25
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 25
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 338.
Cronos zkEVM
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 388
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 388
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Derive
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 957
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 957
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Ethereum
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnets are available at chain id: 17000, 11155111 with limited capabilities.
Fantom Opera
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 250
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 250
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Fraxtal
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 252
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 252
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Holesky
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 17000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 17000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Karak
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 2410
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 2410
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
KCC
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 321
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 321
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Linea
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 59144
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 59144
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Manta Pacific
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 169
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 169
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Mantle
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 5000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 5000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Merlin
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 4200
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 4200
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Metis
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1088
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1088
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Mode
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 34443
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 34443
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Moonbeam
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1284
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1284
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
opBNB
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 204
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 204
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Optimism
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 10
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 10
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Polygon
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 137
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 137
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Polygon zkEVM
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1101
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1101
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Scroll
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 534352
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 534352
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Sei
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1329
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1329
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Sepolia
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 11155111
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 11155111
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Soneium
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1868
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1868
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 1946.
Sonic
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 146
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 146
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 57054.
Swell
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1923
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1923
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 1924.
TAC
Currently support is for testnet only.
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 2390
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 2390
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Taiko
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 167000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 167000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 167008.
Unichain Sepolia
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1301
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1301
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
X Layer
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 196
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 196
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 195 with limited capabilities.
Zircuit
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 48900
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 48900
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
ī¸ Testnet is available at chain id: 48899.
zkLink Nova
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 810180
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 810180
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
zkSync Era
Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.
Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 324
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 324
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>
Updated 4 days ago