chain-registry
Version:
39 lines (38 loc) • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'bitcanna',
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',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
},
coingecko_id: 'bitcanna',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg',
theme: {
primary_color_hex: '#3cc494'
}
}],
socials: {
website: 'http://www.bitcanna.io/',
twitter: 'https://twitter.com/BitCannaGlobal'
},
type_asset: 'sdk.coin'
}]
};
exports.default = info;