chain-registry
Version:
40 lines (39 loc) • 1.69 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'bitcannadevnet2',
assets: [{
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
denom_units: [{
denom: 'ubcna',
exponent: 0
}, {
denom: 'bcna',
exponent: 6
}],
base: 'ubcna',
display: 'bcna',
name: 'BitCanna',
symbol: 'BCNA',
traces: [{
type: 'test-mintage',
counterparty: {
chain_name: 'bitcanna',
base_denom: 'ubcna'
},
provider: 'Bitcanna'
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg'
},
coingecko_id: 'bitcanna',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/bitcannadevnet2/images/bcna.svg'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;