Skip to content

Commit

Permalink
update(gas price)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Dec 17, 2024
1 parent 32ad9b0 commit 3c73eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/ChainConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 3c73eb1

Please sign in to comment.