chain-registry
Version:
29 lines (28 loc) • 1.13 kB
JavaScript
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'outbedevnet',
assets: [{
description: 'The native token of outbe-node',
denomUnits: [{
denom: 'unit',
exponent: 0
}, {
denom: 'coen',
exponent: 18
}],
base: 'unit',
name: 'coen',
display: 'coen',
symbol: 'COEN',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;