From 625d73356dcb96014779cbcea6fe2a71d8d60d69 Mon Sep 17 00:00:00 2001 From: DryOrIce <141877479+DryOrIce@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:47:21 -0300 Subject: [PATCH] Update index.md --- .../get-started/smart-account-quickstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-accounts-kit/get-started/smart-account-quickstart/index.md b/smart-accounts-kit/get-started/smart-account-quickstart/index.md index adaf9b075d0..72b95f0027d 100644 --- a/smart-accounts-kit/get-started/smart-account-quickstart/index.md +++ b/smart-accounts-kit/get-started/smart-account-quickstart/index.md @@ -97,7 +97,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({ account: smartAccount, calls: [ { - to: '0x1234567890123456789012345678901234567890', + to: '0x949f2dfa7884066d22af572d7a029310fd684444', value: parseEther('1'), }, ],