Skip to content

Commit

Permalink
update testnet inventories to v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Mar 27, 2024
1 parent 3bc1fee commit c0e260c
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 [public testnet](https://github.com/cosmos/

* **Inventory file:** [`inventory-public-testnet.yml`](inventory-public-testnet.yml)
* **Chain ID:** `theta-testnet-001`
* **Gaia version:** `v15.0.0`
* **Gaia version:** `v15.1.0`

### Run the playbook

Expand All @@ -43,7 +43,7 @@ Set up nodes to join the [Replicated Security Testnet](https://github.com/cosmos

* **Inventory file:** [`inventory-rs-testnet-provider.yml`](inventory-rs-testnet-provider.yml)
* **Chain ID:** `provider`
* **Gaia version:** `v15.0.0`
* **Gaia version:** `v15.1.0`

Run the playbook:
```
Expand Down
2 changes: 1 addition & 1 deletion examples/inventory-public-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: v15.0.0
chain_version: v15.1.0
go_version: '1.21.6'
genesis_url: "https://github.com/cosmos/testnets/raw/master/public/genesis.json.gz"
chain_id: theta-testnet-001
Expand Down
2 changes: 1 addition & 1 deletion examples/inventory-rs-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: v15.0.0
chain_version: v15.1.0
go_version: '1.21.6'
genesis_url: "https://github.com/cosmos/testnets/raw/master/replicated-security/provider/provider-genesis.json"
chain_id: provider
Expand Down

0 comments on commit c0e260c

Please sign in to comment.