ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
95 stars 61 forks source link

fix: use `Currency` in the metadata description #973

Open mvadari opened 2 months ago

mvadari commented 2 months ago

High Level Overview of Change

This PR adds the use of the Currency element to the metadata processing, so that proper hex-converted currency codes are used and there are links to the currency pages.

Context of Change

It is difficult to read when currencies that have a code longer than 3 characters aren't displayed properly.

Type of Change

TypeScript/Hooks Update

Before / After

Before: image

After: image

Test Plan

TODO