chain-registry
Version:
31 lines (30 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chain_name: 'likecointestnet',
assets: [{
description: 'EKIL is the native token for LikeCoin Testnet',
denom_units: [{
denom: 'nanoekil',
exponent: 0
}, {
denom: 'ekil',
exponent: 9
}],
base: 'nanoekil',
name: 'LikeCoin',
display: 'ekil',
symbol: 'EKIL',
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'
},
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'
}],
type_asset: 'sdk.coin'
}]
};
exports.default = info;