File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
static_files/mev/flashbots/mev_builder Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,17 @@ el_node_ipc_path = "/tmp/reth.ipc"
20
20
extra_data = "🐼⚡🤖"
21
21
genesis_fork_version = "{{ .GenesisForkVersion }}"
22
22
23
- dry_run = false
24
- dry_run_validation_url = "http://localhost:8545"
25
-
26
23
ignore_cancellable_orders = true
27
24
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 = []
33
26
live_builders = ["mp-ordering", "mgp-ordering"]
34
27
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
+
35
34
[[relays]]
36
35
name = "flashbots"
37
36
url = "http://{{ .PublicKey }}@{{ .Relay }}:{{ .RelayPort }}"
You can’t perform that action at this time.
0 commit comments