Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Jun 23, 2023
1 parent ec8c2e5 commit 15c303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/Mocks/MockPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity ^0.8.10;

import { ResilientOracleInterface } from "@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol";
import { ChainlinkOracle } from "@venusprotocol/oracle/contracts/oracles/ChainlinkOracle.sol";
import { BinanceOracle } from "@venusprotocol/oracle/contracts/oracles/BinanceOracle.sol";

import { VToken } from "../../VToken.sol";

Expand Down

0 comments on commit 15c303e

Please sign in to comment.