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
{{ message }}
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
Reading the Solidity code, I noticed that the ZKAssetBase uses IACE as the interface to call the ACE.
Nonetheless, the ACE implementation does not inherit from IACE:
https://github.com/AztecProtocol/AZTEC/blob/develop/packages/protocol/contracts/ACE/ACE.sol#L35
Neither do IAZTEC, Ownable nor NoteRegistryManager.
The text was updated successfully, but these errors were encountered: