We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952179b commit 1f27ca8Copy full SHA for 1f27ca8
apps/namadillo/src/atoms/integrations/services.ts
@@ -348,7 +348,7 @@ export const simulateIbcTransferGas = async (
348
stargateClient: SigningStargateClient,
349
sourceAddress: string,
350
transferMsg: MsgTransferEncodeObject,
351
- additionalPercentage: number = 0.2
+ additionalPercentage: number = 0.3
352
): Promise<number> => {
353
try {
354
const estimatedGas = await stargateClient.simulate(
0 commit comments