We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b9be5c + e6550e6 commit ef8c02cCopy full SHA for ef8c02c
src/utils/EVCUtil.sol
@@ -29,7 +29,7 @@ abstract contract EVCUtil {
29
30
/// @notice Returns the address of the Ethereum Vault Connector (EVC) used by this contract.
31
/// @return The address of the EVC contract.
32
- function EVC() external view returns (address) {
+ function EVC() external view virtual returns (address) {
33
return address(evc);
34
}
35
0 commit comments