Skip to content

Commit

Permalink
Merge pull request #48 from KYVENetwork/chore/upgrades
Browse files Browse the repository at this point in the history
chore: added dydx upgrade
  • Loading branch information
troykessler authored May 7, 2024
2 parents 4f2cc41 + b65a086 commit 0ded6a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ archway-1:
ksync-engine: cometbft-v0.37
name: v6.0.0
recommended-version: v6.0.2
- commit: 6b7bbb5c9b28a6c6925e7574499a94b45c37842c
go-version: go1.21
height: 4473000
ksync-engine: cometbft-v0.37
name: v7.0.0
recommended-version: v7.0.0
config-version: 1
networks:
kaon-1:
Expand Down Expand Up @@ -548,12 +554,12 @@ dydx-mainnet-1:
ksync-engine: cometbft-v0.37
name: v2
recommended-version: protocol/v2.0.1
- commit: 85fb10adaab3da4f3c3e0de8b313db57514f8a48
- commit: 40a28e49c4300e6a17a5b0a84b134e4a4397758f
go-version: go1.21
height: 7147832
ksync-engine: cometbft-v0.37
name: v3
recommended-version: protocol/v3.0.0
recommended-version: protocol/v3.0.2
config-version: 1
networks:
kaon-1:
Expand Down
6 changes: 6 additions & 0 deletions archway-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ codebase:
commit: "a72ebfe851fc980586b253958196f7b449ac9fe8"
go-version: "go1.20"
ksync-engine: "cometbft-v0.37"
- name: "v7.0.0"
height: 4473000
recommended-version: "v7.0.0"
commit: "6b7bbb5c9b28a6c6925e7574499a94b45c37842c"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"

networks:
# Mainnet pools
Expand Down
4 changes: 2 additions & 2 deletions dydx-mainnet-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ codebase:
ksync-engine: "cometbft-v0.37"
- name: "v3"
height: 7147832
recommended-version: "protocol/v3.0.0"
commit: "85fb10adaab3da4f3c3e0de8b313db57514f8a48"
recommended-version: "protocol/v3.0.2"
commit: "40a28e49c4300e6a17a5b0a84b134e4a4397758f"
go-version: "go1.21"
ksync-engine: "cometbft-v0.37"

Expand Down

0 comments on commit 0ded6a3

Please sign in to comment.