Remove domain from Order type

This commit is contained in:
fragosti
2019-09-25 17:15:16 -07:00
parent 23b724dde4
commit 9870f55d24
36 changed files with 184 additions and 217 deletions

View File

@@ -41,10 +41,8 @@ describe('Signature utils', () => {
makerAssetAmount: new BigNumber(0),
takerAssetAmount: new BigNumber(0),
expirationTimeSeconds: new BigNumber(0),
domain: {
verifyingContract: fakeExchangeContractAddress,
chainId: fakeChainId,
},
exchangeAddress: fakeExchangeContractAddress,
chainId: fakeChainId,
};
transaction = {
domain: {