Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
defrisk0 authored Feb 6, 2024
1 parent aa2635d commit 97f401c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UNION/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# UNION
[RPC](http://union.srgts.xyz:21657) | [API](http://union.srgts.xyz:1337) | [STATESYNC](#title1)
[RPC](http://union.srgts.xyz:22257) | [STATESYNC](#title1)

### <a id="title1">State Sync</a>
````
Expand All @@ -10,7 +10,7 @@ sed -i -e 's|^seeds *=.*|seeds = "'$seeds'"|; s|^persistent_peers *=.*|persisten
sudo systemctl stop uniond
cp $HOME/.union/data/priv_validator_state.json $HOME/.union/priv_validator_state.json.backup
uniond tendermint unsafe-reset-all --home $HOME/.union --keep-addr-book
SNAP_RPC="http://union.srgts.xyz:21657"
SNAP_RPC="http://union.srgts.xyz:22257"
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 2000)); \
Expand Down

0 comments on commit 97f401c

Please sign in to comment.