Add fee assetData fields to order JSON schema

This commit is contained in:
Amir Bandeali
2019-04-05 14:18:28 -07:00
parent c570478aaa
commit 2f0ee84b71
2 changed files with 6 additions and 0 deletions

View File

@@ -214,6 +214,8 @@ describe('Schema', () => {
takerAssetAmount: '2',
makerAssetData: NULL_ADDRESS,
takerAssetData: NULL_ADDRESS,
makerFeeAssetData: NULL_ADDRESS,
takerFeeAssetData: NULL_ADDRESS,
salt: '67006738228878699843088602623665307406148487219438534730168799356281242528500',
feeRecipientAddress: NULL_ADDRESS,
expirationTimeSeconds: '42',