Skip to content

Commit

Permalink
Update account parameter in transaction
Browse files Browse the repository at this point in the history
ankushswar1 committed Jan 11, 2024
1 parent e0c6ae8 commit 1fc5f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dashboard.tsx
Original file line number Diff line number Diff line change
@@ -38,8 +38,8 @@ export default function DashboardPage() {
const toastId = toast.loading("Minting...");

try {
// @ts-ignore
const transactionHash = await smartAccountClient.sendTransaction({
account: smartAccountClient.account!,
chain: baseGoerli,
to: NFT_ADDRESS,
data: encodeFunctionData({

0 comments on commit 1fc5f3f

Please sign in to comment.