Skip to content

Commit

Permalink
[node] fix ci (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Nov 15, 2024
1 parent d28a982 commit fb4bace
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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

0 comments on commit fb4bace

Please sign in to comment.