From d42184129f49bd6137c8be780ae62acaefa826cf Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Thu, 9 Jan 2025 16:07:36 -0500 Subject: [PATCH] Update _utils.ts --- api/_utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/_utils.ts b/api/_utils.ts index a49a8b8da..a6d8628a1 100644 --- a/api/_utils.ts +++ b/api/_utils.ts @@ -2034,7 +2034,7 @@ export function getMaxFeePerGas( console.log( "getMaxFeePerGas", baseFeeMultiplier.toString(), - priorityFeeMarkup.toString() + priorityFeeMultiplier.toString() ); return sdk.gasPriceOracle.getGasPriceEstimate(getProvider(chainId), { chainId,