chain-registry
Version:
34 lines (33 loc) • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'mun',
assets: [{
description: 'The native token of Mun',
denom_units: [{
denom: 'umun',
exponent: 0
}, {
denom: 'mun',
exponent: 6
}],
base: 'umun',
name: 'Mun',
display: 'mun',
symbol: 'MUN',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg',
theme: {
primary_color_hex: '#f6ba32'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;