@toruslabs/ethereum-controllers 4.5.1 → 4.5.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.
@@ -3732,11 +3732,15 @@ class PreferencesController extends base_controllers_namespaceObject.BasePrefere
3732
3732
  userInfo,
3733
3733
  rehydrate,
3734
3734
  locale = "en-US",
3735
- type
3735
+ type,
3736
+ signatures,
3737
+ network
3736
3738
  } = params;
3737
3739
  await super.init(address, userInfo, jwtToken, {
3738
3740
  type,
3739
- email: userInfo.email
3741
+ email: userInfo.email,
3742
+ signatures,
3743
+ network
3740
3744
  });
3741
3745
  const {
3742
3746
  aggregateVerifier,