Skip to content

Commit

Permalink
Merge pull request #74 from KYVENetwork/chore/upgrades
Browse files Browse the repository at this point in the history
chore: added cosmos and dydx upgrade
  • Loading branch information
troykessler authored Nov 11, 2024
2 parents 37886cd + c75d1d5 commit 4e9bfda
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,13 @@ cosmoshub-4:
ksync-engine: cometbft-v0.38
name: v20
recommended-version: v20.0.0
- commit: db2cc90315161d6730551d795558aaa7664aea6f
cosmos-sdk-version: v0.50.9-lsm
go-version: go1.22
height: 22953640
ksync-engine: cometbft-v0.38
name: v21
recommended-version: v21.0.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -723,6 +730,12 @@ dydx-mainnet-1:
ksync-engine: cometbft-v0.38
name: v6.0.0
recommended-version: protocol/v6.0.4
- commit: b3b12f3f00cf2e350e862d095740c60ebf7b107b
go-version: go1.22
height: 29950000
ksync-engine: cometbft-v0.38
name: v7.0
recommended-version: protocol/v7.0.1
config-version: 1
networks:
kaon-1:
Expand Down
7 changes: 7 additions & 0 deletions cosmoshub-4/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ codebase:
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"
cosmos-sdk-version: "v0.50.9-lsm"
- name: "v21"
height: 22953640
recommended-version: "v21.0.0"
commit: "db2cc90315161d6730551d795558aaa7664aea6f"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"
cosmos-sdk-version: "v0.50.9-lsm"

networks:
# Mainnet pools
Expand Down
6 changes: 6 additions & 0 deletions dydx-mainnet-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ codebase:
commit: "bb43ac2fc18b897dbedf66234beccf1aa6eb428c"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"
- name: "v7.0"
height: 29950000
recommended-version: "protocol/v7.0.1"
commit: "b3b12f3f00cf2e350e862d095740c60ebf7b107b"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"

networks:
# Mainnet pools
Expand Down

0 comments on commit 4e9bfda

Please sign in to comment.