flipmeme-sdk 1.2.21 → 1.2.22
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -2619,8 +2619,8 @@ var SolanaConnector = class {
|
|
|
2619
2619
|
name,
|
|
2620
2620
|
tokenUri,
|
|
2621
2621
|
totalSupply,
|
|
2622
|
-
new import_bn2.default(
|
|
2623
|
-
new import_bn2.default(
|
|
2622
|
+
new import_bn2.default(1e4),
|
|
2623
|
+
new import_bn2.default(1e6)
|
|
2624
2624
|
).accountsStrict({
|
|
2625
2625
|
state: SOLANA_PUBKEYS.STATE_ID,
|
|
2626
2626
|
collection: collectionPda2,
|