Skip to content

Commit

Permalink
fix(protocol): use IERC721Upgradeable instead of ERC721Upgradeable un…
Browse files Browse the repository at this point in the history
…der ERC721Airdrop (#16059)

Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
  • Loading branch information
arularmstrong and dantaik committed Feb 25, 2024
1 parent bdf61f2 commit b9ee868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/team/airdrop/ERC721Airdrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

pragma solidity 0.8.24;

import "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC721/IERC721Upgradeable.sol";
import "./MerkleClaimable.sol";

/// @title ERC721Airdrop
Expand Down

0 comments on commit b9ee868

Please sign in to comment.