chain-registry
Version:
31 lines (30 loc) • 1.13 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'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;