chain-registry
Version:
29 lines (28 loc) • 906 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'bluechip',
assets: [{
description: 'The native staking token of BlueChip.',
denom_units: [{
denom: 'ubluechip',
exponent: 0
}, {
denom: 'bcp',
exponent: 6
}],
base: 'ubluechip',
name: 'blue chip',
display: 'bcp',
symbol: 'BCP',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png',
theme: {
primary_color_hex: '#0c94d3'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;