@@ -7,18 +7,18 @@ edition = "2021"
77
88[dependencies ]
99# Substrate deps
10- sp-blockchain = { git = " https://github.com/paritytech /substrate" , branch = " master " }
11- sp-consensus = { git = " https://github.com/paritytech /substrate" , branch = " master " }
12- sp-runtime = { git = " https://github.com/paritytech /substrate" , branch = " master " }
13- sp-api = { git = " https://github.com/paritytech /substrate" , branch = " master " }
14- sp-core = { git = " https://github.com/paritytech /substrate" , branch = " master " }
15- sc-client-api = { git = " https://github.com/paritytech /substrate" , branch = " master " }
10+ sp-blockchain = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
11+ sp-consensus = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
12+ sp-runtime = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
13+ sp-api = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
14+ sp-core = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
15+ sc-client-api = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
1616
1717# Polkadot deps
18- polkadot-primitives = { git = " https://github.com/paritytech /polkadot" , branch = " master " }
19- polkadot-node-primitives = { git = " https://github.com/paritytech /polkadot" , branch = " master " }
20- polkadot-client = { git = " https://github.com/paritytech /polkadot" , branch = " master " }
21- polkadot-parachain = { git = " https://github.com/paritytech /polkadot" , branch = " master " }
18+ polkadot-primitives = { git = " https://github.com/purestake /polkadot" , branch = " moonbeam-polkadot-v0.9.13 " }
19+ polkadot-node-primitives = { git = " https://github.com/purestake /polkadot" , branch = " moonbeam-polkadot-v0.9.13 " }
20+ polkadot-client = { git = " https://github.com/purestake /polkadot" , branch = " moonbeam-polkadot-v0.9.13 " }
21+ polkadot-parachain = { git = " https://github.com/purestake /polkadot" , branch = " moonbeam-polkadot-v0.9.13 " }
2222
2323# other deps
2424codec = { package = " parity-scale-codec" , version = " 2.3.0" , features = [ " derive" ] }
@@ -36,14 +36,14 @@ cumulus-test-service = { path = "../../test/service" }
3636cumulus-primitives-core = { path = " ../../primitives/core" }
3737
3838# Polkadot deps
39- polkadot-test-client = { git = " https://github.com/paritytech /polkadot" , branch = " master " }
39+ polkadot-test-client = { git = " https://github.com/purestake /polkadot" , branch = " moonbeam-polkadot-v0.9.13 " }
4040
4141# substrate deps
42- sc-client-api = { git = " https://github.com/paritytech /substrate" , branch = " master " }
43- sp-core = { git = " https://github.com/paritytech /substrate" , branch = " master " }
44- sp-keyring = { git = " https://github.com/paritytech /substrate" , branch = " master " }
45- sp-keystore = { git = " https://github.com/paritytech /substrate" , branch = " master " }
46- sp-consensus = { git = " https://github.com/paritytech /substrate" , branch = " master " }
47- sc-cli = { git = " https://github.com/paritytech /substrate" , branch = " master " }
48- substrate-test-utils = { git = " https://github.com/paritytech /substrate" , branch = " master " }
49- sc-service = { git = " https://github.com/paritytech /substrate" , branch = " master " }
42+ sc-client-api = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
43+ sp-core = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
44+ sp-keyring = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
45+ sp-keystore = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
46+ sp-consensus = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
47+ sc-cli = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
48+ substrate-test-utils = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
49+ sc-service = { git = " https://github.com/purestake /substrate" , branch = " moonbeam-polkadot-v0.9.13 " }
0 commit comments