UNPKG

@chain-registry/v2

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