UNPKG

chain-registry

Version:
29 lines (28 loc) 1.14 kB
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' }] }; export default info;