Skip to content

Commit 5f1e724

Browse files
committed
fix: using alpha tss
1 parent 59c9232 commit 5f1e724

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

package-lock.json

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
},
4545
"dependencies": {
4646
"@tkey/common-types": "^15.1.0",
47-
"@tkey/core": "^15.1.0",
47+
"@tkey/core": "^15.2.0-alpha.0",
4848
"@tkey/share-serialization": "^15.1.0",
4949
"@tkey/storage-layer-torus": "^15.1.0",
50-
"@tkey/tss": "^15.1.0",
50+
"@tkey/tss": "^15.2.0-alpha.0",
5151
"@toruslabs/constants": "^14.0.0",
5252
"@toruslabs/customauth": "^20.3.0",
5353
"@toruslabs/elliptic-wrapper": "^0.1.0",

src/mpcCoreKit.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
221221
coreKit.ready = ready;
222222

223223
if (coreKit._keyType !== keyType) {
224-
console.log("keyType mismatch", coreKit._keyType, keyType);
225224
throw CoreKitError.invalidConfig();
226225
}
227226

0 commit comments

Comments
 (0)