update drops scope
This commit is contained in:
@@ -19,3 +19,8 @@
|
||||
- contracts/SmartRoute/proxies/DODONFTProxy.sol
|
||||
|
||||
|
||||
# Aduit Scope of DODO Drops
|
||||
|
||||
- contracts/DODODrops/DODODropsV2/
|
||||
|
||||
- contracts/SmartRoute/proxies/DODODropsProxy.sol
|
||||
@@ -13,7 +13,7 @@ import {InitializableOwnable} from "../lib/InitializableOwnable.sol";
|
||||
import {Address} from "../external/utils/Address.sol";
|
||||
import {ERC721URIStorage} from "../external/ERC721/ERC721URIStorage.sol";
|
||||
|
||||
contract MysteryBoxV1 is ERC721URIStorage, InitializableOwnable {
|
||||
contract DODODropsV1 is ERC721URIStorage, InitializableOwnable {
|
||||
using SafeMath for uint256;
|
||||
using SafeERC20 for IERC20;
|
||||
using Address for address;
|
||||
Reference in New Issue
Block a user