This commit is contained in:
owen05
2021-10-11 15:47:30 +08:00
parent bbfe01231f
commit 484cadbe95
7 changed files with 282 additions and 130 deletions

View File

@@ -461,7 +461,7 @@ module.exports = async (deployer, network, accounts) => {
}
if (network == 'kovan' || network == 'rinkeby') {
if (network == 'kovan' || network == 'rinkeby' ||network == "boba_test") {
var tx;
//ApproveProxy init以及添加ProxyList
const DODOApproveProxyInstance = await DODOApproveProxy.at(DODOApproveProxyAddress);