@chain-registry/v2
Version:
29 lines (28 loc) • 901 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'bluechip',
assets: [{
description: 'The native staking token of BlueChip.',
denomUnits: [{
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: {
primaryColorHex: '#0c94d3'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;