We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412d181 commit ef7e61fCopy full SHA for ef7e61f
src/mpcCoreKit.ts
@@ -903,10 +903,7 @@ export class Web3AuthMPCCoreKit implements ICoreKit {
903
if (!this.state.remoteClient.remoteClientUrl) throw new Error("remoteClientUrl not present");
904
905
// PreSetup
906
- const { torusNodeTSSEndpoints } = await this.nodeDetailManager.getNodeDetails({
907
- verifier: "test-verifier",
908
- verifierId: "[email protected]",
909
- });
+ const { torusNodeTSSEndpoints } = fetchLocalConfig(this.options.web3AuthNetwork, this.keyType);
910
911
const tssCommits = this.tKey.getTSSCommits();
912
0 commit comments