Skip to content

Commit

Permalink
chore: set correct binary name for v16 (#5828) (#5829)
Browse files Browse the repository at this point in the history
(cherry picked from commit bf34c09)

Co-authored-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
mergify[bot] and troian authored Jul 13, 2023
1 parent 37728e8 commit b79fa16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networks/osmosis-1/upgrades/v16/v16_binaries.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.0.0-linux-amd64?checksum=sha256:2c21a7478d9ed13a428d487861685b1ce43e10e034b46b11500b25756f3b6a6d",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.0.0-linux-arm64?checksum=sha256:b89f9033fb0bd38ec27e6b6441c2db6d5b5b6c77cc7883128468a0c17e8f2a0a"
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-amd64?checksum=sha256:2c21a7478d9ed13a428d487861685b1ce43e10e034b46b11500b25756f3b6a6d",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.1.0-linux-arm64?checksum=sha256:b89f9033fb0bd38ec27e6b6441c2db6d5b5b6c77cc7883128468a0c17e8f2a0a"
}
}

0 comments on commit b79fa16

Please sign in to comment.