From 675281c973ef9c7b407d3c9b1d602578de5aed86 Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Thu, 13 May 2021 11:40:50 +1200 Subject: [PATCH] Update dependencies. --- Cargo.dev.toml | 118 +++++++++++++++--------------- auction/Cargo.toml | 12 +-- authority/Cargo.toml | 16 ++-- benchmarking/Cargo.toml | 18 ++--- currencies/Cargo.toml | 14 ++-- gradually-update/Cargo.toml | 12 +-- nft/Cargo.toml | 12 +-- oracle/Cargo.toml | 14 ++-- oracle/rpc/Cargo.toml | 6 +- oracle/rpc/runtime-api/Cargo.toml | 4 +- rewards/Cargo.toml | 12 +-- tokens/Cargo.toml | 20 ++--- traits/Cargo.toml | 10 +-- unknown-tokens/Cargo.toml | 14 ++-- utilities/Cargo.toml | 10 +-- vesting/Cargo.toml | 14 ++-- xcm-support/Cargo.toml | 10 +-- xtokens/Cargo.toml | 30 ++++---- 18 files changed, 173 insertions(+), 173 deletions(-) diff --git a/Cargo.dev.toml b/Cargo.dev.toml index 843649d10..e59073182 100644 --- a/Cargo.dev.toml +++ b/Cargo.dev.toml @@ -27,69 +27,69 @@ resolver = "2" split-debuginfo = "unpacked" [patch.'https://github.com/paritytech/substrate'] -frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -frame-support = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -frame-system = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-session = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-api = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-core = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-io = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-std = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-trie = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-version = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-staking = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-storage = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sc-executor = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-session = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } -sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } +frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +frame-support = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +frame-system = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-session = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-api = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-core = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-io = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-std = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-trie = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-version = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-staking = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-storage = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-npos-elections-compact = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-allocator = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sc-executor = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-session = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } +sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } # [patch.'https://github.com/paritytech/cumulus'] -# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "e7a5ce791e3f389f8026a9a850e324fb05fce0b8" } -# cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "e7a5ce791e3f389f8026a9a850e324fb05fce0b8" } -# parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "e7a5ce791e3f389f8026a9a850e324fb05fce0b8" } -# cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech//cumulus", rev = "e7a5ce791e3f389f8026a9a850e324fb05fce0b8" } +# cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" } +# cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" } +# parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" } +# cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech//cumulus", rev = "84bd37817a76ad0ca945d3dd8832e41f7ea7b73b" } # [patch.'https://github.com/paritytech/polkadot'] -# xcm = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } -# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } -# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } -# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } -# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } -# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } -# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "11d55446f306eb72c8239349e4803109a5d5fba0" } +# xcm = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } +# xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } +# xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } +# polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } +# polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } +# polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } +# polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "281ba73c0c1b2db1650817a65a0941f84ee2db16" } # [patch.'https://github.com/shaunxw/xcm-simulator'] # xcm-simulator = { git = "https://github.com/shaunxw//xcm-simulator", rev = "c52bd64a41a51d08bd5a1e27f32c47419b41f3e5" } diff --git a/auction/Cargo.toml b/auction/Cargo.toml index af2c9ae77..19ff4b9ea 100644 --- a/auction/Cargo.toml +++ b/auction/Cargo.toml @@ -10,16 +10,16 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 83392b826..50527baf1 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -10,17 +10,17 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml index 7fc86eb67..1472b96ab 100644 --- a/benchmarking/Cargo.toml +++ b/benchmarking/Cargo.toml @@ -11,17 +11,17 @@ edition = "2018" serde = { version = "1.0.124", optional = true } paste = "1.0" codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-storage = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-storage = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [dev-dependencies] -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint" } hex-literal = "0.2.1" [features] diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 6fe7209e3..9b649f232 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -10,19 +10,19 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "statemint" } orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.1-dev" } [features] diff --git a/gradually-update/Cargo.toml b/gradually-update/Cargo.toml index 899973e68..e7a615ee6 100644 --- a/gradually-update/Cargo.toml +++ b/gradually-update/Cargo.toml @@ -10,12 +10,12 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [features] default = ["std"] diff --git a/nft/Cargo.toml b/nft/Cargo.toml index bcede1742..a8e508c67 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -10,15 +10,15 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/oracle/Cargo.toml b/oracle/Cargo.toml index 0a77d5042..8968a8143 100644 --- a/oracle/Cargo.toml +++ b/oracle/Cargo.toml @@ -10,19 +10,19 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [features] default = ["std"] diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index c27a5d01c..7c4f622c1 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -11,8 +11,8 @@ codec = { package = "parity-scale-codec", version = "2.0.0" } jsonrpc-core = "15.0.0" jsonrpc-core-client = "15.0.0" jsonrpc-derive = "15.0.0" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "statemint" } orml-oracle-rpc-runtime-api = { path = "runtime-api", version = "0.4.1-dev" } diff --git a/oracle/rpc/runtime-api/Cargo.toml b/oracle/rpc/runtime-api/Cargo.toml index 5976c9233..636b98ef4 100644 --- a/oracle/rpc/runtime-api/Cargo.toml +++ b/oracle/rpc/runtime-api/Cargo.toml @@ -8,8 +8,8 @@ description = "Runtime API module for orml-oracle-rpc." [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [features] default = ["std"] diff --git a/rewards/Cargo.toml b/rewards/Cargo.toml index b0f4f64f9..dcc8b4770 100644 --- a/rewards/Cargo.toml +++ b/rewards/Cargo.toml @@ -10,15 +10,15 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 628f1a0d6..2c42de3af 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -10,19 +10,19 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -# Patch doesn't work as `pallet-elections-phragmen` is now 4.0.0 version. Revert `rev` to `rococo-v1` branch after -# other `rococo-v1` dependencies upgraded. -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "ec180313e410915ed5e319358628260f9d1f3b53" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +# Patch doesn't work as `pallet-elections-phragmen` is now 4.0.0 version. Revert `rev` to `statemint` branch after +# other `statemint` dependencies upgraded. +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "34315dddbaf13c6282199c32e3b1a9b1b26cf4b1" } [features] default = ["std"] diff --git a/traits/Cargo.toml b/traits/Cargo.toml index bf3b3ddf4..0565394d5 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -10,14 +10,14 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } num-traits = { version = "0.2.14", default-features = false } impl-trait-for-tuples = "0.2.1" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } orml-utilities = { path = "../utilities", version = "0.4.1-dev", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } [features] default = ["std"] diff --git a/unknown-tokens/Cargo.toml b/unknown-tokens/Cargo.toml index 62d071642..39c38260b 100644 --- a/unknown-tokens/Cargo.toml +++ b/unknown-tokens/Cargo.toml @@ -10,18 +10,18 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 1d8806bab..dc52e0da6 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -10,14 +10,14 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [dev-dependencies] serde_json = "1.0.64" -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 43a77ac6c..1865edaba 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -10,16 +10,16 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "statemint" } [features] default = ["std"] diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index d6b1ae783..d11a9abf6 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -10,13 +10,13 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } orml-traits = { path = "../traits", version = "0.4.1-dev", default-features = false } diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index b3a8344e7..03960fc40 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -10,30 +10,30 @@ edition = "2018" [dependencies] serde = { version = "1.0.124", optional = true } codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "statemint", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "rococo-v1", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "statemint", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "statemint", default-features = false } orml-xcm-support = { path = "../xcm-support", default-features = false } orml-traits = { path = "../traits", default-features = false} [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "statemint" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "statemint" } xcm-simulator = { git = "https://github.com/shaunxw/xcm-simulator", branch = "master" } -cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "rococo-v1" } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "rococo-v1" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "rococo-v1" } +cumulus-pallet-xcm-handler = { git = "https://github.com/paritytech/cumulus", branch = "statemint" } +parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "statemint" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "statemint" } orml-tokens = { path = "../tokens", version = "0.4.1-dev" } orml-traits = { path = "../traits", version = "0.4.1-dev" }