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:
@@ -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]}
|
||||
'
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user