feat: amm devnet to fundWallet and custom faucetPaths (#2083)

* Add amm devnet support

* Add option for faucet paths

Co-authored-by: Jackson Mills <aim4math@gmail.com>
This commit is contained in:
Connor Chen
2022-11-18 14:54:23 -05:00
committed by GitHub
parent a4c2bb998f
commit 5f5f06f1ab
6 changed files with 205 additions and 179 deletions

View File

@@ -11,6 +11,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
### Changed
* Add support for Transaction objects in `verifyTransaction`
* When connected to amm devnet, Client.fundWallet now defaults to using the faucet instead of requiring specification.
* Ability to specify faucet url for wallet generation/funding purposes
## 2.5.0 (2022-10-13)
### Added