let's create a helper storage getter for AggLayerBridge where we can pass the ger: ExitRoot and get a boolean indicating whether the GER is present in storage or not:
impl AggLayerBridge {
fn is_ger_registered(ger: ExitRoot) -> bool {...};
}
Originally posted by @mmagician in #1854