@chain-registry/v2
Version:
43 lines (42 loc) • 1.49 kB
JavaScript
const info = {
$schema: '../../../assetlist.schema.json',
chainName: 'bitcointestnet',
assets: [{
description: 'The testnet version of Bitcoin.',
denomUnits: [{
denom: 'sat',
exponent: 0
}, {
denom: 'btc',
exponent: 8
}],
typeAsset: 'bitcoin-like',
base: 'sat',
name: 'Bitcoin',
display: 'btc',
symbol: 'BTC',
traces: [{
type: 'test-mintage',
counterparty: {
chainName: 'bitcoin',
baseDenom: 'sat'
},
provider: 'Bitcoin'
}],
images: [{
imageSync: {
chainName: 'bitcoin',
baseDenom: 'sat'
},
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
theme: {
primaryColorHex: '#f4941c',
backgroundColorHex: '#f4941c',
circle: true
}
}],
coingeckoId: 'bitcoin'
}]
};
export default info;