Restoring bch-js

This commit is contained in:
Chris Troutner
2022-01-27 09:06:39 -08:00
parent 4bd3387bde
commit 56f6dc273a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
},
"repository": "Permissionless-Software-Foundation/ipfs-bch-wallet-service",
"dependencies": {
"@psf/bch-js": "../bch-js",
"@psf/bch-js": "5.2.3",
"axios": "0.25.0",
"bcryptjs": "2.4.3",
"glob": "7.1.6",
+1 -1
View File
@@ -5,7 +5,7 @@
// Public npm libraries
const BCHJS = require('@psf/bch-js')
const IpfsCoord = require('ipfs-coord')
const IPFS = require('@chris.troutner/ipfs')
const IPFS = require('ipfs-http-client')
const EventEmitter = require('events')
const { v4: uid } = require('uuid')
const jsonrpc = require('jsonrpc-lite')