Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeexcoin committed Oct 10, 2024
1 parent ae5b27f commit f8b7ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/staking/DyadLPStaking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ contract DyadLPStaking is OwnableRoles, IExtension {
error InvalidProof();
error InvalidBlockNumber();
error NotAllowed();

event Claimed(uint256 indexed noteId, uint256 indexed amount, uint256 unclaimedBonus);
event Deposited(uint256 indexed noteId, uint256 indexed amount);
event Withdrawn(uint256 indexed noteId, uint256 indexed amount);
Expand Down

0 comments on commit f8b7ac3

Please sign in to comment.