Skip to content

Commit 8f8830f

Browse files
fix: Update config.toml.tmpl (#919)
Update config for newer versions of rbuilder. Signed-off-by: Ryan Schneider <[email protected]>
1 parent c3ecee8 commit 8f8830f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

static_files/mev/flashbots/mev_builder/config.toml.tmpl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@ el_node_ipc_path = "/tmp/reth.ipc"
2020
extra_data = "🐼⚡🤖"
2121
genesis_fork_version = "{{ .GenesisForkVersion }}"
2222

23-
dry_run = false
24-
dry_run_validation_url = "http://localhost:8545"
25-
2623
ignore_cancellable_orders = true
2724

28-
max_concurrent_seals = 4
29-
30-
sbundle_mergeabe_signers = []
31-
# slot_delta_to_start_submits_ms is usually negative since we start bidding BEFORE the slot start
32-
# slot_delta_to_start_submits_ms = -5000
25+
sbundle_mergeable_signers = []
3326
live_builders = ["mp-ordering", "mgp-ordering"]
3427
watchdog_timeout_sec = 99999
28+
29+
# For now, these must be set until a bug in upstream reth's
30+
# root hash calculations are fixed
31+
root_hash_use_sparse_trie=true
32+
root_hash_compare_sparse_trie=false
33+
3534
[[relays]]
3635
name = "flashbots"
3736
url = "http://{{ .PublicKey }}@{{ .Relay }}:{{ .RelayPort }}"

0 commit comments

Comments
 (0)