v0.23.0-rc5

This commit is contained in:
Lou-Kamades 2024-03-18 11:07:31 +01:00
parent 6095606781
commit ea28760ce9
No known key found for this signature in database
GPG Key ID: 87A166E4D7C01F30
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@blockworks-foundation/mango-v4",
"version": "0.23.0-rc2",
"version": "0.23.0-rc5",
"description": "Typescript Client for mango-v4 program.",
"repository": "https://github.com/blockworks-foundation/mango-v4",
"author": {

View File

@ -3970,7 +3970,6 @@ export class MangoClient {
);
const lowerLimit = 0;
const upperLimit = thresholdPriceNativeNative;
console.log(thresholdPriceNativeNative);
return await this.tokenConditionalSwapCreatePremiumAuctionIx(
group,
@ -5018,7 +5017,6 @@ export class MangoClient {
opts?: MangoClientOptions,
): MangoClient {
const idl = IDL;
console.log(opts)
return new MangoClient(
new Program<MangoV4>(idl as MangoV4, programId, provider),