UNPKG

chain-registry

Version:
35 lines (34 loc) 1.27 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chain_name: 'umee', assets: [{ description: 'The native token of Umee', denom_units: [{ denom: 'uumee', exponent: 0 }, { denom: 'umee', exponent: 6 }], base: 'uumee', name: 'Umee', display: 'umee', symbol: 'UMEE', logo_URIs: { 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' }, coingecko_id: '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: { primary_color_hex: '#22f2e9' } }], type_asset: 'sdk.coin' }] }; exports.default = info;