forked from cerc-io/laconicd-deprecated
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user