chain-registry
Version:
41 lines (40 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}]
};
exports.default = info;