Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Oct 31, 2024
1 parent 891cca4 commit 376751e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions group_vars/cumulus.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
default_base_path: /opt/cumulus
default_chain_spec_dl_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/{{
default_network }}.json
Expand Down
8 changes: 3 additions & 5 deletions group_vars/polkadot.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
default_auxiliary_binary_path: /usr/libexec
default_base_path: /opt/polkadot
default_chain_spec: '{{ default_base_path }}/{{ default_network }}.json'
Expand All @@ -16,13 +17,10 @@ default_group: '{{ service_users[''polkadot''] }}'
default_log_level: info
default_network: polkadot
default_node_type: validator
# default_p2p_port: 33100
# default_p2p_port_ws: 34100
default_inet_p2p_port: 30333
default_inet_p2p_port_ws: 30334
default_p2p_port_wss: 30335
default_p2p_para_port: 31333
default_p2p_para_port_ws: 31334
default_p2p_port: 30333
default_p2p_port_ws: 30334
default_p2p_port_wss: 30335
default_prom_port: 7090
default_rpc_para_port: 9955
Expand Down
1 change: 1 addition & 0 deletions roles/setup_install_cumulus/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
default_base_path: /opt/cumulus
default_chain_spec_dl_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/{{
default_network }}.json
Expand Down

0 comments on commit 376751e

Please sign in to comment.