Skip to content

Commit

Permalink
Add OM as a supported asset on Nolus (cosmos#5833)
Browse files Browse the repository at this point in the history
* Add OM as a supported asset on Nolus

* Lowercase display denomination
  • Loading branch information
metodi96 authored Jan 17, 2025
1 parent 2468304 commit a6a2c2a
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions nolus/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,60 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg"
}
},
{
"description": "OM transferred from the Osmosis mainnet that is supported on the Nolus chain",
"denom_units": [
{
"denom": "ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C",
"exponent": 0,
"aliases": [
"uom"
]
},
{
"denom": "om",
"exponent": 6,
"aliases": []
}
],
"type_asset": "ics20",
"base": "ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C",
"name": "Mantra OM",
"display": "om",
"symbol": "OM",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "osmosis",
"base_denom": "ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795",
"channel_id": "channel-783"
},
"chain": {
"channel_id": "channel-0",
"path": "transfer/channel-0/transfer/channel-85077/uom"
}
}
],
"images": [
{
"image_sync": {
"chain_name": "osmosis",
"base_denom": "ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg",
"theme": {
"circle": true,
"background_color_hex": "#fba0c1"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg"
}
},
{
"description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
"denom_units": [
Expand Down

0 comments on commit a6a2c2a

Please sign in to comment.