fix(p2wdb): Refactored p2wdb adapter and unit tests

This commit is contained in:
Chris Troutner
2022-03-09 07:53:26 -08:00
parent f812440555
commit 61bb5169b3
13 changed files with 478 additions and 1483 deletions
+2 -1
View File
@@ -27,7 +27,7 @@
},
"repository": "Permissionless-Software-Foundation/bch-dex",
"dependencies": {
"@psf/bch-js": "5.3.2",
"@psf/bch-js": "../bch-js",
"axios": "0.21.1",
"bch-message-lib": "2.1.4",
"bcryptjs": "2.4.3",
@@ -55,6 +55,7 @@
"mongoose": "5.13.13",
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
"nodemailer": "6.4.17",
"p2wdb": "../p2wdb",
"passport-local": "1.0.0",
"public-ip": "^4.0.4",
"winston": "3.3.3",