UNPKG

chain-registry

Version:
29 lines (28 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../assetlist.schema.json', chain_name: 'doravotatestnet', assets: [{ description: 'The native staking and governance token of the Theta testnet version of the Dora Vota Testnet.', denom_units: [{ denom: 'peaka', exponent: 0 }, { denom: 'DORA', exponent: 18 }], base: 'peaka', name: 'Dora Vota Testnet', display: 'DORA', symbol: 'DORA', logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png' }, images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/doravotatestnet/images/doravota.png' }], type_asset: 'sdk.coin' }] }; exports.default = info;