From 203043b045e01d7e12314f0c52a8165b2e43535a Mon Sep 17 00:00:00 2001 From: Christopher Brumm <97845034+christopherbrumm@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:05:04 +0200 Subject: [PATCH] chore: increase gas multiplier (#149) --- common/sdk/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sdk/src/constants.ts b/common/sdk/src/constants.ts index 1a317a7a..ec1d89a0 100644 --- a/common/sdk/src/constants.ts +++ b/common/sdk/src/constants.ts @@ -4,7 +4,7 @@ import { ChainInfo } from "@keplr-wallet/types"; export const PREFIX = "kyve"; export const GOV_AUTHORITY = "kyve10d07y265gmmuvt4z0w9aw880jnsr700jdv7nah"; -export const GAS_MULTIPLIER = 1.3; +export const GAS_MULTIPLIER = 1.5; export const COIN_TYPE = 118; export type IConfig = {