Skip to content

Commit

Permalink
Merge pull request #461 from hyphacoop/fix/testnets-v17.0.0-rc0
Browse files Browse the repository at this point in the history
bump testnets gaiad v17.0.0-rc0
  • Loading branch information
dasanchez committed May 9, 2024
2 parents 65ed0ed + 0b93323 commit 6b51819
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:** `v16.0.0-rc2`
* **Gaia version:** `v17.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:** `v16.0.0-rc2`
* **Gaia version:** `v17.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: v16.0.0-rc2
chain_version: v17.0.0-rc0
go_version: '1.21.6'
genesis_url: "https://github.com/cosmos/testnets/raw/master/interchain-security/provider/provider-genesis.json"
chain_id: provider
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: v16.0.0-rc2
chain_version: v17.0.0-rc0
go_version: '1.21.6'
genesis_url: "https://github.com/cosmos/testnets/raw/master/release/genesis.json.gz"
chain_id: theta-testnet-001
Expand Down

0 comments on commit 6b51819

Please sign in to comment.