Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ jobs:
- name: Check for successful migration
run: |
./contrib/scripts/test_migration.sh localhost
if: env.GIT_DIFF
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Welcome to the documentation of the **Cosmos Hub application: `gaia`**.

## Setup Your Own `gaia` Testnet

- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta)
- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta)

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion docs/migration/cosmoshub-4-v7-Theta-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ It is critically important for validator operators to back-up the `.gaia/data/pr

### Testing

For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta).
For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta).

### Current runtime, cosmoshub-4 (pre-v7-Theta upgrade) is running Gaia v6.0.x

Expand Down