You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discussed this with @ilitteri and @jrchatruc, and we agreed that we should add an address indexed L1From (the name can be adjusted) to the event PrivilegedTxSent on crates/l2/contracts/src/l1/interfaces/ICommonBridge.sol so that wallets can track their own privileged transactions for UX purposes.
We also agreed that this should be the only indexed parameter, unless someone can provide a strong reason to keep from, to, or id indexed.