Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Feb 18, 2025
1 parent 8142cba commit 10ab9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/MinimalDelegationStorageLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ library MinimalDelegationStorageLib {
mapping(bytes32 keyHash => bytes encodedKey) keyStorage;
}

/// @dev keccak256(abi.encode(uint256(keccak256("Uniswap.MinimalDelegation")) - 1)) & ~bytes32(uint256(0xff))
bytes32 private constant MINIMAL_DELEGATION_STORAGE_LOCATION =
0x21f3d48e9724698d61a2dadd352c365013ee5d0f841f7fc54fb8a78301ee0c00;

Expand Down

0 comments on commit 10ab9cf

Please sign in to comment.