Skip to content

Commit a441e61

Browse files
fix to field in redeem delegations guide (#2158)
* fix `to` field in delegation quickstart * revert quickstart and update redeem guide --------- Co-authored-by: Ayush Bherwani <[email protected]>
1 parent 2c8df23 commit a441e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delegation-toolkit/how-to/redeem-delegation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({
6666
account: delegateSmartAccount,
6767
calls: [
6868
{
69-
to: "<DELEGATOR-SMART-ACCOUNT-ADDRESS>",
69+
to: delegateSmartAccount.address,
7070
data: redeemDelegationCalldata
7171
}
7272
],
@@ -256,7 +256,7 @@ const userOperationHash = await bundlerClient.sendUserOperation({
256256
account: delegateSmartAccount,
257257
calls: [
258258
{
259-
to: "<DELEGATOR-SMART-ACCOUNT-ADDRESS>",
259+
to: delegateSmartAccount.address,
260260
data: redeemDelegationCalldata
261261
}
262262
],

0 commit comments

Comments
 (0)