tests: fix script (#43)

This commit is contained in:
Thomas Nguy
2021-05-25 04:46:10 -04:00
committed by GitHub
parent 596373dc9d
commit bd89830d64
5 changed files with 15 additions and 36 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ ethermintd collect-gentxs
ethermintd validate-genesis
# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
ethermintd start --pruning=nothing --rpc.unsafe --rpc-api "web3, eth, personal, net" --keyring-backend test --trace --log_level "info"
ethermintd start --pruning=nothing --rpc.unsafe --evm-rpc.address "0.0.0.0:8545" --keyring-backend test --trace --log_level "info"