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 71aa257 commit 3c77c6bCopy full SHA for 3c77c6b
packages/thirdweb/src/react/web/hooks/transaction/useSendTransaction.tsx
@@ -36,10 +36,9 @@ import { TransactionModal } from "../../ui/TransactionButton/TransactionModal.js
36
*
37
* const onClick = () => {
38
* const transaction = prepareContractCall({
39
- * contract,
40
- * method: "function transfer(address to, uint256 value)",
41
- * params: [to, value],
42
- * }),
+ * contract,
+ * method: "function transfer(address to, uint256 value)",
+ * params: [to, value],
43
* });
44
* sendTx(transaction);
45
* };
0 commit comments