@chain-registry/assets
Version:
Chain Registry Asset Lists
76 lines (75 loc) • 3.32 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const assets = {
chain_name: 'symphonytestnet3',
assets: [{
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
denom_units: [{
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
name: 'Cosmos',
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'
},
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'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-4300',
base_denom: 'uatom',
chain_name: 'cosmoshubtestnet'
},
chain: {
channel_id: 'channel-7'
}
}]
}, {
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
denom_units: [{
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
exponent: 0,
aliases: ['uatom']
}, {
denom: 'atom',
exponent: 6
}],
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
name: 'Cosmos',
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'
},
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'
}],
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-4300',
base_denom: 'uatom',
chain_name: 'cosmoshubtestnet'
},
chain: {
channel_id: 'channel-7'
}
}]
}]
};
exports.default = assets;