Skip to content

Commit 6a49f82

Browse files
piwonskpcbermudez97
authored andcommitted
Increase the number of generated transactions. Update custom flood config
1 parent b8d791c commit 6a49f82

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/kurtosis/network_params.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@
5151
},
5252
"mev_params": {
5353
"mev_flood_seconds_per_bundle": 13,
54-
"launch_custom_flood": true,
5554
"mev_flood_extra_args": [
56-
"--txsPerBundle=100"
55+
"--txsPerBundle=250"
5756
],
5857
"mev_flood_image": "flashbots/mev-flood:0.0.9",
5958
"mev_relay_image": "flashbots/mev-boost-relay:0.27",
@@ -66,15 +65,19 @@
6665
"additional_services": [
6766
"tx_spammer",
6867
"blob_spammer",
68+
"custom_flood",
6969
"beacon_metrics_gazer",
7070
"dora",
7171
"prometheus_grafana"
7272
],
7373
"tx_spammer_params": {
7474
"tx_spammer_extra_args": [
75-
"--txcount=100"
75+
"--txcount=250"
7676
]
7777
},
78+
"custom_flood_params": {
79+
"interval_between_transactions": 0.05
80+
},
7881
"grafana_additional_dashboards": [
7982
"github.com/flashbots/builder-startup-script/data/grafana"
8083
]

0 commit comments

Comments
 (0)