fix(instanceWallet): Refactored to use web 3 infra

This commit is contained in:
Chris Troutner
2022-02-23 09:21:23 -08:00
parent aa0a8a862c
commit f6646f8658
5 changed files with 84 additions and 32 deletions
+6
View File
@@ -31,6 +31,12 @@ module.exports = {
? process.env.EMAILPASS
: 'emailpassword',
// PSF Web 3 community infrastructure
useFullStackCash: process.env.USE_FULLSTACKCASH ? true : false,
consumerUrl: process.env.CONSUMER_URL
? process.env.CONSUMER_URL
: 'https://free-bch.fullstack.cash',
// FullStack.cash account information, used for automatic JWT handling.
getJwtAtStartup: process.env.GET_JWT_AT_STARTUP ? true : false,
authServer: process.env.AUTHSERVER