chain-registry
Version:
29 lines (28 loc) • 1.05 kB
JavaScript
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'
}]
};
export default info;