From ac73dd138d7ff28023307e8b71e907bbcbb9e8d1 Mon Sep 17 00:00:00 2001 From: SRG0Z10 <86466857+defrisk0@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:11:15 +0300 Subject: [PATCH] Update readme.md --- HYPERSIGN/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HYPERSIGN/readme.md b/HYPERSIGN/readme.md index 0cc6e35..8fe5d72 100644 --- a/HYPERSIGN/readme.md +++ b/HYPERSIGN/readme.md @@ -1,5 +1,5 @@ # HYPERSIGN -[RPC](http://hypersign.srgts.xyz:41657) | [API](http://hypersign.srgts.xyz:4117) | [gRPC](http://hypersign.srgts.xyz:4190) +[RPC](http://hypersign.srgts.xyz:26657) | [API](http://hypersign.srgts.xyz:1317) | [gRPC](http://hypersign.srgts.xyz:9090) Let's update and install the necessary packages: ```` @@ -94,7 +94,7 @@ State Sync: sudo systemctl stop hid-noded cp $HOME/.hid-node/data/priv_validator_state.json $HOME/.hid-node/priv_validator_state.json.backup hid-noded tendermint unsafe-reset-all --home $HOME/.hid-node --keep-addr-book -SNAP_RPC="http://hypersign.srgts.xyz:41657" +SNAP_RPC="http://hypersign.srgts.xyz:26657" LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \ BLOCK_HEIGHT=$((LATEST_HEIGHT - 2000)); \