@@ -115,15 +115,16 @@ pallet-insecure-randomness-collective-flip = { git = "https://github.com/parityt
115
115
pallet-membership = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
116
116
pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
117
117
pallet-preimage = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
118
- pallet-proxy = { git = " https://github.com/paritytech/polkadot-sdk.git " , tag = " polkadot-stable2409 " , default-features = false }
118
+ pallet-proxy = { path = " pallets/proxy " , default-features = false }
119
119
pallet-safe-mode = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
120
120
pallet-scheduler = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
121
121
pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
122
122
pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
123
123
pallet-transaction-payment = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
124
124
pallet-transaction-payment-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
125
125
pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
126
- pallet-utility = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
126
+ pallet-utility = { path = " pallets/utility" , default-features = false }
127
+ pallet-root-testing = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
127
128
128
129
sc-basic-authorship = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
129
130
sc-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
0 commit comments