use latest client v 2.1.5

This commit is contained in:
Tyler Shipe 2021-09-10 13:04:20 -04:00
parent 7e0e989ba7
commit f6bbd01e70
2 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@blockworks-foundation/mango-client": "^2.0.0",
"@blockworks-foundation/mango-client": "^2.1.5",
"@project-serum/serum": "^0.13.20",
"@solana/spl-token": "0.0.13",
"@solana/web3.js": "^0.90.0",

View File

@ -317,10 +317,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@blockworks-foundation/mango-client@^2.0.0":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@blockworks-foundation/mango-client/-/mango-client-2.1.1.tgz#7948f98187e607d520c070af9395bda7e18177bd"
integrity sha512-UJ8a0PYoOBbDrjr86Q2lvcSH4dZeolIwKeYXwbI9+IV8ClfkjyqCCjAnBlwkgKDTxzjiFViAC+68yhdHrfF2pA==
"@blockworks-foundation/mango-client@^2.1.5":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@blockworks-foundation/mango-client/-/mango-client-2.1.5.tgz#ccc6b0f51f909e21f334b522319334e680723cdc"
integrity sha512-1hx7NY1Cohs8Qit4+KBiHEOPhylE1utWWCbrMCgjtCIAlJ5C4TBdr25e1DvNComFd22kzmr/WTlk18xGJHSTTg==
dependencies:
"@project-serum/common" "^0.0.1-beta.3"
"@project-serum/serum" "^0.13.20"
@ -1246,9 +1246,9 @@ boolbase@~1.0.0:
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
"borsh@https://github.com/defactojob/borsh-js#field-mapper":
"borsh@git+https://github.com/defactojob/borsh-js.git#field-mapper":
version "0.3.1"
resolved "https://github.com/defactojob/borsh-js#33a0d24af281112c0a48efb3fa503f3212443de9"
resolved "git+https://github.com/defactojob/borsh-js.git#33a0d24af281112c0a48efb3fa503f3212443de9"
dependencies:
"@types/bn.js" "^4.11.5"
bn.js "^5.0.0"