From 3e427e5bddfa434efb643ec69d3f77f7b726e6f3 Mon Sep 17 00:00:00 2001 From: Solovyov1796 Date: Mon, 18 Nov 2024 13:26:33 +0800 Subject: [PATCH] set min gas prices --- localtestnet.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/localtestnet.sh b/localtestnet.sh index dc7ceae2..3b6234a9 100755 --- a/localtestnet.sh +++ b/localtestnet.sh @@ -42,6 +42,9 @@ sed -in-place='' 's/tracer = ""/tracer = ""/g' $DATA/config/app.toml sed -in-place='' '/iavl-cache-size/a\ trace = false' $DATA/config/app.toml +# Set min gas prices +sed -in-place='' 's/minimum-gas-prices = "0ua0gi"/minimum-gas-prices = "0.01ua0gi,100000neuron"/g' $DATA/config/app.toml + # Set client chain id sed -in-place='' 's/chain-id = ""/chain-id = "zgchain_8888-1"/g' $DATA/config/client.toml