Update coordinator
, exchange-forwarder
, exchange-libs
, exchange
, and extensions
contract tests to use new order and transaction structure
This commit is contained in:
committed by
Amir Bandeali
parent
259b463b73
commit
b8f056b82f
@@ -26,7 +26,11 @@ export const hashUtils = {
|
||||
approvalExpirationTimeSeconds: BigNumber,
|
||||
): string {
|
||||
const hashHex = `0x${hashUtils
|
||||
.getApprovalHashBuffer(transaction, verifyingContractAddress, txOrigin, approvalExpirationTimeSeconds)
|
||||
.getApprovalHashBuffer(
|
||||
transaction,
|
||||
verifyingContractAddress,
|
||||
txOrigin, approvalExpirationTimeSeconds,
|
||||
)
|
||||
.toString('hex')}`;
|
||||
return hashHex;
|
||||
},
|
||||
|
Reference in New Issue
Block a user