Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions _non-cosmos/namada/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,52 @@
}
]
},
{
"description": "USDN token",
"extended_description": "USDN is a yielding stablecoin collateral-backed by short-duration U.S. Treasury Bills.",
"denom_units": [
{
"denom": "ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12",
"exponent": 0,
"aliases": ["microusdn"]
},
{
"denom": "usdn",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/FF4DCB799014F4648230C356EA3CCE3B8C7D328EA3A3A4F77C2849219678CB12",
"name": "Noble Dollar",
"display": "usdn",
"symbol": "USDN",
"address": "tnam1phl5mjmejq20geyzxrp4d63uecacclfj3crmrdat",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "noble",
"base_denom": "uusdn",
"channel_id": "channel-136"
},
"chain": {
"channel_id": "channel-5",
"path": "transfer/channel-5/uusdn"
}
}
],
"coingecko_id": "noble-dollar-usdn",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg"
},
"images": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for images use image_sync

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added!

{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg"
}
]
},
{
"description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
"denom_units": [
Expand Down