Skip to content

Commit

Permalink
Update examples/4337-passkeys/src/logic/userOp.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Rodrigues Lordello <nick@safe.global>
  • Loading branch information
remedcu and nlordell authored Mar 20, 2024
1 parent 1b38aa2 commit 9fd755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/4337-passkeys/src/logic/userOp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const DUMMY_SIGNATURE = ethers.solidityPacked(
`0x${'a0'.repeat(37)}`, // authenticatorData without any extensions/attestated credential data is always 37 bytes long.
[
`"origin":"${location.origin}"`,
`"padding":"This paddes the clientDataJSON so that we can leave room for additional callData (if any) for the preVerificationGas estimate."`,
`"padding":"This pads the clientDataJSON so that we can leave room for additional implementation specific fields for a more accurate 'preVerificationGas' estimate."`,
].join(','),
`0x${'ec'.repeat(32)}`,
`0x${'d5a'.repeat(21)}f`,
Expand Down

0 comments on commit 9fd755b

Please sign in to comment.