Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Apr 2, 2024
1 parent 897e4bf commit 1a97413
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/prebuilts/unaudited/airdrop/Airdrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ contract Airdrop is EIP712, Initializable, Ownable {
"AirdropRequestERC1155(bytes32 uid,address tokenAddress,uint256 expirationTimestamp,AirdropContentERC1155[] contents)AirdropContentERC1155(address recipient,uint256 tokenId,uint256 amount)"
);

bytes4 private constant EIP1271_MAGIC_VALUE = 0x1626ba7e;

address private constant NATIVE_TOKEN_ADDRESS = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

/*///////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 1a97413

Please sign in to comment.