@chain-registry/v2
Version:
36 lines (35 loc) • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'lumera',
assets: [{
denomUnits: [{
denom: 'ulume',
exponent: 0,
aliases: ['microlume']
}, {
denom: 'LUME',
exponent: 6,
aliases: ['lume']
}],
base: 'ulume',
display: 'LUME',
name: 'lume',
symbol: 'LUME',
typeAsset: 'sdk.coin',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
}],
socials: {
github: 'https://github.com/LumeraProtocol/lumera',
discord: 'https://discord.gg/lumeraprotocol',
telegram: 'https://t.me/lumeraprotocol',
website: 'https://lumera.io'
}
}]
};
exports.default = info;