From 046bd08b9227cee05a4c324556e17875818deb00 Mon Sep 17 00:00:00 2001 From: fichiokaku Date: Mon, 23 Dec 2024 17:15:49 +0100 Subject: [PATCH] fix(config): turned off flashbots for eth(1) and sepolia(11155111) --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index 56f05016..cbd9a718 100644 --- a/config/default.json +++ b/config/default.json @@ -31,7 +31,7 @@ 713715, 3799, 167009, 80084, 5845, 1328, 28882, 920637907288165, 1740, 4202 ], "blocknative": { - "supportedNetworks": [1, 11155111], + "supportedNetworks": [], "confidenceLevel": 99 }, "supportsDebugTraceCall": [], @@ -1113,7 +1113,7 @@ "statusUrl": "https://protect.flashbots.net/tx", "getStatusIntervalDelay": 5000, "maxBlockWait": 26, - "supportedNetworks": [1] + "supportedNetworks": [] }, "clearStaleMessages": { "supportedNetworks": [1, 11155111],