Purpose

Have a custom asset show up with a proper denomination at https://app.nibiru.fi/portfolio.

Steps

  1. Clone the following repo: https://github.com/cosmos/chain-registry/tree/master
  2. Add your denom into: ‣
  3. Make a PR to merge it back to the upstream

Example JSON object:

{
      "description": "utestate",
      "denom_units": [
        {
          "denom": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
          "exponent": 0
        }
      ],
      "base": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
      "name": "utestate",
      "display": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
      "symbol": "UTESTATE"
    }