Skip to content

Commit 92ba26f

Browse files
authored
Merge pull request #510 from hyphacoop/testnet-v27.1.0-rc0
update hub testnet to v27.1.0-rc0
2 parents 5021343 + 781ed70 commit 92ba26f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Set up nodes to join the [Interchain Security Testnet](https://github.com/cosmos
2727

2828
* **Inventory file:** [`inventory-hub-testnet-provider.yml`](inventory-hub-testnet-provider.yml)
2929
* **Chain ID:** `provider`
30-
* **Gaia version:** `v27.0.0-rc0`
30+
* **Gaia version:** `v27.1.0-rc0`
3131

3232
Run the playbook:
3333
```

examples/inventory-hub-testnet-provider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
all:
44
vars:
55
ansible_user: root
6-
chain_version: 'v27.0.0-rc0'
7-
go_version: "1.24.3"
6+
chain_version: 'v27.1.0-rc0'
7+
go_version: "1.25.7"
88
genesis_patching: false
99
genesis_url: "https://github.com/cosmos/testnets/raw/refs/heads/master/provider/provider-genesis.json"
1010
chain_id: provider

0 commit comments

Comments
 (0)