Skip to content

Commit 3610a01

Browse files
authored
Update README.md
Signed-off-by: racket2000 <[email protected]>
1 parent 268ee52 commit 3610a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/xrp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ npx cdk deploy XRP-single-node --json --outputs-file single-node-deploy.json
116116
- Navigate to [CloudWatch service](https://console.aws.amazon.com/cloudwatch/) (make sure you are in the region you have specified for `AWS_REGION`)
117117
- Open `Dashboards` and select dashboard that starts with `XRP-single-node` from the list of dashboards.
118118

119-
3. Once the initial synchronization is done, you should be able to access the RPC API of that node from within the same VPC. The RPC port is not exposed to the Internet. Run the following query against the private IP of the single RPC node you deployed:
119+
3. Once the initial synchronization is done, you should be able to access the RPC API of that node from within the same VPC. The RPC port is not exposed to the Internet. Run the following command to retrieve the private IP of the single RPC node you deployed:
120120

121121
```bash
122122
export INSTANCE_ID=$(cat single-node-deploy.json | jq -r '.["XRP-single-node"].nodeinstanceid')

0 commit comments

Comments
 (0)