@chain-registry/assets
Version:
Chain Registry Asset Lists
82 lines (81 loc) • 3.22 kB
JavaScript
const assets = {
chain_name: 'composabletestnet',
assets: [{
description: 'The native token of Prysm',
denom_units: [{
denom: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
exponent: 0,
aliases: ['uprysm']
}, {
denom: 'prysm',
exponent: 6
}],
base: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
display: 'prysm',
name: 'Prysm',
symbol: 'PRYSM',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
theme: {
circle: true,
primary_color_hex: '#cf654f'
}
}],
socials: {
website: 'https://www.prysm.network/',
twitter: 'https://twitter.com/PrysmNetwork'
},
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-3',
base_denom: 'uprysm',
chain_name: 'prysmdevnet'
},
chain: {
channel_id: 'channel-50'
}
}]
}, {
description: 'The native token of Prysm',
denom_units: [{
denom: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
exponent: 0,
aliases: ['uprysm']
}, {
denom: 'prysm',
exponent: 6
}],
base: 'ibc/51179EAC4294D61C1FE740773D717340F7C74F954206C443266C871216129FB3',
display: 'prysm',
name: 'Prysm',
symbol: 'PRYSM',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
theme: {
circle: true,
primary_color_hex: '#cf654f'
}
}],
socials: {
website: 'https://www.prysm.network/',
twitter: 'https://twitter.com/PrysmNetwork'
},
type_asset: 'sdk.coin',
traces: [{
type: 'ibc',
counterparty: {
channel_id: 'channel-3',
base_denom: 'uprysm',
chain_name: 'prysmdevnet'
},
chain: {
channel_id: 'channel-50'
}
}]
}]
};
export default assets;