File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Create your own copy of `.env` file and edit it to update with your AWS Account
148
148
7 . Connect with the RPC API exposed by the node:
149
149
150
150
``` bash
151
- INSTANCE_ID=$( cat single-node-deploy.json | jq -r ' ..|.node-instance-id ? | select(. != null)' )
151
+ INSTANCE_ID=$( cat single-node-deploy.json | jq -r ' ..|.nodeinstanceid ? | select(. != null)' )
152
152
NODE_INTERNAL_IP=$( aws ec2 describe-instances --instance-ids $INSTANCE_ID --query ' Reservations[*].Instances[*].PublicIpAddress' --output text)
153
153
# We query token balance this account: https://solanabeach.io/address/9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM
154
154
curl http://$NODE_INTERNAL_IP :8899 -X POST -H " Content-Type: application/json" \
You can’t perform that action at this time.
0 commit comments