Skip to content

Commit

Permalink
add missing upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Maslanka committed Aug 12, 2024
1 parent fb1f026 commit e7a158f
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1 deletion.
9 changes: 8 additions & 1 deletion chains/akash-mainnet/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ versions:
darwin/amd64: https://github.com/akash-network/node/releases/download/v0.34.1/akash_darwin_all.zip?checksum=sha256:6fabe6b9c0059101ce28d49bda44fa62defbab30cda66f78767f8d9be6ad287f
darwin/arm64: https://github.com/akash-network/node/releases/download/v0.34.1/akash_darwin_all.zip?checksum=sha256:6fabe6b9c0059101ce28d49bda44fa62defbab30cda66f78767f8d9be6ad287f
linux/amd64: https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_amd64.zip?checksum=sha256:1ba4206d4cbf95d24564386a667edeb58961a750bd5747590d7ac6bab1b8a2a3
linux/arm64: https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_arm64.zip?checksum=sha256:aa15818b91319a76dea51b6c1b7ec5aac6dcfe6e0760ffab89f2131618868927
linux/arm64: https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_arm64.zip?checksum=sha256:aa15818b91319a76dea51b6c1b7ec5aac6dcfe6e0760ffab89f2131618868927
- name: v0.36.0
alias: v0.36.0
height: 16708237
proposal: 257
binaries:
linux/amd64: https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip
linux/arm64: https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip
6 changes: 6 additions & 0 deletions chains/archway-mainnet/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ versions:
https://github.com/archway-network/archway/releases/download/v6.0.0/archwayd_linux_amd64
linux/arm64: >-
https://github.com/archway-network/archway/releases/download/v6.0.0/archwayd_linux_arm64
- name: v7.0.0
tag: v7.0.0
height: 4473000
binaries:
linux/amd64: >-
https://github.com/archway-network/archway/releases/download/v7.0.0/archwayd_linux_amd64
9 changes: 9 additions & 0 deletions chains/carbon-mainnet/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,3 +489,12 @@ versions:
https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.45.0/carbond2.45.0-mainnet.linux-amd64.tar.gz
linux/arm64: >-
https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.45.0/carbond2.45.0-mainnet.linux-arm64.tar.gz
- name: v2.46.0
alias: v2.46.0
height: 60667951
proposal: 365
binaries:
linux/amd64: >-
https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.46.0/carbond2.46.0-mainnet.linux-amd64.tar.gz
linux/arm64: >-
https://github.com/Switcheo/carbon-bootstrap/releases/download/v2.46.0/carbond2.46.0-mainnet.linux-arm64.tar.gz
8 changes: 8 additions & 0 deletions chains/cosmoshub-mainnet/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,11 @@ versions:
binaries:
linux/amd64: >-
https://github.com/cosmos/gaia/releases/download/v17.2.0/gaiad-v17.2.0-linux-amd64
- name: v18
alias: v18
height: 21330500
proposal:
tag: v18.1.0
binaries:
linux/amd64: >-
https://github.com/cosmos/gaia/releases/download/v18.1.0/gaiad-v18.1.0-linux-amd64
20 changes: 20 additions & 0 deletions chains/dydx-mainnet/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,23 @@ versions:
https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.5/dydxprotocold-v5.0.5-linux-amd64.tar.gz
linux/arm64: >-
https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.0.5/dydxprotocold-v5.0.5-linux-arm64.tar.gz
- name: v5.1.0
tag: v5.1.0
proposal: 125
height: 21142000
libraries: {}
binaries:
linux/amd64: >-
https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.1.0/dydxprotocold-v5.1.0-linux-amd64.tar.gz
linux/arm64: >-
https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.1.0/dydxprotocold-v5.1.0-linux-arm64.tar.gz
- name: v5.2.0
tag: v5.2.0
proposal: 130
height: 22170000
libraries: {}
binaries:
linux/amd64: >-
https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.2.0/dydxprotocold-v5.2.0-linux-amd64.tar.gz
linux/arm64: >-
https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv5.2.0/dydxprotocold-v5.2.0-linux-arm64.tar.gz

0 comments on commit e7a158f

Please sign in to comment.