UNPKG

chain-registry

Version:
92 lines (91 loc) 2.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chain_name: 'xplatestnet', status: 'live', website: 'https://xpla.io', network_type: 'testnet', pretty_name: 'XPLA', chain_type: 'cosmos', chain_id: 'cube_47-5', bech32_prefix: 'xpla', daemon_name: 'xplad', node_home: '$HOME/.xpla', key_algos: ['ethsecp256k1'], slip44: 60, fees: { fee_tokens: [{ denom: 'axpla', fixed_min_gas_price: 850000000000, low_gas_price: 850000000000, average_gas_price: 1147500000000, high_gas_price: 1487500000000 }] }, staking: { staking_tokens: [{ denom: 'axpla' }] }, codebase: { git_repo: 'https://github.com/xpladev/xpla', recommended_version: 'v1.7.0-cube', compatible_versions: ['v1.7.0-cube'], consensus: { type: 'cometbft', version: 'v0.38.12' }, genesis: { genesis_url: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json' }, sdk: { type: 'cosmos', repo: 'https://github.com/xpladev/cosmos-sdk', version: 'v0.50.10', tag: 'v0.50.10-xpla' }, ibc: { type: 'go', version: 'v8.4.0' }, cosmwasm: { version: 'v0.53.2' } }, logo_URIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg' }, apis: { rpc: [{ address: 'https://cube-rpc.xpla.dev', provider: 'Holdings' }], rest: [{ address: 'https://cube-lcd.xpla.dev', provider: 'Holdings' }], "evm-http-jsonrpc": [{ address: 'https://cube-evm-rpc.xpla.dev', provider: 'Holdings' }] }, explorers: [{ kind: 'explorer.xpla', url: 'https://explorer.xpla.io/testnet', tx_page: 'https://explorer.xpla.io/testnet/mainnet/tx/${txHash}' }, { kind: 'finder', url: 'https://finder.xpla.io/testnet', tx_page: 'https://finder.xpla.io/testnet/tx/${txHash}' }], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png', svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg', theme: { primary_color_hex: '#04b4fc' } }] }; exports.default = info;