Skip to content

Commit

Permalink
Add $CHIHUAHUA coin on osmosis (#5764)
Browse files Browse the repository at this point in the history
On branch add_CHIHUAHUA_coin
Changes to be committed:
Modified:   osmosis/assetlist.json
{
      "description": "Chihuahua coin",
      "denom_units": [
        {
          "denom": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
          "exponent": 0,
          "aliases": [
            "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua"
          ]
        },
        {
          "denom": "Chihuahua",
          "exponent": 6
        }
      ],
      "type_asset": "ics20",
      "base": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
      "name": "Chihuahua",
      "display": "Chihuahua",
      "symbol": "CHIHUAHUA",
      "traces": [
        {
          "type": "ibc",
          "counterparty": {
            "chain_name": "chihuahua",
            "base_denom": "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua",
            "channel_id": "channel-7"
          },
          "chain": {
            "channel_id": "channel-113",
            "path": "transfer/channel-113/factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua"
          }
        }
      ],
      "logo_URIs": {
        "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png"
      },
      "images": [
        {
          "image_sync": {
            "chain_name": "chihuahua",
            "base_denom": "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua"
          },
          "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png",
          "theme": {
            "primary_color_hex": "#444444",
            "background_color_hex": "#FFBF38",
            "circle": true
          }
        }
      ]
    },
  • Loading branch information
Chihuahuababy authored Dec 31, 2024
1 parent 82f5c88 commit 7cec0f5
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions osmosis/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -26429,6 +26429,58 @@
}
}
]
},
{
"description": "Chihuahua coin",
"denom_units": [
{
"denom": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
"exponent": 0,
"aliases": [
"factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua"
]
},
{
"denom": "Chihuahua",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/794CF0A448ECA518B9FEAB3356BD283E8762460F8FE87A013E6F9DBA6C53601C",
"name": "Chihuahua",
"display": "Chihuahua",
"symbol": "CHIHUAHUA",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "chihuahua",
"base_denom": "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua",
"channel_id": "channel-7"
},
"chain": {
"channel_id": "channel-113",
"path": "transfer/channel-113/factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png"
},
"images": [
{
"image_sync": {
"chain_name": "chihuahua",
"base_denom": "factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png",
"theme": {
"primary_color_hex": "#444444",
"background_color_hex": "#FFBF38",
"circle": true
}
}
]
}
]
}

0 comments on commit 7cec0f5

Please sign in to comment.