UNPKG

chain-registry

Version:
37 lines (36 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'empowerchain', assets: [{ description: 'The native staking and governance token of Empower.', denomUnits: [{ denom: 'umpwr', exponent: 0 }, { denom: 'mpwr', exponent: 6 }], base: 'umpwr', name: 'MPWR', display: 'mpwr', symbol: 'MPWR', logoURIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg' }, images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg', theme: { circle: true } }, { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png', theme: { circle: false } }], typeAsset: 'sdk.coin' }] }; exports.default = info;