Change verifyingContractAddress -> verifyingContract everywhere
This commit is contained in:
@@ -40,7 +40,7 @@ describe('ABI Decoding Calldata', () => {
|
||||
const exchangeAddress = addressUtils.generatePseudoRandomAddress();
|
||||
const feeRecipientAddress = addressUtils.generatePseudoRandomAddress();
|
||||
const domain = {
|
||||
verifyingContractAddress: exchangeAddress,
|
||||
verifyingContract: exchangeAddress,
|
||||
chainId,
|
||||
};
|
||||
// Create orders to match.
|
||||
|
Reference in New Issue
Block a user