@chain-registry/v2
Version:
35 lines (34 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../assetlist.schema.json',
chainName: '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.',
denomUnits: [{
denom: 'nanolike',
exponent: 0
}, {
denom: 'like',
exponent: 9
}],
base: 'nanolike',
name: 'LikeCoin',
display: 'like',
symbol: 'LIKE',
logoURIs: {
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'
},
coingeckoId: '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: {
primaryColorHex: '#2d656c'
}
}],
typeAsset: 'sdk.coin'
}]
};
exports.default = info;