Skip to content

Commit bceaa9f

Browse files
committed
update pallets repo source
1 parent 5854750 commit bceaa9f

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

pallets/identity-management/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ primitives = { path = "../../primitives", default-features = false }
3131

3232
[dev-dependencies]
3333
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" }
34-
pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", features = ["skip-ias-check"] }
34+
pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", features = ["skip-ias-check"] }
3535
pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" }
3636
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" }
3737

runtime/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features
4343
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" }
4444

4545
# TEE
46-
pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
46+
pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
4747

4848
# local
4949
pallet-asset-manager = { path = "../../pallets/xcm-asset-manager", default-features = false }

runtime/litmus/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ pallet-identity-management-mock = { path = "../../pallets/identity-management-mo
9595
pallet-vc-management = { path = "../../pallets/vc-management", default-features = false }
9696
runtime-common = { path = '../common', default-features = false }
9797

98-
# TEE pallets
99-
# TODO: change to `master`/`polkadot-v0.9.32` branch temporarily for aligning upstream codebase: tee-worker/#113
100-
pallet-sidechain = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
101-
pallet-teeracle = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
102-
pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
98+
# TEE
99+
pallet-sidechain = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
100+
pallet-teeracle = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
101+
pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
103102

104103
[dev-dependencies]
105104
cumulus-primitives-parachain-inherent = { git = 'https://github.com/paritytech/cumulus', branch = "polkadot-v0.9.32" }

runtime/rococo/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,10 @@ pallet-parachain-staking = { path = "../../pallets/parachain-staking", default-f
9898
pallet-vc-management = { path = "../../pallets/vc-management", default-features = false }
9999
runtime-common = { path = '../common', default-features = false }
100100

101-
# TEE pallets
102-
# TODO: change to `master`\`polkadot-v0.9.32` branch temporarily for aligning upstream codebase: tee-worker/#113
103-
pallet-sidechain = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
104-
pallet-teeracle = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
105-
pallet-teerex = { git = "https://github.com/litentry/integritee-pallets.git", branch = "pr-polkadot-v0.9.32", default-features = false }
101+
# TEE
102+
pallet-sidechain = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
103+
pallet-teeracle = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
104+
pallet-teerex = { git = "https://github.com/integritee-network/pallets.git", branch = "master", default-features = false }
106105

107106
[dev-dependencies]
108107
cumulus-primitives-parachain-inherent = { git = 'https://github.com/paritytech/cumulus', branch = "polkadot-v0.9.32" }

0 commit comments

Comments
 (0)