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 dydx v5 upgrade #59

Merged
merged 4 commits into from
Jun 26, 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
6 changes: 6 additions & 0 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,12 @@ dydx-mainnet-1:
ksync-engine: cometbft-v0.38
name: v4.1.0
recommended-version: protocol/v4.1.4
- commit: a3ea114579299fd1386a980062bdc6d11f9faffe
go-version: go1.22
height: 17560000
ksync-engine: cometbft-v0.38
name: v5.0.0
recommended-version: protocol/v5.0.5
config-version: 1
networks:
kaon-1:
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 @@ -41,6 +41,12 @@ codebase:
commit: "f15e98f09e35adf1f48084de3ac18aae8a3a9337"
go-version: "go1.21"
ksync-engine: "cometbft-v0.38"
- name: "v5.0.0"
height: 17560000
recommended-version: "protocol/v5.0.5"
commit: "a3ea114579299fd1386a980062bdc6d11f9faffe"
go-version: "go1.22"
ksync-engine: "cometbft-v0.38"

networks:
# Testnet pools
Expand Down