Skip to content

Commit aaec2e0

Browse files
f: removed EIP712_ALLOCATION_ID_PROOF_TYPEHASH
1 parent bbf2b09 commit aaec2e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/subgraph-service/contracts/libraries/AllocationManagerLib.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ library AllocationManagerLib {
5050
address _paymentsDestination;
5151
}
5252

53-
///@dev EIP712 typehash for allocation id proof
54-
bytes32 private constant EIP712_ALLOCATION_ID_PROOF_TYPEHASH =
55-
keccak256("AllocationIdProof(address indexer,address allocationId)");
56-
5753
/**
5854
* @notice Create an allocation
5955
* @dev The `_allocationProof` is a 65-bytes Ethereum signed message of `keccak256(indexerAddress,allocationId)`

0 commit comments

Comments
 (0)