From 9fd755b39eda4f8c400cddd309ca3a4181981db6 Mon Sep 17 00:00:00 2001 From: Shebin John Date: Wed, 20 Mar 2024 17:53:10 +0530 Subject: [PATCH] Update examples/4337-passkeys/src/logic/userOp.ts Co-authored-by: Nicholas Rodrigues Lordello --- examples/4337-passkeys/src/logic/userOp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/4337-passkeys/src/logic/userOp.ts b/examples/4337-passkeys/src/logic/userOp.ts index f140dc7e..8d7fa548 100644 --- a/examples/4337-passkeys/src/logic/userOp.ts +++ b/examples/4337-passkeys/src/logic/userOp.ts @@ -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`,