UNPKG

chain-registry

Version:
30 lines (29 loc) 999 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chainName: 'lavatestnet', assets: [{ description: 'The native token of Lava', denomUnits: [{ denom: 'ulava', exponent: 0 }, { denom: 'lava', exponent: 6 }], base: 'ulava', name: 'LAVA', display: 'lava', symbol: 'LAVA', logoURIs: { svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg' }, keywords: ['rpc', 'api'], images: [{ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg' }], typeAsset: 'sdk.coin' }] }; exports.default = info;