Verax is a shared registry for storing attestations of public interest on EVM chains, designed to enhance data discoverability and consumption for dApps across the network.
The getAttester function is only called internally to the Portal, so it should not be external but internal.
Also, it needs to be removed from the IPortal contract.
The
getAttester
function is only called internally to the Portal, so it should not beexternal
butinternal
. Also, it needs to be removed from theIPortal
contract.