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 9, 2025
1 parent e10b448 commit d421841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ export function getMaxFeePerGas(
console.log(
"getMaxFeePerGas",
baseFeeMultiplier.toString(),
priorityFeeMarkup.toString()
priorityFeeMultiplier.toString()
);
return sdk.gasPriceOracle.getGasPriceEstimate(getProvider(chainId), {
chainId,
Expand Down

0 comments on commit d421841

Please sign in to comment.