@@ -141,7 +141,7 @@ pub mod bp_people_polkadot {
141141 pub const PEOPLE_POLKADOT_PARACHAIN_ID : u32 = 1004 ;
142142
143143 /// Name of the With-PeoplePolkadot messages pallet instance that is deployed at bridged chains.
144- pub const WITH_PEOPLE_POLKADOT_MESSAGES_PALLET_NAME : & str = "PeoplePolkadotMessages " ;
144+ pub const WITH_PEOPLE_POLKADOT_MESSAGES_PALLET_NAME : & str = "BridgePolkadotMessages " ;
145145
146146 decl_bridge_finality_runtime_apis ! ( people_polkadot) ;
147147 decl_bridge_messages_runtime_apis ! ( people_polkadot, LegacyLaneId ) ;
@@ -175,33 +175,8 @@ parameter_types! {
175175 pub const PeoplePolkadotHeadsToKeep : u32 = 600 ;
176176 /// A maximal size of Polkadot Bridge Hub head digest.
177177 pub const MaxPeoplePolkadotHeadSize : u32 = bp_polkadot:: MAX_NESTED_PARACHAIN_HEAD_DATA_SIZE ;
178-
179- // /// All active outbound lanes.
180- // pub const ActiveOutboundLanes: &'static [LaneId] = &[XCM_LANE];
181- // /// Maximal number of unrewarded relayer entries.
182- // pub const MaxUnrewardedRelayerEntriesAtInboundLane: MessageNonce =
183- // bp_people_polkadot::MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX;
184- // /// Maximal number of unconfirmed messages.
185- // pub const MaxUnconfirmedMessagesAtInboundLane: MessageNonce =
186- // bp_people_polkadot::MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX;
187- //
188- // /// Sending chain location and lane used to communicate with Polkadot Bulletin chain.
189- // pub FromPolkadotBulletinToBridgeHubPolkadotRoute: SenderAndLane = SenderAndLane::new(
190- // Here.into(),
191- // XCM_LANE,
192- // );
193- //
194- // /// XCM message that is never sent to anyone.
195- // pub NeverSentMessage: Option<Xcm<()>> = None;
196178}
197179
198- // impl bp_runtime::Parachain for BridgeHubPolkadotOrPolkadot {
199- // #[cfg(not(feature = "polkadot"))]
200- // const PARACHAIN_ID: u32 = bp_people_polkadot::BridgeHubPolkadot::PARACHAIN_ID;
201- // #[cfg(feature = "polkadot")]
202- // const PARACHAIN_ID: u32 = bp_people_polkadot::PeoplePolkadot::PARACHAIN_ID;
203- // }
204- //
205180/// An instance of `pallet_bridge_grandpa` used to bridge with Polkadot.
206181pub type WithPolkadotBridgeGrandpaInstance = ( ) ;
207182impl pallet_bridge_grandpa:: Config < WithPolkadotBridgeGrandpaInstance > for Runtime {
0 commit comments