From e570519ec8d89f684f358db5643e5eecab496642 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 21 Oct 2025 12:56:07 -0700 Subject: [PATCH] Switching default back end to free-bch --- config/env/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env/common.js b/config/env/common.js index 58f058c..9fcdea4 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -47,8 +47,8 @@ export default { useFullStackCash: process.env.USE_FULLSTACKCASH ? true : false, consumerUrl: process.env.CONSUMER_URL ? process.env.CONSUMER_URL - // : 'https://free-bch.fullstack.cash', - : 'https://dev-consumer.psfoundation.info', + : 'https://free-bch.fullstack.cash', + // : 'https://dev-consumer.psfoundation.info', // : 'https://wa-usa-bch-consumer.fullstackcash.nl', // P2WDB URL that will accept API calls from the p2wdb npm library.