Skip to content

Commit

Permalink
[sgx-runtime] fix evm compilation by adding the raffle to the evm build
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Feb 29, 2024
1 parent 8cb5213 commit 80ce2df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-libs/sgx-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ construct_runtime!(
ParentchainTargetB: pallet_parentchain::<Instance3>::{Pallet, Call, Event<T>} = 12,

Evm: pallet_evm::{Pallet, Call, Storage, Config, Event<T>} = 20,

Raffles: pallet_raffles = 20,
}
);

Expand Down

0 comments on commit 80ce2df

Please sign in to comment.