From 72a41857fe33e4db0553a84d505cdb206f1cbd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bigna=20H=C3=A4rdi?= Date: Fri, 22 Oct 2021 09:00:46 +0200 Subject: [PATCH] switch teerex path to new pallet repo --- Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 583131e..db8c0f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2148,7 +2148,7 @@ dependencies = [ [[package]] name = "ias-verify" version = "0.1.4" -source = "git+https://github.com/integritee-network/pallet-teerex.git?branch=master#c62071ff4c6c0a4da5cd1886fbecd12350bafb8b" +source = "git+https://github.com/integritee-network/pallets.git?branch=master#eb4a5c8347c90814c2e175ab50755b213d636b1f" dependencies = [ "base64 0.11.0", "chrono", @@ -4018,7 +4018,7 @@ dependencies = [ [[package]] name = "pallet-teerex" version = "0.9.0" -source = "git+https://github.com/integritee-network/pallet-teerex.git?branch=master#c62071ff4c6c0a4da5cd1886fbecd12350bafb8b" +source = "git+https://github.com/integritee-network/pallets.git?branch=master#eb4a5c8347c90814c2e175ab50755b213d636b1f" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f3dd102..ffded9b 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -27,7 +27,7 @@ pallet-vesting = { version = "4.0.0-dev", default-features = false, git = "https pallet-scheduler = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } pallet-utility = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" } # local pallets -pallet-teerex = { default-features = false, git = "https://github.com/integritee-network/pallet-teerex.git", branch = "master" } +pallet-teerex = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "master" } pallet-claims = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "master" } sp-api = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "master" }