feat: hooksv2 wallet inferencing (#2142)

Allow hooksv2 wallet inferencing
This commit is contained in:
Connor Chen
2022-11-21 16:51:41 -05:00
committed by GitHub
parent 5f5f06f1ab
commit 8921b6ac93
5 changed files with 55 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ 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.
* When connected to hooks v2 testnet or 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)