From 00a4557750084b7b784f7483d5c04b1106093010 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Thu, 2 Jan 2025 18:32:24 -0500 Subject: [PATCH] Update _utils.ts --- api/_utils.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api/_utils.ts b/api/_utils.ts index c528ae38b..8c6210234 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -1937,10 +1937,7 @@ export function getCachedFillGasUsage( // we'll compute the gas price separately. const { nativeGasCost } = await relayerFeeCalculatorQueries.getGasCosts( buildDepositForSimulation(deposit), - overrides?.relayerAddress, - { - omitMarkup: true, - } + overrides?.relayerAddress ); return nativeGasCost; };