Skip to content

Commit 6b8f5e4

Browse files
authored
fix: cancellations for mev_relay_launcher.star (#961)
Signed-off-by: Barnabas Busa <barnabas.busa@ethereum.org>
1 parent 96cc80e commit 6b8f5e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mev/flashbots/mev_relay/mev_relay_launcher.star

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def launch_mev_relay(
8888
"SEC_PER_SLOT": str(seconds_per_slot),
8989
"LOG_LEVEL": "debug",
9090
"DB_TABLE_PREFIX": "custom",
91+
"ENABLE_BUILDER_CANCELLATIONS": "1",
9192
}
9293

9394
redis_url = "{}:{}".format(redis.hostname, redis.port_number)

0 commit comments

Comments
 (0)