Skip to content

Commit

Permalink
feat: deploy-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Feb 5, 2024
1 parent a9d145e commit b11f759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deprecated/OldDistributor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct Claim {
/// @title Distributor
/// @notice Allows LPs on AMMs with concentrated liquidity to claim the rewards that were distributed to them
/// @author Angle Labs. Inc
contract Distributor is UUPSHelper {
contract OldDistributor is UUPSHelper {
using SafeERC20 for IERC20;

/// @notice Epoch duration
Expand Down

0 comments on commit b11f759

Please sign in to comment.