cybercongress / go-cyber

Your 🔵 Superintelligence
https://cyb.ai
Other
354 stars 86 forks source link

Added root denom as denom unit of boot #760

Closed cyborgshead closed 3 weeks ago

cyborgshead commented 3 weeks ago
{
  "metadatas": [
    {
      "description": "The staking token of Bostrom",
      "denom_units": [
        {
          "denom": "boot",
          "exponent": 0,
          "aliases": [
            "BOOT"
          ]
        },
        {
          "denom": "root",
          "exponent": 9,
          "aliases": [
            "ROOT"
          ]
        }
      ],
      "base": "boot",
      "display": "boot",
      "name": "Bostrom Boot",
      "symbol": "BOOT",
      "uri": "",
      "uri_hash": ""
    },
    ...
  ],
  "pagination": {
    "next_key": null,
    "total": "4"
  }
}