UNPKG

chain-registry

Version:
35 lines (34 loc) 1.2 kB
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' ], 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' }], typeAsset: 'sdk.coin' }] }; export default info;