aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/zero_ex_transaction_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/schemas/zero_ex_transaction_schema.json')
-rw-r--r--packages/json-schemas/schemas/zero_ex_transaction_schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/json-schemas/schemas/zero_ex_transaction_schema.json b/packages/json-schemas/schemas/zero_ex_transaction_schema.json
index 0c714f14d..726886e20 100644
--- a/packages/json-schemas/schemas/zero_ex_transaction_schema.json
+++ b/packages/json-schemas/schemas/zero_ex_transaction_schema.json
@@ -1,6 +1,7 @@
{
"id": "/zeroExTransactionSchema",
"properties": {
+ "verifyingContractAddress": { "$ref": "/addressSchema" },
"data": { "$ref": "/hexSchema" },
"signerAddress": { "$ref": "/addressSchema" },
"salt": { "$ref": "/wholeNumberSchema" }