UNPKG

chain-registry

Version:
33 lines (32 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'lumen', assets: [{ description: 'The native staking token of Lumen.', denomUnits: [{ denom: 'ulmn', exponent: 0 }, { denom: 'lmn', exponent: 6 }], base: 'ulmn', name: 'Lumen', display: 'lmn', symbol: 'LMN', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumen/images/lmn.png' }], socials: { website: 'https://lumen-browser.com/', github: 'https://github.com/network-lumen/', telegram: 'https://t.me/+HBWh_cUJCrZiODE0', discord: 'https://discord.gg/DwK6V9shKc', x: 'https://x.com/LumenStack' }, typeAsset: 'sdk.coin' }] }; exports.default = info;