chain-registry
Version:
162 lines (161 loc) • 5.72 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'xiontestnet2',
chain_type: 'cosmos',
chain_id: 'xion-testnet-2',
pretty_name: 'Xion Testnet 2',
website: 'https://xion.burnt.com',
status: 'live',
network_type: 'testnet',
bech32_prefix: 'xion',
bech32_config: {
bech32PrefixAccAddr: 'xion',
bech32PrefixAccPub: 'xionpub',
bech32PrefixValAddr: 'xionvaloper',
bech32PrefixValPub: 'xionvaloperpub',
bech32PrefixConsAddr: 'xionvalcons',
bech32PrefixConsPub: 'xionvalconspub'
},
daemon_name: 'xiond',
node_home: '$HOME/.xiond',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'uxion',
fixed_min_gas_price: 0.001,
low_gas_price: 0.001,
average_gas_price: 0.001,
high_gas_price: 0.01
}]
},
staking: {
staking_tokens: [{
denom: 'uxion'
}]
},
codebase: {
git_repo: 'https://github.com/burnt-labs/xion',
tag: 'v17.1.0',
recommended_version: 'v17.1.0',
language: {
type: 'go',
version: 'v1.23'
},
binaries: {
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517',
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608',
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230',
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17'
},
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: {
genesis_url: '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',
tx_page: 'https://www.mintscan.io/xion-testnet/transactions/${txHash}',
account_page: 'https://www.mintscan.io/xion-testnet/accounts/${accountAddress}'
},
{
url: 'https://explorer.burnt.com/xion-testnet-2',
tx_page: 'https://explorer.burnt.com/xion-testnet-2/tx/${txHash}',
account_page: 'https://explorer.burnt.com/xion-testnet-2/account/${accountAddress}'
},
{
kind: 'ITRocket',
url: 'https://testnet.itrocket.net/burnt',
tx_page: 'https://testnet.itrocket.net/burnt/tx/${txHash}',
account_page: 'https://testnet.itrocket.net/burnt/account/${accountAddress}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
}],
logo_URIs: {
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;