Skip to content

Commit

Permalink
fix: minimal eof (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 20, 2024
1 parent e80870b commit 26a7618
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/tests/mix-with-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ additional_services:
- prometheus_grafana
- goomy_blob
- custom_flood
- blobscan
# - blobscan
- blockscout
- dugtrio
- blutgang
Expand Down
2 changes: 1 addition & 1 deletion src/blobscan/blobscan_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_api_config(
assertion="==",
target_value=200,
interval="5s",
timeout="5s",
timeout="120s",
),
min_cpu=API_MIN_CPU,
max_cpu=API_MAX_CPU,
Expand Down
1 change: 1 addition & 0 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ def default_minimal_network_params():
"electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/",
"data_column_sidecar_subnet_count": 32,
"samples_per_slot": 8,
Expand Down

0 comments on commit 26a7618

Please sign in to comment.