Skip to content

Commit

Permalink
Updating ccxt library
Browse files Browse the repository at this point in the history
  • Loading branch information
samclusker committed Sep 1, 2023
1 parent f1d9b6e commit 83c0a10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@google-cloud/secret-manager": "3.10.1",
"@types/glob": "7.1.4",
"ccxt": "1.50.74",
"ccxt": "2.8.47",
"ccxws": "git+https://github.com/flare-foundation/ccxws.git#0.43.29",
"ethers": "5.1.4",
"dotenv": "10.0.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,12 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=

[email protected]:
version "1.50.74"
resolved "https://registry.yarnpkg.com/ccxt/-/ccxt-1.50.74.tgz#aa81f65a4d5e5d07af0816250ad86f823786e5a7"
integrity sha512-Zksh5xs9umrlobjS0Fmgny16x0D7xxSPvzMoBnd4f6C2aonYSMJY6M5JGOB/KUVH6ooR5YaxDhRNsyco403X2g==
[email protected]:
version "2.8.47"
resolved "https://registry.yarnpkg.com/ccxt/-/ccxt-2.8.47.tgz#7a772e7883b448a9e48354f7c7d4829a7bc408c3"
integrity sha512-I2wG0t32ylWK7hrmWRET4iPzIbI0vhIS/ciR0GPl4IKaQYI7441v5BTfagv0GAAjZMgIKVvrVQs+yYaC8MqvKA==
dependencies:
ws "^8.8.1"

"ccxws@git+https://github.com/flare-foundation/ccxws.git#0.43.29":
version "0.43.29"
Expand Down Expand Up @@ -4121,6 +4123,11 @@ ws@^7.3.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.4.tgz#56bfa20b167427e138a7795de68d134fe92e21f9"
integrity sha512-zP9z6GXm6zC27YtspwH99T3qTG7bBFv2VIkeHstMLrLlDJuzA7tQ5ls3OJ1hOGGCzTQPniNJoHXIAOS0Jljohg==

ws@^8.8.1:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==

xhr-request-promise@^0.1.2:
version "0.1.3"
resolved "https://registry.yarnpkg.com/xhr-request-promise/-/xhr-request-promise-0.1.3.tgz#2d5f4b16d8c6c893be97f1a62b0ed4cf3ca5f96c"
Expand Down

0 comments on commit 83c0a10

Please sign in to comment.