From 95603b38eaab660390a590accca269d177a8ed3c Mon Sep 17 00:00:00 2001 From: Troy Kessler Date: Tue, 17 Dec 2024 09:15:08 +0100 Subject: [PATCH] chore: added xion --- xion-mainnet-1/config.yml | 69 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 xion-mainnet-1/config.yml diff --git a/xion-mainnet-1/config.yml b/xion-mainnet-1/config.yml new file mode 100644 index 0000000..0f8ea28 --- /dev/null +++ b/xion-mainnet-1/config.yml @@ -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