This commit is contained in:
microwavedcola1 2023-09-08 12:05:01 +02:00
parent 3db75f60b8
commit 3fda20e3da
2 changed files with 2 additions and 4 deletions

View File

@ -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": {

View File

@ -3692,9 +3692,7 @@ export class MangoClient {
pricePremiumRate,
allowCreatingDeposits,
allowCreatingBorrows,
displayPriceInSellTokenPerBuyToken
? TokenConditionalSwapDisplayPriceStyle.sellTokenPerBuyToken
: TokenConditionalSwapDisplayPriceStyle.buyTokenPerSellToken,
displayPriceInSellTokenPerBuyToken,
intention,
);
}