Skip to content

Commit

Permalink
add exex doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Apr 11, 2024
1 parent dd353df commit 7d25185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/exex/op-bridge/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ use rusqlite::Connection;
sol!(L1StandardBridge, "l1_standard_bridge_abi.json");
use crate::L1StandardBridge::{ETHBridgeFinalized, ETHBridgeInitiated, L1StandardBridgeEvents};

/// An example of ExEx that listens to ETH bridging events from OP Stack chains
/// and stores deposits and withdrawals in a SQLite database.
struct OPBridgeExEx<Node: FullNodeTypes> {
ctx: ExExContext<Node>,
connection: Connection,
Expand Down

0 comments on commit 7d25185

Please sign in to comment.