Skip to content

Commit feabfe9

Browse files
authored
chore: cosmovisor hashes and v16.1.0 tag updates (#5824)
1 parent 5985056 commit feabfe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

networks/osmosis-1/upgrades/v16/mainnet/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Create the v16 folder, make the build, and copy the daemon over to that folder
9797
mkdir -p ~/.osmosisd/cosmovisor/upgrades/v16/bin
9898
cd $HOME/osmosis
9999
git pull
100-
git checkout v16.0.0
100+
git checkout v16.1.0
101101
make build
102102
cp build/osmosisd ~/.osmosisd/cosmovisor/upgrades/v16/bin
103103
```
@@ -115,7 +115,7 @@ Now, at the upgrade height, Cosmovisor will upgrade to the v16 binary
115115
```{.sh}
116116
cd $HOME/osmosis
117117
git pull
118-
git checkout v16.0.0
118+
git checkout v16.1.0
119119
make install
120120
```
121121

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"binaries": {
3-
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-linux-amd64?checksum=sha256:392e28b0336aa795fa165dbe3a621e1baa61ba61afa9b4fe7817a8690cbd6a15",
4-
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.0.0/osmosisd-16.0.0-linux-arm64?checksum=sha256:26308caa96b279e635f1214d5eadd06c06aae32c3b10a8d58e2aab5562c345e9"
3+
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.0.0-linux-amd64?checksum=sha256:2c21a7478d9ed13a428d487861685b1ce43e10e034b46b11500b25756f3b6a6d",
4+
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.0/osmosisd-16.0.0-linux-arm64?checksum=sha256:b89f9033fb0bd38ec27e6b6441c2db6d5b5b6c77cc7883128468a0c17e8f2a0a"
55
}
66
}

0 commit comments

Comments
 (0)