You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to inherit from ERC6551 and override _isValidSigner() to use our AccessController
If we use the upgradeable version, it will also use isValidSigner(). We have to be SUPER careful with AccessController in this context, we may have to parse if the call is part of an upgrade from msg.data
_isValidSigner()to use our AccessController