Skip to content

Commit

Permalink
update pallets repo source
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Dec 9, 2022
1 parent 5854750 commit bceaa9f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pallets/identity-management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
9 changes: 4 additions & 5 deletions runtime/litmus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
9 changes: 4 additions & 5 deletions runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit bceaa9f

Please sign in to comment.