Skip to content

Commit ef7e61f

Browse files
committed
fix: merge issue
1 parent 412d181 commit ef7e61f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/mpcCoreKit.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -903,10 +903,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
903903
if (!this.state.remoteClient.remoteClientUrl) throw new Error("remoteClientUrl not present");
904904

905905
// PreSetup
906-
const { torusNodeTSSEndpoints } = await this.nodeDetailManager.getNodeDetails({
907-
verifier: "test-verifier",
908-
verifierId: "[email protected]",
909-
});
906+
const { torusNodeTSSEndpoints } = fetchLocalConfig(this.options.web3AuthNetwork, this.keyType);
910907

911908
const tssCommits = this.tKey.getTSSCommits();
912909

0 commit comments

Comments
 (0)