Change verifyingContractAddress -> verifyingContract everywhere
This commit is contained in:
@@ -178,7 +178,7 @@ describe(ContractName.BalanceThresholdFilter, () => {
|
||||
takerFee: Web3Wrapper.toBaseUnitAmount(new BigNumber(150), DECIMALS_DEFAULT),
|
||||
senderAddress: erc721BalanceThresholdFilterInstance.address,
|
||||
domain: {
|
||||
verifyingContractAddress: exchangeInstance.address,
|
||||
verifyingContract: exchangeInstance.address,
|
||||
chainId,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -164,7 +164,7 @@ describe(ContractName.DutchAuction, () => {
|
||||
makerFee: constants.ZERO_AMOUNT,
|
||||
takerFee: constants.ZERO_AMOUNT,
|
||||
domain: {
|
||||
verifyingContractAddress: exchangeInstance.address,
|
||||
verifyingContract: exchangeInstance.address,
|
||||
chainId,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -167,7 +167,7 @@ describe('OrderMatcher', () => {
|
||||
);
|
||||
|
||||
const domain = {
|
||||
verifyingContractAddress: exchange.address,
|
||||
verifyingContract: exchange.address,
|
||||
chainId,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user