Skip to content

Commit ac5098d

Browse files
author
Simon Goldberg
committed
addressed pre-commit failure
1 parent 0562fd9 commit ac5098d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/xrp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export INSTANCE_ID=$(cat single-node-deploy.json | jq -r '.["XRP-single-node"].n
124124
echo "NODE_INTERNAL_IP=$NODE_INTERNAL_IP"
125125
```
126126

127-
Copy output from the last `echo` command with `NODE_INTERNAL_IP=<internal_IP>` and open [CloudShell tab with VPC environment](https://docs.aws.amazon.com/cloudshell/latest/userguide/creating-vpc-environment.html) to access internal IP address space. Paste `NODE_INTERNAL_IP=<internal_IP>` into the new CloudShell tab.
127+
Copy output from the last `echo` command with `NODE_INTERNAL_IP=<internal_IP>` and open [CloudShell tab with VPC environment](https://docs.aws.amazon.com/cloudshell/latest/userguide/creating-vpc-environment.html) to access internal IP address space. Paste `NODE_INTERNAL_IP=<internal_IP>` into the new CloudShell tab.
128128

129129
Then query the RPC API to receive the latest block height:
130130

@@ -166,7 +166,7 @@ export XRP_RPC_ALB_URL=$(cat ha-nodes-deploy.json | jq -r '..|.alburl? | select(
166166
echo XRP_RPC_ALB_URL=$XRP_RPC_ALB_URL
167167
```
168168

169-
Copy output from the last `echo` command with `XRP_RPC_ALB_URL=<alb_url>` and open [CloudShell tab with VPC environment](https://docs.aws.amazon.com/cloudshell/latest/userguide/creating-vpc-environment.html) to access internal IP address space. Paste `XRP_RPC_ALB_URL=<alb_url>` into the VPC CloudShell tab.
169+
Copy output from the last `echo` command with `XRP_RPC_ALB_URL=<alb_url>` and open [CloudShell tab with VPC environment](https://docs.aws.amazon.com/cloudshell/latest/userguide/creating-vpc-environment.html) to access internal IP address space. Paste `XRP_RPC_ALB_URL=<alb_url>` into the VPC CloudShell tab.
170170

171171
Then query the load balancer to retrieve the current block height:
172172

lib/xrp/sample-configs/.env-sample-mainnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ DATA_VOL_THROUGHPUT="700"
99
XRP_HA_ALB_HEALTHCHECK_GRACE_PERIOD_MIN="60"
1010
XRP_HA_NODES_HEARTBEAT_DELAY_MIN="5"
1111
XRP_HA_NUMBER_OF_NODES="2"
12-
HUB_NETWORK_ID="mainnet"
12+
HUB_NETWORK_ID="mainnet"

0 commit comments

Comments
 (0)