Closed mevpig closed 1 year ago
Will do
Event is emiited via Staking Module: https://github.com/manifoldfinance/mevETH/blob/e32ac0072e56fe11f8a8c434a358e91e9691d2b0/src/WagyuStaker.sol#L51
We may want to move this into MevEth to make staking module upgrade independent of events.
We should probably emit an event from both places right? Would make it easier to track each componet
Problem
Currently, there are no events being emitted, making it difficult for an off-chain app to keep tabs on when a validator was registered.
Solution
Emit an event.