Skip to content

Commit

Permalink
update testnets to v21.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Oct 24, 2024
1 parent c6e8a2c commit 0d19d18
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:** `v20.0.0`
* **Gaia version:** `v21.0.0-rc1`

### 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:** `v20.0.0`
* **Gaia version:** `v21.0.0-rc1`

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: v20.0.0
chain_version: 'v21.0.0-rc1'
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: 'v20.0.0'
chain_version: 'v21.0.0-rc1'
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 0d19d18

Please sign in to comment.