Table of Contents
Arbitrum
Getting started
DipDup works with any EVM-compatible network as long as there are Subsquid and/or archive nodes available! Here's how to get started with your favorite network:
- Follow the EVM quickstart guide. Choose a template from the "EVM-compatible" section and follow the instructions.
- Update the
datasources
config section with URLs from the table below. Modify the file or better use environment variables. - Update the
contracts
config section. If you want to run the demo project as is, just replace the ERC-20 contract address with the one from your network.
That's it! You can now run the indexer with dipdup run
.
Endpoints and status
Warning
We do not recommend any specific node provider. Providers mentioned below were tested with DipDup on a free tier and listed for informational purposes only.See also: RPC endpoints and providers | Arbitrum Docs
Arbitrum One
Explorer: Arbiscan
datasource | status | URLs |
---|---|---|
evm.subsquid | 🟢 works | https://v2.archive.subsquid.io/network/arbitrum-one |
abi.etherscan | 🟢 works | https://api.arbiscan.io/api |
evm.node | 🟢 works | https://arb-mainnet.g.alchemy.com/v2 wss://arb-mainnet.g.alchemy.com/v2 |
Arbitrum Goerli
datasource | status | URLs |
---|---|---|
evm.subsquid | ⚰️ deprecated | https://v2.archive.subsquid.io/network/arbitrum-goerli |
abi.etherscan | ⚰️ deprecated | |
evm.node | ⚰️ deprecated |
Arbitrum Nova
Explorer: Arbiscan
datasource | status | URLs |
---|---|---|
evm.subsquid | 🟢 works | https://v2.archive.subsquid.io/network/arbitrum-nova |
abi.etherscan | 🟢 works | https://api-nova.arbiscan.io/api |
evm.node | 🤔 WS not tested | https://nova.arbitrum.io/rpc |
Arbitrum Sepolia
Explorer: Arbiscan
datasource | status | URLs |
---|---|---|
evm.subsquid | 🟢 works | https://v2.archive.subsquid.io/network/arbitrum-sepolia |
abi.etherscan | 🟢 works | https://api-sepolia.arbiscan.io/api |
evm.node | 🟢 works | https://arb-sepolia.g.alchemy.com/v2 wss://arb-sepolia.g.alchemy.com/v2 |
Help and tips -> Join our Discord
Ideas or suggestions -> Issue Tracker
GraphQL IDE -> Open Playground