Skip to content

Commit 67bef29

Browse files
committed
feat: use ethereum package version 1.0.0
1 parent 30c2139 commit 67bef29

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

scripts/kurtosis/main.star

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#Node: works only with config files local to ./kurtosis/ folder where kurtosis.yml is defined
33

44
eth_pkg = import_module(
5-
"github.com/kurtosis-tech/ethereum-package/main.star@cbermudez/builder-metrics"
5+
"github.com/kurtosis-tech/ethereum-package/main.star@1.0.0"
66
)
77

88
def run(plan, file_to_read = "network_params_tmp.json"):

scripts/kurtosis/network_params.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
}
4747
],
4848
"network_params": {
49-
"capella_fork_epoch": 1,
49+
"capella_fork_epoch": 0,
50+
"deneb_fork_epoch": 1,
5051
"seconds_per_slot": 12
5152
},
5253
"mev_params": {
@@ -55,7 +56,7 @@
5556
"--txsPerBundle=250"
5657
],
5758
"mev_flood_image": "flashbots/mev-flood:0.0.9",
58-
"mev_relay_image": "flashbots/mev-boost-relay:0.27",
59+
"mev_relay_image": "flashbots/mev-boost-relay:0.28.0a5",
5960
"mev_boost_image": "flashbots/mev-boost:1.6",
6061
"mev_builder_image": "flashbots/builder:latest",
6162
"mev_builder_extra_args": [
@@ -81,4 +82,4 @@
8182
"grafana_additional_dashboards": [
8283
"github.com/flashbots/builder-startup-script/data/grafana"
8384
]
84-
}
85+
}

0 commit comments

Comments
 (0)