@wagmi/core 0.2.0-next.1 → 0.2.0-next.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.
@@ -660,12 +660,15 @@ class Client {
660
660
  name: 'state',
661
661
  getStorage: () => storage,
662
662
  partialize: state => {
663
- var _state$data, _state$data2;
663
+ var _state$data, _state$data2, _state$connector;
664
664
 
665
665
  return {
666
666
  data: {
667
667
  account: state === null || state === void 0 ? void 0 : (_state$data = state.data) === null || _state$data === void 0 ? void 0 : _state$data.account,
668
668
  chain: state === null || state === void 0 ? void 0 : (_state$data2 = state.data) === null || _state$data2 === void 0 ? void 0 : _state$data2.chain
669
+ },
670
+ connector: {
671
+ chains: (_state$connector = state.connector) === null || _state$connector === void 0 ? void 0 : _state$connector.chains
669
672
  }
670
673
  };
671
674
  }
@@ -660,12 +660,15 @@ class Client {
660
660
  name: 'state',
661
661
  getStorage: () => storage,
662
662
  partialize: state => {
663
- var _state$data, _state$data2;
663
+ var _state$data, _state$data2, _state$connector;
664
664
 
665
665
  return {
666
666
  data: {
667
667
  account: state === null || state === void 0 ? void 0 : (_state$data = state.data) === null || _state$data === void 0 ? void 0 : _state$data.account,
668
668
  chain: state === null || state === void 0 ? void 0 : (_state$data2 = state.data) === null || _state$data2 === void 0 ? void 0 : _state$data2.chain
669
+ },
670
+ connector: {
671
+ chains: (_state$connector = state.connector) === null || _state$connector === void 0 ? void 0 : _state$connector.chains
669
672
  }
670
673
  };
671
674
  }
@@ -653,12 +653,15 @@ class Client {
653
653
  name: 'state',
654
654
  getStorage: () => storage,
655
655
  partialize: state => {
656
- var _state$data, _state$data2;
656
+ var _state$data, _state$data2, _state$connector;
657
657
 
658
658
  return {
659
659
  data: {
660
660
  account: state === null || state === void 0 ? void 0 : (_state$data = state.data) === null || _state$data === void 0 ? void 0 : _state$data.account,
661
661
  chain: state === null || state === void 0 ? void 0 : (_state$data2 = state.data) === null || _state$data2 === void 0 ? void 0 : _state$data2.chain
662
+ },
663
+ connector: {
664
+ chains: (_state$connector = state.connector) === null || _state$connector === void 0 ? void 0 : _state$connector.chains
662
665
  }
663
666
  };
664
667
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wagmi/core",
3
3
  "description": "JavaScript library for Ethereum",
4
4
  "license": "MIT",
5
- "version": "0.2.0-next.1",
5
+ "version": "0.2.0-next.2",
6
6
  "ethereum": "awkweb.eth",
7
7
  "repository": "tmm/wagmi",
8
8
  "sideEffects": false,