From 2d135ecb0e704339385aff35c00194b5e47e33b3 Mon Sep 17 00:00:00 2001 From: Tymur Khrushchov Date: Thu, 28 Sep 2023 15:38:33 +0200 Subject: [PATCH] fix munge hints --- src/api/mungers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/mungers.ts b/src/api/mungers.ts index 01c5d70..5b00de8 100644 --- a/src/api/mungers.ts +++ b/src/api/mungers.ts @@ -10,7 +10,7 @@ const mungeHintPreferences = (hints: HintPreferences) => { function_selector: hints.functionSelector, calldata: hints.calldata, logs: hints.logs, - defaultLogs: hints.defaultLogs, + default_logs: hints.defaultLogs, tx_hash: hints.txHash, hash: true, // tx hash is always shared on Flashbots MEV-Share; abstract away from user // setting all hints except hash to false will enable full privacy