@unicitylabs/sphere-sdk 0.4.8 → 0.4.9

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/l1/index.cjs CHANGED
@@ -786,6 +786,8 @@ function disconnect() {
786
786
  if (cb.timeoutId) clearTimeout(cb.timeoutId);
787
787
  });
788
788
  connectionCallbacks.length = 0;
789
+ blockSubscribers.length = 0;
790
+ lastBlockHeader = null;
789
791
  }
790
792
 
791
793
  // l1/tx.ts