update deploy shell && change approve and proxy initOwner

This commit is contained in:
owen05
2020-12-14 17:14:41 +08:00
parent ba4ccf89e3
commit a7cfde52e0
4 changed files with 34 additions and 20 deletions

View File

@@ -9,9 +9,9 @@ pragma solidity 0.6.9;
import {IERC20} from "../intf/IERC20.sol";
import {SafeERC20} from "../lib/SafeERC20.sol";
import {Ownable} from "../lib/Ownable.sol";
import {InitializableOwnable} from "../lib/InitializableOwnable.sol";
contract DODOApprove is Ownable {
contract DODOApprove is InitializableOwnable {
using SafeERC20 for IERC20;
// ============ Storage ============