diff --git a/galaxy.yml b/galaxy.yml index f8ef785..6fcddcd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: paritytech name: chain # The version of the collection. Must be compatible with semantic versioning -version: 1.10.7 +version: 1.10.8 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/node/README.md b/roles/node/README.md index 6d4b61f..7967aac 100644 --- a/roles/node/README.md +++ b/roles/node/README.md @@ -71,7 +71,7 @@ Relaychain chain IDs: polkadot: "polkadot" kusama: "ksmcc3" westend: "westend2" -rococo: "rococo_v2_2" +paseo: "paseo" rococo-local: "rococo_local_testnet" ``` diff --git a/roles/node/meta/main.yml b/roles/node/meta/main.yml index 3f77812..1c9eaa5 100644 --- a/roles/node/meta/main.yml +++ b/roles/node/meta/main.yml @@ -18,7 +18,8 @@ galaxy_info: - substarte - polkadot - kusama - - rococo + - westend + - paseo - collator - rpc diff --git a/roles/node/molecule/parachain/group_vars/all.yml b/roles/node/molecule/parachain/group_vars/all.yml index 10262e5..ba49628 100644 --- a/roles/node/molecule/parachain/group_vars/all.yml +++ b/roles/node/molecule/parachain/group_vars/all.yml @@ -14,8 +14,8 @@ node_prometheus_file_exporter_path: /tmp/substrate.prom node_enable_public_ip_detection: false # Relaychain -node_chain: rococo -node_chainspec: https://paritytech.github.io/chainspecs/rococo/relaychain/chainspec.json +node_chain: paseo +node_chainspec: https://paritytech.github.io/chainspecs/paseo/relaychain/chainspec.json node_chain_backup_restoring_type: none # Parachain