add initializableERC721

This commit is contained in:
owen05
2021-04-05 12:00:40 +08:00
parent fe9db5c578
commit 7c2de0af81
8 changed files with 583 additions and 16 deletions

View File

@@ -40,6 +40,7 @@ module.exports = async (deployer, network, accounts) => {
let WETHAddress = CONFIG.WETH;
let DODOTokenAddress = CONFIG.DODO;
let DODOApproveProxyAddress = CONFIG.DODOApproveProxy;
let WETH = CONFIG.WETH;
let DspTemplateAddress = CONFIG.DSP;
let DspFactoryAddress = CONFIG.DSPFactory;