explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Gracefully handle malform token's name

Open pdp2121 opened this issue 1 month ago • 0 comments

Currency name with less than or equal to 3 characters issuing as a hex was label with prefix "Fake" (see https://github.com/ripple/explorer/pull/1131). We should handle this more gracefully by:

  • For token, add a warning sign instead of the Fake prefix (avoid changing token's intended name)
  • For oracle, since price feed is just data, not actual tokens that are transactable, remove the prefix.

Important: Make sure any token with name "XRP" DOES NOT have the X icon in UX

pdp2121 avatar Dec 03 '25 00:12 pdp2121