disable full error trace in localtestnet

This commit is contained in:
Solovyov1796 2024-10-23 14:40:37 +08:00
parent afacc89c8d
commit 890e858558

View File

@ -38,9 +38,9 @@ sed -in-place='' 's/enable = false/enable = true/g' $DATA/config/app.toml
# Set evm tracer to json # Set evm tracer to json
sed -in-place='' 's/tracer = ""/tracer = "json"/g' $DATA/config/app.toml sed -in-place='' 's/tracer = ""/tracer = "json"/g' $DATA/config/app.toml
# Enable full error trace to be returned on tx failure # Disable full error trace
sed -in-place='' '/iavl-cache-size/a\ sed -in-place='' '/iavl-cache-size/a\
trace = true' $DATA/config/app.toml trace = false' $DATA/config/app.toml
# Set client chain id # Set client chain id
sed -in-place='' 's/chain-id = ""/chain-id = "zgchain_8888-1"/g' $DATA/config/client.toml sed -in-place='' 's/chain-id = ""/chain-id = "zgchain_8888-1"/g' $DATA/config/client.toml