From c0b5ef2d58ab66618ffedfca90f07e85befa69d8 Mon Sep 17 00:00:00 2001 From: aforaleka Date: Thu, 17 Oct 2024 16:38:11 -0400 Subject: [PATCH] 1.6 --- v4-client-js/src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4-client-js/src/lib/constants.ts b/v4-client-js/src/lib/constants.ts index d145001c..5349beb1 100644 --- a/v4-client-js/src/lib/constants.ts +++ b/v4-client-js/src/lib/constants.ts @@ -12,7 +12,7 @@ export const BROADCAST_TIMEOUT_MS: number = 8_000; export const API_TIMEOUT_DEFAULT_MS: number = 5_000; // Gas -export const GAS_MULTIPLIER: number = 1.5; +export const GAS_MULTIPLIER: number = 1.6; export const ZERO_FEE: StdFee = { amount: [],