๐ Supported Networks
Sentio allows users to work with different chains through different APIs. Currently, we support the following types of chains:
- EVM Chains: in production stage, see coinbase for an example.
- Aptos: in production stage, see pancake for an example.
- SUI: in production stage, see cetus for an example.
- IOTA: in production stage
- Fuel: in beta stage, see fuel-assets for an example.
- Starknet: in alpha stage.
- Bitcoin: in alpha stage, see here for an example.
- Solana: in alpha stage, see here for an example.
You can also mix different chains in one project, example here.
Supported networks and their features are listed below. If you want other chains supported, you could either:
- Contact us to add the chain support
- Bring your own RPC to add support by yourself
We only include mainnet in the list. The most complete supported chain list can be found at the status page.
EVM Chains
| Chain | ID | Slug | Events | Archive RPCs | Traces | Debugger |
|---|---|---|---|---|---|---|
| Abstract | 2741 | abstract | โ | โ | ||
| Arbitrum | 42161 | arbitrum-one | โ | โ | โ | |
| Arc Testnet | 5042002 | arc-testnet | โ | โ | ||
| Astar | 592 | astar | โ | โ | โ | โ |
| Aurora | 1313161554 | aurora | โ | โ | ||
| Avalanche | 43114 | avalanche | โ | โ | โ | |
| B2 Mainnet | 223 | b2-mainnet | โ | โ | ||
| Base | 8453 | base | โ | โ | โ | |
| Berachain | 80094 | berachain | โ | โ | ||
| BEVM | 11501 | bevm | โ | โ | ||
| Binance Smart Chain | 56 | bsc | โ | โ | โ | |
| Bitlayer Mainnet | 200901 | bitlayer | โ | โ | ||
| Blast Mainnet | 81457 | blast-mainnet | โ | โ | โ | |
| Bob Mainnet | 60808 | bob | โ | โ | ||
| Chiliz | 88888 | chiliz | โ | โ | ||
| Conflux eSpace | 1030 | conflux-espace | โ | โ | ||
| Core | 1116 | core-mainnet | โ | โ | ||
| Corn Maizenet | 21000000 | corn-maizenet | โ | โ | ||
| Cronos Mainnet | 25 | cronos | โ | โ | ||
| Cronos zkEVM | 388 | cronos-zkevm | โ | โ | ||
| Derive Mainnet | 957 | derive-mainnet | โ | โ | ||
| Ethereum | 1 | mainnet | โ | โ | โ | โ |
| Etherlink | 42793 | etherlink | โ | โ | ||
| Fraxtal Mainnet | 252 | frax-mainnet | โ | โ | ||
| Goat Network | 2345 | goat | โ | โ | ||
| Hemi | 43111 | hemi | โ | โ | ||
| HyperEVM | 999 | hyperevm | โ | โ | ||
| Karak Mainnet | 2410 | karak-mainnet | โ | โ | ||
| Katana Mainnet | 747474 | katana | โ | โ | ||
| KCC Mainnet | 321 | kucoin | โ | โ | ||
| Linea | 59144 | linea | โ | โ | โ | โ |
| Manta Pacific | 169 | manta-pacific-mainnet | โ | โ | ||
| Mantle | 5000 | mantle | โ | โ | ||
| Merlin Mainnet | 4200 | merlin | โ | โ | ||
| Metis | 1088 | metis | โ | โ | ||
| MEV Commit | 57173 | mev-commit | โ | โ | ||
| Mode Mainnet | 34443 | mode-mainnet | โ | โ | ||
| Monad Mainnet | 143 | monad-mainnet | โ | โ | ||
| Moonbeam | 1284 | moonbeam | โ | โ | โ | โ |
| opBNB Mainnet | 204 | opbnb | โ | โ | ||
| Optimism Mainnet | 10 | optimism | โ | โ | ||
| Plasma Mainnet | 9745 | plasma-mainnet | โ | โ | ||
| Polygon | 137 | matic | โ | โ | โ | โ |
| Polygon zkEVM | 1101 | polygon-zkevm | โ | โ | ||
| Scroll | 534352 | scroll | โ | โ | โ | |
| Sei Mainnet | 1329 | sei | โ | โ | ||
| Soneium Mainnet | 1868 | soneium-mainnet | โ | โ | โ | โ |
| Sonic Mainnet | 146 | sonic-mainnet | โ | โ | โ | โ |
| Stable Mainnet | 988 | stable-mainnet | โ | โ | ||
| Swell Mainnet | 1923 | swell-mainnet | โ | โ | ||
| TAC Testnet | 2390 | tac-testnet | โ | โ | ||
| Taiko Mainnet | 167000 | taiko | โ | โ | ||
| Unichain | 130 | unichain-mainnet | โ | โ | ||
| X Layer Mainnet | 196 | xlayer-mainnet | โ | โ | โ | |
| Zircuit Mainnet | 48900 | zircuit | โ | โ | ||
| zkLink Nova | 810180 | zklink-nova | โ | โ | ||
| zkSync Era | 324 | zksync-era | โ | โ |
More on EVM
Move Chains
| Chain | Txn | Event | Entry Func | Archive RPCs | Account | Debugger |
|---|---|---|---|---|---|---|
| Aptos | โ | โ | โ | โ | โ | โ |
| Aptos Testnet | โ | โ | โ | |||
| SUI | โ | โ | โ | โ | โ | โ |
| SUI Testnet | โ | โ | โ | |||
| Move Testnet | โ | โ | โ | โ | โ |
Fuel
| Chain | Stage | Log Handle | Call Handle | Transfer Handle |
|---|---|---|---|---|
| Fuel Mainnet | Beta | โ | โ | โ |
| Fuel Testnet | Beta | โ | โ | โ |
More on Fuel
Starknet
| Chain | Stage | Events | Archive RPCs |
|---|---|---|---|
| Starknet | Beta | โ | โ |
More on starknet
Solana
| Chain | Stage | Transaction Handle | Instruction Handle |
|---|---|---|---|
| Solana | Alpha | โ | โ |
More on Solana
Examples
To quickly create a single chain processor or subgraph, you can use the following command.
Abstract
Chain ID: 2741, chain slug: abstract.
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 <project name> --chain-type eth --chain-id 2741
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 2741
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Arbitrum
Chain ID: 42161, chain slug: arbitrum-one.
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 <project name> --chain-type eth --chain-id 42161
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 42161
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Arc
Chain ID: 5042002, chain slug: arc-testnet.
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 <project name> --chain-type eth --chain-id 5042002
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 5042002
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Astar
Chain ID: 592, chain slug: 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 <project name> --chain-type eth --chain-id 592
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 592
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Aurora
Chain ID: 1313161554, chain slug: 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 <project name> --chain-type eth --chain-id 1313161554
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1313161554
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Avalanche
Chain ID: 43114, chain slug: 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 <project name> --chain-type eth --chain-id 43114
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 43114
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>B2
Chain ID: 223, chain slug: b2-mainnet.
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 <project name> --chain-type eth --chain-id 223
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 223
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Base
Chain ID: 8453, chain slug: 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 <project name> --chain-type eth --chain-id 8453
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 8453
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 84532, slug base-sepolia with limited capabilities.
Berachain
Chain ID: 80094, chain slug: berachain.
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 <project name> --chain-type eth --chain-id 80094
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 80094
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>BEVM
Chain ID: 11501, chain slug: 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 <project name> --chain-type eth --chain-id 11501
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 11501
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Binance Smart Chain
Chain ID: 56, chain slug: bsc.
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 <project name> --chain-type eth --chain-id 56
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 56
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 97, slug bsc-testnet with limited capabilities.
Bitlayer
Chain ID: 200901, chain slug: 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 <project name> --chain-type eth --chain-id 200901
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 200901
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Blast
Chain ID: 81457, chain slug: blast-mainnet.
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 <project name> --chain-type eth --chain-id 81457
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 81457
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 168587773, slug blast-testnet with limited capabilities.
Bob
Chain ID: 60808, chain slug: 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 <project name> --chain-type eth --chain-id 60808
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 60808
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Chiliz
Chain ID: 88888, chain slug: 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 <project name> --chain-type eth --chain-id 88888
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 88888
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Conflux eSpace
Chain ID: 1030, chain slug: 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 <project name> --chain-type eth --chain-id 1030
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1030
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Core
Chain ID: 1116, chain slug: core-mainnet.
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 <project name> --chain-type eth --chain-id 1116
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1116
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Corn
Chain ID: 21000000, chain slug: corn-maizenet.
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 <project name> --chain-type eth --chain-id 21000000
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 21000000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Cronos
Chain ID: 25, chain slug: 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 <project name> --chain-type eth --chain-id 25
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 25
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 338, slug cronos-testnet .
Cronos zkEVM
Chain ID: 388, chain slug: 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 <project name> --chain-type eth --chain-id 388
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 388
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Derive
Chain ID: 957, chain slug: derive-mainnet.
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 <project name> --chain-type eth --chain-id 957
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 957
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Ethereum
Chain ID: 1, chain slug: mainnet.
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 <project name> --chain-type eth --chain-id 1
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnets are available at chain ID: 17000, 560048, 11155111, slug holesky, hoodi, sepolia with limited capabilities.
Etherlink
Chain ID: 42793, chain slug: etherlink.
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 <project name> --chain-type eth --chain-id 42793
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 42793
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Fraxtal
Chain ID: 252, chain slug: frax-mainnet.
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 <project name> --chain-type eth --chain-id 252
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 252
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Goat Network
Chain ID: 2345, chain slug: goat.
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 <project name> --chain-type eth --chain-id 2345
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 2345
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Hemi
Chain ID: 43111, chain slug: hemi.
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 <project name> --chain-type eth --chain-id 43111
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 43111
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>HyperEVM
Chain ID: 999, chain slug: hyperevm.
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 <project name> --chain-type eth --chain-id 999
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 999
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Karak
Chain ID: 2410, chain slug: karak-mainnet.
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 <project name> --chain-type eth --chain-id 2410
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 2410
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Katana
Chain ID: 747474, chain slug: katana.
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 <project name> --chain-type eth --chain-id 747474
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 747474
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>KCC
Chain ID: 321, chain slug: kucoin.
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 <project name> --chain-type eth --chain-id 321
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 321
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Linea
Chain ID: 59144, chain slug: 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 <project name> --chain-type eth --chain-id 59144
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 59144
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Manta Pacific
Chain ID: 169, chain slug: manta-pacific-mainnet.
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 <project name> --chain-type eth --chain-id 169
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 169
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Mantle
Chain ID: 5000, chain slug: 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 <project name> --chain-type eth --chain-id 5000
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 5000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Merlin
Chain ID: 4200, chain slug: 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 <project name> --chain-type eth --chain-id 4200
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 4200
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Metis
Chain ID: 1088, chain slug: 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 <project name> --chain-type eth --chain-id 1088
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1088
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>MEV Commit
Chain ID: 57173, chain slug: mev-commit.
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 <project name> --chain-type eth --chain-id 57173
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 57173
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Mode
Chain ID: 34443, chain slug: mode-mainnet.
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 <project name> --chain-type eth --chain-id 34443
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 34443
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Monad
Chain ID: 143, chain slug: monad-mainnet.
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 <project name> --chain-type eth --chain-id 143
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 143
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 10143, slug monad-testnet .
Moonbeam
Chain ID: 1284, chain slug: 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 <project name> --chain-type eth --chain-id 1284
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1284
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>opBNB
Chain ID: 204, chain slug: 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 <project name> --chain-type eth --chain-id 204
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 204
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Optimism
Chain ID: 10, chain slug: 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 <project name> --chain-type eth --chain-id 10
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 10
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Plasma
Chain ID: 9745, chain slug: plasma-mainnet.
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 <project name> --chain-type eth --chain-id 9745
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 9745
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 9746, slug plasma-testnet .
Polygon
Chain ID: 137, chain slug: matic.
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 <project name> --chain-type eth --chain-id 137
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 137
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Polygon zkEVM
Chain ID: 1101, chain slug: 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 <project name> --chain-type eth --chain-id 1101
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1101
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Scroll
Chain ID: 534352, chain slug: 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 <project name> --chain-type eth --chain-id 534352
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 534352
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Sei
Chain ID: 1329, chain slug: 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 <project name> --chain-type eth --chain-id 1329
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1329
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Soneium
Chain ID: 1868, chain slug: soneium-mainnet.
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 <project name> --chain-type eth --chain-id 1868
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1868
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 1946, slug soneium-minato with limited capabilities.
Sonic
Chain ID: 146, chain slug: sonic-mainnet.
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 <project name> --chain-type eth --chain-id 146
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 146
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 14601, slug sonic-testnet with limited capabilities.
Stable
Chain ID: 988, chain slug: stable-mainnet.
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 <project name> --chain-type eth --chain-id 988
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 988
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 2201, slug stable-testnet .
Swell
Chain ID: 1923, chain slug: swell-mainnet.
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 <project name> --chain-type eth --chain-id 1923
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 1923
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 1924, slug swell-testnet .
TAC
Currently support is for testnet only.
Chain ID: 2390, chain slug: tac-testnet.
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 <project name> --chain-type eth --chain-id 2390
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 2390
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Taiko
Chain ID: 167000, chain slug: 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 <project name> --chain-type eth --chain-id 167000
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 167000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Unichain
Chain ID: 130, chain slug: unichain-mainnet.
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 <project name> --chain-type eth --chain-id 130
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 130
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 1301, slug unichain-sepolia .
X Layer
Chain ID: 196, chain slug: xlayer-mainnet.
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 <project name> --chain-type eth --chain-id 196
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 196
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 195, slug xlayer-sepolia with limited capabilities.
Zircuit
Chain ID: 48900, chain slug: 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 <project name> --chain-type eth --chain-id 48900
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 48900
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>๏ธ Testnet is available at chain ID: 48898, slug zircuit-garfield-testnet .
zkLink Nova
Chain ID: 810180, chain slug: 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 <project name> --chain-type eth --chain-id 810180
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 810180
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>zkSync Era
Chain ID: 324, chain slug: 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 <project name> --chain-type eth --chain-id 324
...
npx @sentio/cli@latest uploadCreate and deploy an example Subgraph
npx @sentio/cli@latest graph create <project name> --chain-id 324
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>Updated 6 days ago