Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[node] fix ci #86

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Relaychain chain IDs:
polkadot: "polkadot"
kusama: "ksmcc3"
westend: "westend2"
rococo: "rococo_v2_2"
paseo: "paseo"
rococo-local: "rococo_local_testnet"
```

Expand Down
3 changes: 2 additions & 1 deletion roles/node/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ galaxy_info:
- substarte
- polkadot
- kusama
- rococo
- westend
- paseo
- collator
- rpc

Expand Down
4 changes: 2 additions & 2 deletions roles/node/molecule/parachain/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading