Skip to content

Commit

Permalink
Update pages/advanced/eip-7702/7702-safe.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Germán Martínez <[email protected]>
  • Loading branch information
akshay-ap and germartinez authored Dec 4, 2024
1 parent f94ba2c commit f2e4954
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pages/advanced/eip-7702/7702-safe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ Because this approach does not use a proxy contract, storage slot 0 remains unus

### SafeLite

[SafeLite](https://github.com/5afe/safe-eip7702/blob/main/safe-eip7702-contracts/contracts/experimental/SafeLite.sol) is a lite version of Safe and compatible with EIP-7702. The contract does not have a proxy and does not need any initialisation.
SafeLite supports ERC-4337 and hence can use features such as sponsored transactions, and even batch transactions. SafeLite also supports ERC-1271 for contract-based signatures.
SafeLite is not compatible with the existing Safe Wallet UI as it does not use the same storage layout as the existing Safe contracts.
It does not have the features of the existing Safe contracts such as Modules, Fallback Handler, Guards.
[SafeLite](https://github.com/5afe/safe-eip7702/blob/main/safe-eip7702-contracts/contracts/experimental/SafeLite.sol) is a lite version of Safe that is compatible with EIP-7702. The contract does not have a proxy and does not need initialization.

SafeLite supports ERC-4337 and can use features such as sponsored transactions and batch transactions. SafeLite also supports ERC-1271 for contract-based signatures.

SafeLite is not compatible with Safe\{Wallet\} as it does not use the same storage layout as the existing Safe contracts.

It does not have the features of the existing Safe contracts such as Modules, Fallback Handler, and Guards.

![diagram-7702-approach-3](../../../assets/diagram-7702-approach-3.png)

Expand Down

0 comments on commit f2e4954

Please sign in to comment.