Skip to content

Commit

Permalink
📚 Add author handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Jul 17, 2024
1 parent 6336698 commit 7ff1a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contracts/EscrowMigrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {IStakingRewardsIntegrator} from "./interfaces/IStakingRewardsIntegrator.
/// @title KWENTA Escrow Migrator
/// Used to migrate escrow entries from RewardEscrowV1 to RewardEscrowV2
/// @author tommyrharper ([email protected])
/// @author Flocqst ([email protected])
contract EscrowMigrator is
IEscrowMigrator,
Ownable2StepUpgradeable,
Expand Down
2 changes: 1 addition & 1 deletion contracts/RewardEscrowV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {IEscrowMigrator} from "./interfaces/IEscrowMigrator.sol";
/// @title KWENTA Reward Escrow V2
/// @author Originally inspired by SYNTHETIX RewardEscrow
/// @author Kwenta's RewardEscrow V1 by JaredBorders ([email protected]), JChiaramonte7 ([email protected])
/// @author RewardEscrowV2 by tommyrharper ([email protected])
/// @author RewardEscrowV2 by tommyrharper ([email protected]), Flocqst ([email protected])
/// @notice Updated version of Synthetix's RewardEscrow with new features specific to Kwenta
contract RewardEscrowV2 is
IRewardEscrowV2,
Expand Down
2 changes: 1 addition & 1 deletion contracts/StakingRewardsV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {IRewardEscrowV2} from "./interfaces/IRewardEscrowV2.sol";
/// @title KWENTA Staking Rewards V2
/// @author Originally inspired by SYNTHETIX StakingRewards
/// @author Kwenta's StakingRewards V1 by JaredBorders ([email protected]), JChiaramonte7 ([email protected])
/// @author StakingRewardsV2 (this) by tommyrharper ([email protected])
/// @author StakingRewardsV2 (this) by tommyrharper ([email protected]), Flocqst ([email protected])
/// @notice Updated version of Synthetix's StakingRewards with new features specific to Kwenta
contract StakingRewardsV2 is
IStakingRewardsV2,
Expand Down

0 comments on commit 7ff1a0a

Please sign in to comment.