Commit 26a76187 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: minimal eof (#687)

parent e80870b3
...@@ -22,7 +22,7 @@ additional_services: ...@@ -22,7 +22,7 @@ additional_services:
- prometheus_grafana - prometheus_grafana
- goomy_blob - goomy_blob
- custom_flood - custom_flood
- blobscan # - blobscan
- blockscout - blockscout
- dugtrio - dugtrio
- blutgang - blutgang
......
...@@ -134,7 +134,7 @@ def get_api_config( ...@@ -134,7 +134,7 @@ def get_api_config(
assertion="==", assertion="==",
target_value=200, target_value=200,
interval="5s", interval="5s",
timeout="5s", timeout="120s",
), ),
min_cpu=API_MIN_CPU, min_cpu=API_MIN_CPU,
max_cpu=API_MAX_CPU, max_cpu=API_MAX_CPU,
......
...@@ -818,6 +818,7 @@ def default_minimal_network_params(): ...@@ -818,6 +818,7 @@ def default_minimal_network_params():
"electra_fork_epoch": 100000000, "electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001, "eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038", "eip7594_fork_version": "0x70000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/", "network_sync_base_url": "https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/",
"data_column_sidecar_subnet_count": 32, "data_column_sidecar_subnet_count": 32,
"samples_per_slot": 8, "samples_per_slot": 8,
......
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