mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Add events for hrmp pallet. (#2532)
* Add events for hrmp pallet. * Apply review suggestions.
This commit is contained in:
@@ -483,6 +483,7 @@ impl parachains_ump::Config for Runtime {
|
||||
}
|
||||
|
||||
impl parachains_hrmp::Config for Runtime {
|
||||
type Event = Event;
|
||||
type Origin = Origin;
|
||||
type Currency = Balances;
|
||||
}
|
||||
@@ -533,6 +534,7 @@ construct_runtime! {
|
||||
Scheduler: parachains_scheduler::{Module, Call, Storage},
|
||||
ParasSudoWrapper: paras_sudo_wrapper::{Module, Call},
|
||||
SessionInfo: parachains_session_info::{Module, Call, Storage},
|
||||
Hrmp: parachains_hrmp::{Module, Call, Storage, Event},
|
||||
|
||||
Sudo: pallet_sudo::{Module, Call, Storage, Config<T>, Event<T>},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user