Update coordinator tests

This commit is contained in:
Michael Zhu
2019-09-30 19:22:18 -07:00
parent 0e7387550c
commit 9b922f746b
14 changed files with 455 additions and 508 deletions

View File

@@ -95,7 +95,7 @@ export const eip712Utils = {
return typedData;
},
/**
* Creates an Coordiantor typedData EIP712TypedData object for use with the Coordinator extension contract
* Creates an Coordinator typedData EIP712TypedData object for use with the Coordinator extension contract
* @param transaction A 0x transaction
* @param verifyingContract The coordinator extension contract address that will be verifying the typedData
* @param txOrigin The desired `tx.origin` that should be able to submit an Ethereum txn involving this 0x transaction