Skip to content

Commit

Permalink
fix erigon images
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Nov 6, 2024
1 parent f9676db commit 39cb05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ execution: # EL Clients
image: "nethermind/nethermind:master"
params: ["--TxPool.BlobsSupport", "InMemory"]
erigon:
image: "thorax/erigon:devel"
image: "erigontech/erigon:main-latest"
besu:
image: "ethpandaops/besu::^main-[0-9a-f]{7}$"
reth:
Expand Down
2 changes: 1 addition & 1 deletion clients/latest-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ execution: # EL Clients
image: "nethermind/nethermind:latest"
params: ["--TxPool.BlobsSupport", "InMemory"]
erigon:
image: "thorax/erigon::^v[0-9]+.[0-9]+.[0-9]+$"
image: "erigontech/erigon::^v[0-9]+.[0-9]+.[0-9]+$"
besu:
image: "hyperledger/besu:latest"
reth:
Expand Down

0 comments on commit 39cb05e

Please sign in to comment.