diff --git a/Cargo.lock b/Cargo.lock index e6018edd7..22a93d9b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5580,7 +5580,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orml-asset-registry" version = "0.9.0" -source = "git+https://github.com//gasp-xyz/open-runtime-module-library?branch=feature/transfer-allowlist#f429c122724dee0c46c17dbc75f6e2b7b6389b63" +source = "git+https://github.com/gasp-xyz/open-runtime-module-library?branch=eth-rollup-develop#2cae70d92e2b8bb352b8e73612cb2e114db2ed3f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "orml-tokens" version = "0.9.0" -source = "git+https://github.com//gasp-xyz/open-runtime-module-library?branch=feature/transfer-allowlist#f429c122724dee0c46c17dbc75f6e2b7b6389b63" +source = "git+https://github.com/gasp-xyz/open-runtime-module-library?branch=eth-rollup-develop#2cae70d92e2b8bb352b8e73612cb2e114db2ed3f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5618,7 +5618,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "0.9.0" -source = "git+https://github.com//gasp-xyz/open-runtime-module-library?branch=feature/transfer-allowlist#f429c122724dee0c46c17dbc75f6e2b7b6389b63" +source = "git+https://github.com/gasp-xyz/open-runtime-module-library?branch=eth-rollup-develop#2cae70d92e2b8bb352b8e73612cb2e114db2ed3f" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -5637,7 +5637,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "0.9.0" -source = "git+https://github.com//gasp-xyz/open-runtime-module-library?branch=feature/transfer-allowlist#f429c122724dee0c46c17dbc75f6e2b7b6389b63" +source = "git+https://github.com/gasp-xyz/open-runtime-module-library?branch=eth-rollup-develop#2cae70d92e2b8bb352b8e73612cb2e114db2ed3f" dependencies = [ "frame-support", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index 2dbbfc383..b1278653c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -469,9 +469,9 @@ sp-crypto-ec-utils = { git = "https://github.com/gasp-xyz/polkadot-sdk", branch # orml-traits = { path = "../open-runtime-module-library/traits" } # orml-utilities = { path = "../open-runtime-module-library/utilities" } -# patch generated by './scripts/dev_manifest.sh ../open-runtime-module-library/' -[patch."https://github.com/gasp-xyz/open-runtime-module-library"] -orml-tokens = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } -orml-asset-registry = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } -orml-traits = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } -orml-utilities = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } +# # patch generated by './scripts/dev_manifest.sh ../open-runtime-module-library/' +# [patch."https://github.com/gasp-xyz/open-runtime-module-library"] +# orml-tokens = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } +# orml-asset-registry = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } +# orml-traits = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" } +# orml-utilities = { git = "https://github.com//gasp-xyz/open-runtime-module-library", branch = "feature/transfer-allowlist" }