refactor: Change default RPC and Websocket port (#198)

* fix: update RPC and Ws endpoint

* remove unnecesary flag on test node script
This commit is contained in:
crypto-facs
2021-06-29 03:05:23 -04:00
committed by GitHub
parent 8b562191d9
commit efb90f9922
5 changed files with 15 additions and 15 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 --evm-rpc.address "0.0.0.0:8545" --keyring-backend test --trace --log_level "info"
ethermintd start --pruning=nothing --rpc.unsafe --keyring-backend test --trace --log_level "info"