chain-registry
Version:
37 lines (36 loc) • 1.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'mande',
assets: [{
description: 'The native token of Mande Network.',
extendedDescription: 'Credibility Hub for Web3',
denomUnits: [{
denom: 'amand',
exponent: 0
}, {
denom: 'mand',
exponent: 18
}],
typeAsset: 'sdk.coin',
base: 'amand',
name: 'Mande Network',
display: 'mand',
symbol: 'MAND',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
}],
socials: {
website: 'https://mande.network/',
x: 'https://x.com/MandeNetwork'
},
keywords: ['credibility', 'web3'],
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
}
}]
};
exports.default = info;