chain-registry
Version:
29 lines (28 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../assetlist.schema.json',
chainName: 'limonatatestnet',
assets: [{
description: 'LIMO is the native gas and staking token of Limonata, an EVM Layer-1 on the Cosmos SDK.',
denomUnits: [{
denom: 'aLIMO',
exponent: 0
}, {
denom: 'LIMO',
exponent: 18
}],
base: 'aLIMO',
name: 'Limonata',
display: 'LIMO',
symbol: 'LIMO',
typeAsset: 'sdk.coin',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
}]
}]
};
exports.default = info;