Skip to content

Commit

Permalink
tmp debuggin erigon version
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 committed Nov 2, 2024
1 parent 09eee8e commit 2778c79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kurtosis/beaconkit-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ node_settings:
max_memory: 2048
images:
besu: hyperledger/besu:24.5.4
erigon: erigontech/erigon:v2.60.9
erigon: erigontech/erigon:main-latest
ethereumjs: ethpandaops/ethereumjs:stable
geth: ethereum/client-go:latest
nethermind: nethermind/nethermind:latest
Expand Down
2 changes: 1 addition & 1 deletion kurtosis/beaconkit-base-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ node_settings:
max_memory: 32768
images:
besu: hyperledger/besu:latest
erigon: erigontech/erigon:v2.60.9
erigon: erigontech/erigon:main-latest
ethereumjs: ethpandaops/ethereumjs:stable
geth: ethereum/client-go:latest
nethermind: nethermind/nethermind:latest
Expand Down
2 changes: 1 addition & 1 deletion kurtosis/src/nodes/nodes.star
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXECUTION_DEFAULT_SETTINGS = {
},
"images": {
"besu": "hyperledger/besu:latest",
"erigon": "erigontech/erigon:v2.60.9",
"erigon": "erigontech/erigon::main-latest",
"ethereumjs": "ethpandaops/ethereumjs:stable",
"geth": "ethereum/client-go:latest",
"nethermind": "nethermind/nethermind:latest",
Expand Down
2 changes: 1 addition & 1 deletion testing/e2e/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func defaultExecutionSettings() ExecutionSettings {
},
Images: map[string]string{
"besu": "hyperledger/besu:24.5.4",
"erigon": "erigontech/erigon:v2.60.9",
"erigon": "erigontech/erigon:main-latest",
"ethereumjs": "ethpandaops/ethereumjs:stable",
"geth": "ethereum/client-go:stable",
"nethermind": "nethermind/nethermind:latest",
Expand Down

0 comments on commit 2778c79

Please sign in to comment.