@msafe/sui3-sdk 0.0.49 → 0.0.50

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.
package/dist/index.js CHANGED
@@ -44224,7 +44224,7 @@ var MSafeClient = class _MSafeClient {
44224
44224
  return input.jwtToken;
44225
44225
  }
44226
44226
  }
44227
- const jwt = await this.authSign(input.wallet);
44227
+ const jwt = await this.authSign(input.wallet, input.mockAddress);
44228
44228
  this.globals.wallet = input.wallet;
44229
44229
  this.backend.setJWTToken(jwt);
44230
44230
  return jwt;