diff --git a/evm-template/Cargo.lock b/evm-template/Cargo.lock index 9ed518fd..8d53847d 100644 --- a/evm-template/Cargo.lock +++ b/evm-template/Cargo.lock @@ -8220,7 +8220,7 @@ dependencies = [ [[package]] name = "pallet-registrar" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "cumulus-primitives-core", "dp-chain-state-snapshot", @@ -8244,7 +8244,7 @@ dependencies = [ [[package]] name = "pallet-registrar-runtime-api" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "dp-container-chain-genesis-data", "frame-support", @@ -8608,7 +8608,7 @@ dependencies = [ [[package]] name = "pallet-xcm-core-buyer" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "dp-core", "frame-benchmarking", @@ -8634,7 +8634,7 @@ dependencies = [ [[package]] name = "pallet-xcm-core-buyer-runtime-api" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "frame-support", "pallet-xcm-core-buyer", @@ -14630,7 +14630,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tc-consensus" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "async-backing-primitives", "async-trait", @@ -15103,7 +15103,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tp-traits" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "cumulus-primitives-core", "dp-chain-state-snapshot", @@ -15122,7 +15122,7 @@ dependencies = [ [[package]] name = "tp-xcm-core-buyer" version = "0.1.0" -source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#04e9a2e0dc50426130cfc300cbb4b9dd502b81be" +source = "git+https://github.com/KitHat/tanssi?branch=polkadot-stable2407-1#69e0791c4d46483acccb9e1a25939bd204539101" dependencies = [ "frame-support", "parity-scale-codec", diff --git a/evm-template/node/Cargo.toml b/evm-template/node/Cargo.toml index 84a64c46..7f8fc1d2 100644 --- a/evm-template/node/Cargo.toml +++ b/evm-template/node/Cargo.toml @@ -109,6 +109,7 @@ runtime-benchmarks = [ "polkadot-primitives/runtime-benchmarks", "sc-service/runtime-benchmarks", "sp-runtime/runtime-benchmarks", + "tc-consensus/runtime-benchmarks" ] tanssi = [] try-runtime = [ diff --git a/generic-template/runtime/src/apis.rs b/generic-template/runtime/src/apis.rs index dd8f2c42..b965f727 100644 --- a/generic-template/runtime/src/apis.rs +++ b/generic-template/runtime/src/apis.rs @@ -4,7 +4,7 @@ use openzeppelin_pallet_abstractions_proc::openzeppelin_runtime_apis; use crate::Aura; #[cfg(feature = "runtime-benchmarks")] use crate::{ - configs::XcmExecutorConfig, + configs::xcm_config::RelayLocation, constants::currency::{CENTS, EXISTENTIAL_DEPOSIT}, }; #[cfg(feature = "async-backing")]