Skip to content

Commit

Permalink
Update state-sync.md (#2861)
Browse files Browse the repository at this point in the history
replace IP with domain name, sentry-0.mainnet.irisnet.org and sentry-1.mainnet.irisnet.org

Co-authored-by: Dreamer <[email protected]>
  • Loading branch information
oncloudit and Dreamer authored Sep 28, 2023
1 parent 2cfaa2d commit 96eb290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/state-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ If you want to quickly start the node and join IRIS Hub without historical data,
2. Check the block height of the current snapshot, and select the latest height.

```bash
curl http://34.82.96.8:26658/
curl http://sentry-0.mainnet.irisnet.org:26658/
```

3. Modify the `config.toml`.

```toml
[statesync]
enable = true # whether enable stat_sync; set true
rpc_servers = "34.82.96.8:26657,34.77.68.145:26657" # RPC server address which the node connects to
rpc_servers = "sentry-0.mainnet.irisnet.org:26657,sentry-1.mainnet.irisnet.org:26657" # RPC server address which the node connects to
trust_height = # Set to the block height of the latest snapshot
trust_hash = "" #Set to the hash corresponding to the latest snapshot block height (trust height), which can be checked via https://irishub.iobscan.io/#/block/<trust_height>.
trust_period = "168h0m0s"
Expand Down

0 comments on commit 96eb290

Please sign in to comment.