UNPKG

chain-registry

Version:
31 lines (30 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'nolustestnet', assets: [{ description: 'The native token of Nolus chain', denom_units: [{ denom: 'unls', exponent: 0 }, { denom: 'nls', exponent: 6 }], base: 'unls', name: 'Nolus', display: 'nls', symbol: 'NLS', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg' }], type_asset: 'sdk.coin' }] }; exports.default = info;