We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9844e66 commit b3ecea7Copy full SHA for b3ecea7
NEUTRON/readme.md
@@ -1,5 +1,4 @@
1
# NEUTRON
2
-[RPC](http://neutron.srgts.xyz:43657) | [API](http://neutron.srgts.xyz:4517) | [gRPC](http://neutron.srgts.xyz:8390)
3
4
Let's update and install the necessary packages:
5
````
@@ -97,7 +96,7 @@ State Sync:
97
96
98
sudo systemctl stop neutrond
99
neutrond tendermint unsafe-reset-all --home $HOME/.neutrond --keep-addr-book
100
-SNAP_RPC="http://neutron.srgts.xyz:43657"
+SNAP_RPC=""
101
102
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
103
BLOCK_HEIGHT=$((LATEST_HEIGHT - 2000)); \
0 commit comments