This commit is contained in:
owen05
2021-04-08 16:16:11 +08:00
parent 4b54b452ee
commit 2e1b0e0e9b
10 changed files with 234 additions and 8 deletions

View File

@@ -40,7 +40,6 @@ contract DODONFTProxy is ReentrancyGuard, InitializableOwnable {
address public immutable _WETH_;
address public immutable _DODO_APPROVE_PROXY_;
address public immutable _CLONE_FACTORY_;
address public immutable _DVM_FACTORY_;
address public immutable _NFT_REGISTY_;
address public immutable _DEFAULT_MAINTAINER_;
@@ -70,7 +69,6 @@ contract DODONFTProxy is ReentrancyGuard, InitializableOwnable {
address cloneFactory,
address payable weth,
address dodoApproveProxy,
address dvmFactory,
address defaultMaintainer,
address vaultTemplate,
address fragTemplate,
@@ -82,7 +80,6 @@ contract DODONFTProxy is ReentrancyGuard, InitializableOwnable {
_CLONE_FACTORY_ = cloneFactory;
_WETH_ = weth;
_DODO_APPROVE_PROXY_ = dodoApproveProxy;
_DVM_FACTORY_ = dvmFactory;
_DEFAULT_MAINTAINER_ = defaultMaintainer;
_VAULT_TEMPLATE_ = vaultTemplate;
_FRAG_TEMPLATE_ = fragTemplate;