Skip to content

Commit

Permalink
Removed coinselect package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Sep 29, 2023
1 parent f5a998a commit d868a2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"bcoin": "git+https://github.com/keep-network/bcoin.git#5accd32c63e6025a0d35d67739c4a6e84095a1f8",
"bitcoinjs-lib": "6.0.2",
"bufio": "^1.0.6",
"coinselect": "^3.1.13",
"ecpair": "^2.1.0",
"electrum-client-js": "git+https://github.com/keep-network/electrum-client-js.git#v0.1.1",
"ethers": "^5.5.2",
Expand Down
1 change: 0 additions & 1 deletion typescript/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
*/
declare module "bcoin"
declare module "bufio"
declare module "coinselect"
declare module "electrum-client-js"
declare module "wif"
5 changes: 0 additions & 5 deletions typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3261,11 +3261,6 @@ code-point-at@^1.0.0:
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=

coinselect@^3.1.13:
version "3.1.13"
resolved "https://registry.yarnpkg.com/coinselect/-/coinselect-3.1.13.tgz#b88c7f9659ed4891d1f1d0c894105b1c10ef89a1"
integrity sha512-iJOrKH/7N9gX0jRkxgOHuGjvzvoxUMSeylDhH1sHn+CjLjdin5R0Hz2WEBu/jrZV5OrHcm+6DMzxwu9zb5mSZg==

color-convert@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
Expand Down

0 comments on commit d868a2f

Please sign in to comment.