File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,13 +192,13 @@ npx cdk deploy stacks-ha-nodes --json --outputs-file ha-nodes-deploy.json
192
192
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
193
193
194
194
``` 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)' )
196
196
echo RPC_ALB_URL=$RPC_ALB_URL
197
197
```
198
198
199
199
``` bash
200
200
# 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
202
202
```
203
203
204
204
The result should show the status of the blockchain.
You can’t perform that action at this time.
0 commit comments