add aurora && moonriver

This commit is contained in:
owen05
2021-11-05 09:11:16 +08:00
parent 605981e6fa
commit 7fdb3cc7db
10 changed files with 8056 additions and 7778 deletions

View File

@@ -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);