XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

feat: default requests to use rippled API v2 #2687

Closed khancode closed 2 months ago

khancode commented 2 months ago

High Level Overview of Change

Default requests to use rippled API version 2.

Context of Change

Type of Change

Did you update HISTORY.md?

Test Plan

Update existing tests for account_info to match rippled API v2 response data format

khancode commented 2 months ago

This PR is no longer applicable since we need to continue TS types support for api_version 1.