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 upgrades #56

Merged
merged 2 commits into from
Jun 5, 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
14 changes: 13 additions & 1 deletion .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,20 @@ dydx-mainnet-1:
go-version: go1.21
height: 7147832
ksync-engine: cometbft-v0.37
name: v3
name: v3.0.0
recommended-version: protocol/v3.0.2
- commit: 2cd68a9b5491a466be9b40201fc6132cea5a9aaa
go-version: go1.21
height: 12791712
ksync-engine: cometbft-v0.38
name: v4.0.0
recommended-version: protocol/v4.0.5
- commit: f15e98f09e35adf1f48084de3ac18aae8a3a9337
go-version: go1.21
height: 14404200
ksync-engine: cometbft-v0.38
name: v4.1.0
recommended-version: protocol/v4.1.4
config-version: 1
networks:
kaon-1:
Expand Down
14 changes: 13 additions & 1 deletion dydx-mainnet-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,24 @@ codebase:
commit: "31c2a937fc87bb9b7617443e4e5db2b1a2e9bda9"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v3"
- name: "v3.0.0"
height: 7147832
recommended-version: "protocol/v3.0.2"
commit: "40a28e49c4300e6a17a5b0a84b134e4a4397758f"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"
- name: "v4.0.0"
height: 12791712
recommended-version: "protocol/v4.0.5"
commit: "2cd68a9b5491a466be9b40201fc6132cea5a9aaa"
go-version: "go1.21"
ksync-engine: "cometbft-v0.38"
- name: "v4.1.0"
height: 14404200
recommended-version: "protocol/v4.1.4"
commit: "f15e98f09e35adf1f48084de3ac18aae8a3a9337"
go-version: "go1.21"
ksync-engine: "cometbft-v0.38"

networks:
# Testnet pools
Expand Down