mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Added tracked parachains filter (#1432)
* added trackerd parachains filter + changed some docs * fix compilation
This commit is contained in:
committed by
Bastian Köcher
parent
f0d05de080
commit
5340ee5ab5
@@ -520,6 +520,7 @@ pub type WitRialtoParachainsInstance = ();
|
||||
impl pallet_bridge_parachains::Config<WitRialtoParachainsInstance> for Runtime {
|
||||
type BridgesGrandpaPalletInstance = RialtoGrandpaInstance;
|
||||
type ParasPalletName = RialtoParasPalletName;
|
||||
type TrackedParachains = frame_support::traits::Everything;
|
||||
type HeadsToKeep = HeadersToKeep;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user