From 3bab3fac1e050ea00427aad34b16e57a04c98e23 Mon Sep 17 00:00:00 2001 From: Haythem Sellami <17862704+haythemsellami@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:45:21 +0300 Subject: [PATCH] chore: add reference --- src/lib/HooksLib.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/HooksLib.sol b/src/lib/HooksLib.sol index 7de1f6bb..c424ef02 100644 --- a/src/lib/HooksLib.sol +++ b/src/lib/HooksLib.sol @@ -5,6 +5,7 @@ pragma solidity ^0.8.0; /// @custom:security-contact security@euler.xyz /// @author Euler Labs (https://www.eulerlabs.com/) /// @notice Library for `Hooks` custom type +/// @dev This is copied from https://github.com/euler-xyz/euler-vault-kit/blob/30b0b9e36b0a912fe430c7482e9b3bb12d180a4e/src/EVault/shared/types/Flags.sol library HooksLib { /// @dev Are *all* of the Hooks in bitMask set? function isSet(HooksType self, uint32 bitMask) internal pure returns (bool) {