Skip to content

Commit d34af23

Browse files
committed
Add variable
1 parent 252713d commit d34af23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

develop/parachains/customize-parachain/add-pallet-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The instantiation generic also appears throughout the pallet's components, inclu
2525

2626
## Adding Instantiable Pallets to Your Runtime
2727

28-
The process resembles adding a standard pallet with some key differences. In this example you will see how adding two instances of the [pallet-collective](https://github.com/paritytech/polkadot-sdk/tree/polkadot-stable2412/substrate/frame/collective){target=\_blank} is implemented.
28+
The process resembles adding a standard pallet with some key differences. In this example you will see how adding two instances of the [pallet-collective](https://github.com/paritytech/polkadot-sdk/tree/{{dependencies.repositories.polkadot_sdk.version}}/substrate/frame/collective){target=\_blank} is implemented.
2929

3030
### Define Pallet Parameters
3131

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,9 +3123,9 @@ The instantiation generic also appears throughout the pallet's components, inclu
31233123

31243124
## Adding Instantiable Pallets to Your Runtime
31253125

3126-
The process resembles adding a standard pallet with some key differences. In this example you will see how adding two instances of the [pallet-collective](https://github.com/paritytech/polkadot-sdk/tree/polkadot-stable2412/substrate/frame/collective){target=\_blank} is implemented.
3126+
The process resembles adding a standard pallet with some key differences. In this example you will see how adding two instances of the [pallet-collective](https://github.com/paritytech/polkadot-sdk/tree/{{dependencies.repositories.polkadot_sdk.version}}/substrate/frame/collective){target=\_blank} is implemented.
31273127

3128-
### Define Pallet Parameters:
3128+
### Define Pallet Parameters
31293129

31303130
First, define the parameters needed to configure the pallet instances. This step is identical whether implementing single or multiple instances:
31313131

0 commit comments

Comments
 (0)