Change verifyingContractAddress -> verifyingContract everywhere

This commit is contained in:
Amir Bandeali
2019-09-18 11:50:35 -07:00
parent b359738037
commit ae75aed55e
43 changed files with 86 additions and 86 deletions

View File

@@ -37,7 +37,7 @@ export class TransactionFactory {
expirationTimeSeconds: new BigNumber(currentBlockTimestamp).plus(tenMinutesInSeconds),
gasPrice: new BigNumber(constants.DEFAULT_GAS_PRICE),
domain: {
verifyingContractAddress: this._exchangeAddress,
verifyingContract: this._exchangeAddress,
chainId: this._chainId,
},
...customTransactionParams,