explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Replace the logic in `amendmentUtils.ts` with validator-history-service API for `EnableAmendment` transaction

Open pdp2121 opened this issue 7 months ago • 3 comments

The logic in this file to populate data for EnableAmendment transactions: https://github.com/ripple/explorer/blob/staging/src/containers/shared/amendmentUtils.ts

can be now replaced with the validator-history-service new API: https://data.xrpl.org/v1/network/amendment/info/{amendment id/name}

For example: https://data.xrpl.org/v1/network/amendment/info/8CC0774A3BF66D1D22E76BBDA8E8A232E6B6313834301B3B23E8601196AE6455

pdp2121 avatar Dec 04 '23 23:12 pdp2121