mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Switching default back end to free-bch
This commit is contained in:
Vendored
+2
-2
@@ -47,8 +47,8 @@ export default {
|
|||||||
useFullStackCash: process.env.USE_FULLSTACKCASH ? true : false,
|
useFullStackCash: process.env.USE_FULLSTACKCASH ? true : false,
|
||||||
consumerUrl: process.env.CONSUMER_URL
|
consumerUrl: process.env.CONSUMER_URL
|
||||||
? process.env.CONSUMER_URL
|
? process.env.CONSUMER_URL
|
||||||
// : 'https://free-bch.fullstack.cash',
|
: 'https://free-bch.fullstack.cash',
|
||||||
: 'https://dev-consumer.psfoundation.info',
|
// : 'https://dev-consumer.psfoundation.info',
|
||||||
// : 'https://wa-usa-bch-consumer.fullstackcash.nl',
|
// : 'https://wa-usa-bch-consumer.fullstackcash.nl',
|
||||||
|
|
||||||
// P2WDB URL that will accept API calls from the p2wdb npm library.
|
// P2WDB URL that will accept API calls from the p2wdb npm library.
|
||||||
|
|||||||
Reference in New Issue
Block a user