Skip to content

Commit 341b427

Browse files
committed
lint
1 parent 497deab commit 341b427

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/thirdweb/src/gas/fee-data.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ export async function getDefaultGasOverrides(
137137
resolvedFeeType === "legacy" ||
138138
FORCE_GAS_PRICE_CHAIN_IDS.includes(chain.id)
139139
) {
140-
const gasPrice = await getGasPrice({
141-
chain,
142-
client,
140+
const gasPrice = await getGasPrice({
141+
chain,
142+
client,
143143
percentMultiplier: 10,
144-
})
144+
});
145145
if (chain.id === 88 || chain.id === 89) {
146146
return {
147147
maxPriorityFeePerGas: gasPrice || 0n,

0 commit comments

Comments
 (0)