use latest mango client
This commit is contained in:
parent
2a05123784
commit
3ce0e1580e
|
@ -698,7 +698,9 @@ export default function AdvancedTradeForm({
|
|||
{isTriggerLimit && (
|
||||
<>
|
||||
<div className="col-span-12">
|
||||
<label className="text-xxs text-th-fgd-3">{t('price')}</label>
|
||||
<label className="text-xxs text-th-fgd-3">
|
||||
{t('limit-price')}
|
||||
</label>
|
||||
<Input
|
||||
type="number"
|
||||
min="0"
|
||||
|
|
|
@ -152,6 +152,7 @@
|
|||
"light": "Light",
|
||||
"limit": "Limit",
|
||||
"limit-order": "Limit",
|
||||
"limit-price": "Limit Price",
|
||||
"liquidations": "Liquidations",
|
||||
"liquidity": "Liquidity",
|
||||
"liquidity-mining": "Liquidity Mining",
|
||||
|
|
|
@ -996,8 +996,8 @@
|
|||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
||||
|
||||
"@blockworks-foundation/mango-client@git+https://github.com/blockworks-foundation/mango-client-v3.git":
|
||||
version "3.2.10"
|
||||
resolved "git+https://github.com/blockworks-foundation/mango-client-v3.git#846d0a7ef8022b5ab82e0471adc04476c796abd0"
|
||||
version "3.2.13"
|
||||
resolved "git+https://github.com/blockworks-foundation/mango-client-v3.git#d4a90b154d527f97961b122c8a32931381a34222"
|
||||
dependencies:
|
||||
"@project-serum/anchor" "^0.16.2"
|
||||
"@project-serum/serum" "0.13.55"
|
||||
|
|
Loading…
Reference in New Issue