update contracts

This commit is contained in:
sanchaymittal 2023-05-01 14:37:53 +09:00
parent 2824dbf6b0
commit 9c24594311
No known key found for this signature in database
GPG Key ID: D794EEBC262F179E

View File

@ -44,7 +44,7 @@ contract InstadappAdapter is EIP712 {
/// @dev This is the typehash for the Sig struct.
bytes32 public constant SIG_TYPEHASH =
keccak256(
"Sig(CastData cast,bytes32 salt, uint256 deadline)CastData(string[] _targetNames,bytes[] _datas,address _origin)"
"Sig(CastData cast,bytes32 salt,uint256 deadline)CastData(string[] _targetNames,bytes[] _datas,address _origin)"
);
/// Constructor