@chain-registry/v2
Version:
38 lines (37 loc) • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: 'cifer',
assets: [{
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
denomUnits: [{
denom: 'ucif',
exponent: 0
}, {
denom: 'cif',
exponent: 6
}],
base: 'ucif',
name: 'Cifer',
display: 'cif',
symbol: 'CIF',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
theme: {
primaryColorHex: '#af49b7'
}
}],
socials: {
website: 'http://cifer.ai/',
twitter: 'https://twitter.com/cifer_ai'
},
typeAsset: 'sdk.coin'
}]
};
exports.default = info;