deploy on rinkeby

This commit is contained in:
owen05
2021-06-09 22:24:23 +08:00
parent 0d0f33f1a7
commit ed0c9ea7c4
11 changed files with 28 additions and 31636 deletions

View File

@@ -206,7 +206,7 @@ module.exports = async (deployer, network, accounts) => {
logger.log("Init DODONFTProxyAddress Tx:", tx.tx);
}
if (network == 'kovan') {
if (network == 'kovan' || network == 'rinkeby') {
const DODOApproveProxyInstance = await DODOApproveProxy.at(DODOApproveProxyAddress);
var tx = await DODOApproveProxyInstance.unlockAddProxy(DODONFTProxyAddress);