Skip to content

Commit f8612ac

Browse files
committed
Fix ORDER_TYPEHASH
1 parent bc2bf46 commit f8612ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/SignalBuyContractLibEIP712.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library SignalBuyContractLibEIP712 {
3333
)
3434
);
3535
*/
36-
bytes32 private constant ORDER_TYPEHASH = 0x2f0bead1a08e744d3b433a8d66c0a8f920a802838bc159ace4322e432f51458d;
36+
bytes32 private constant ORDER_TYPEHASH = 0xf3ab25d0577fbc8769db2380dba0706d4977c70ca7b697c4677d88bbc972fbce;
3737

3838
function _getOrderStructHash(Order memory _order) internal pure returns (bytes32) {
3939
return

0 commit comments

Comments
 (0)