UNPKG

chain-registry

Version:
45 lines (44 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../../assetlist.schema.json', chain_name: 'litecointestnet', assets: [{ description: 'The testnet version of Litecoin.', denom_units: [{ denom: 'litoshi', exponent: 0 }, { denom: 'ltc', exponent: 8 }], type_asset: 'bitcoin-like', base: 'litoshi', name: 'Litecoin', display: 'ltc', symbol: 'LTC', traces: [{ type: 'test-mintage', counterparty: { chain_name: 'litecoin', base_denom: 'litoshi' }, provider: 'Litecoin' }], images: [{ image_sync: { chain_name: 'litecoin', base_denom: 'litoshi' }, svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png', theme: { primary_color_hex: '#f4941c', background_color_hex: '#f4941c', circle: true } }], coingecko_id: 'litecoin' }] }; exports.default = info;