docs: Reduce airdrop examples to 1 SOL (#16241)

(cherry picked from commit 2bcfbad653)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-03-30 21:52:42 +00:00
committed by GitHub
parent 634959b3ab
commit 2581db5748
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]}
'
```