Skip to content

Commit

Permalink
changed contract name of standalone modern
Browse files Browse the repository at this point in the history
  • Loading branch information
gas-limit committed Nov 21, 2024
1 parent c9a48f0 commit 46ab886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Standalone/StandaloneMultiRewarderModern.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.s
* @dev A standalone multi-token reward distribution contract for staking tokens such as aTokens or LP tokens.
* Users earn rewards in multiple tokens simultaneously, with flexible staking and admin controls.
*/
contract StandaloneMultiRewarder is Ownable2Step {
contract StandaloneMultiRewarderModern is Ownable2Step {

using SafeERC20 for IERC20;

Expand Down

0 comments on commit 46ab886

Please sign in to comment.