chore: replace bitgo with modular libraries

This commit is contained in:
siiky 2023-09-12 18:51:37 +01:00 committed by Rafael Taranto
parent 546ba7b780
commit 5ca95e2318

View file

@ -23,7 +23,12 @@
"bchaddrjs": "^0.3.0",
"bignumber.js": "9.0.1",
"bip39": "^2.3.1",
"bitgo": "11.18.0",
"@bitgo/sdk-api": "1.21.0",
"@bitgo/sdk-coin-bch": "1.5.10",
"@bitgo/sdk-coin-btc": "1.7.10",
"@bitgo/sdk-coin-dash": "1.5.10",
"@bitgo/sdk-coin-ltc": "2.2.10",
"@bitgo/sdk-coin-zec": "1.5.10",
"ccxt": "2.9.16",
"compression": "^1.7.4",
"connect-pg-simple": "^6.2.1",