From ef7e61ff7754826761bdec4d8549491d9b1e1717 Mon Sep 17 00:00:00 2001 From: ieow Date: Wed, 6 Nov 2024 11:27:06 +0800 Subject: [PATCH] fix: merge issue --- src/mpcCoreKit.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mpcCoreKit.ts b/src/mpcCoreKit.ts index 23be187..b9f7ee7 100644 --- a/src/mpcCoreKit.ts +++ b/src/mpcCoreKit.ts @@ -903,10 +903,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit { if (!this.state.remoteClient.remoteClientUrl) throw new Error("remoteClientUrl not present"); // PreSetup - const { torusNodeTSSEndpoints } = await this.nodeDetailManager.getNodeDetails({ - verifier: "test-verifier", - verifierId: "test@example.com", - }); + const { torusNodeTSSEndpoints } = fetchLocalConfig(this.options.web3AuthNetwork, this.keyType); const tssCommits = this.tKey.getTSSCommits();