Skip to content

Commit

Permalink
chore: added upgrade history for noble and zeta
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Mar 5, 2024
1 parent cac8cf2 commit 2e29eb4
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyve-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ properties:
hex: "#58c6b2"
logo: "ar://WOiYR7qF7G_dp6eO0bFC7AorS7601qgek3X_IeAZook"
description: "KYVE is a revolutionary platform within the Web3 space, designed to address the challenges of accessing decentralized and completely accurate data. As the Web3 ecosystem expands, the difficulty in accessing such data leads to scalability issues and the risk of data inconsistencies due to the lack of proper validation before use. KYVE aims to provide a trustless and secure future for Web3's data infrastructure by offering customized access to on- and off-chain data. It achieves this through decentralized data validation, ensuring data immutability, and facilitating easy data retrieval. This enables developers, data engineers, and others to access the trustless data they need to continue building the future of Web3."
website: https://kyve.network
docs: https://docs.kyve.network
website: https://kyve.network/
docs: https://docs.kyve.network/

codebase:
git-repo: https://github.com/KYVENetwork/chain
Expand Down
32 changes: 32 additions & 0 deletions noble-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ properties:
hex: "#0e1225"
logo: "ar://DZP1WPGja9LAa7Vf1P2N-dfDVUlG9lmCkD_psZj47tU"
description: "Noble is a Cosmos application-specific blockchain purpose-built for native asset issuance. Noble brings the efficiency and interoperability of native assets to the wider Cosmos ecosystem, starting with USDC. Noble’s vision is to be the world’s premier issuance hub for digital assets that connect to other blockchains seamlessly. Noble leverages the Cosmos-SDK – a flexible toolkit that allows developers to incorporate existing modules and to seamlessly integrate custom modules that add virtually unlimited functionality for asset issuers on the Noble blockchain."
website: https://nobleassets.xyz/
docs: https://docs.nobleassets.xyz/

codebase:
git-repo: https://github.com/noble-assets/noble
settings:
# Cosmos specific settings for block and snapshot pools
cosmos-registry: https://github.com/cosmos/chain-registry/blob/master/noble/chain.json
cosmos-genesis:
name: "v1.0.0"
genesis-url: https://raw.githubusercontent.com/strangelove-ventures/noble-networks/main/mainnet/noble-1/genesis.json
cosmos-upgrades:
- name: "v1.0.0"
height: 1
recommended-version: "v1.0.0"
ksync-engine: "tendermint"
- name: "neon"
height: 119000
recommended-version: "v2.0.1"
ksync-engine: "tendermint"
- name: "radon"
height: 1296000
recommended-version: "v3.0.0"
ksync-engine: "tendermint"
- name: "v3.1.0"
height: 2672000
recommended-version: "v3.1.0"
ksync-engine: "tendermint"
- name: "argon"
height: 3408600
recommended-version: "v4.0.2"
ksync-engine: "tendermint"

networks:
# Mainnet pools
Expand Down
32 changes: 32 additions & 0 deletions zeta_7000-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ properties:
hex: "#235643"
logo: "ar://FsZbG0a3aVwfRrxgFRYklEknIsGHnGTX6YiQJwhtnH8"
description: "ZetaChain is the foundational, public blockchain that enables omnichain, generic smart contracts and messaging between any blockchain. It solves the problems of “cross-chain” and “multi-chain” and aims to open the crypto and global financial ecosystem to anyone. ZetaChain envisions and supports a truly fluid, multi-chain crypto ecosystem, where users and developers can move between and appreciate the benefits of any blockchain: payments, DeFi, liquidity, games, art, social graphs, performance, security, privacy, and so on."
website: https://www.zetachain.com/
docs: https://www.zetachain.com/docs/

codebase:
git-repo: https://github.com/zeta-chain/node
settings:
# Cosmos specific settings for block and snapshot pools
cosmos-registry: https://github.com/cosmos/chain-registry/blob/master/zetachain/chain.json
cosmos-genesis:
name: "v10.1.0"
genesis-url: https://zetachain.blockpi.network/rpc/v1/public/genesis
cosmos-upgrades:
- name: "v10.1.0"
height: 1
recommended-version: "v10.1.5"
ksync-engine: "tendermint"
- name: "v11.0.0"
height: 1257000
recommended-version: "v11.0.5"
ksync-engine: "tendermint"
- name: "v12.0.0"
height: 1424500
recommended-version: "v12.0.2"
ksync-engine: "tendermint"
- name: "v12.1.0"
height: 1529050
recommended-version: "v12.1.1"
ksync-engine: "tendermint"
- name: "v12.2.0"
height: 1549750
recommended-version: "v12.2.5"
ksync-engine: "tendermint"

networks:
# Testnet pools
Expand Down

0 comments on commit 2e29eb4

Please sign in to comment.