flipmeme-sdk 1.2.56 → 1.2.58
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -2324,8 +2324,8 @@ var SolanaConnector = class {
|
|
|
2324
2324
|
name,
|
|
2325
2325
|
tokenUri,
|
|
2326
2326
|
totalSupply,
|
|
2327
|
-
new import_bn.default(
|
|
2328
|
-
new import_bn.default(
|
|
2327
|
+
new import_bn.default(1e5),
|
|
2328
|
+
new import_bn.default(1e7)
|
|
2329
2329
|
).accountsStrict({
|
|
2330
2330
|
state: this.configAddresses.STATE_ID,
|
|
2331
2331
|
collection: collectionPda2,
|