Skip to main content
Version: v3.3

Supported Networks

The default flag is --chain=mainnet, which enables Erigon to operate on the Ethereum mainnet. Utilize the flag --chain=<tag> to synchronize with one of the supported networks. For example, to synchronize Holesky, one of the Ethereum testnets, use:

./build/bin/erigon --chain=hoodi

Mainnets

ChainTagChainId
Ethereummainnet1
Polygon*bor-mainnet137
Gnosisgnosis100

Testnets

Ethereum testnets

ChainTagChainId
Sepoliasepolia11155111
Hoodihoodi560048

Polygon testnets

ChainTagChainId
Amoy*amoy80002

Gnosis Chain Testnets

ChainTagChainId
Chiadochiado10200
warning

* The final release series of Erigon that officially supports Polygon is 3.1.*. For the software supported by Polygon, please refer to the link: https://github.com/0xPolygon/erigon/releases.