diff --git a/package.json b/package.json index d856300..d7395b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nolus/nolusjs", "author": "Nolabs", "license": "Apache-2.0", - "version": "2.4.17", + "version": "2.4.18", "description": "JS library for NodeJS and Web browsers to interact with the Nolus Protocol", "engines": { "node": ">=14.0.0" diff --git a/src/constants/ChainConstants.ts b/src/constants/ChainConstants.ts index ce7cf78..e047c60 100644 --- a/src/constants/ChainConstants.ts +++ b/src/constants/ChainConstants.ts @@ -44,7 +44,7 @@ export class ChainConstants { */ public static readonly BECH32_PREFIX_CONS_PUB: string = this.BECH32_PREFIX_ACC_ADDR + 'valconspub'; public static readonly GAS_PRICE: string = '0.0025unls'; - public static readonly GAS_MULTIPLIER: number = 2.5; + public static readonly GAS_MULTIPLIER: number = 3.5; /* Wallet configurations */ public static readonly BIP44_PATH: string = "44'/118'/0'/0/0";