8.0
Network...
EVM Networks

Polygon

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.

Polygon Mainnet

Explorer: Polygonscan

datasourcestatusURLs
evm.subsquid🟢 workshttps://v2.archive.subsquid.io/network/polygon-mainnet
abi.etherscan🟢 workshttps://api.polygonscan.com/api
evm.node🟢 workshttps://polygon-mainnet.g.alchemy.com/v2
wss://polygon-mainnet.g.alchemy.com/v2

Polygon Mumbai

Explorer: Polygonscan

datasourcestatusURLs
evm.subsquid🤔 not testedhttps://v2.archive.subsquid.io/network/polygon-mumbai
abi.etherscan🤔 not testedhttps://api-testnet.polygonscan.com/api
evm.node🤔 not tested

Polygon Amoy Testnet

datasourcestatusURLs
evm.subsquid🤔 not testedhttps://v2.archive.subsquid.io/network/polygon-amoy-testnet
abi.etherscan🤔 not tested
evm.node🤔 not tested

Polygon zkEVM Mainnet

Explorer: Polygonscan

datasourcestatusURLs
evm.subsquid🟢 workshttps://v2.archive.subsquid.io/network/polygon-zkevm-mainnet
abi.etherscan🟢 workshttps://api-zkevm.polygonscan.com/api
evm.node🟡 HTTP onlyhttps://polygonzkevm-mainnet.g.alchemy.com/v2

Polygon zkEVM Testnet

Explorer: Polygonscan

datasourcestatusURLs
evm.subsquid🟢 workshttps://v2.archive.subsquid.io/network/polygon-zkevm-testnet
abi.etherscan🟢 workshttps://api-testnet-zkevm.polygonscan.com/api (🔴 404)
evm.node🤔 not tested

Polygon zkEVM Cardona Testnet

datasourcestatusURLs
evm.subsquid🤔 not testedhttps://v2.archive.subsquid.io/network/polygon-zkevm-cardona-testnet
abi.etherscan🤔 not tested
evm.node🤔 not tested
Help and tips -> Join our Discord
Ideas or suggestions -> Issue Tracker
GraphQL IDE -> Open Playground