Skip to content

Commit

Permalink
fix: change EIP712_ALLOCATION_PROOF_TYPEHASH from variable to constan…
Browse files Browse the repository at this point in the history
…t. (OZ N-06)
  • Loading branch information
MoonBoi9001 committed Sep 18, 2024
1 parent 4387c6c commit a58f807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract contract AllocationManager is EIP712Upgradeable, GraphDirectory, Alloca
using TokenUtils for IGraphToken;

///@dev EIP712 typehash for allocation proof
bytes32 private immutable EIP712_ALLOCATION_PROOF_TYPEHASH =
bytes32 private constant EIP712_ALLOCATION_PROOF_TYPEHASH =
keccak256("AllocationIdProof(address indexer,address allocationId)");

/**
Expand Down

0 comments on commit a58f807

Please sign in to comment.