@@ -90,8 +90,6 @@ sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", tag = "pol
90
90
sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
91
91
sc-executor = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
92
92
sc-network = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
93
- sc-network-sync = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
94
- sc-rpc = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
95
93
sc-service = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
96
94
sc-sysinfo = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
97
95
sc-telemetry = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
@@ -136,12 +134,8 @@ cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/pol
136
134
cumulus-pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
137
135
cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
138
136
cumulus-primitives-core = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
139
- cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
140
137
cumulus-primitives-utility = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
141
- cumulus-relay-chain-inprocess-interface = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
142
138
cumulus-relay-chain-interface = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
143
- cumulus-relay-chain-minimal-node = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
144
- cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
145
139
parachain-info = { package = " staging-parachain-info" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
146
140
parachains-common = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
147
141
@@ -152,7 +146,6 @@ polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polk
152
146
polkadot-parachain-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
153
147
polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
154
148
polkadot-runtime-common = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
155
- polkadot-service = { git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" }
156
149
xcm = { package = " staging-xcm" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
157
150
xcm-builder = { package = " staging-xcm-builder" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
158
151
xcm-executor = { package = " staging-xcm-executor" , git = " https://github.com/paritytech/polkadot-sdk" , tag = " polkadot-stable2412-1" , default-features = false }
0 commit comments