Skip to content

Commit

Permalink
remove unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Aug 23, 2021
1 parent 7effa34 commit 1f8b2a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/CumulativeMerkleDrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ pragma solidity ^0.8.6;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "./interfaces/ICumulativeMerkleDrop.sol";


contract CumulativeMerkleDrop is Ownable, ICumulativeMerkleDrop {
using SafeERC20 for IERC20;
using MerkleProof for bytes32[];

address public immutable override token;

Expand Down

0 comments on commit 1f8b2a6

Please sign in to comment.