-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from KYVENetwork/chore/upgrades-2
chore: upgrades
- Loading branch information
Showing
7 changed files
with
197 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |