Skip to content

Commit f8e7f52

Browse files
fix(interact): double transaction execution
1 parent b961f90 commit f8e7f52

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

vscode/src/actions/Interact.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ export class Interact {
9797
client: walletClient,
9898
});
9999

100-
await walletClient.writeContract({
101-
address: contractInfos.address,
102-
abi: contractInfos.abi,
103-
functionName,
104-
args: params,
105-
gas: gasLimit,
106-
value,
107-
});
108-
109100
return await viemContract.write[functionName](<any>params);
110101
}
111102
}

0 commit comments

Comments
 (0)