@solana/client 0.2.0 → 0.2.2

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