Skip to content

Commit

Permalink
Fix DapiProxyWithOevV2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Aug 14, 2024
1 parent e5fc46a commit 45544f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/api3-server-v1/proxies/DapiProxyWithOevV2.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
pragma solidity 0.8.17;

import "./interfaces/IDapiProxyWithOevV2.sol";
import "../interfaces/IApi3ServerV1.sol";
Expand Down

0 comments on commit 45544f4

Please sign in to comment.