UNPKG

chain-registry

Version:
56 lines (55 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'doravotatestnet', chain_type: 'cosmos', chain_id: 'vota-testnet', pretty_name: 'Dora Vota Testnet', status: 'live', network_type: 'testnet', bech32_prefix: 'dora', daemon_name: 'dorad', node_home: '$HOME/.dora', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'peaka', fixed_min_gas_price: 100000000000 }] }, staking: { staking_tokens: [{ denom: 'peaka' }] }, codebase: { git_repo: 'https://github.com/dorafactory/doravota', recommended_version: 'v11.0.0', compatible_versions: ['v11.0.0'], genesis: { genesis_url: 'https://github.com/DoraFactory/doravota/blob/main/config/testnet/genesis.json' } }, apis: { rpc: [{ address: 'https://vota-testnet-rpc.dorafactory.org/', provider: 'dorafactory' }], rest: [{ address: 'https://vota-testnet-rest.dorafactory.org', provider: 'dorafactory' }], grpc: [{ address: 'vota-testnet-grpc.dorafactory.org:443', provider: 'dorafactory' }] }, explorers: [{ kind: 'Dora Vota Ping Pub', url: 'https://maci-explorer-test.dorafactory.org', tx_page: 'https://maci-explorer-test.dorafactory.org/dora/tx/${txHash}' }] }; exports.default = info;