flipmeme-sdk 1.2.31 → 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 },