UNPKG

@chain-registry/v2

Version:
162 lines (161 loc) 5.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../../chain.schema.json', chainName: 'xiontestnet2', chainType: 'cosmos', chainId: 'xion-testnet-2', prettyName: 'Xion Testnet', website: 'https://xion.burnt.com', status: 'live', networkType: 'testnet', bech32Prefix: 'xion', bech32Config: { bech32PrefixAccAddr: 'xion', bech32PrefixAccPub: 'xionpub', bech32PrefixValAddr: 'xionvaloper', bech32PrefixValPub: 'xionvaloperpub', bech32PrefixConsAddr: 'xionvalcons', bech32PrefixConsPub: 'xionvalconspub' }, daemonName: 'xiond', nodeHome: '$HOME/.xiond', keyAlgos: ['secp256k1'], slip44: 118, fees: { feeTokens: [{ denom: 'uxion', fixedMinGasPrice: 0.001, lowGasPrice: 0.001, averageGasPrice: 0.001, highGasPrice: 0.01 }] }, staking: { stakingTokens: [{ denom: 'uxion' }] }, codebase: { gitRepo: 'https://github.com/burnt-labs/xion', tag: 'v18.0.0', recommendedVersion: 'v18.0.0', language: { type: 'go', version: 'v1.23' }, binaries: { "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_amd64.zip?checksum=sha256:bf8fa7743d7aab33396d9122ab3817224d41bbbcf410424c993b1d25911faee6', "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_arm64.zip?checksum=sha256:1f8799dc21ff348ca71e25864e12b1b07c2d9be66359eab9c420887178403d9d', "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_amd64.zip?checksum=sha256:361ff8194f0f2601fd8a0759eb218b27d62d236618ca7c623481c64ec7c85a8c', "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_arm64.zip?checksum=sha256:1f49577bd44ea2a4072d88e6934e124d44594489b76d33922c4a8803db08303c' }, sdk: { type: 'cosmos', version: 'v0.50.13' }, consensus: { type: 'cometbft', version: 'v0.38.17' }, cosmwasm: { version: 'v0.54.0', enabled: true }, ibc: { type: 'go', version: 'v8.7.0' }, genesis: { genesisUrl: 'https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/config/genesis.json' } }, apis: { rpc: [ { address: 'https://rpc.xion-testnet-2.burnt.com:443', provider: '🔥BurntLabs🔥' }, { address: 'https://testnet-2-rpc.xion-api.com:443', provider: 'Lavender.Five Nodes 🐝' }, { address: 'https://xion-testnet-rpc.polkachu.com:443', provider: 'Polkachu' }, { address: 'https://burnt-testnet-rpc.itrocket.net:443', provider: 'ITRocket' } ], rest: [ { address: 'https://api.xion-testnet-2.burnt.com', provider: '🔥BurntLabs🔥' }, { address: 'https://testnet-2-api.xion-api.com', provider: 'Lavender.Five Nodes 🐝' }, { address: 'https://xion-testnet-api.polkachu.com', provider: 'Polkachu' }, { address: 'https://burnt-testnet-api.itrocket.net', provider: 'ITRocket' } ], grpc: [ { address: 'grpc.xion-testnet-2.burnt.com:443', provider: '🔥BurntLabs🔥' }, { address: 'testnet-2-grpc.xion-api.com:443', provider: 'Lavender.Five Nodes 🐝' }, { address: 'xion-testnet-grpc.polkachu.com:22390', provider: 'Polkachu' }, { address: 'burnt-testnet-grpc.itrocket.net:443', provider: 'ITRocket' } ] }, explorers: [ { kind: 'mintscan', url: 'https://www.mintscan.io/xion-testnet', txPage: 'https://www.mintscan.io/xion-testnet/transactions/${txHash}', accountPage: 'https://www.mintscan.io/xion-testnet/accounts/${accountAddress}' }, { url: 'https://explorer.burnt.com/xion-testnet-2', txPage: 'https://explorer.burnt.com/xion-testnet-2/tx/${txHash}', accountPage: 'https://explorer.burnt.com/xion-testnet-2/account/${accountAddress}' }, { kind: 'ITRocket', url: 'https://testnet.itrocket.net/burnt', txPage: 'https://testnet.itrocket.net/burnt/tx/${txHash}', accountPage: 'https://testnet.itrocket.net/burnt/account/${accountAddress}' } ], images: [{ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png' }], logoURIs: { png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png' }, description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.', keywords: [ 'xion', 'burnt', 'testnet' ] }; exports.default = info;