mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +00:00
style(scripts): remove unnecessary comments
This commit is contained in:
parent
920703c0c7
commit
b9ad8e1e78
@ -160,8 +160,6 @@ sed -i 's/address = "localhost:9091"/address = "0.0.0.0:'$GRPC_WEB'"/g' $HOME_DI
|
||||
sed -i 's/address = ":8080"/address = "0.0.0.0:'$ROSETTA'"/g' $HOME_DIR/config/app.toml
|
||||
sed -i 's/indexer = "kv"/indexer = "'$TX_INDEX_INDEXER'"/g' $HOME_DIR/config/config.toml
|
||||
|
||||
# Faster blocks
|
||||
sed -i 's/timeout_commit = "5s"/timeout_commit = "'$BLOCK_TIME'"/g' $HOME_DIR/config/config.toml
|
||||
|
||||
# Start the node with 0 gas fees
|
||||
BINARY start --pruning=nothing --minimum-gas-prices=0$DENOM --rpc.laddr="tcp://0.0.0.0:$RPC" --grpc.address="0.0.0.0:$GRPC" --grpc-web.enable=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user