The protocol isn't compatible with zkSync as zkSync supports native account abstraction. Consequently, EntryPoint.sol
doesn't exist on zkSync.
The protocol has explicitly stated that it's supposed to be compatible with any EVM chain.
Consequently, EntryPoint.sol
doesn't exist on zkSync, which makes Nexus.sol
incompatible with zkSync, as all of its functionality will be restricted since it uses the onlyEntryPointOrSelf
modifier on zkSync.
You can read about native account abstraction on zkEVM here :
https://docs.zksync.io/build/developer-reference/account-abstraction/
Nexus.sol
will not work on zkSync
Manual Review
Adjust Nexus.sol
to be compatible with native account abstraction on zkSync
Valid medium, since there is non-functionality on zkSync (cannot create accounts) since it is stated as follows > Blockchains: > - Ethereum/Any EVM
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.