Skip to content

Commit ef8c02c

Browse files
Merge pull request #177 from euler-xyz/virtual-EVC
Set EVC() to virtual
2 parents 6b9be5c + e6550e6 commit ef8c02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/EVCUtil.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract contract EVCUtil {
2929

3030
/// @notice Returns the address of the Ethereum Vault Connector (EVC) used by this contract.
3131
/// @return The address of the EVC contract.
32-
function EVC() external view returns (address) {
32+
function EVC() external view virtual returns (address) {
3333
return address(evc);
3434
}
3535

0 commit comments

Comments
 (0)