File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
#Node: works only with config files local to ./kurtosis/ folder where kurtosis.yml is defined
3
3
4
4
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 "
6
6
)
7
7
8
8
def run (plan , file_to_read = "network_params_tmp.json" ):
Original file line number Diff line number Diff line change 46
46
}
47
47
],
48
48
"network_params" : {
49
- "capella_fork_epoch" : 1 ,
49
+ "capella_fork_epoch" : 0 ,
50
+ "deneb_fork_epoch" : 1 ,
50
51
"seconds_per_slot" : 12
51
52
},
52
53
"mev_params" : {
55
56
" --txsPerBundle=250"
56
57
],
57
58
"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 " ,
59
60
"mev_boost_image" : " flashbots/mev-boost:1.6" ,
60
61
"mev_builder_image" : " flashbots/builder:latest" ,
61
62
"mev_builder_extra_args" : [
81
82
"grafana_additional_dashboards" : [
82
83
" github.com/flashbots/builder-startup-script/data/grafana"
83
84
]
84
- }
85
+ }
You can’t perform that action at this time.
0 commit comments