deployed to optimism

This commit is contained in:
tracy
2022-04-23 21:50:07 +08:00
committed by owen05
parent 2f5b3ca61c
commit 999242a316
4 changed files with 120 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ const { AURORA_CONFIG } = require("./config/aurora-config");
const { MOONRIVER_CONFIG } = require("./config/moonriver-config");
const { BOBA_CONFIG } = require("./config/boba-config");
const { AVAX_CONFIG } = require("./config/avax-config");
const { DASHBOARD_CONFIG } = require("./config/dashboard-config");
exports.GetConfig = function (network, accounts) {
var CONFIG = {}
@@ -44,6 +45,9 @@ exports.GetConfig = function (network, accounts) {
case "avax":
CONFIG = AVAX_CONFIG
break;
case "dashboard":
CONFIG = DASHBOARD_CONFIG
break;
//testnet
case "kovan":
CONFIG = KOVAN_CONFIG