chain-registry
Version:
29 lines (28 loc) • 897 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'mun',
assets: [{
description: 'The native token of Mun',
denomUnits: [{
denom: 'umun',
exponent: 0
}, {
denom: 'mun',
exponent: 6
}],
base: 'umun',
name: 'Mun',
display: 'mun',
symbol: 'MUN',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;