From df65ae7b8d72e64d5424db27bbc8ab71182913b8 Mon Sep 17 00:00:00 2001 From: jasl Date: Sun, 14 May 2023 01:42:17 +0800 Subject: [PATCH] Switch back to InvArch/InvArch-XCM-Builder --- Cargo.lock | 2 +- runtime/rhala/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9bc23e8..cf8142ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4034,7 +4034,7 @@ dependencies = [ [[package]] name = "invarch-xcm-builder" version = "0.1.0" -source = "git+https://github.com/Phala-Network/InvArch-XCM-Builder?branch=polkadot-v0.9.42#4feace4c635e98f6627c34d1466c572895699b68" +source = "git+https://github.com/InvArch/InvArch-XCM-Builder?branch=polkadot-v0.9.42#f6c5919c75678bd0f5b8aadf39906d8b789d47b5" dependencies = [ "frame-support", "log", diff --git a/runtime/rhala/Cargo.toml b/runtime/rhala/Cargo.toml index 57e658b8..f4d3f48c 100644 --- a/runtime/rhala/Cargo.toml +++ b/runtime/rhala/Cargo.toml @@ -112,8 +112,7 @@ subbridge-pallets = { path = "../../pallets/subbridge", default-features = false pallet-phala-world = { path = "../../pallets/phala-world", default-features = false } # InvArch Tinkernet Multisig dependencies -# invarch-xcm-builder = { git = "https://github.com/InvArch/InvArch-XCM-Builder", branch = "polkadot-v0.9.42", default-features = false } -invarch-xcm-builder = { git = "https://github.com/Phala-Network/InvArch-XCM-Builder", branch = "polkadot-v0.9.42", default-features = false } +invarch-xcm-builder = { git = "https://github.com/InvArch/InvArch-XCM-Builder", branch = "polkadot-v0.9.42", default-features = false } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42", optional = true }