Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ngjupeng committed Sep 24, 2024
1 parent 40b89b6 commit a6cf43d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/nextjs/core/stark/hooks/useScaffoldWriteContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,3 @@ export const useScaffoldWriteContract = <
writeAsync: sendContractWriteTx,
};
};

useScaffoldWriteContract({
contractName: "Eth",
functionName: "transfer",
args: ["1", 1],
});

0 comments on commit a6cf43d

Please sign in to comment.