This commit is contained in:
owen05
2021-04-09 20:07:39 +08:00
parent 85ba335233
commit 805f639c3a
10 changed files with 106 additions and 25 deletions

View File

@@ -161,6 +161,10 @@ module.exports = async (deployer, network, accounts) => {
tx = await DODOApproveProxyInstance.addDODOProxy();
logger.log("DODOApproveProxy addDODOProxy tx: ", tx.tx);
const DODONFTRegistrynstance = await DODONFTRegistry.at(DODONFTRegistryAddress);
var tx = await DODONFTRegistrynstance.addAmindList(DODONFTProxyAddress);
logger.log("Add AdminList on DODONFTRegistry Tx:", tx.tx);
}
}
};