docs: Reduce airdrop examples to 1 SOL

This commit is contained in:
Trent Nelson
2021-03-30 15:04:00 -06:00
committed by mergify[bot]
parent ce7f7c2b6c
commit 2bcfbad653
6 changed files with 25 additions and 25 deletions

View File

@@ -2907,7 +2907,7 @@ Requests an airdrop of lamports to a Pubkey
```bash
curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
{"jsonrpc":"2.0","id":1, "method":"requestAirdrop", "params":["83astBRguLMdt2h5U1Tpdq5tjFoJ6noeGwaY3mDLVcri", 50]}
{"jsonrpc":"2.0","id":1, "method":"requestAirdrop", "params":["83astBRguLMdt2h5U1Tpdq5tjFoJ6noeGwaY3mDLVcri", 1000000000]}
'
```