diff --git a/src/index.ts b/src/index.ts index a191597..3c41230 100644 --- a/src/index.ts +++ b/src/index.ts @@ -534,7 +534,7 @@ export class Squid { [fromAminoMsg], "" ); - const gasMultiplier = Number(route.transactionRequest!.maxFeePerGas) || 1.3; + const gasMultiplier = Number(route.transactionRequest!.maxFeePerGas) || 1.5; const fee = calculateFee( Math.trunc(estimatedGas * gasMultiplier), GasPrice.fromString(route.transactionRequest!.gasPrice)