From d49fbd459fa0f731070a800fc94e581cb5f67932 Mon Sep 17 00:00:00 2001 From: himanshu Date: Wed, 6 Nov 2024 16:34:36 +0530 Subject: [PATCH] load tss lib fix --- src/mpcCoreKit.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mpcCoreKit.ts b/src/mpcCoreKit.ts index 33286cd..39e8146 100644 --- a/src/mpcCoreKit.ts +++ b/src/mpcCoreKit.ts @@ -654,6 +654,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit { client: Client; serverCoeffs: Record; }> { + this.wasmLib = await this.loadTssWasm(); // PreSetup const { tssShareIndex } = this.state; const tssPubKey = this.getPubKeyPoint();