deploy on rinkeby
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user