UNPKG

@chain-registry/v2

Version:
34 lines (33 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'uptick', assets: [{ description: 'The native token of Uptick', denomUnits: [{ denom: 'auptick', exponent: 0 }, { denom: 'uptick', exponent: 18 }], base: 'auptick', name: 'Uptick', display: 'uptick', symbol: 'UPTICK', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg', theme: { primaryColorHex: '#1f182f' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;