flipmeme-sdk 1.2.49 → 1.2.50

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
@@ -2284,8 +2284,8 @@ var SolanaConnector = class {
2284
2284
  name,
2285
2285
  tokenUri,
2286
2286
  totalSupply,
2287
- new import_bn.default(1e7),
2288
- new import_bn.default(2e8)
2287
+ new import_bn.default(1e5),
2288
+ new import_bn.default(5e5)
2289
2289
  ).accountsStrict({
2290
2290
  state: SOLANA_PUBKEYS.STATE_ID,
2291
2291
  collection: collectionPda2,