Skip to content

Commit

Permalink
keep old event
Browse files Browse the repository at this point in the history
  • Loading branch information
vvalecha519 committed Oct 29, 2024
1 parent dc4199f commit 53faabf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/EtherFiNodesManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ contract EtherFiNodesManager is
event NodeExitProcessed(uint256 _validatorId);
event NodeEvicted(uint256 _validatorId);
event PhaseChanged(uint256 indexed _validatorId, IEtherFiNode.VALIDATOR_PHASE _phase);

event PartialWithdrawal(uint256 indexed _validatorId, address indexed etherFiNode, uint256 toTnft);
event FullWithdrawal(uint256 indexed _validatorId, address indexed etherFiNode, uint256 toTnft, uint256 toBnft);
event PartialWithdrawal(uint256 indexed _validatorId, address indexed etherFiNode, uint256 toOperator, uint256 toTnft, uint256 toBnft, uint256 toTreasury);
event FullWithdrawal(uint256 indexed _validatorId, address indexed etherFiNode, uint256 toOperator, uint256 toTnft, uint256 toBnft, uint256 toTreasury);
event PartialWithdrawal_V2(uint256 indexed _validatorId, address indexed etherFiNode, uint256 toTnft);
event FullWithdrawal_V2(uint256 indexed _validatorId, address indexed etherFiNode, uint256 toTnft, uint256 toBnft);
event QueuedRestakingWithdrawal(uint256 indexed _validatorId, address indexed etherFiNode, bytes32[] withdrawalRoots);
Expand Down

0 comments on commit 53faabf

Please sign in to comment.