Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Nov 8, 2022
1 parent 8b0feee commit 38d09a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/shibuya/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,7 @@ parameter_types! {
use pallet_xvm::{evm, wasm};
impl pallet_xvm::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type VmId = u8;
type SyncVM = (evm::EVM<EvmId, Self, ()>, wasm::WASM<WasmId, Self, ()>);
type SyncVM = (evm::EVM<EvmId, Self>, wasm::WASM<WasmId, Self>);
type AsyncVM = ();
}

Expand Down

0 comments on commit 38d09a5

Please sign in to comment.