Skip to content

Commit 56e9824

Browse files
chore: adjust import path
1 parent 7e74204 commit 56e9824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chainlink/DataStreamsVerifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pragma solidity ^0.8.0;
44

55
import {Ownable} from "openzeppelin-contracts/access/Ownable.sol";
6-
import {IERC20, SafeERC20} from "openzeppelin-contracts/token/ERC20/extensions/ERC20Wrapper.sol";
6+
import {IERC20, SafeERC20} from "openzeppelin-contracts/token/ERC20/utils/SafeERC20.sol";
77

88
/// @title Verifier Proxy Interface
99
/// @notice Interface for interacting with Chainlink's verifier proxy contract

0 commit comments

Comments
 (0)