Skip to content

Commit

Permalink
Moved Dao to Arbitrum
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencdg authored and ferencdg committed Feb 27, 2024
1 parent 975915f commit 2afdba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/AirdropArb.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.s
contract AirdropArb is Ownable {
using SafeERC20 for IERC20;

IERC20 tokenToDrop;
IERC20 public tokenToDrop;

struct User {
address user;
Expand Down

0 comments on commit 2afdba3

Please sign in to comment.