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; }