Skip to content

Commit

Permalink
move requester to automation folder (#9783)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 authored Jul 12, 2023
1 parent 42e3dcc commit 0a7f867
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.6;

import "./interfaces/TypeAndVersionInterface.sol";
import "./ConfirmedOwner.sol";
import "./../interfaces/TypeAndVersionInterface.sol";
import "./../ConfirmedOwner.sol";

// defines some interfaces for type safety and reduces encoding/decoding
// does not use the full interfaces intentionally because the requester only uses a fraction of them
Expand Down

0 comments on commit 0a7f867

Please sign in to comment.