Skip to content

Commit bc0f822

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
Drop1155: remove bitmap
1 parent 30a55e7 commit bc0f822

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/extension/Drop1155.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ pragma solidity ^0.8.0;
33

44
import "./interface/IDrop1155.sol";
55
import "../lib/MerkleProof.sol";
6-
import "../lib/TWBitMaps.sol";
76

87
abstract contract Drop1155 is IDrop1155 {
9-
using TWBitMaps for TWBitMaps.BitMap;
108

119
/*///////////////////////////////////////////////////////////////
1210
State variables

0 commit comments

Comments
 (0)