deploy to manta

This commit is contained in:
tracy
2023-11-13 16:28:56 +08:00
parent 9ad331bb4b
commit 365a14c477
4 changed files with 64 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ const { LINEA_CONFIG } = require("./config/linea-config");
const { BASE_CONFIG } = require("./config/base-config");
const { SCROLL_SEPOLIA_CONFIG } = require("./config/scroll-sepolia-config");
const { MANTA_TESTNET_CONFIG } = require("./config/manta-testnet-config");
const { MANTA_CONFIG } = require("./config/manta-config");
const { OPTIMISM_CONFIG } = require("./config/optimism-config");
const { SCROLL_CONFIG } = require("./config/scroll-config");
@@ -62,7 +63,7 @@ exports.GetConfig = function (network, accounts) {
CONFIG = BASE_CONFIG
break;
case "dashboard":
CONFIG = SCROLL_CONFIG
CONFIG = MANTA_CONFIG
break;
//testnet
case "kovan":