deploy to manta

This commit is contained in:
tracy
2023-11-13 16:28:56 +08:00
parent 9ad331bb4b
commit 365a14c477
4 changed files with 64 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ module.exports = async (deployer, network, accounts) => {
//DODOMineV2Factory set owner
console.log("DODOMineV2Factory set owner");
const dodoMineV2FactoryInstance = await DODOMineV2Factory.at(DODOMineV2FactoryAddress);
const dodoMineV2FactoryInstance = await MineV2Factory.at(DODOMineV2FactoryAddress);
var tx = await dodoMineV2FactoryInstance.initOwner(multiSigAddress);
logger.log("Init DODOMineV2Factory Tx:", tx.tx);