Skip to content

Commit

Permalink
Merge pull request #467 from hyphacoop/fix/testnets-v19.0.0-rc0
Browse files Browse the repository at this point in the history
update testnets to v19.0.0-rc0
  • Loading branch information
dasanchez authored Jul 26, 2024
2 parents cc7cd67 + 24a9164 commit 0db543c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Set up a node to join the Cosmos Hub [release testnet](https://github.com/cosmos

* **Inventory file:** [`inventory-release-testnet.yml`](inventory-release-testnet.yml)
* **Chain ID:** `theta-testnet-001`
* **Gaia version:** `v18.1.0`
* **Gaia version:** `v19.0.0-rc0`

### Run the playbook

Expand All @@ -43,7 +43,7 @@ Set up nodes to join the [Interchain Security Testnet](https://github.com/cosmos

* **Inventory file:** [`inventory-ics-testnet-provider.yml`](inventory-ics-testnet-provider.yml)
* **Chain ID:** `provider`
* **Gaia version:** `v18.1.0`
* **Gaia version:** `v19.0.0-rc0`

Run the playbook:
```
Expand Down
2 changes: 1 addition & 1 deletion examples/inventory-ics-testnet-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all:
vars:
ansible_user: root
chain_version: v18.1.0
chain_version: v19.0.0-rc0
go_version: "1.22.3"
genesis_patching: false
genesis_url: "https://github.com/cosmos/testnets/raw/master/interchain-security/provider/provider-genesis.json"
Expand Down
2 changes: 1 addition & 1 deletion examples/inventory-release-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all:
vars:
ansible_user: root
chain_version: 'v18.1.0'
chain_version: 'v19.0.0-rc0'
go_version: '1.22.3'
genesis_patching: false
genesis_url: "https://github.com/cosmos/testnets/raw/master/release/genesis.json.gz"
Expand Down

0 comments on commit 0db543c

Please sign in to comment.