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
@@ -33457,7 +33457,7 @@ Ensure that your tests pass by running:
33457
33457
cargo test --package custom-pallet
33458
33458
```
33459
33459
33460
-
### Update the Runtime
33460
+
### Update Runtime Configuration
33461
33461
33462
33462
Since you've only added new functionality without changing existing APIs, minimal runtime changes are needed. However, verify that your runtime configuration is still compatible. If you've added new configuration parameters to your pallet, update them accordingly in the `runtime/configs/mod.rs`.
33463
33463
@@ -33526,29 +33526,29 @@ If you can see the following elements, it means that you are ready to submit the
33526
33526
You can submit a runtime upgrade using the [Sudo pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_sudo/index.html){target=\_blank} (for development chains) or via on-chain governance (for production chains).
33527
33527
33528
33528
1. Open [Polkadot.js Apps](https://polkadot.js.org/apps/){target=\_blank} and connect to your node
33529
-
3. Click on the **Developer** and select the **Extrinsics** option in the dropdown
33529
+
2. Click on the **Developer** and select the **Extrinsics** option in the dropdown
@@ -113,7 +113,7 @@ Ensure that your tests pass by running:
113
113
cargo test --package custom-pallet
114
114
```
115
115
116
-
### Update the Runtime
116
+
### Update Runtime Configuration
117
117
118
118
Since you've only added new functionality without changing existing APIs, minimal runtime changes are needed. However, verify that your runtime configuration is still compatible. If you've added new configuration parameters to your pallet, update them accordingly in the `runtime/configs/mod.rs`.
119
119
@@ -176,29 +176,29 @@ If you can see the following elements, it means that you are ready to submit the
176
176
You can submit a runtime upgrade using the [Sudo pallet](https://paritytech.github.io/polkadot-sdk/master/pallet_sudo/index.html){target=\_blank} (for development chains) or via on-chain governance (for production chains).
177
177
178
178
1. Open [Polkadot.js Apps](https://polkadot.js.org/apps/){target=\_blank} and connect to your node
179
-
3. Click on the **Developer** and select the **Extrinsics** option in the dropdown
179
+
2. Click on the **Developer** and select the **Extrinsics** option in the dropdown
0 commit comments