fix: add ccxt package

This commit is contained in:
José Oliveira 2021-05-25 20:32:59 +01:00 committed by Josh Harvey
parent c2c44f8ef9
commit 842ef8e097
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View file

@ -5138,6 +5138,11 @@
"big-integer": "1.6.36"
}
},
"ccxt": {
"version": "1.50.35",
"resolved": "https://registry.npmjs.org/ccxt/-/ccxt-1.50.35.tgz",
"integrity": "sha512-6ZsJDKRMTK2h4Omqk9F3fIg8rMRlqGh5s/MPBr2SkZpXkJwirFnYC1FBke1lnW8ERs8i5QRFYG9zSr5k2Vxl8g=="
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",

View file

@ -18,6 +18,7 @@
"bitcore-lib-cash": "git+https://github.com/bitpay/bitcore-lib.git#cash",
"bitgo": "4.47.0",
"body-parser": "^1.15.1",
"ccxt": "^1.50.35",
"coinbase": "^2.0.6",
"compression": "^1.7.4",
"connect-pg-simple": "^6.2.1",