UNPKG

@chain-registry/v2

Version:
41 lines (40 loc) 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'mises', assets: [{ description: 'The native staking and gov token of the Mises Network.', denomUnits: [ { denom: 'umis', exponent: 0, aliases: ['micromis'] }, { denom: 'mmis', exponent: 3, aliases: ['millimis'] }, { denom: 'mis', exponent: 6 } ], base: 'umis', display: 'mis', name: 'mises network MIS', symbol: 'MIS', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png', theme: { primaryColorHex: '#f5f5f8' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;