@solana/client 0.2.0 → 0.2.1

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.
@@ -257,7 +257,7 @@ function getSerializableStateSnapshot(client) {
257
257
  }
258
258
  }
259
259
  return {
260
- autoconnect: false,
260
+ autoconnect: Boolean(lastConnectorId),
261
261
  commitment: state.cluster.commitment,
262
262
  endpoint: state.cluster.endpoint,
263
263
  lastConnectorId,