@chain-registry/v2
Version:
29 lines (28 loc) • 1.11 kB
JavaScript
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'
}]
};
export default info;