Skip to content

Commit

Permalink
Update _utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 2, 2025
1 parent ed22e76 commit 00a4557
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 00a4557

Please sign in to comment.