UNPKG

chain-registry

Version:
58 lines (57 loc) 1.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'celestiatestnet2', chain_type: 'cosmos', chain_id: 'arabica-11', pretty_name: 'Arabica Testnet', status: 'live', network_type: 'devnet', bech32_prefix: 'celestia', daemon_name: 'celestia-appd', node_home: '$HOME/.celestia-app', key_algos: ['secp256k1'], slip44: 118, fees: { fee_tokens: [{ denom: 'utia', fixed_min_gas_price: 0, low_gas_price: 0.01, average_gas_price: 0.02, high_gas_price: 0.1 }] }, codebase: { git_repo: 'https://github.com/celestiaorg/celestia-app', recommended_version: 'v3.3.1-arabica', compatible_versions: [ 'v3.0.0-arabica', 'v3.0.1-arabica', 'v3.0.2-arabica', 'v3.1.0-arabica', 'v3.2.0-arabica', 'v3.3.0-arabica', 'v3.3.1-arabica' ], genesis: { genesis_url: 'https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-11/genesis.json' } }, apis: { rpc: [{ address: 'https://validator-1.celestia-arabica-11.com/', provider: 'Celestia Labs' }], rest: [{ address: 'https://api.celestia-arabica-11.com/', provider: 'Celestia Labs' }] }, explorers: [{ kind: 'Celenium', url: 'https://arabica.celenium.io/', tx_page: 'https://arabica.celenium.io/tx/${txHash}' }] }; exports.default = info;