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

@@ -23,10 +23,9 @@ module.exports = async (deployer, network, accounts) => {
let WETHAddress = CONFIG.WETH;
let DVMTemplateAddress = CONFIG.DVM;
let CloneFactoryAddress = CONFIG.CloneFactory;
let DvmFactoryAddress = CONFIG.DVMFactory;
let DODOApproveProxyAddress = CONFIG.DODOApproveProxy;
if (DvmFactoryAddress == "" || DODOApproveProxyAddress == "" || CloneFactoryAddress == "") return;
if (DODOApproveProxyAddress == "" || CloneFactoryAddress == "") return;
let ConstFeeRateModelAddress = CONFIG.ConstFeeRateModel;
let FeeDistributorAddress = CONFIG.FeeDistributor;
@@ -119,7 +118,6 @@ module.exports = async (deployer, network, accounts) => {
CloneFactoryAddress,
WETHAddress,
DODOApproveProxyAddress,
DvmFactoryAddress,
defaultMaintainer,
NFTCollateralVaultAddress,
FragmentAddress,