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: added upgrades #75

Merged
merged 2 commits into from
Nov 13, 2024
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
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