chain-registry
Version:
33 lines (32 loc) • 1.24 kB
JavaScript
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'meme',
assets: [{
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
denom_units: [{
denom: 'umeme',
exponent: 0
}, {
denom: 'meme',
exponent: 6
}],
base: 'umeme',
name: 'MEME',
display: 'meme',
symbol: 'MEME',
logo_URIs: {
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'
},
coingecko_id: 'meme-network',
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',
theme: {
primary_color_hex: '#b7dcd8'
}
}],
type_asset: 'sdk.coin'
}]
};
export default info;