Skip to content

Commit

Permalink
router usdc(ibc) added (#5759)
Browse files Browse the repository at this point in the history
* router usdc(ibc) added

* Update assetlist.json

removed image section
  • Loading branch information
Iamshashvat authored Dec 31, 2024
1 parent 609b45d commit fbd3b1d
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion routerchain/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,62 @@
"twitter": "https://x.com/routerprotocol"
},
"type_asset": "sdk.coin"
},
{
"description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
"denom_units": [
{
"denom": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
"exponent": 0,
"aliases": [
"microusdc",
"uusdc"
]
},
{
"denom": "usdc",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
"name": "USDC",
"display": "usdc",
"symbol": "USDC",
"traces": [
{
"type": "synthetic",
"counterparty": {
"chain_name": "forex",
"base_denom": "USD"
},
"provider": "Circle"
},
{
"type": "additional-mintage",
"counterparty": {
"chain_name": "ethereum",
"base_denom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
"provider": "Circle"
},
{
"type": "ibc",
"counterparty": {
"chain_name": "noble",
"base_denom": "uusdc",
"channel_id": "channel-119"
},
"chain": {
"channel_id": "channel-13",
"path": "transfer/channel-13/uusdc"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
}
}
]
}
}

0 comments on commit fbd3b1d

Please sign in to comment.