I've reduced the airdrop on init from 100,000 SOL to 1,000 SOL which is still quite large. Any scenarios that require more than 1,000 SOL can request an airdrop with the new public method.
The massive airdrop of 100,000 SOL causes problems on localnet if the rpc client is initialized repeatedly. After around 10-20 airdrops, the airdrop instruction itself results in an error indicating that there are not enough lamports. It appears to be drawing from some reserve of lamports inside the validator that runs dry.
This change is necessary for https://github.com/jet-lab/jet-v2/pull/433
I've reduced the airdrop on init from 100,000 SOL to 1,000 SOL which is still quite large. Any scenarios that require more than 1,000 SOL can request an airdrop with the new public method.
The massive airdrop of 100,000 SOL causes problems on localnet if the rpc client is initialized repeatedly. After around 10-20 airdrops, the airdrop instruction itself results in an error indicating that there are not enough lamports. It appears to be drawing from some reserve of lamports inside the validator that runs dry.