Skip to content

Commit

Permalink
chore: added xion
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Dec 17, 2024
1 parent af10dad commit 95603b3
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions xion-mainnet-1/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Global information
source-id: "xion-mainnet-1"
config-version: 1
properties:
title: "XION"
hex: "#000000"
logo: "ar://YTPWZRQ5-ORhqSXH03uCXMSQe4vqNxeuIQrirAmke9U"
description: "XION empowers developers to build, launch and scale consumer-ready products from the ground up, removing technical barriers for all users through its Chain Abstraction."
website: https://xion.burnt.com/
docs: https://docs.burnt.com/xion

codebase:
git-url: https://github.com/burnt-labs/xion
settings:
cosmos-properties:
registry-url: https://github.com/cosmos/chain-registry/blob/master/xion/chain.json
genesis-url: https://raw.githubusercontent.com/burnt-labs/burnt-networks/refs/heads/main/mainnet/xion-mainnet-1/genesis.json
upgrades:
- name: "genesis"
height: 1
recommended-version: "v4.0.0"
commit: "f13a74c7cf5a562d6902263e53c5ee4f0a9dfefe"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v6"
height: 606689
recommended-version: "v6.0.0"
commit: "96670570350b6dc885dbdeb0bd03e37830b512b1"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v7"
height: 1637000
recommended-version: "v7.0.0"
commit: "01c5275070ef8d73aa92180deaa70d4d201d6c45"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v9"
height: 1960000
recommended-version: "v9.0.1"
commit: "0dd06f1d814603ae7193417fedda192fc05c9280"
go-version: "go1.22"
ksync-engine: "cometbft-v0.37"
- name: "v11"
height: 3131464
recommended-version: "v11.0.1"
commit: "0fa1ea9d9130b0955ef2fd9c25a0eab0099327aa"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"
- name: "v14"
height: 3586500
recommended-version: "v14.1.0"
commit: "7f0de62df6d2e941b8cc04a413124623ef20f49c"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"

networks:
# Testnet pools
kaon-1:
pools:
- id: 36
runtime: "kyvejs/tendermint"
- id: 37
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "xiond"
block-sync-pool: 36
docs-url: "https://docs.burnt.com/xion"
state-sync-pool: 37

0 comments on commit 95603b3

Please sign in to comment.