@chain-registry/v2
Version:
34 lines (33 loc) • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'logos',
assets: [{
description: 'The native token of Logos',
denomUnits: [{
denom: 'aLYT',
exponent: 0
}, {
denom: 'LYT',
exponent: 18
}],
base: 'aLYT',
name: 'LYT',
display: 'LYT',
symbol: 'LYT',
logoURIs: {
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: {
primaryColorHex: '#848484'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;