Update mango client - required for updated mango_logs.json

This commit is contained in:
Nicholas Clarke 2021-12-16 22:11:33 -08:00
parent 5d8cb0e52a
commit 76f8f03eba
2 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,7 @@
"license": "MIT",
"homepage": "https://github.com/blockworks-foundation/mango-transaction-scraper-v3#readme",
"dependencies": {
"@blockworks-foundation/mango-client": "^3.2.16",
"@blockworks-foundation/mango-client": "git://github.com/blockworks-foundation/mango-client-v3.git#aa3e727923b3ec57d0a4306ab808c69555ec878c",
"@solana/web3.js": "^1.2.7",
"axios": "^0.21.1",
"bs58": "^4.0.1",

View File

@ -9,10 +9,9 @@
dependencies:
regenerator-runtime "^0.13.4"
"@blockworks-foundation/mango-client@^3.2.16":
"@blockworks-foundation/mango-client@git://github.com/blockworks-foundation/mango-client-v3.git#aa3e727923b3ec57d0a4306ab808c69555ec878c":
version "3.2.16"
resolved "https://registry.yarnpkg.com/@blockworks-foundation/mango-client/-/mango-client-3.2.16.tgz#8379193841589db74642368aa04938ed06f02bc3"
integrity sha512-ZI3Tt/k77azt4iBrPiWsm9rS6EPEbGX+IsWKzCTCXLIfwOxpF09FarL+1YL/hBvoRkd8X/jAyQ1/KWpkb3zvUg==
resolved "git://github.com/blockworks-foundation/mango-client-v3.git#aa3e727923b3ec57d0a4306ab808c69555ec878c"
dependencies:
"@project-serum/anchor" "^0.16.2"
"@project-serum/serum" "0.13.55"