add aurora && moonriver
This commit is contained in:
@@ -486,8 +486,8 @@ module.exports = async (deployer, network, accounts) => {
|
||||
logger.log("DODOApprove Init tx: ", tx.tx);
|
||||
|
||||
//Set FeeRateDIP3
|
||||
const FeeRateModelInstance = await FeeRateModel.at(DefaultMtFeeRateAddress);
|
||||
tx = await FeeRateModelInstance.setProxy(FeeRateDIP3Address);
|
||||
const FeeRateModelInstance = await FeeRateModelTemplate.at(DefaultMtFeeRateAddress);
|
||||
tx = await FeeRateModelInstance.setFeeProxy(FeeRateDIP3Address);
|
||||
logger.log("Set FeeRateDIP3 tx: ", tx.tx);
|
||||
|
||||
//ERC20V2Factory 设置fee
|
||||
|
||||
@@ -37,7 +37,7 @@ const DODOMineV3Registry = artifacts.require("DODOMineV3Registry");
|
||||
const DODOMineV3Proxy = artifacts.require("DODOMineV3Proxy");
|
||||
|
||||
|
||||
const CurveAdapter = artifacts.require("CurveUnderlyingAdapter");
|
||||
const CurveAdapter = artifacts.require("CurveAdapter");
|
||||
|
||||
module.exports = async (deployer, network, accounts) => {
|
||||
let CONFIG = GetConfig(network, accounts)
|
||||
@@ -76,7 +76,6 @@ module.exports = async (deployer, network, accounts) => {
|
||||
let DODOMineV3RegistryAddress = CONFIG.DODOMineV3Registry;
|
||||
let DODOMineV3ProxyAddress = CONFIG.DODOMineV3Proxy;
|
||||
|
||||
|
||||
if (deploySwitch.MineV3) {
|
||||
logger.log("====================================================");
|
||||
logger.log("network type: " + network);
|
||||
|
||||
Reference in New Issue
Block a user