UNPKG

@chain-registry/v2

Version:
33 lines (32 loc) 1.19 kB
const info = { $schema: '../assetlist.schema.json', chainName: 'umee', assets: [{ description: 'The native token of Umee', denomUnits: [{ denom: 'uumee', exponent: 0 }, { denom: 'umee', exponent: 6 }], base: 'uumee', name: 'Umee', display: 'umee', symbol: 'UMEE', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg' }, coingeckoId: 'umee', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg', theme: { primaryColorHex: '#22f2e9' } }], typeAsset: 'sdk.coin' }] }; export default info;