Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Mar 30, 2024
1 parent 538c57e commit cffc8d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/celo/fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export const fees: ChainFees<typeof formatters> = {
estimateFeesPerGas: async (
params: ChainEstimateFeesPerGasFnParameters<typeof formatters>,
) => {
if (!params.request?.feeCurrency) {
return null
}
if (!params.request?.feeCurrency) return null

const [maxFeePerGas, maxPriorityFeePerGas] = await Promise.all([
estimateFeePerGasInFeeCurrency(params.client, params.request.feeCurrency),
Expand Down

0 comments on commit cffc8d9

Please sign in to comment.