Skip to content

Commit a9e2cd4

Browse files
committed
Fix type
1 parent bbee490 commit a9e2cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sharing-smart-contract/test/invariant/handlers/HandlerGlobal.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {GhostStorage} from "./GhostStorage.sol";
1313
contract HandlerGlobal is Test, GhostStorage {
1414
// ---------------------State Variables------------------------------------
1515
// TODO remove hardcoded values to make tests compatible with any chain.
16-
IPoCo public constant POCO_DELEGATE = 0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f;
16+
address public constant POCO_DELEGATE = 0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f;
1717
IRegistry public constant POCO_PROTECTED_DATA_REGISTRY =
1818
IRegistry(0x799DAa22654128d0C64d5b79eac9283008158730);
1919
IDataProtector public constant DATA_PROTECTOR_CORE =

0 commit comments

Comments
 (0)