UNPKG

chain-registry

Version:
89 lines (88 loc) 2.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'xplatestnet', status: 'live', website: 'https://xpla.io', networkType: 'testnet', prettyName: 'XPLA Testnet', chainType: 'cosmos', chainId: 'cube_47-5', bech32Prefix: 'xpla', daemonName: 'xplad', nodeHome: '$HOME/.xpla', keyAlgos: ['ethsecp256k1'], slip44: 60, fees: { feeTokens: [{ denom: 'axpla', fixedMinGasPrice: 280000000000, lowGasPrice: 280000000000, averageGasPrice: 280000000000, highGasPrice: 280000000000 }] }, staking: { stakingTokens: [{ denom: 'axpla' }] }, codebase: { gitRepo: 'https://github.com/xpladev/xpla', recommendedVersion: 'v1.8.0-cube', compatibleVersions: ['v1.8.0-cube'], consensus: { type: 'cometbft', version: 'v0.38.17' }, genesis: { genesisUrl: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json' }, sdk: { type: 'cosmos', repo: 'https://github.com/xpladev/cosmos-sdk', version: 'v0.53.4', tag: 'v0.53.4-xpla' }, ibc: { type: 'go', version: 'v10.3.0' }, cosmwasm: { version: 'v0.60.1' } }, logoURIs: { 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' }], evmHttpJsonrpc: [{ address: 'https://cube-evm-rpc.xpla.dev', provider: 'Holdings' }] }, explorers: [{ kind: 'explorer.xpla', url: 'https://explorer.xpla.io/testnet', txPage: 'https://explorer.xpla.io/testnet/mainnet/tx/${txHash}' }, { kind: 'finder', url: 'https://finder.xpla.io/testnet', txPage: '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' }] }; exports.default = info;