From 79da46f684b2032932ab04ca3359abfec80b5270 Mon Sep 17 00:00:00 2001 From: DatOneJuice <140846919+DatOneJuice@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:07:28 -0600 Subject: [PATCH] Update and rename README.md to DatOneJuice git remote add origin https://github.com/DatOneJuice/71.git git branch -M main git push -u origin main --- README.md => DatOneJuice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README.md => DatOneJuice (99%) diff --git a/README.md b/DatOneJuice similarity index 99% rename from README.md rename to DatOneJuice index 86c34d2..d2bbabf 100644 --- a/README.md +++ b/DatOneJuice @@ -17,7 +17,7 @@ Ethereum address owners can call directly to the smart contract wallet to transa In the ERC-4337 context, we expect `UserOperation.signature` to be the ABI encoding of a `SignatureWrapper` struct ```solidity -struct SignatureWrapper { +struct SignatureWrapper {DatOneJuice uint8 ownerIndex; bytes signatureData; }