UNPKG

@chain-registry/v2

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