aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas')
-rw-r--r--src/schemas/zero_ex_config_schema.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/schemas/zero_ex_config_schema.ts b/src/schemas/zero_ex_config_schema.ts
index 5a2afeaa2..6d4b3ed27 100644
--- a/src/schemas/zero_ex_config_schema.ts
+++ b/src/schemas/zero_ex_config_schema.ts
@@ -12,6 +12,10 @@ export const zeroExConfigSchema = {
type: 'number',
minimum: 0,
},
+ numConfirmations: {
+ type: 'number',
+ minimum: 0,
+ },
},
},
},