Skip to content

Commit

Permalink
chore: update tracoor image, and peerdas fork version defaults (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Aug 15, 2024
1 parent 2b7be9a commit 3c168c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/tests/peerdas-electra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ participants:
network_params:
electra_fork_epoch: 1
eip7594_fork_epoch: 1
eip7594_fork_version: "0x50000038"
eip7594_fork_version: "0x60000038"
preset: minimal
snooper_enabled: true
global_log_level: debug
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ network_params:
eip7594_fork_epoch: 100000001
# 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)
# Defaults to None
Expand Down
2 changes: 1 addition & 1 deletion network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ network_params:
deneb_fork_epoch: 0
electra_fork_epoch: 100000000
eip7594_fork_epoch: 100000001
eip7594_fork_version: "0x70000038"
eip7594_fork_version: "0x60000038"
network_sync_base_url: https://snapshots.ethpandaops.io/
eof_activation_epoch: ""
data_column_sidecar_subnet_count: 128
Expand Down
4 changes: 2 additions & 2 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def default_network_params():
"deneb_fork_epoch": 0,
"electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038",
"eip7594_fork_version": "0x60000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128,
Expand Down Expand Up @@ -825,7 +825,7 @@ def default_minimal_network_params():
"deneb_fork_epoch": 0,
"electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038",
"eip7594_fork_version": "0x60000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128,
Expand Down
2 changes: 1 addition & 1 deletion src/tracoor/tracoor_launcher.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
shared_utils = import_module("../shared_utils/shared_utils.star")
constants = import_module("../package_io/constants.star")

IMAGE_NAME = "ethpandaops/tracoor:0.0.18"
IMAGE_NAME = "ethpandaops/tracoor:latest"
SERVICE_NAME = "tracoor"

HTTP_PORT_NUMBER = 7007
Expand Down

0 comments on commit 3c168c3

Please sign in to comment.