UNPKG

chain-registry

Version:
213 lines (212 loc) 7.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const info = { $schema: '../chain.schema.json', chainName: 'xion', chainType: 'cosmos', chainId: 'xion-mainnet-1', prettyName: 'Xion', website: 'https://xion.burnt.com', networkType: 'mainnet', status: 'live', 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: 'v20.0.0', recommendedVersion: 'v20.0.0', language: { type: 'go', version: 'v1.23' }, binaries: { "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_amd64.tar.gz?checksum=sha256:7476525f27194809a45e920bc6f7e934e64fdc58ab29007fe1f502c6cfc10265', "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_darwin_arm64.tar.gz?checksum=sha256:75ed3db62375fe0acddf72f72c2a9f7d4a70ddba2d4480bc08032caccd09a8eb', "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_amd64.tar.gz?checksum=sha256:a7a63a81e6a8095aa532e58f79b98164a7fbdffd0d0f6c98250880dc1c061a0b', "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v20.0.0/xiond_20.0.0_linux_arm64.tar.gz?checksum=sha256:4c452a48078687b45b95710ccbe506b0e4cb186329b0bac243d3721a624a1001' }, sdk: { type: 'cosmos', version: 'v0.53.3' }, 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-mainnet-1/main/config/genesis.json' } }, apis: { rpc: [ { address: 'https://rpc.xion-mainnet-1.burnt.com:443', provider: '🔥BurntLabs🔥' }, { address: 'https://xion-rpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes 🐝' }, { address: 'https://rpc-burnt.imperator.co:443', provider: 'Imperator.co' }, { address: 'https://xion-rpc.polkachu.com:443', provider: 'Polkachu' }, { address: 'https://xion-mainnet-rpc.autostake.com:443', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'https://rpc.xion.nodestake.org:443', provider: 'NodeStake' }, { address: 'https://xion-rpc.kingnodes.com:443', provider: 'kingnodes 👑' } ], rest: [ { address: 'https://api.xion-mainnet-1.burnt.com', provider: '🔥BurntLabs🔥' }, { address: 'https://xion-api.lavenderfive.com', provider: 'Lavender.Five Nodes 🐝' }, { address: 'https://lcd-burnt.imperator.co', provider: 'Imperator.co' }, { address: 'https://xion-api.polkachu.com', provider: 'Polkachu' }, { address: 'https://xion-mainnet-lcd.autostake.com', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'https://api.xion.nodestake.org', provider: 'NodeStake' }, { address: 'https://xion-rest.kingnodes.com', provider: 'kingnodes 👑' } ], grpc: [ { address: 'grpc.xion-mainnet-1.burnt.com:443', provider: '🔥BurntLabs🔥' }, { address: 'xion-grpc.lavenderfive.com:443', provider: 'Lavender.Five Nodes 🐝' }, { address: 'xion-grpc.polkachu.com:22390', provider: 'Polkachu' }, { address: 'xion-mainnet-grpc.autostake.com:443', provider: 'AutoStake 🛡️ Slash Protected' }, { address: 'grpc.xion.nodestake.org:443', provider: 'NodeStake' }, { address: 'xion-grpc.kingnodes.com:443', provider: 'kingnodes 👑' } ] }, explorers: [ { kind: 'Chainroot', url: 'https://explorer.chainroot.io/xion', txPage: 'https://explorer.chainroot.io/xion/transactions/${txHash}', accountPage: 'https://explorer.chainroot.io/xion/accounts/${accountAddress}' }, { kind: 'mintscan', url: 'https://www.mintscan.io/xion', txPage: 'https://www.mintscan.io/xion/transactions/${txHash}', accountPage: 'https://www.mintscan.io/xion/accounts/${accountAddress}' }, { kind: 'ping.pub', url: 'https://explorer.burnt.com/xion-mainnet-1', txPage: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}', accountPage: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}' }, { kind: 'staking-explorer.com', url: 'https://staking-explorer.com/explorer/xion', txPage: 'https://staking-explorer.com/transaction.php?chain=xion&tx=${txHash}', accountPage: 'https://staking-explorer.com/account.php?chain=xion&addr=${accountAddress}' }, { kind: 'NodeStake', url: 'https://explorer.nodestake.org/xion', txPage: 'https://explorer.nodestake.org/xion/tx/${txHash}', accountPage: 'https://explorer.nodestake.org/xion/account/${accountAddress}' }, { kind: 'Nodes.Guru', url: 'https://xion.explorers.guru', txPage: 'https://xion.explorers.guru/transactions/${txHash}', accountPage: 'https://xion.explorers.guru//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', 'mainnet' ] }; exports.default = info;