UNPKG

chain-registry

Version:
31 lines (30 loc) 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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' }] }; exports.default = info;