You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop/parachains/deployment/coretime-renewal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Cores can be renewed by issuing the [`broker.renew(core)`](https://paritytech.gi
32
32
33
33
To manually renew a core:
34
34
35
-
1. In [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank}, connect to the Coretime chain, navigate to the **Developer** dropdown and select the **Extrinsics** option
35
+
1. In [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank}, connect to the Coretime chain, navigate to the **Developer** dropdown, and select the **Extrinsics** option
@@ -63,7 +63,7 @@ To enable auto-renewal for your parachain, you must configure several components
63
63
64
64
### Set Up an HRMP Channel
65
65
66
-
A Horizontal Relay-routed Message Passing (HRMP) channel must be opened between your parachain and the Coretime system chain before auto-renewal can be configured.
66
+
A Horizontal Relay-routed Message Passing (HRMP) channel must be opened between your parachain and the Coretime system chain before configuring auto-renewal.
67
67
68
68
For instructions on establishing this connection, consult the [Opening HRMP Channels with System Parachains](/tutorials/interoperability/xcm-channels/para-to-system/){target=\_blank} guide.
69
69
@@ -119,7 +119,7 @@ The Coretime chain provides two primary extrinsics for managing the auto-renewal
119
119
120
120
To configure auto-renewal, you'll need to gather specific information for the `enable_auto_renew` extrinsic parameters:
121
121
122
-
-**`core`** - identify which core your parachain is assigned to when the it expires. This requires checking both current assignments and planned future assignments:
122
+
-**`core`** - identify which core your parachain is assigned to when it expires. This requires checking both current assignments and planned future assignments:
123
123
-**For current period** - query `broker.workload()`
124
124
-**For next period** - query `broker.workplan()`
125
125
@@ -186,11 +186,11 @@ To configure auto-renewal, you'll need to gather specific information for the `e
186
186
]
187
187
```
188
188
189
-
- Use the `until` value of the lease corresponding to your task. For example, `359280` would be the value for `workload_end_hint` in the case of task `2035`
189
+
- Use the `until` value of the lease that corresponds to your task. For example, `359280` would be the value for `workload_end_hint` in the case of task `2035`
190
190
191
191
Once you have these values, construct the extrinsic:
192
192
193
-
1. In [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank}, connect to the Coretime chain, navigate to the **Developer** dropdown and select the **Extrinsics** option
193
+
1. In [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank}, connect to the Coretime chain, navigate to the **Developer** dropdown, and select the **Extrinsics** option
0 commit comments