Skip to content

Commit db84aef

Browse files
0xLucca0xlukem
andauthored
Apply suggestions from code review
Co-authored-by: Lucas Malizia <[email protected]>
1 parent 272ed39 commit db84aef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

develop/parachains/deployment/coretime-renewal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Cores can be renewed by issuing the [`broker.renew(core)`](https://paritytech.gi
3232

3333
To manually renew a core:
3434

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
3636

3737
![](/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-1.webp)
3838

@@ -63,7 +63,7 @@ To enable auto-renewal for your parachain, you must configure several components
6363

6464
### Set Up an HRMP Channel
6565

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.
6767

6868
For instructions on establishing this connection, consult the [Opening HRMP Channels with System Parachains](/tutorials/interoperability/xcm-channels/para-to-system/){target=\_blank} guide.
6969

@@ -119,7 +119,7 @@ The Coretime chain provides two primary extrinsics for managing the auto-renewal
119119

120120
To configure auto-renewal, you'll need to gather specific information for the `enable_auto_renew` extrinsic parameters:
121121

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:
123123
- **For current period** - query `broker.workload()`
124124
- **For next period** - query `broker.workplan()`
125125

@@ -186,11 +186,11 @@ To configure auto-renewal, you'll need to gather specific information for the `e
186186
]
187187
```
188188
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`
190190
191191
Once you have these values, construct the extrinsic:
192192
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
194194
195195
![](/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-1.webp)
196196
@@ -241,7 +241,7 @@ Here's how to submit this XCM using Acala (Parachain 2000) as an example:
241241
- **requireWeightAtMost** - use the weight calculated previously
242242
- **call** - use the encoded call data generated before
243243
4. Add a **RefundSurplus** instruction
244-
5. Add a **DepositAsset** instruction to send remaining funds to the parachain sovereign account
244+
5. Add a **DepositAsset** instruction to send the remaining funds to the parachain sovereign account
245245
6. Click the **Submit Transaction** button
246246
247247
![](/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-6.webp)

0 commit comments

Comments
 (0)