@chain-registry/assets
Version:
Chain Registry Asset Lists
92 lines (91 loc) • 3.9 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const assets = {
chain_name: 'mande',
assets: [{
description: 'The native governance and staking token of the Dymension Hub',
denom_units: [{
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
exponent: 0,
aliases: ['adym']
}, {
denom: 'dym',
exponent: 18
}],
type_asset: 'sdk.coin',
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
name: 'Dymension',
display: 'dym',
symbol: 'DYM',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
},
coingecko_id: 'dymension',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
theme: {
primary_color_hex: '#f4e4d4'
}
}],
socials: {
website: 'https://portal.dymension.xyz',
twitter: 'https://twitter.com/dymension'
},
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-51',
base_denom: 'adym',
chain_name: 'dymension'
},
chain: {
channel_id: 'channel-0'
}
}]
}, {
description: 'The native governance and staking token of the Dymension Hub',
denom_units: [{
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
exponent: 0,
aliases: ['adym']
}, {
denom: 'dym',
exponent: 18
}],
type_asset: 'sdk.coin',
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
name: 'Dymension',
display: 'dym',
symbol: 'DYM',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
},
coingecko_id: 'dymension',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
theme: {
primary_color_hex: '#f4e4d4'
}
}],
socials: {
website: 'https://portal.dymension.xyz',
twitter: 'https://twitter.com/dymension'
},
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-51',
base_denom: 'adym',
chain_name: 'dymension'
},
chain: {
channel_id: 'channel-0'
}
}]
}]
};
exports.default = assets;