v0.19.22
This commit is contained in:
parent
3db75f60b8
commit
3fda20e3da
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@blockworks-foundation/mango-v4",
|
||||
"version": "0.19.21",
|
||||
"version": "0.19.22",
|
||||
"description": "Typescript Client for mango-v4 program.",
|
||||
"repository": "https://github.com/blockworks-foundation/mango-v4",
|
||||
"author": {
|
||||
|
|
|
@ -3692,9 +3692,7 @@ export class MangoClient {
|
|||
pricePremiumRate,
|
||||
allowCreatingDeposits,
|
||||
allowCreatingBorrows,
|
||||
displayPriceInSellTokenPerBuyToken
|
||||
? TokenConditionalSwapDisplayPriceStyle.sellTokenPerBuyToken
|
||||
: TokenConditionalSwapDisplayPriceStyle.buyTokenPerSellToken,
|
||||
displayPriceInSellTokenPerBuyToken,
|
||||
intention,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue