chain-registry
Version:
45 lines (44 loc) • 1.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../../assetlist.schema.json',
chain_name: 'bitcoincashtestnet',
assets: [{
description: 'The testnet version of Bitcoin Cash.',
denom_units: [{
denom: 'sat',
exponent: 0
}, {
denom: 'bch',
exponent: 8
}],
type_asset: 'bitcoin-like',
base: 'sat',
name: 'Bitcoin Cash',
display: 'bch',
symbol: 'BCH',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'bitcoincash',
base_denom: 'sat'
},
provider: 'Bitcoin Cash'
}],
images: [{
image_sync: {
chain_name: 'bitcoincash',
base_denom: 'sat'
},
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: '#f4941c',
background_color_hex: '#f4941c',
circle: true
}
}],
coingecko_id: 'bitcoin-cash'
}]
};
exports.default = info;