Skip to content

Commit

Permalink
chore: increment cosmos gas multiplier to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat43 committed May 15, 2024
1 parent 3293771 commit 13cb918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 13cb918

Please sign in to comment.