Skip to content

Commit ddd8a7c

Browse files
committed
fix: using alpha tss
1 parent 9f759da commit ddd8a7c

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
@@ -220,7 +220,6 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
220220
coreKit.ready = ready;
221221

222222
if (coreKit._keyType !== keyType) {
223-
console.log("keyType mismatch", coreKit._keyType, keyType);
224223
throw CoreKitError.invalidConfig();
225224
}
226225

0 commit comments

Comments
 (0)