UNPKG

chain-registry

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