From 99273aa9f3d0b8b5357abd3127750ec1333250de Mon Sep 17 00:00:00 2001 From: michaelftout Date: Wed, 5 Jun 2019 12:55:48 -0700 Subject: [PATCH] Turn off vrsctest --- routes/appConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/appConfig.js b/routes/appConfig.js index 6e3b227d6..593ad33a7 100644 --- a/routes/appConfig.js +++ b/routes/appConfig.js @@ -47,7 +47,7 @@ const appConfig = { verus: { stakeGuard: '', autoStakeVRSC: false, - pbaasTestmode: true, + pbaasTestmode: false, }, pbaasChains: [], reservedChains: Object.keys(chainParams).concat(["KMD", "KOMODO", "zcashd", "komodod", "chipsd", "CHIPS"]),