Add expirationTimeSeconds to ZeroExTransaction schema throughout codebase
This commit is contained in:
@@ -57,7 +57,8 @@ describe('EIP712 Utils', () => {
|
||||
describe('createZeroExTransactionTypedData', () => {
|
||||
it('adds in the EIP712DomainSeparator', () => {
|
||||
const typedData = eip712Utils.createZeroExTransactionTypedData({
|
||||
salt: new BigNumber('0'),
|
||||
salt: new BigNumber(0),
|
||||
expirationTimeSeconds: new BigNumber(0),
|
||||
data: constants.NULL_BYTES,
|
||||
signerAddress: constants.NULL_ADDRESS,
|
||||
domain: {
|
||||
|
Reference in New Issue
Block a user