flipmeme-sdk 1.2.44 → 1.2.46

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
@@ -2031,8 +2031,8 @@ var SOLANA_PUBKEYS = {
2031
2031
  };
2032
2032
  var SDK_SOLANA_CONFIG = {
2033
2033
  MINT_CHUNK_SIZE: 3,
2034
- BUY_CHUNK_SIZE: 9,
2035
- SELL_CHUNK_SIZE: 9,
2034
+ BUY_CHUNK_SIZE: 7,
2035
+ SELL_CHUNK_SIZE: 7,
2036
2036
  EJECT_CHUNK_SIZE: 7
2037
2037
  };
2038
2038
  var VALID_SIZE_PAIR = {
@@ -2289,8 +2289,8 @@ var SolanaConnector = class {
2289
2289
  tokenUri,
2290
2290
  symbol,
2291
2291
  totalSupply,
2292
- new import_bn.default(1e5),
2293
- new import_bn.default(5e5)
2292
+ new import_bn.default(1e7),
2293
+ new import_bn.default(2e8)
2294
2294
  ).accountsStrict({
2295
2295
  state: SOLANA_PUBKEYS.STATE_ID,
2296
2296
  collection: collectionPda2,