@chain-registry/v2
Version:
34 lines (33 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'loyal',
assets: [{
description: 'The native token of Loyal',
denomUnits: [{
denom: 'ulyl',
exponent: 0
}, {
denom: 'lyl',
exponent: 6
}],
base: 'ulyl',
name: 'Loyal',
display: 'lyl',
symbol: 'LYL',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg',
theme: {
primaryColorHex: '#5445fb'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;