flipmeme-sdk 1.3.52 → 1.3.53

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
@@ -33016,14 +33016,14 @@ var SolanaConnector = class {
33016
33016
  return __async(this, null, function* () {
33017
33017
  let successCount = 0;
33018
33018
  let failedCount = 0;
33019
- console.log("===confirm signature===", signatures);
33019
+ console.log("===confirm hash===", latestBlockhash);
33020
33020
  for (const index in signatures) {
33021
33021
  if (signatures[index]) {
33022
33022
  if (signatures[index].signature) {
33023
33023
  console.log("===confirm signature===", signatures[index].signature);
33024
33024
  const confirmResult = yield this.config.provider.connection.confirmTransaction({
33025
33025
  blockhash: latestBlockhash.blockhash,
33026
- lastValidBlockHeight: latestBlockhash.lastValidBlockHeight - 50,
33026
+ lastValidBlockHeight: latestBlockhash.lastValidBlockHeight - 150,
33027
33027
  signature: signatures[index].signature
33028
33028
  }, "confirmed");
33029
33029
  console.log("===confirm result===", confirmResult);