UNPKG

chain-registry

Version:
37 lines (36 loc) 1.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'litecoin', assets: [{ description: 'The currency of Litecoin.', extended_description: 'Litecoin (LTC) is a peer-to-peer cryptocurrency created in 2011 by Charlie Lee as a lighter alternative to Bitcoin. It features faster block generation times and a different hashing algorithm (Scrypt), allowing for quicker transaction processing and lower fees. Often referred to as the "silver to Bitcoin\'s gold," Litecoin is designed to provide a more efficient and accessible digital payment option.', denom_units: [{ denom: 'litoshi', exponent: 0 }, { denom: 'ltc', exponent: 8 }], type_asset: 'bitcoin-like', base: 'litoshi', name: 'Litecoin', display: 'ltc', symbol: 'LTC', coingecko_id: 'litecoin', images: [{ 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: '#345D9D', circle: true } }], socials: { website: 'https://litecoin.org/', twitter: 'https://x.com/litecoin' } }] }; exports.default = info;