Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Update test_node_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgl2150 committed Feb 20, 2022
1 parent a8116f9 commit 2da1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_node_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ anoned collect-gentxs
anoned validate-genesis

# Start the node (remove the --pruning=nothing flag if historical queries are not needed)
anoned start --pruning=nothing --log_level $LOGLEVEL --minimum-gas-prices=0.0001uan1
anoned start --pruning=nothing --log_level $LOGLEVEL --minimum-gas-prices=0.0001uan1 --p2p.laddr tcp://0.0.0.0:2280 --rpc.laddr tcp://0.0.0.0:2281 -grpc.address 0.0.0.0:2282 --grpc-web.address 0.0.0.0:2283

0 comments on commit 2da1c95

Please sign in to comment.