Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Account Implementation can't be deployed using normal create2. If that's the case, the account would be treated as a normal contract rather than an create2Account deployed "Account".
This wasn't possible before because if the account is a normal contract, any call to the proxy of the account would end up in "touched disallowed storage slots revert". Did you guys go for a testnet simulation and how is this possible now?
Beta Was this translation helpful? Give feedback.
All reactions