Skip to content

Commit

Permalink
getScanResults
Browse files Browse the repository at this point in the history
  • Loading branch information
moreei committed Oct 26, 2023
1 parent d396e97 commit f4da4a6
Show file tree
Hide file tree
Showing 34 changed files with 7,552 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-hotels-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"xpub-scanner": patch
---

getScanResults
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,38 @@
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/bs58check": "^2.1.1",
"@types/create-hmac": "^1.1.2",
"@types/node": "^18.18.5",
"@types/secp256k1": "^4.0.5",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"dependencies": {
"@types/bchaddrjs": "^0.4.2",
"@types/html-minifier": "^4.0.4",
"@types/object-hash": "^3.0.5",
"@types/yargs": "^17.0.29",
"axios": "^1.5.1",
"bchaddrjs": "^0.5.2",
"bignumber.js": "^9.1.2",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.5",
"bitcore-lib-cash": "^10.0.13",
"bs58check": "^3.0.1",
"chalk": "^4.1.2",
"coininfo": "^5.2.1",
"create-hmac": "^1.1.7",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"ethereumjs-wallet": "^1.0.2",
"html-minifier": "^4.0.0",
"object-hash": "^3.0.0",
"secp256k1": "^5.0.0",
"tiny-secp256k1": "^2.2.3",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit f4da4a6

Please sign in to comment.