Commit ceb14448 authored by Somnath's avatar Somnath Committed by GitHub

fix: Update Erigon docker image repo naming (#834)

Rename `thorax` -> `erigontech` for docker hub.
Not changing the `ethpandaops/erigon:main` image which appears to be the
default, changing the pectra version tho. Latest published erigon images
are now multi-arch tho
parent c2af1437
...@@ -7,7 +7,7 @@ participants_matrix: ...@@ -7,7 +7,7 @@ participants_matrix:
- el_type: ethereumjs - el_type: ethereumjs
el_image: ethpandaops/ethereumjs:master el_image: ethpandaops/ethereumjs:master
- el_type: erigon - el_type: erigon
el_image: thorax/erigon:docker_pectra el_image: erigontech/erigon:pectra_e2
- el_type: reth - el_type: reth
el_image: ethpandaops/reth:onbjerg-devnet-2 el_image: ethpandaops/reth:onbjerg-devnet-2
- el_type: besu - el_type: besu
......
...@@ -169,7 +169,7 @@ participants: ...@@ -169,7 +169,7 @@ participants:
# The Docker image that should be used for the EL client; leave blank to use the default for the client type # The Docker image that should be used for the EL client; leave blank to use the default for the client type
# Defaults by client: # Defaults by client:
# - geth: ethereum/client-go:latest # - geth: ethereum/client-go:latest
# - erigon: thorax/erigon:devel # - erigon: ethpandaops/erigon:main
# - nethermind: nethermind/nethermind:latest # - nethermind: nethermind/nethermind:latest
# - besu: hyperledger/besu:develop # - besu: hyperledger/besu:develop
# - reth: ghcr.io/paradigmxyz/reth # - reth: ghcr.io/paradigmxyz/reth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment