@@ -34,50 +34,50 @@ pallet-xcm-bridge-hub-router = { path = "../../../modules/xcm-bridge-hub-router"
3434
3535# Substrate Dependencies
3636
37- sp-consensus-beefy = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
38- frame-benchmarking = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false , optional = true }
39- frame-executive = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
40- frame-support = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
41- frame-system = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
42- frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
43- pallet-aura = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
44- pallet-balances = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
45- pallet-beefy = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
46- pallet-beefy-mmr = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
47- pallet-grandpa = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
48- pallet-mmr = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
49- pallet-session = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false , features = [" historical" ]}
50- pallet-sudo = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
51- pallet-timestamp = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
52- pallet-transaction-payment = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
53- pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
54- pallet-utility = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
55- sp-api = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
56- sp-block-builder = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
57- sp-consensus-aura = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
58- sp-core = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
59- sp-inherents = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
60- sp-io = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
61- sp-offchain = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
62- sp-runtime = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
63- sp-session = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
64- sp-std = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
65- sp-transaction-pool = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
66- sp-version = { git = " https://github.com/paritytech/substrate " , branch = " master" , default-features = false }
37+ sp-consensus-beefy = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
38+ frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false , optional = true }
39+ frame-executive = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
40+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
41+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
42+ frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
43+ pallet-aura = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
44+ pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
45+ pallet-beefy = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
46+ pallet-beefy-mmr = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
47+ pallet-grandpa = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
48+ pallet-mmr = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
49+ pallet-session = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false , features = [" historical" ]}
50+ pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
51+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
52+ pallet-transaction-payment = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
53+ pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
54+ pallet-utility = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
55+ sp-api = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
56+ sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
57+ sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
58+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
59+ sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
60+ sp-io = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
61+ sp-offchain = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
62+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
63+ sp-session = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
64+ sp-std = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
65+ sp-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
66+ sp-version = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
6767
6868# Polkadot Dependencies
69- pallet-xcm = { git = " https://github.com/paritytech/polkadot" , branch = " master" , default-features = false }
70- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " master" , default-features = false }
71- xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " master" , default-features = false }
72- xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " master" , default-features = false }
69+ pallet-xcm = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
70+ xcm = { package = " staging-xcm " , git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
71+ xcm-builder = { package = " staging-xcm-builder " , git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
72+ xcm-executor = { package = " staging-xcm-executor " , git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" , default-features = false }
7373
7474[dev-dependencies ]
7575bridge-runtime-common = { path = " ../../runtime-common" , features = [" integrity-test" , " std" ] }
7676env_logger = " 0.10"
7777static_assertions = " 1.1"
7878
7979[build-dependencies ]
80- substrate-wasm-builder = { git = " https://github.com/paritytech/substrate " , branch = " master" }
80+ substrate-wasm-builder = { git = " https://github.com/paritytech/polkadot-sdk " , branch = " master" }
8181
8282[features ]
8383default = [" std" ]
0 commit comments