Skip to content

Commit

Permalink
fix: merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Nov 6, 2024
1 parent 412d181 commit ef7e61f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mpcCoreKit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]",
});
const { torusNodeTSSEndpoints } = fetchLocalConfig(this.options.web3AuthNetwork, this.keyType);

const tssCommits = this.tKey.getTSSCommits();

Expand Down

0 comments on commit ef7e61f

Please sign in to comment.