We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f184c49 commit 15fecbbCopy full SHA for 15fecbb
tools/setup_collator.py
@@ -11,7 +11,7 @@
11
12
NUMBER = 10
13
WS_PORT_START = 10044
14
-RPC_PORT_START = 20033
+RPC_PORT_START = 10044
15
16
17
def setup_collator(ws_port, rpc_port, kp):
@@ -69,14 +69,14 @@ def fund_addrs(kps):
69
url=PARACHAIN_WS_URL,
70
)
71
batch = ExtrinsicBatch(substrate, KP_GLOBAL_SUDO)
72
- batch.compose_sudo_call(
73
- 'ParachainStaking',
74
- 'set_max_selected_candidates',
75
- {
76
- 'new': 32
77
- })
+ # batch.compose_sudo_call(
+ # 'ParachainStaking',
+ # 'set_max_selected_candidates',
+ # {
+ # 'new': 32
+ # })
78
79
- batch.execute_n_clear()
+ # batch.execute_n_clear()
80
batch.compose_sudo_call(
81
'ParachainStaking',
82
'force_new_round',
0 commit comments