Skip to content

Commit

Permalink
Merge pull request #470 from hyphacoop/fix/testnets-v19.1.0
Browse files Browse the repository at this point in the history
update inventories
  • Loading branch information
dasanchez authored Aug 23, 2024
2 parents 5a694ab + f02d36c commit 49f3487
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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:** `v19.0.0-rc0`
* **Gaia version:** `v19.1.0`

### 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:** `v19.0.0-rc0`
* **Gaia version:** `v19.1.0`

Run the playbook:
```
Expand Down
2 changes: 1 addition & 1 deletion examples/inventory-ics-testnet-pion-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
vars:
ansible_user: root
chain_repository: "https://github.com/neutron-org/neutron.git"
chain_version: v4.0.1-testnet
chain_version: v4.2.1-testnet
go_version: '1.22.3'
genesis_patching: false
genesis_url: "https://github.com/cosmos/testnets/raw/master/interchain-security/pion-1/pion-1-genesis-with-ccv.json.gz"
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: v19.0.0-rc3
chain_version: v19.1.0
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: 'v19.0.0-rc0'
chain_version: 'v19.1.0'
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 49f3487

Please sign in to comment.