Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrades #84

Merged
merged 6 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ cronosmainnet_25-1:
runtime: kyvejs/tendermint
- id: 6
runtime: kyvejs/tendermint-ssync
- id: 15
runtime: kyvejs/tendermint-ssync
properties:
description: 'Cronos (cronos.org) is the leading Ethereum-compatible layer
1 blockchain network built on the Cosmos SDK, supported by Crypto.com, Crypto.org,
Expand Down Expand Up @@ -1489,7 +1491,7 @@ xion-mainnet-1:
go-version: go1.21
height: 1637000
ksync-engine: cometbft-v0.37
name: v7
name: v7.0.0
recommended-version: v7.0.0
- commit: 0dd06f1d814603ae7193417fedda192fc05c9280
go-version: go1.22
Expand Down Expand Up @@ -1532,6 +1534,27 @@ xion-mainnet-1:
logo: ar://YTPWZRQ5-ORhqSXH03uCXMSQe4vqNxeuIQrirAmke9U
title: XION
website: https://xion.burnt.com/
kyve-1:
integrations:
ksync:
binary-name: xiond
block-sync-pool: 16
docs-url: https://docs.burnt.com/xion
state-sync-pool: 17
pools:
- id: 16
runtime: kyvejs/tendermint
- id: 17
runtime: kyvejs/tendermint-ssync
properties:
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.
docs: https://docs.burnt.com/xion
hex: '#000000'
logo: ar://YTPWZRQ5-ORhqSXH03uCXMSQe4vqNxeuIQrirAmke9U
title: XION
website: https://xion.burnt.com/
source-id: xion-mainnet-1
zetachain_7000-1:
codebase:
Expand Down
2 changes: 2 additions & 0 deletions cronosmainnet_25-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ networks:
runtime: "kyvejs/tendermint"
- id: 6
runtime: "kyvejs/tendermint-ssync"
- id: 15
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "cronosd"
Expand Down
16 changes: 15 additions & 1 deletion xion-mainnet-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ codebase:
commit: "96670570350b6dc885dbdeb0bd03e37830b512b1"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v7"
- name: "v7.0.0"
height: 1637000
recommended-version: "v7.0.0"
commit: "01c5275070ef8d73aa92180deaa70d4d201d6c45"
Expand All @@ -54,6 +54,20 @@ codebase:
ksync-engine: "cometbft-v0.38"

networks:
# Mainnet pools
kyve-1:
pools:
- id: 16
runtime: "kyvejs/tendermint"
- id: 17
runtime: "kyvejs/tendermint-ssync"
integrations:
ksync:
binary-name: "xiond"
block-sync-pool: 16
docs-url: "https://docs.burnt.com/xion"
state-sync-pool: 17

# Testnet pools
kaon-1:
pools:
Expand Down