chain-registry
Version:
35 lines (34 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chain_name: 'likecoin',
assets: [{
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
denom_units: [{
denom: 'nanolike',
exponent: 0
}, {
denom: 'like',
exponent: 9
}],
base: 'nanolike',
name: 'LikeCoin',
display: 'like',
symbol: 'LIKE',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
},
coingecko_id: 'likecoin',
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg',
theme: {
primary_color_hex: '#2d656c'
}
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;