mirror of
https://github.com/Instadapp/dsa-periphery-contract.git
synced 2024-07-29 22:27:13 +00:00
update contracts
This commit is contained in:
parent
2824dbf6b0
commit
9c24594311
|
@ -44,7 +44,7 @@ contract InstadappAdapter is EIP712 {
|
||||||
/// @dev This is the typehash for the Sig struct.
|
/// @dev This is the typehash for the Sig struct.
|
||||||
bytes32 public constant SIG_TYPEHASH =
|
bytes32 public constant SIG_TYPEHASH =
|
||||||
keccak256(
|
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
|
/// Constructor
|
||||||
|
|
Loading…
Reference in New Issue
Block a user