chain-registry
Version:
29 lines (28 loc) • 915 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'mucoin',
assets: [{
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
denomUnits: [{
denom: 'umuc',
exponent: 0
}, {
denom: 'MUC',
exponent: 6
}],
typeAsset: 'sdk.coin',
base: 'umuc',
name: 'MuCoin',
display: 'MUC',
symbol: 'MUC',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
}],
socials: {
website: 'https://mucoin.org'
}
}]
};
exports.default = info;