diff --git a/.gitbook/guide/join-the-network.md b/.gitbook/guide/join-the-network.md index b6b84faf..d4643d23 100644 --- a/.gitbook/guide/join-the-network.md +++ b/.gitbook/guide/join-the-network.md @@ -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) ``` @@ -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 = trust_hash = "" trust_period = "336h0m0s" # 2/3 of 21 days (unbonding period)