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 cosmos and dydx upgrade #74

Merged
merged 5 commits into from
Nov 11, 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
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
Loading