chain-registry
Version:
35 lines (34 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: '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.',
denomUnits: [{
denom: 'ubcna',
exponent: 0
}, {
denom: 'bcna',
exponent: 6
}],
base: 'ubcna',
display: 'bcna',
name: 'BitCanna',
symbol: 'BCNA',
logoURIs: {
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'
},
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'
}],
socials: {
website: 'http://www.bitcanna.io/',
x: 'https://x.com/BitCannaGlobal'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;