Skip to content

Commit

Permalink
chore: fix axion import
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Jun 21, 2023
1 parent f60810b commit b51b627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/evm/contracts/adapters/axiom/AxiomV02StoragePf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { IAxiomV0 } from "./IAxiomV0.sol";
import { IAxiomV0StoragePf } from "./IAxiomV0StoragePf.sol";
// import {Ownable} from "openzeppelin-contracts/access/Ownable.sol";
import { Ownable } from "./Ownable.sol";
import { IHashi } from "../interfaces/IHashi.sol";
import { IOracleAdapter } from "../interfaces/IOracleAdapter.sol";
import { IHashi } from "../../interfaces/IHashi.sol";
import { IOracleAdapter } from "../../interfaces/IOracleAdapter.sol";

uint8 constant SLOT_NUMBER = 10;

Expand Down

0 comments on commit b51b627

Please sign in to comment.