Skip to content

Commit 02dd5fa

Browse files
committed
Stacks. Corrections in ALB url in README
1 parent 671470a commit 02dd5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/stacks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ npx cdk deploy stacks-ha-nodes --json --outputs-file ha-nodes-deploy.json
192192
2. Give the new RPC nodes about 90 minutes to initialize and then run the following query against the load balancer behind the RPC node created
193193

194194
```bash
195-
export RPC_ABL_URL=$(cat ha-nodes-deploy.json | jq -r '..|.alburl? | select(. != null)')
195+
export RPC_ALB_URL=$(cat ha-nodes-deploy.json | jq -r '..|.alburl? | select(. != null)')
196196
echo RPC_ALB_URL=$RPC_ALB_URL
197197
```
198198

199199
```bash
200200
# IMPORTANT: Run from CloudShell VPC environment tab
201-
curl http://$RPC_ABL_URL:20443/v2/info | jq
201+
curl http://$RPC_ALB_URL:20443/v2/info | jq
202202
```
203203

204204
The result should show the status of the blockchain.

0 commit comments

Comments
 (0)