Skip to content

Commit

Permalink
chore: increase gas multiplier (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm authored Aug 7, 2024
1 parent 6cbe7a0 commit 203043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 203043b

Please sign in to comment.