Skip to content

Commit

Permalink
Merge pull request #56 from KYVENetwork/chore/dydx-upgrade
Browse files Browse the repository at this point in the history
chore: added dydx upgrades
  • Loading branch information
troykessler authored Jun 5, 2024
2 parents adc6a03 + 960b621 commit 2fdbc43
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
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

0 comments on commit 2fdbc43

Please sign in to comment.