Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ network_params:

additional_services: []
dora_params:
image: ""
image: "ethpandaops/dora:latest"
tx_fuzz_params:
tx_fuzz_extra_args: []
spamoor_params:
Expand All @@ -164,7 +164,7 @@ grafana_params:
min_mem: 128
max_mem: 2048
assertoor_params:
image: ""
image: "ethpandaops/assertoor:latest"
run_stability_check: false
run_block_proposal_check: false
run_transaction_test: false
Expand Down
2 changes: 1 addition & 1 deletion src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GENESIS_TIME = {
"mainnet": 1606824023,
"sepolia": 1655733600,
"holesky": 1695902400,
"hoodi": 1741971600,
"hoodi": 1742213400,
}

VOLUME_SIZE = {
Expand Down