Add chainId to order JSON schema

This commit is contained in:
Lawrence Forman
2019-03-26 19:16:26 -04:00
committed by Amir Bandeali
parent 1295de4c78
commit 7a4ae74727

View File

@@ -12,6 +12,7 @@
"takerAssetData": { "$ref": "/hexSchema" },
"salt": { "$ref": "/wholeNumberSchema" },
"exchangeAddress": { "$ref": "/addressSchema" },
"chainId": { "type": "number" },
"feeRecipientAddress": { "$ref": "/addressSchema" },
"expirationTimeSeconds": { "$ref": "/wholeNumberSchema" }
},
@@ -27,6 +28,7 @@
"takerAssetData",
"salt",
"exchangeAddress",
"chainId",
"feeRecipientAddress",
"expirationTimeSeconds"
],