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: llms.txt
+22-29Lines changed: 22 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -32917,8 +32917,8 @@ First, you'll update the runtime's `Cargo.toml` file to include the Utility pall
32917
32917
32918
32918
1. Open the `runtime/Cargo.toml` file and locate the `[dependencies]` section. Add pallet-utility as one of the features for the `polkadot-sdk` dependency with the following line:
32919
32919
32920
-
```toml hl_lines="4" title="Cargo.toml"
32921
-
32920
+
```toml hl_lines="4" title="runtime/Cargo.toml"
32921
+
[dependencies]
32922
32922
...
32923
32923
"pallet-utility",
32924
32924
...
@@ -32928,18 +32928,19 @@ First, you'll update the runtime's `Cargo.toml` file to include the Utility pall
32928
32928
2. In the same `[dependencies]` section, add the custom pallet that you built from scratch with the following line:
- [**Chain spec builder**](https://crates.io/crates/staging-chain-spec-builder/{{dependencies.crates.chain_spec_builder.version}}){target=\_blank} - is a Polkadot SDK utility for generating chain specifications. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
36066
+
- [**Chain spec builder**](https://crates.io/crates/staging-chain-spec-builder/{{dependencies.repositories.polkadot_sdk_parachain_template.chain_spec_builder_version}}){target=\_blank} - is a Polkadot SDK utility for generating chain specifications. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
0 commit comments