UNPKG

chain-registry

Version:
39 lines (38 loc) 1.22 kB
const info = { $schema: '../assetlist.schema.json', chain_name: 'mises', assets: [{ description: 'The native staking and gov token of the Mises Network.', denom_units: [ { 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', logo_URIs: { 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: { primary_color_hex: '#f5f5f8' } }], type_asset: 'sdk.coin' }] }; export default info;