Skip to content

Commit

Permalink
Merge pull request #449 from hyphacoop/v15-examples
Browse files Browse the repository at this point in the history
Update public testnet examples
  • Loading branch information
dasanchez authored Mar 11, 2024
2 parents 88dee63 + 09fb1d2 commit 37346da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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-rc0`
* **Gaia version:** `v15.0.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-rc0`
* **Gaia version:** `v15.0.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-rc0
chain_version: v15.0.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
4 changes: 2 additions & 2 deletions examples/inventory-rs-testnet-pion-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ all:
vars:
ansible_user: root
chain_repository: "https://github.com/neutron-org/neutron.git"
chain_version: v2.0.2
go_version: '1.20'
chain_version: v3.0.0
go_version: '1.21.6'
genesis_url: "https://github.com/cosmos/testnets/raw/master/replicated-security/pion-1/pion-1-genesis-with-ccv.json.gz"
chain_binary_name: neutrond
chain_id: pion-1
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-rc0
chain_version: v15.0.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 37346da

Please sign in to comment.