use latest mango-client

This commit is contained in:
Tyler Shipe 2021-12-03 13:01:09 -05:00
parent 35df138859
commit a80f03247f
2 changed files with 5 additions and 7 deletions

View File

@ -596,8 +596,6 @@ export default function AdvancedTradeForm({
})
console.error(e)
} finally {
// TODO: should be removed, main issue are newly created OO accounts
// await sleep(600)
actions.reloadMangoAccount()
actions.loadMarketFills()
setSubmitting(false)

View File

@ -996,8 +996,8 @@
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@blockworks-foundation/mango-client@git+https://github.com/blockworks-foundation/mango-client-v3.git":
version "3.2.9"
resolved "git+https://github.com/blockworks-foundation/mango-client-v3.git#cff28f840f05a72cdc41f803fa6a3d3e64eafeb8"
version "3.2.10"
resolved "git+https://github.com/blockworks-foundation/mango-client-v3.git#846d0a7ef8022b5ab82e0471adc04476c796abd0"
dependencies:
"@project-serum/anchor" "^0.16.2"
"@project-serum/serum" "0.13.55"
@ -1466,9 +1466,9 @@
toml "^3.0.0"
"@project-serum/borsh@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@project-serum/borsh/-/borsh-0.2.2.tgz#63e558f2d6eb6ab79086bf499dea94da3182498f"
integrity sha512-Ms+aWmGVW6bWd3b0+MWwoaYig2QD0F90h0uhr7AzY3dpCb5e2S6RsRW02vFTfa085pY2VLB7nTZNbFECQ1liTg==
version "0.2.3"
resolved "https://registry.yarnpkg.com/@project-serum/borsh/-/borsh-0.2.3.tgz#1d705c5887484cb6a127dd5feff58e90cbfcb558"
integrity sha512-lH9zEYADZE3cxrgiFym8+jbUE3NM/LH+WOKYcUjs65CT10Q64Hv45bcAAa/phwYk4Tpz0uQ1x+ergFaAoGt67Q==
dependencies:
bn.js "^5.1.2"
buffer-layout "^1.2.0"