@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/core/MSafeClient.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -44231,7 +44231,7 @@ var MSafeClient = class _MSafeClient {
|
|
|
44231
44231
|
return input.jwtToken;
|
|
44232
44232
|
}
|
|
44233
44233
|
}
|
|
44234
|
-
const jwt = await this.authSign(input.wallet);
|
|
44234
|
+
const jwt = await this.authSign(input.wallet, input.mockAddress);
|
|
44235
44235
|
this.globals.wallet = input.wallet;
|
|
44236
44236
|
this.backend.setJWTToken(jwt);
|
|
44237
44237
|
return jwt;
|