UNPKG

@chain-registry/v2

Version:
41 lines (40 loc) 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../assetlist.schema.json', chainName: 'onomy', assets: [{ description: 'The native token of Onomy Protocol', denomUnits: [{ denom: 'anom', exponent: 0 }, { denom: 'nom', exponent: 18 }], base: 'anom', name: 'Nom', display: 'nom', symbol: 'NOM', logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg' }, keywords: [ 'dex', 'stablecoin', 'bridge', 'staking' ], coingeckoId: 'onomy-protocol', images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg', theme: { primaryColorHex: '#1c1c28' } }], typeAsset: 'sdk.coin' }] }; exports.default = info;