From 9c24594311844c9a3ac525462cdbe4e3a75f00b1 Mon Sep 17 00:00:00 2001 From: sanchaymittal Date: Mon, 1 May 2023 14:37:53 +0900 Subject: [PATCH] update contracts --- contracts/InstadappAdapter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/InstadappAdapter.sol b/contracts/InstadappAdapter.sol index 30ff476..79ffc0d 100644 --- a/contracts/InstadappAdapter.sol +++ b/contracts/InstadappAdapter.sol @@ -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