Commit 3c168c3c authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

chore: update tracoor image, and peerdas fork version defaults (#742)

parent 2b7be9a2
...@@ -29,7 +29,7 @@ participants: ...@@ -29,7 +29,7 @@ participants:
network_params: network_params:
electra_fork_epoch: 1 electra_fork_epoch: 1
eip7594_fork_epoch: 1 eip7594_fork_epoch: 1
eip7594_fork_version: "0x50000038" eip7594_fork_version: "0x60000038"
preset: minimal preset: minimal
snooper_enabled: true snooper_enabled: true
global_log_level: debug global_log_level: debug
......
...@@ -500,7 +500,7 @@ network_params: ...@@ -500,7 +500,7 @@ network_params:
eip7594_fork_epoch: 100000001 eip7594_fork_epoch: 100000001
# The fork version to set if the eip7594 fork is active # The fork version to set if the eip7594 fork is active
eip7594_fork_version: "0x70000038" eip7594_fork_version: "0x60000038"
# EOF activation fork epoch (EL only fork) # EOF activation fork epoch (EL only fork)
# Defaults to None # Defaults to None
......
...@@ -76,7 +76,7 @@ network_params: ...@@ -76,7 +76,7 @@ network_params:
deneb_fork_epoch: 0 deneb_fork_epoch: 0
electra_fork_epoch: 100000000 electra_fork_epoch: 100000000
eip7594_fork_epoch: 100000001 eip7594_fork_epoch: 100000001
eip7594_fork_version: "0x70000038" eip7594_fork_version: "0x60000038"
network_sync_base_url: https://snapshots.ethpandaops.io/ network_sync_base_url: https://snapshots.ethpandaops.io/
eof_activation_epoch: "" eof_activation_epoch: ""
data_column_sidecar_subnet_count: 128 data_column_sidecar_subnet_count: 128
......
...@@ -792,7 +792,7 @@ def default_network_params(): ...@@ -792,7 +792,7 @@ def default_network_params():
"deneb_fork_epoch": 0, "deneb_fork_epoch": 0,
"electra_fork_epoch": 100000000, "electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001, "eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038", "eip7594_fork_version": "0x60000038",
"eof_activation_epoch": "", "eof_activation_epoch": "",
"network_sync_base_url": "https://snapshots.ethpandaops.io/", "network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128, "data_column_sidecar_subnet_count": 128,
...@@ -825,7 +825,7 @@ def default_minimal_network_params(): ...@@ -825,7 +825,7 @@ def default_minimal_network_params():
"deneb_fork_epoch": 0, "deneb_fork_epoch": 0,
"electra_fork_epoch": 100000000, "electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001, "eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038", "eip7594_fork_version": "0x60000038",
"eof_activation_epoch": "", "eof_activation_epoch": "",
"network_sync_base_url": "https://snapshots.ethpandaops.io/", "network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128, "data_column_sidecar_subnet_count": 128,
......
shared_utils = import_module("../shared_utils/shared_utils.star") shared_utils = import_module("../shared_utils/shared_utils.star")
constants = import_module("../package_io/constants.star") constants = import_module("../package_io/constants.star")
IMAGE_NAME = "ethpandaops/tracoor:0.0.18" IMAGE_NAME = "ethpandaops/tracoor:latest"
SERVICE_NAME = "tracoor" SERVICE_NAME = "tracoor"
HTTP_PORT_NUMBER = 7007 HTTP_PORT_NUMBER = 7007
......
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