Skip to content

Commit

Permalink
Merge pull request #75 from KYVENetwork/chore/upgrades
Browse files Browse the repository at this point in the history
chore: added upgrades
  • Loading branch information
christopherbrumm authored Nov 13, 2024
2 parents 4e9bfda + 4c0d94e commit bb7008a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,12 @@ lava-mainnet-1:
ksync-engine: cometbft-v0.37
name: v3.1.0
recommended-version: v3.1.0
- commit: c57c9f807ef914e810276d5895fac7aa9b2a82ab
go-version: go1.20
height: 1663000
ksync-engine: cometbft-v0.37
name: v4.1.0
recommended-version: v4.1.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -1124,6 +1130,12 @@ noble-1:
ksync-engine: tendermint-v0.34
name: numus
recommended-version: v7.0.0
- commit: d1cb63ec9c13d60567dce08d78180b4756f0e90f
go-version: go1.22
height: 15375000
ksync-engine: cometbft-v0.38
name: helium
recommended-version: v8.0.0
config-version: 1
networks:
kaon-1:
Expand Down
6 changes: 6 additions & 0 deletions lava-mainnet-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ codebase:
commit: "200972c00b75a819a10385e47e64e199633480f0"
go-version: "go1.20"
ksync-engine: "cometbft-v0.37"
- name: "v4.1.0"
height: 1663000
recommended-version: "v4.1.0"
commit: "c57c9f807ef914e810276d5895fac7aa9b2a82ab"
go-version: "go1.20"
ksync-engine: "cometbft-v0.37"

networks:
# Testnet pools
Expand Down
6 changes: 6 additions & 0 deletions noble-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ codebase:
commit: "56f08ad2d6c8baec66617202f0463f66c9b0fdfe"
go-version: "go1.21"
ksync-engine: "tendermint-v0.34"
- name: "helium"
height: 15375000
recommended-version: "v8.0.0"
commit: "d1cb63ec9c13d60567dce08d78180b4756f0e90f"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"

networks:
# Mainnet pools
Expand Down

0 comments on commit bb7008a

Please sign in to comment.