From 80ce2df26d158fcc012c3bcf1ef25d9088be979e Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Thu, 29 Feb 2024 12:16:11 +0900 Subject: [PATCH] [sgx-runtime] fix evm compilation by adding the raffle to the evm build --- app-libs/sgx-runtime/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-libs/sgx-runtime/src/lib.rs b/app-libs/sgx-runtime/src/lib.rs index eff681bc5..8ae6bb3a1 100644 --- a/app-libs/sgx-runtime/src/lib.rs +++ b/app-libs/sgx-runtime/src/lib.rs @@ -360,6 +360,8 @@ construct_runtime!( ParentchainTargetB: pallet_parentchain::::{Pallet, Call, Event} = 12, Evm: pallet_evm::{Pallet, Call, Storage, Config, Event} = 20, + + Raffles: pallet_raffles = 20, } );