UNPKG

chain-registry

Version:
37 lines (36 loc) 1.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'bitcoincash', assets: [{ description: 'Bitcoin Cash (BCH) is a digital coin designed for quick and cost-effective transactions.', extended_description: 'Bitcoin Cash (BCH) is a peer-to-peer cryptocurrency that was created as a fork of Bitcoin (BTC) in 2017 to address scalability issues. It increases transaction throughput by allowing larger block sizes, enabling faster and cheaper transactions compared to Bitcoin. Bitcoin Cash aims to serve as a more practical digital cash for everyday use, prioritizing efficiency and low fees in financial transactions on a global scale.', denom_units: [{ denom: 'sat', exponent: 0 }, { denom: 'bch', exponent: 8 }], type_asset: 'bitcoin-like', base: 'sat', name: 'Bitcoin Cash', display: 'bch', symbol: 'BCH', coingecko_id: 'bitcoin-cash', images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg', png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png', theme: { primary_color_hex: '#0AC18E', circle: true } }], socials: { website: 'https://bitcoincash.org/', twitter: 'https://x.com/bitcoincashorg' } }] }; exports.default = info;