Set default gas estimation multiplier to 2
Some checks failed
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 1m57s
Tests / sdk_tests (pull_request) Failing after 9m27s

This commit is contained in:
Prathamesh Musale 2024-08-26 17:33:50 +05:30
parent 8a14027316
commit 2222276c73

View File

@ -1,4 +1,4 @@
export const DENOM = 'alnt';
export const DEFAULT_CHAIN_ID = 'laconic_9000-1';
export const DEFAULT_GAS_ESTIMATION_MULTIPLIER = 1.5;
export const DEFAULT_GAS_ESTIMATION_MULTIPLIER = 2;