Skip to content

Commit

Permalink
Merge pull request #79 from Solovyov1796/new-local-dev
Browse files Browse the repository at this point in the history
test: disable evm trace in localtestnet
  • Loading branch information
Solovyov1796 authored Oct 23, 2024
2 parents f5ce18d + a4b8d77 commit 5f2089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localtestnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $BINARY init validator --chain-id $chainID
sed -in-place='' 's/enable = false/enable = true/g' $DATA/config/app.toml

# 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
sed -in-place='' '/iavl-cache-size/a\
Expand Down

0 comments on commit 5f2089b

Please sign in to comment.