Skip to content

Commit 26b6a67

Browse files
committed
lint
1 parent 2e19c16 commit 26b6a67

File tree

1 file changed

+3
-3
lines changed
  • packages/thirdweb/src/wallets/smart/lib

1 file changed

+3
-3
lines changed

packages/thirdweb/src/wallets/smart/lib/userop.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ async function getGasFees(args: {
270270
resolvedMaxPriorityFeePerGas ?? feeData.maxPriorityFeePerGas ?? 0n;
271271
maxFeePerGas = resolvedMaxFeePerGas ?? feeData.maxFeePerGas ?? 0n;
272272

273-
if(chain.id === 88 || chain.id === 89) {
274-
maxPriorityFeePerGas = maxPriorityFeePerGas || feeData.gasPrice || 0n
275-
maxFeePerGas = maxFeePerGas || feeData.gasPrice || 0n
273+
if (chain.id === 88 || chain.id === 89) {
274+
maxPriorityFeePerGas = maxPriorityFeePerGas || feeData.gasPrice || 0n;
275+
maxFeePerGas = maxFeePerGas || feeData.gasPrice || 0n;
276276
}
277277
}
278278
}

0 commit comments

Comments
 (0)