pg_dumps of our AtomicAssets-API (ECA) Postgres. Restore one with pg_restore to run an indexer without re-syncing.
Chain snapshots are nodeos state snapshots. Boot a node with nodeos --snapshot instead of replaying from genesis.
Each artifact lists its size, date and sha256; downloads come straight from object storage and support resume.
echo "dd30b245b260e03dfd9f34bca678bebc5b83b41ab415b3096fdac79f294156d0 eca_wax_mainnet.dir.tar" | sha256sum -c
tar xf eca_wax_mainnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_wax_mainnet eca_wax_mainnet.dir
echo "e15ac55121b8869d11a69ca8ec48aea31e6c4e3f804cb8e1405ad983f3c5400d snapshot-20260813T095633Z-450254510.bin.zst" | sha256sum -c
zstd -d snapshot-20260813T095633Z-450254510.bin.zst nodeos --snapshot snapshot-20260813T095633Z-450254510.bin --data-dir ./data --config-dir ./config
echo "31c667d9763b096071c10679aa105246d0224da61c000e4318116ebc5e870a45 eca_eos_mainnet.dir.tar" | sha256sum -c
tar xf eca_eos_mainnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_eos_mainnet eca_eos_mainnet.dir
echo "74cbc38bdb1f9baf1797bcaf2f9334f2c91155256fcb7efdc9f85cd17493f1b8 snapshot-20260813T100924Z-514610056.bin.zst" | sha256sum -c
zstd -d snapshot-20260813T100924Z-514610056.bin.zst nodeos --snapshot snapshot-20260813T100924Z-514610056.bin --data-dir ./data --config-dir ./config
echo "ec1d709ebfb22baf472aa4efcd96e028e1d19163d10b6b3762104799b87c0306 eca_proton_mainnet.dir.tar" | sha256sum -c
tar xf eca_proton_mainnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_proton_mainnet eca_proton_mainnet.dir
echo "8b3ef7699b5a68a8a7ff97dbbb5ff5afdcb62b4846cf9cbecfcf3a6e612fa9e5 snapshot-20260813T080259Z-397838999.bin.zst" | sha256sum -c
zstd -d snapshot-20260813T080259Z-397838999.bin.zst nodeos --snapshot snapshot-20260813T080259Z-397838999.bin --data-dir ./data --config-dir ./config
echo "24d81f874b016b6a6776faaf0904659c9a83251c79b83da3ad98bf7bd154fbe0 eca_wax_testnet.dir.tar" | sha256sum -c
tar xf eca_wax_testnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_wax_testnet eca_wax_testnet.dir
echo "f07e59607e77bdc20df53aa73065155383544dd8b10999c11eb6ed0abddcccbf eca_wax_testnet.dir.tar" | sha256sum -c
tar xf eca_wax_testnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_wax_testnet eca_wax_testnet.dir
echo "765b170890196c4738e614ca85db900b26d787723094cb14ad59791b0e3a4295 snapshot-20260813T120120Z-421381731.bin.zst" | sha256sum -c
zstd -d snapshot-20260813T120120Z-421381731.bin.zst nodeos --snapshot snapshot-20260813T120120Z-421381731.bin --data-dir ./data --config-dir ./config
echo "4b546c0946d080087b5c40cacb81d677a4c675e598116eaaf8ad31d51dc76d9d eca_proton_testnet.dir.tar" | sha256sum -c
tar xf eca_proton_testnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_proton_testnet eca_proton_testnet.dir
echo "df7a288fdf0a0de7d8ce2e29635f144b58b4ba2753e9e88dd46ab2d1be35c74c snapshot-20260813T110254Z-400328145.bin.zst" | sha256sum -c
zstd -d snapshot-20260813T110254Z-400328145.bin.zst nodeos --snapshot snapshot-20260813T110254Z-400328145.bin --data-dir ./data --config-dir ./config
echo "1317f57eb572691229f93706a5d6c5eae5fc071886e33c12ac85ca95dc7df685 eca_jungle4_testnet.dir.tar" | sha256sum -c
tar xf eca_jungle4_testnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_jungle4_testnet eca_jungle4_testnet.dir
echo "88e74ad2f74ba6184117590fa183736e96b4d40e542a258ecabe5c5e135f70b8 eca_jungle4_testnet.dir.tar" | sha256sum -c
tar xf eca_jungle4_testnet.dir.tar pg_restore --no-owner --no-acl -j 4 -d eca_jungle4_testnet eca_jungle4_testnet.dir
echo "db7c97ac1055dcae6441302918e352bc4dda5721c84024f95bba516221e4ddf7 snapshot-20260813T070001Z-281266483.bin.zst" | sha256sum -c
zstd -d snapshot-20260813T070001Z-281266483.bin.zst nodeos --snapshot snapshot-20260813T070001Z-281266483.bin --data-dir ./data --config-dir ./config