Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruch committed May 27, 2024
1 parent 1548675 commit 0e5b93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
3 changes: 2 additions & 1 deletion packages/contracts/script/DeployDistributor.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ contract DeployDistributor is Script {

Staking staking = Staking(0xB31a0D39D2C69Ed4B28d96E12cbf52C5f9Ac9a51);
RewardTreasury treasury = RewardTreasury(0x237Abf43bc51fd5c50d0D598A1A4c26E56a8A2A0);
DistributedRewardsDistribution oldDistributor = DistributedRewardsDistribution(0xab690dA5815659Fe94f08F73E870D91a4d376d8f);
DistributedRewardsDistribution oldDistributor =
DistributedRewardsDistribution(0xab690dA5815659Fe94f08F73E870D91a4d376d8f);
DistributedRewardsDistribution distributor = new DistributedRewardsDistribution(oldDistributor.router());
staking.grantRole(staking.REWARDS_DISTRIBUTOR_ROLE(), address(distributor));
staking.revokeRole(staking.REWARDS_DISTRIBUTOR_ROLE(), address(oldDistributor));
Expand Down
36 changes: 0 additions & 36 deletions packages/contracts/src/DistributedRewardDistribution.sol
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
/**
.::.
.=***#*+:
.=*********+.
.=++++*********=.
.=++=++++++++******-
.=++=++++++++++++******-
.=++==+++++++++++==+******+:
.=+===+++++++++++++===+*******=
.=+===+++++++++++++++===-=*******=
.=====++++++++++++++++====-=*****#*.
:-===++++++++++++++++++====--+*###=
:==+++++++++++++++++++++====---=+*-
:=++***************++++++++====--:-
.-+*########*************++++++===-:
.=##%%##################*****++++===-.
=#%%%%%%###########%%#######***+++==--
+%@@#****************##%%%#####**++==-.
-%#==*##**********##*****#%%%####**+==:
*-=*%+##*******##%@@#******#%%###**+=-
:=+%%#@%******#%=*@@%*********#%##*++-
:=*%@@@**####*#@@@@@%********++*###*+.
=+**##*#######*#@@@%#####****++++**+-
+*- .+**#**#########*****######****+++=+-
-#**+:-**++**########***###%%%%##**+++++=.
::-**+-=*#*=+**#######***#*###%%%##**++++*+= :=-
-###****##%==+**######*******#######**+===*#*+-::::-=*##*
.#%#******==+***##%%%#********######**++==+%%%##**#####%*
+#%##******###%%%####****+++*#%%%##*********#%%%%%%%%*.
:%%%%%%%#%%%%###=.+##**********##########%%##%%%###=
#%#%%%%%##**=. :########%%#:-**#%%%%%##*+++*+-:
::+#**#+=-. =#%%%%#%%#*. :=*****=:
:+##*##+= ..
:-.::
*/
// SPDX-License-Identifier: GPL-3.0-only
pragma solidity 0.8.20;

Expand Down

2 comments on commit 0e5b93a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.