flipmeme-sdk 1.2.30 → 1.2.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1995,9 +1995,9 @@ var SOLANA_PUBKEYS = {
1995
1995
  };
1996
1996
  var SDK_SOLANA_CONFIG = {
1997
1997
  MINT_CHUNK_SIZE: 3,
1998
- BUY_CHUNK_SIZE: 5,
1999
- SELL_CHUNK_SIZE: 5,
2000
- EJECT_CHUNK_SIZE: 5
1998
+ BUY_CHUNK_SIZE: 10,
1999
+ SELL_CHUNK_SIZE: 10,
2000
+ EJECT_CHUNK_SIZE: 10
2001
2001
  };
2002
2002
  var VALID_SIZE_PAIR = {
2003
2003
  3: { maxBufferSize: 8, maxDepth: 3 },
@@ -2650,7 +2650,7 @@ var SolanaConnector = class {
2650
2650
  void 0,
2651
2651
  new import_web34.PublicKey(token.nftId)
2652
2652
  );
2653
- const instruction = yield this.program.methods.ejectNft(nftPda2).accountsStrict({
2653
+ const instruction = yield this.program.methods.ejectNft(new import_web34.PublicKey(token.nftId)).accountsStrict({
2654
2654
  state: SOLANA_PUBKEYS.STATE_ID,
2655
2655
  collection: collectionPda2,
2656
2656
  collectionNft: collectionNftPda2,