@eluvio/elv-client-js 3.2.5 → 3.2.8

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.
@@ -665,24 +665,37 @@ var ElvClient = /*#__PURE__*/function () {
665
665
  switch (_context6.prev = _context6.next) {
666
666
  case 0:
667
667
  idToken = _ref8.idToken, authToken = _ref8.authToken, tenantId = _ref8.tenantId, extraData = _ref8.extraData, unsignedPublicAuth = _ref8.unsignedPublicAuth;
668
- signer = new RemoteSigner({
669
- rpcUris: this.authServiceURIs,
670
- idToken: idToken,
671
- authToken: authToken,
672
- tenantId: tenantId,
673
- provider: this.ethClient.provider,
674
- extraData: extraData,
675
- unsignedPublicAuth: unsignedPublicAuth
676
- });
677
- _context6.next = 4;
668
+ _context6.t0 = RemoteSigner;
669
+ _context6.t1 = this.authServiceURIs;
670
+ _context6.t2 = idToken;
671
+ _context6.t3 = authToken;
672
+ _context6.t4 = tenantId;
673
+ _context6.next = 8;
674
+ return this.ethClient.Provider();
675
+
676
+ case 8:
677
+ _context6.t5 = _context6.sent;
678
+ _context6.t6 = extraData;
679
+ _context6.t7 = unsignedPublicAuth;
680
+ _context6.t8 = {
681
+ rpcUris: _context6.t1,
682
+ idToken: _context6.t2,
683
+ authToken: _context6.t3,
684
+ tenantId: _context6.t4,
685
+ provider: _context6.t5,
686
+ extraData: _context6.t6,
687
+ unsignedPublicAuth: _context6.t7
688
+ };
689
+ signer = new _context6.t0(_context6.t8);
690
+ _context6.next = 15;
678
691
  return signer.Initialize();
679
692
 
680
- case 4:
693
+ case 15:
681
694
  this.SetSigner({
682
695
  signer: signer
683
696
  });
684
697
 
685
- case 5:
698
+ case 16:
686
699
  case "end":
687
700
  return _context6.stop();
688
701
  }