Skip to content

Commit 1f27ca8

Browse files
fix: increase additional percentage for simulated ibc transfer gas fee (#2068)
1 parent 952179b commit 1f27ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/namadillo/src/atoms/integrations/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export const simulateIbcTransferGas = async (
348348
stargateClient: SigningStargateClient,
349349
sourceAddress: string,
350350
transferMsg: MsgTransferEncodeObject,
351-
additionalPercentage: number = 0.2
351+
additionalPercentage: number = 0.3
352352
): Promise<number> => {
353353
try {
354354
const estimatedGas = await stargateClient.simulate(

0 commit comments

Comments
 (0)