mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Improvement to bch-js restURL at startup for use-cases
This commit is contained in:
@@ -29,7 +29,7 @@ class Adapters {
|
||||
this.passport = new Passport()
|
||||
this.nodemailer = new Nodemailer()
|
||||
this.jsonFiles = new JSONFiles()
|
||||
this.bchjs = new BCHJS()
|
||||
this.bchjs = new BCHJS({restURL: config.apiServer})
|
||||
this.config = config
|
||||
|
||||
const walletConfig = {}
|
||||
|
||||
Reference in New Issue
Block a user