Skip to content

Commit 9755636

Browse files
AyushBherwani1998Ayush Bherwani
andauthored
Fix 7715 quickstart
Co-authored-by: Ayush Bherwani <“[email protected]”>
1 parent 509cef0 commit 9755636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delegation-toolkit/guides/erc7715/execute-on-metamask-users-behalf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const expiry = currentTime + 604800;
111111
// USDC address on Ethereum Sepolia.
112112
const tokenAddress = "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238";
113113

114-
const grantedPermissions = await walletClient.grantPermissions([{
114+
const grantedPermissions = await walletClient.requestExecutionPermissions([{
115115
chainId: chain.id,
116116
expiry,
117117
signer: {

0 commit comments

Comments
 (0)