Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add block height to testnet guide #6084

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions networks/osmosis-1/upgrades/v17/testnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
|-----------------|--------------------------------------------------------------|
| Chain-id | `osmo-test-5` |
| Upgrade Version | `v17.0.0-rc0` |
| Upgrade Height | TODO |
| Countdown | <https://testnet.mintscan.io/osmosis-testnet/blocks/TODO> |
| Upgrade Height | 2200500 |
| Countdown | <https://testnet.mintscan.io/osmosis-testnet/blocks/2200500> |

## Memory Requirements

Expand Down Expand Up @@ -107,7 +107,7 @@ Now, at the upgrade height, Cosmovisor will upgrade to the v17 binary

## Manual Option

1. Wait for Osmosis to reach the upgrade height (TODO)
1. Wait for Osmosis to reach the upgrade height (2200500)

2. Look for a panic message, followed by endless peer logs. Stop the daemon

Expand Down