update adpater

This commit is contained in:
owen05
2021-03-22 23:48:41 +08:00
parent bb2ce2e496
commit 5c75888e78
7 changed files with 128 additions and 109 deletions

View File

@@ -283,7 +283,7 @@ module.exports = async (deployer, network, accounts) => {
logger.log("Init DODOProxyV2 Tx:", tx.tx);
if (network == 'kovan' || network == 'mbtestnet') {
if (network == 'kovan' || network == 'mbtestnet' || network == 'oktest') {
const DODOApproveProxyInstance = await DODOApproveProxy.at(DODOApproveProxyAddress);
var tx = await DODOApproveProxyInstance.init(multiSigAddress, [DODOProxyV2.address]);