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 d887f68 commit 44872a0Copy full SHA for 44872a0
site/pages/experimental/eip7702/contract-writes.md
@@ -349,6 +349,7 @@ const authorization = await walletClient.signAuthorization({
349
})
350
351
const hash = await walletClient.writeContract({
352
+ account: sponsor, // [!code ++]
353
abi,
354
address: walletClient.account.address,
355
functionName: 'execute',
0 commit comments