Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use
requestAirdrop
to fund e2e accounts (#1125)
@willemneal [pointed out](stellar/stellar-docs#1101 (review)) that it's a bit of a bummer to create accounts with a pure-SDK interface just to revert to `fetch` and a hard-coded Friendbot URL in order to fund that account. This uses `rpc.Server#requestAirdrop` to do the funding. I find the name of this method a bit unexpected! I wonder if the language here has evolved since the method was first added.
- Loading branch information