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.
1 parent 6b9be5c commit e6550e6Copy full SHA for e6550e6
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