Skip to content

Commit 61ba3e5

Browse files
authored
Fix syntax for getting node id
Signed-off-by: emile baizel <[email protected]>
1 parent 6719cd8 commit 61ba3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Create your own copy of `.env` file and edit it to update with your AWS Account
148148
7. Connect with the RPC API exposed by the node:
149149

150150
```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)')
152152
NODE_INTERNAL_IP=$(aws ec2 describe-instances --instance-ids $INSTANCE_ID --query 'Reservations[*].Instances[*].PublicIpAddress' --output text)
153153
# We query token balance this account: https://solanabeach.io/address/9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM
154154
curl http://$NODE_INTERNAL_IP:8899 -X POST -H "Content-Type: application/json" \

0 commit comments

Comments
 (0)