Skip to content

Commit b6b69df

Browse files
Apply suggestions from code review
Co-authored-by: joe petrowski <[email protected]>
1 parent 8e41a9f commit b6b69df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop/parachains/deployment/coretime-renewal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To enable auto-renewal for your parachain, you'll need to configure several comp
6565

6666
### Set Up HRMP Channel
6767

68-
An Horizontal Relay-routed Message Passing (HRMP) channel must be open between your parachain and the Coretime System Chain before auto-renewal can be configured.
68+
A Horizontal Relay-routed Message Passing (HRMP) channel must be open between your parachain and the Coretime System Chain before auto-renewal can be configured.
6969

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

@@ -153,7 +153,7 @@ To configure auto-renewal, you'll need to gather specific information for the `e
153153
154154
- **`task`** - use your parachain ID, which can be verified by connecting to your parachain and querying `parachainInfo.parachainId()`
155155
156-
- **`workload_end_hint`** - you should always set it explicitly to avoid misbehavior. This value indicate when your assigned core will expire. Here's how to calculate the correct value based on how your core is assigned:
156+
- **`workload_end_hint`** - you should always set it explicitly to avoid misbehavior. This value indicates when your assigned core will expire. Here's how to calculate the correct value based on how your core is assigned:
157157
- If the parachain uses bulk coretime:
158158
159159
Query `broker.saleinfo`. You’ll get a result like:
@@ -208,7 +208,7 @@ Once you have these values, construct the extrinsic:
208208
209209
![](/images/develop/parachains/deployment/coretime-renewal/coretime-renewal-3.webp)
210210
211-
For parachain `2000` on core `48` with workload_end_hint `327885`, the encoded call data would be:`0x32153000d007000001cd000500`
211+
For parachain `2000` on core `48` with `workload_end_hint` `327885`, the encoded call data would be:`0x32153000d007000001cd000500`
212212
213213
3. Check the transaction weight for executing the call. You can estimate this by executing the `transactionPaymentCallApi.queryCallInfo` runtime call with the encoded call data previously obtained:
214214

0 commit comments

Comments
 (0)