Skip to content

Commit b88164a

Browse files
committed
fix: formatting
1 parent 8d99da2 commit b88164a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33352,7 +33352,7 @@ tutorial_badge: Intermediate
3335233352

3335333353
## Introduction
3335433354

33355-
Upgrading the runtime of your Polkadot SDK-based blockchain is a fundamental feature that allows you to add new functionality, fix bugs, or improve performance without requiring a hard fork. Runtime upgrades are performed by submitting a special extrinsic that replaces the existing on-chain Wasm runtime code. This process is trustless, transparent, and can be executed either through governance or using sudo, depending on your chain's configuration.
33355+
Upgrading the runtime of your Polkadot SDK-based blockchain is a fundamental feature that allows you to add new functionality, fix bugs, or improve performance without requiring a hard fork. Runtime upgrades are performed by submitting a special extrinsic that replaces the existing on-chain WASM runtime code. This process is trustless, transparent, and can be executed either through governance or using sudo, depending on your chain's configuration.
3335633356

3335733357
This tutorial will guide you through the steps to prepare, submit, and verify a runtime upgrade for your parachain or standalone Polkadot SDK-based chain. For this example, you'll continue from the state left by the previous tutorials, where you have a custom pallet integrated into your runtime.
3335833358

@@ -33542,7 +33542,7 @@ You can submit a runtime upgrade using the [Sudo pallet](https://paritytech.gith
3354233542

3354333543
![](/images/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime-upgrade/runtime-upgrade-04.webp)
3354433544

33545-
6. For the `code` parameter, click **file upload** and select your Wasm runtime file:
33545+
6. For the `code` parameter, click **file upload** and select your WASM runtime file:
3354633546
- Use `parachain_template_runtime.compact.compressed.wasm` if available (smaller file)
3354733547
- Otherwise, use `parachain_template_runtime.wasm`
3354833548

tutorials/polkadot-sdk/parachains/zero-to-hero/runtime-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial_badge: Intermediate
88

99
## Introduction
1010

11-
Upgrading the runtime of your Polkadot SDK-based blockchain is a fundamental feature that allows you to add new functionality, fix bugs, or improve performance without requiring a hard fork. Runtime upgrades are performed by submitting a special extrinsic that replaces the existing on-chain Wasm runtime code. This process is trustless, transparent, and can be executed either through governance or using sudo, depending on your chain's configuration.
11+
Upgrading the runtime of your Polkadot SDK-based blockchain is a fundamental feature that allows you to add new functionality, fix bugs, or improve performance without requiring a hard fork. Runtime upgrades are performed by submitting a special extrinsic that replaces the existing on-chain WASM runtime code. This process is trustless, transparent, and can be executed either through governance or using sudo, depending on your chain's configuration.
1212

1313
This tutorial will guide you through the steps to prepare, submit, and verify a runtime upgrade for your parachain or standalone Polkadot SDK-based chain. For this example, you'll continue from the state left by the previous tutorials, where you have a custom pallet integrated into your runtime.
1414

@@ -192,7 +192,7 @@ You can submit a runtime upgrade using the [Sudo pallet](https://paritytech.gith
192192

193193
![](/images/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime-upgrade/runtime-upgrade-04.webp)
194194

195-
6. For the `code` parameter, click **file upload** and select your Wasm runtime file:
195+
6. For the `code` parameter, click **file upload** and select your WASM runtime file:
196196
- Use `parachain_template_runtime.compact.compressed.wasm` if available (smaller file)
197197
- Otherwise, use `parachain_template_runtime.wasm`
198198

0 commit comments

Comments
 (0)