chain-registry
Version:
32 lines (31 loc) • 1.16 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'logos',
assets: [{
description: 'The native token of Logos',
denom_units: [{
denom: 'aLYT',
exponent: 0
}, {
denom: 'LYT',
exponent: 18
}],
base: 'aLYT',
name: 'LYT',
display: 'LYT',
symbol: 'LYT',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg',
theme: {
primary_color_hex: '#848484'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;