Skip to content

Commit

Permalink
chore(scripts): Fix gas multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
desislavva committed Nov 1, 2024
1 parent 8df91b6 commit 92c1605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/add-new-dex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CHAIN_RPC_TIMEOUT_SECS="10"
CHAIN_DEFAULT_GAS="5000000"
CHAIN_MAX_GAS="15000000"
CHAIN_GAS_PRICE_PRICE="0.056"
CHAIN_GAS_MULTIPLIER="1.3"
CHAIN_GAS_MULTIPLIER="2"
CHAIN_MAX_MSG_NUM="20"
CHAIN_MAX_TX_SIZE="209715"
CHAIN_CLOCK_DRIFT_SECS="20"
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-local-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RPC_TIMEOUT_SECS="10"
DEFAULT_GAS="1000000"
MAX_GAS="4000000"
GAS_PRICE_PRICE="0.0025"
GAS_MULTIPLIER="1.1"
GAS_MULTIPLIER="2"
MAX_MSG_NUM="30"
MAX_TX_SIZE="2097152"
CLOCK_DRIFT_SECS="5"
Expand Down

0 comments on commit 92c1605

Please sign in to comment.