flipmeme-sdk 1.2.37 → 1.2.39
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2027,9 +2027,9 @@ var SOLANA_PUBKEYS = {
|
|
|
2027
2027
|
};
|
|
2028
2028
|
var SDK_SOLANA_CONFIG = {
|
|
2029
2029
|
MINT_CHUNK_SIZE: 3,
|
|
2030
|
-
BUY_CHUNK_SIZE:
|
|
2031
|
-
SELL_CHUNK_SIZE:
|
|
2032
|
-
EJECT_CHUNK_SIZE:
|
|
2030
|
+
BUY_CHUNK_SIZE: 9,
|
|
2031
|
+
SELL_CHUNK_SIZE: 9,
|
|
2032
|
+
EJECT_CHUNK_SIZE: 9
|
|
2033
2033
|
};
|
|
2034
2034
|
var VALID_SIZE_PAIR = {
|
|
2035
2035
|
3: { maxBufferSize: 8, maxDepth: 3 },
|