From bceaa9f5099355ab69d6caf4c9488aa522d3fd81 Mon Sep 17 00:00:00 2001 From: BillyWooo Date: Fri, 9 Dec 2022 11:00:50 +0000 Subject: [PATCH] update pallets repo source --- pallets/identity-management/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/litmus/Cargo.toml | 9 ++++----- runtime/rococo/Cargo.toml | 9 ++++----- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/pallets/identity-management/Cargo.toml b/pallets/identity-management/Cargo.toml index aba84f36c7..f5ff23a300 100644 --- a/pallets/identity-management/Cargo.toml +++ b/pallets/identity-management/Cargo.toml @@ -31,7 +31,7 @@ primitives = { path = "../../primitives", default-features = false } [dev-dependencies] pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", features = ["skip-ias-check"] } +pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", features = ["skip-ias-check"] } pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ec1f313073..5bb4abfe46 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -43,7 +43,7 @@ xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } # TEE -pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } +pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } # local pallet-asset-manager = { path = "../../pallets/xcm-asset-manager", default-features = false } diff --git a/runtime/litmus/Cargo.toml b/runtime/litmus/Cargo.toml index 0aaa0e0787..ff7bdd583f 100644 --- a/runtime/litmus/Cargo.toml +++ b/runtime/litmus/Cargo.toml @@ -95,11 +95,10 @@ pallet-identity-management-mock = { path = "../../pallets/identity-management-mo pallet-vc-management = { path = "../../pallets/vc-management", default-features = false } runtime-common = { path = '../common', default-features = false } -# TEE pallets -# TODO: change to `master`/`polkadot-v0.9.32` branch temporarily for aligning upstream codebase: tee-worker/#113 -pallet-sidechain = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } -pallet-teeracle = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } -pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } +# TEE +pallet-sidechain = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } +pallet-teeracle = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } +pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } [dev-dependencies] cumulus-primitives-parachain-inherent = { git = 'https://github.com/paritytech/cumulus', branch = "polkadot-v0.9.32" } diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index f3173b9d8e..5768bbbac2 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -98,11 +98,10 @@ pallet-parachain-staking = { path = "../../pallets/parachain-staking", default-f pallet-vc-management = { path = "../../pallets/vc-management", default-features = false } runtime-common = { path = '../common', default-features = false } -# TEE pallets -# TODO: change to `master`\`polkadot-v0.9.32` branch temporarily for aligning upstream codebase: tee-worker/#113 -pallet-sidechain = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } -pallet-teeracle = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } -pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false } +# TEE +pallet-sidechain = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } +pallet-teeracle = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } +pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false } [dev-dependencies] cumulus-primitives-parachain-inherent = { git = 'https://github.com/paritytech/cumulus', branch = "polkadot-v0.9.32" }