This commit is contained in:
owen05
2021-04-06 21:24:39 +08:00
parent 62c085f873
commit 9a5a531620
4 changed files with 42 additions and 14 deletions

View File

@@ -296,9 +296,9 @@ module.exports = async (deployer, network, accounts) => {
//2. ChangeDODO Incentive proxy
const DODOIncentiveInstance = await DODOIncentive.at(DODOIncentiveAddress);
var tx = await DODOIncentiveInstance.changeDODOProxy(DODOProxyV2.address);
logger.log("DODOIncentive ChangeProxy tx: ", tx.tx);
// const DODOIncentiveInstance = await DODOIncentive.at(DODOIncentiveAddress);
// var tx = await DODOIncentiveInstance.changeDODOProxy(DODOProxyV2.address);
// logger.log("DODOIncentive ChangeProxy tx: ", tx.tx);
//3. Open trade incentive
// var tx = await DODOIncentiveInstance.changePerReward("10000000000000000000");