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 }