Skip to content

Commit

Permalink
docs: Changed node address about state sync (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen authored Mar 25, 2024
1 parent 852550a commit 28c7025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitbook/guide/join-the-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You can use the following public RPC endpoints provided by Medibloc team.
trusted block info can be obtained via RPC.

```shell
curl -s 13.124.96.254:26657/block | jq -r '.result.block.header.height + "\n" + .result.block_id.hash'
curl -s 15.165.191.68:26657/block | jq -r '.result.block.header.height + "\n" + .result.block_id.hash'
# 7700000 (height)
# 0D3E53F02ABCDDA8AAC1520342D37A290DDABE4C28190EE6E2C6B0C819F74D4A (hash)
```
Expand All @@ -141,7 +141,7 @@ Then, you need to edit several things in `~/.panacea/config/config.toml` file.

enable = true

rpc_servers = "3.35.82.40:26657,13.124.96.254:26657,52.79.108.35:26657" # rpc addresses
rpc_servers = "15.165.191.68:26657,54.254.66.59:26657" # rpc addresses
trust_height = <trusted-block-height>
trust_hash = "<trusted-block-hash>"
trust_period = "336h0m0s" # 2/3 of 21 days (unbonding period)
Expand Down

0 comments on commit 28c7025

Please sign in to comment.