Skip to content

Commit

Permalink
add asset for ibc'd OSMO (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence authored Mar 6, 2024
1 parent edc2549 commit 100d4ab
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/constants/assets/local-asset-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,28 @@
"png": "https://raw.githubusercontent.com/penumbra-zone/web/main/apps/webapp/public/favicon.png"
}
]
},
{
"denomUnits": [
{
"denom": "osmo",
"exponent": 6
},
{
"denom": "transfer/channel-3/uosmo",
"exponent": 0
}
],
"base": "transfer/channel-3/uosmo",
"display": "osmo",
"symbol": "OSMO",
"penumbraAssetId": {
"inner": "fLgjA/jT2EN7SFFeKUgZkL8UePmcz5qvNO/CyDBSwQE="
},
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"
}
]
}
]

0 comments on commit 100d4ab

Please sign in to comment.