add boba config

This commit is contained in:
owen05
2021-11-24 14:35:01 +08:00
parent 7d8fde8297
commit 0392fd4474
5 changed files with 99 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ const { OK_CONFIG } = require("./config/ok-config");
const { AURORA_CONFIG } = require("./config/aurora-config");
const { MOONRIVER_CONFIG } = require("./config/moonriver-config");
const { BOBA_TEST_CONFIG } = require("./config/boba-test-config");
const { BOBA_CONFIG } = require("./config/boba-config");
exports.GetConfig = function (network, accounts) {
var CONFIG = {}
@@ -37,6 +38,9 @@ exports.GetConfig = function (network, accounts) {
case "aurora":
CONFIG = AURORA_CONFIG
break;
case "boba":
CONFIG = BOBA_CONFIG
break;
//testnet
case "kovan":
CONFIG = KOVAN_CONFIG