We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbee490 commit a9e2cd4Copy full SHA for a9e2cd4
packages/sharing-smart-contract/test/invariant/handlers/HandlerGlobal.sol
@@ -13,7 +13,7 @@ import {GhostStorage} from "./GhostStorage.sol";
13
contract HandlerGlobal is Test, GhostStorage {
14
// ---------------------State Variables------------------------------------
15
// TODO remove hardcoded values to make tests compatible with any chain.
16
- IPoCo public constant POCO_DELEGATE = 0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f;
+ address public constant POCO_DELEGATE = 0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f;
17
IRegistry public constant POCO_PROTECTED_DATA_REGISTRY =
18
IRegistry(0x799DAa22654128d0C64d5b79eac9283008158730);
19
IDataProtector public constant DATA_PROTECTOR_CORE =
0 commit comments