We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5021343 + 781ed70 commit 92ba26fCopy full SHA for 92ba26f
examples/README.md
@@ -27,7 +27,7 @@ Set up nodes to join the [Interchain Security Testnet](https://github.com/cosmos
27
28
* **Inventory file:** [`inventory-hub-testnet-provider.yml`](inventory-hub-testnet-provider.yml)
29
* **Chain ID:** `provider`
30
-* **Gaia version:** `v27.0.0-rc0`
+* **Gaia version:** `v27.1.0-rc0`
31
32
Run the playbook:
33
```
examples/inventory-hub-testnet-provider.yml
@@ -3,8 +3,8 @@
3
all:
4
vars:
5
ansible_user: root
6
- chain_version: 'v27.0.0-rc0'
7
- go_version: "1.24.3"
+ chain_version: 'v27.1.0-rc0'
+ go_version: "1.25.7"
8
genesis_patching: false
9
genesis_url: "https://github.com/cosmos/testnets/raw/refs/heads/master/provider/provider-genesis.json"
10
chain_id: provider
0 commit comments