Skip to content

Commit

Permalink
update RPC to reflect gcp RPC (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Yang <[email protected]>
  • Loading branch information
billyyang423 and Billy Yang authored Nov 6, 2023
1 parent e9cda96 commit a0887ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/validators/node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ for more information.

| Region | IP |
| :-------------------------- | :------------- |
| N. Virginia (US East) | 52.3.196.71 |
| N. Virginia (US East) | 35.224.160.108 |
| Singapore (APAC South East) | 3.0.80.230 |

## Mainnet
Expand All @@ -163,7 +163,7 @@ curl -s http://<closest StateSync IP>:26657/block | jq -r '.result.block.header.
Example Output

```
$ curl -s http://52.3.196.71:26657/block | jq -r '.result.block.header.height + "\n" + .result.block_id.hash'
$ curl -s http://35.224.160.108:26657/block | jq -r '.result.block.header.height + "\n" + .result.block_id.hash'
120659
2554175FC58E5AC01723903971D1153BC1AF5341A51E5EABC22904730085B3CA
```
Expand Down

0 comments on commit a0887ae

Please sign in to comment.