Skip to content

Commit

Permalink
fix: use oz
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Aug 9, 2024
1 parent c8c4db5 commit fd1c87a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 242 deletions.
2 changes: 1 addition & 1 deletion src/periphery/contracts/static-a-token/StataOracle.sol
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.10;

import {IERC4626} from "@openzeppelin/contracts/interfaces/IERC4626.sol";
import {IPool} from '../../../core/contracts/interfaces/IPool.sol';
import {IPoolAddressesProvider} from '../../../core/contracts/interfaces/IPoolAddressesProvider.sol';
import {IAaveOracle} from '../../../core/contracts/interfaces/IAaveOracle.sol';
import {IStataOracle} from './interfaces/IStataOracle.sol';
import {IERC4626} from './interfaces/IERC4626.sol';

/**
* @title StataOracle
Expand Down
241 changes: 0 additions & 241 deletions src/periphery/contracts/static-a-token/interfaces/IERC4626.sol

This file was deleted.

0 comments on commit fd1c87a

Please sign in to comment.