Skip to content

Commit

Permalink
Create assetlist.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzonder authored Dec 18, 2024
1 parent 58b658d commit bf985f2
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions testnets/dymensiontestnet1/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "dymensiontestnet1",
"assets": [
{
"description": "The native governance and staking token of the Dymension Hub",
"denom_units": [
{
"denom": "adym",
"exponent": 0
},
{
"denom": "dym",
"exponent": 18
}
],
"type_asset": "sdk.coin",
"base": "adym",
"name": "Dymension",
"display": "dym",
"symbol": "DYM"
},
{
"description": "USDC from Noble",
"denom_units": [
{
"denom": "ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B",
"exponent": 0
},
{
"denom": "usdc",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B",
"name": "Noble USD Coin",
"display": "usdc",
"symbol": "USDC",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "nobletestnet",
"base_denom": "uusdc",
"channel_id": "channel-295"
},
"chain": {
"channel_id": "channel-292",
"path": "transfer/channel-292/uusdc"
}
}
],
"images": [
{
"image_sync": {
"chain_name": "noble",
"base_denom": "uusdc"
},
"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",
"theme": {
"circle": true,
"primary_color_hex": "#2775CA"
}
}
],
"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 bf985f2

Please sign in to comment.