@chain-registry/assets
Version:
Chain Registry Asset Lists
92 lines (91 loc) • 4.05 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const assets = {
chain_name: 'point',
assets: [{
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
denom_units: [{
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
name: 'Cosmos Hub Atom',
display: 'atom',
symbol: 'ATOM',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
},
coingecko_id: 'cosmos',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
theme: {
primary_color_hex: '#272d45'
}
}],
socials: {
website: 'https://cosmos.network',
twitter: 'https://twitter.com/cosmoshub'
},
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-404',
base_denom: 'uatom',
chain_name: 'cosmoshub'
},
chain: {
channel_id: 'channel-0'
}
}]
}, {
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
denom_units: [{
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
name: 'Cosmos Hub Atom',
display: 'atom',
symbol: 'ATOM',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
},
coingecko_id: 'cosmos',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
theme: {
primary_color_hex: '#272d45'
}
}],
socials: {
website: 'https://cosmos.network',
twitter: 'https://twitter.com/cosmoshub'
},
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-404',
base_denom: 'uatom',
chain_name: 'cosmoshub'
},
chain: {
channel_id: 'channel-0'
}
}]
}]
};
exports.default = assets;