Skip to content

Commit

Permalink
feat: update strategy apr oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkrusala committed Dec 30, 2024
1 parent 7aa1fed commit 3c8bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/periphery/StrategyAprOracle.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: AGPL-3.0
pragma solidity ^0.8.18;

import {AprOracleBase} from "@periphery/AprOracle/AprOracleBase.sol";
import {AprOracleBase} from "tokenized-strategy-periphery/src/AprOracle/AprOracleBase.sol";

contract StrategyAprOracle is AprOracleBase {
constructor() AprOracleBase("Strategy Apr Oracle Example", msg.sender) {}
Expand Down

0 comments on commit 3c8bcb4

Please sign in to comment.