mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Parachains hrmp.rs to Frame V2 (#3475)
* migrate * migrate runtimes * runtimes compile * ci * trigger ci
This commit is contained in:
@@ -53,7 +53,7 @@ frame_support::construct_runtime!(
|
||||
Initializer: initializer::{Pallet, Call, Storage},
|
||||
Dmp: dmp::{Pallet, Call, Storage},
|
||||
Ump: ump::{Pallet, Call, Storage, Event},
|
||||
Hrmp: hrmp::{Pallet, Call, Storage, Event},
|
||||
Hrmp: hrmp::{Pallet, Call, Storage, Event<T>},
|
||||
SessionInfo: session_info::{Pallet, Call, Storage},
|
||||
Disputes: disputes::{Pallet, Storage, Event<T>},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user