Skip to content

Commit

Permalink
fix(interact): double transaction execution
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed May 13, 2024
1 parent b961f90 commit f8e7f52
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vscode/src/actions/Interact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@ export class Interact {
client: walletClient,
});

await walletClient.writeContract({
address: contractInfos.address,
abi: contractInfos.abi,
functionName,
args: params,
gas: gasLimit,
value,
});

return await viemContract.write[functionName](<any>params);
}
}

0 comments on commit f8e7f52

Please sign in to comment.