chain-registry
Version:
29 lines (28 loc) • 1.09 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chainName: 'meme',
assets: [{
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
denomUnits: [{
denom: 'umeme',
exponent: 0
}, {
denom: 'meme',
exponent: 6
}],
base: 'umeme',
name: 'MEME',
display: 'meme',
symbol: 'MEME',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
}],
typeAsset: 'sdk.coin'
}]
};
export default info;