test: disable evm trace in localtestnet

This commit is contained in:
Solovyov1796 2024-10-23 20:18:42 +08:00
parent f5ce18dd5f
commit a4b8d77411

View File

@ -36,7 +36,7 @@ $BINARY init validator --chain-id $chainID
sed -in-place='' 's/enable = false/enable = true/g' $DATA/config/app.toml 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 = ""/g' $DATA/config/app.toml
# Disable full error trace # Disable full error trace
sed -in-place='' '/iavl-cache-size/a\ sed -in-place='' '/iavl-cache-size/a\