Merge branch 'master' into feat/access-manager
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
pragma solidity ^0.8.20;
|
||||
|
||||
import {Pausable} from "../security/Pausable.sol";
|
||||
import {Pausable} from "../utils/Pausable.sol";
|
||||
|
||||
contract PausableMock is Pausable {
|
||||
bool public drasticMeasureTaken;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
pragma solidity ^0.8.20;
|
||||
|
||||
import {ReentrancyGuard} from "../security/ReentrancyGuard.sol";
|
||||
import {ReentrancyGuard} from "../utils/ReentrancyGuard.sol";
|
||||
import {ReentrancyAttack} from "./ReentrancyAttack.sol";
|
||||
|
||||
contract ReentrancyMock is ReentrancyGuard {
|
||||
|
||||
Reference in New Issue
Block a user