Skip to content

Commit

Permalink
fix: update reentrancy guard import
Browse files Browse the repository at this point in the history
  • Loading branch information
call-by committed Jul 15, 2024
1 parent 5b24682 commit 260f6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ExoCapsule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {WithdrawalContainer} from "../libraries/WithdrawalContainer.sol";
import {ExoCapsuleStorage} from "../storage/ExoCapsuleStorage.sol";

import {IBeaconChainOracle} from "@beacon-oracle/contracts/src/IBeaconChainOracle.sol";
import {ReentrancyGuardUpgradeable} from "@openzeppelin-upgradeable/contracts/utils/ReentrancyGuardUpgradeable.sol";
import {ReentrancyGuardUpgradeable} from "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol";

contract ExoCapsule is ReentrancyGuardUpgradeable, ExoCapsuleStorage, IExoCapsule {

Expand Down

0 comments on commit 260f6de

Please sign in to comment.