deploy on ok

This commit is contained in:
owen05
2021-08-07 22:48:12 +08:00
parent 58b87283a8
commit dd1a3c0b6a
5 changed files with 131 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ const { MBTESTNET_CONFIG } = require("./config/mbtestnet-config");
const { MATIC_CONFIG } = require("./config/matic-config");
const { ARB_CONFIG } = require("./config/arb-config");
const { RINKEBY_CONFIG } = require("./config/rinkeby-config");
const { OK_CONFIG } = require("./config/ok-config");
exports.GetConfig = function (network, accounts) {
var CONFIG = {}
@@ -26,6 +27,9 @@ exports.GetConfig = function (network, accounts) {
case "arb":
CONFIG = ARB_CONFIG
break;
case "ok":
CONFIG = OK_CONFIG
break;
//testnet
case "kovan":
CONFIG = KOVAN_CONFIG