@@ -106,10 +106,11 @@ thread_local = { git = "https://github.com/sora-xor/thread_local-rs.git", branch
106106# orml-tokens = { git = "https://github.com/KalitaAlexey/open-runtime-module-library.git", branch = "use-master" }
107107
108108[patch ."https://github .com/open-web3-stack/open-runtime-module-library .git" ]
109- orml-tokens = { git = " https://github.com/open-web3-stack//open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
110- orml-traits = { git = " https://github.com/open-web3-stack//open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
111- orml-currencies = { git = " https://github.com/open-web3-stack//open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
112- orml-utilities = { git = " https://github.com/open-web3-stack//open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
109+ orml-tokens = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
110+ orml-traits = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
111+ orml-currencies = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
112+ orml-utilities = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
113+ orml-xtokens = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" }
113114
114115[patch ."https://github .com/paritytech/substrate .git" ]
115116frame-benchmarking = { git = " https://github.com/sora-xor/substrate.git" , branch = " polkadot-v0.9.38" }
@@ -292,5 +293,14 @@ members = [
292293
293294resolver = " 2"
294295
296+ [workspace .dependencies ]
297+ currencies = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" , package = " orml-currencies" , default-features = false }
298+ tokens = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" , package = " orml-tokens" , default-features = false }
299+ orml-tokens = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" , package = " orml-tokens" , default-features = false }
300+ traits = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" , package = " orml-traits" , default-features = false }
301+ orml-traits = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" , package = " orml-traits" , default-features = false }
302+ xtokens = { git = " https://github.com/sora-xor/open-runtime-module-library.git" , branch = " polkadot-v0.9.38" , package = " orml-xtokens" , default-features = false }
303+
304+
295305[profile .release ]
296306panic = ' unwind'
0 commit comments