Skip to content

Commit b3ecea7

Browse files
authored
Update readme.md
1 parent 9844e66 commit b3ecea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NEUTRON/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# NEUTRON
2-
[RPC](http://neutron.srgts.xyz:43657) | [API](http://neutron.srgts.xyz:4517) | [gRPC](http://neutron.srgts.xyz:8390)
32

43
Let's update and install the necessary packages:
54
````
@@ -97,7 +96,7 @@ State Sync:
9796
````
9897
sudo systemctl stop neutrond
9998
neutrond tendermint unsafe-reset-all --home $HOME/.neutrond --keep-addr-book
100-
SNAP_RPC="http://neutron.srgts.xyz:43657"
99+
SNAP_RPC=""
101100
102101
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
103102
BLOCK_HEIGHT=$((LATEST_HEIGHT - 2000)); \

0 commit comments

Comments
 (0)