ing
This commit is contained in:
@@ -8,6 +8,7 @@ const { RINKEBY_CONFIG } = require("./config/rinkeby-config");
|
||||
const { OK_CONFIG } = require("./config/ok-config");
|
||||
const { NEON_TEST_CONFIG } = require("./config/neon-test-config");
|
||||
const { MOONRIVER_CONFIG } = require("./config/moonriver-config");
|
||||
const { BOBA_TEST_CONFIG } = require("./config/boba-test-config");
|
||||
|
||||
exports.GetConfig = function (network, accounts) {
|
||||
var CONFIG = {}
|
||||
@@ -49,6 +50,11 @@ exports.GetConfig = function (network, accounts) {
|
||||
CONFIG.multiSigAddress = accounts[0]
|
||||
CONFIG.defaultMaintainer = accounts[0]
|
||||
break;
|
||||
case "boba_test":
|
||||
CONFIG = BOBA_TEST_CONFIG
|
||||
CONFIG.multiSigAddress = accounts[0]
|
||||
CONFIG.defaultMaintainer = accounts[0]
|
||||
break;
|
||||
}
|
||||
return CONFIG
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user