diff --git a/Cargo.lock b/Cargo.lock index b9e711c736..38ba65b1f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9358,8 +9358,8 @@ dependencies = [ [[package]] name = "orml-traits" -version = "1.0.0" -source = "git+https://github.com/ozgunozerk/open-runtime-module-library?branch=polkadot-stable2407-1#c64dc4147541060753917b63a330ec64e5cbb258" +version = "0.10.0" +source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ "frame-support 37.0.0", "impl-trait-for-tuples", @@ -9378,8 +9378,8 @@ dependencies = [ [[package]] name = "orml-utilities" -version = "1.0.0" -source = "git+https://github.com/ozgunozerk/open-runtime-module-library?branch=polkadot-stable2407-1#c64dc4147541060753917b63a330ec64e5cbb258" +version = "0.10.0" +source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ "frame-support 37.0.0", "parity-scale-codec", @@ -9393,8 +9393,8 @@ dependencies = [ [[package]] name = "orml-xcm-support" -version = "1.0.0" -source = "git+https://github.com/ozgunozerk/open-runtime-module-library?branch=polkadot-stable2407-1#c64dc4147541060753917b63a330ec64e5cbb258" +version = "0.10.0" +source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ "frame-support 37.0.0", "orml-traits", @@ -9407,8 +9407,8 @@ dependencies = [ [[package]] name = "orml-xtokens" -version = "1.0.0" -source = "git+https://github.com/ozgunozerk/open-runtime-module-library?branch=polkadot-stable2407-1#c64dc4147541060753917b63a330ec64e5cbb258" +version = "0.10.0" +source = "git+https://github.com/openzeppelin/open-runtime-module-library?branch=polkadot-stable2407-1#aafe9077c9ec61dd8b3a42e899ef8353b2b050c0" dependencies = [ "frame-support 37.0.0", "frame-system 37.1.0", diff --git a/Cargo.toml b/Cargo.toml index d259968a11..52cf6e823b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -300,10 +300,9 @@ cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkad cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/polkadot-sdk", tag = "polkadot-stable2407-1" } # Polkadot / XCM (wasm) -orml-traits = { git = "https://github.com/ozgunozerk/open-runtime-module-library", branch = "polkadot-stable2407-1", default-features = false } -# TODO: make above and then update below -orml-xcm-support = { git = "https://github.com/ozgunozerk/open-runtime-module-library", branch = "polkadot-stable2407-1", default-features = false } -orml-xtokens = { git = "https://github.com/ozgunozerk/open-runtime-module-library", branch = "polkadot-stable2407-1", default-features = false } +orml-traits = { git = "https://github.com/openzeppelin/open-runtime-module-library", branch = "polkadot-stable2407-1", default-features = false } +orml-xcm-support = { git = "https://github.com/openzeppelin/open-runtime-module-library", branch = "polkadot-stable2407-1", default-features = false } +orml-xtokens = { git = "https://github.com/openzeppelin/open-runtime-module-library", branch = "polkadot-stable2407-1", default-features = false } pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } pallet-xcm-benchmarks = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" } polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, tag = "polkadot-stable2407-1" }