Skip to content

Commit

Permalink
chore: update polkadot version and validator template
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 17, 2024
1 parent 89aa49e commit a2f69dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/polkadot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_auxiliary_binary_path: /usr/libexec
default_base_path: /opt/polkadot
default_chain_spec: "{{ default_base_path }}/{{ default_network }}.json"
default_chain_spec_dl_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/polkadot/node/service/chain-specs/{{ default_network }}.json
default_client_version: polkadot-stable2409-2
default_client_version: polkadot-stable2412
default_database: paritydb
default_database_path: /opt/polkadot/chains
default_download_base_url: https://github.com/paritytech/polkadot-sdk/releases/download/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ ExecStart={{ default_base_path }}/polkadot \
--prometheus-external \
--wasm-execution compiled \
--pruning 1000 \
--no-mdns \
--no-private-ip \
--out-peers 64 \
--in-peers 64 \
Expand Down

0 comments on commit a2f69dc

Please sign in to comment.