aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/json-schemas.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sra-spec/src/json-schemas.ts')
-rw-r--r--packages/sra-spec/src/json-schemas.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sra-spec/src/json-schemas.ts b/packages/sra-spec/src/json-schemas.ts
index 9eb32de59..f9342ca9e 100644
--- a/packages/sra-spec/src/json-schemas.ts
+++ b/packages/sra-spec/src/json-schemas.ts
@@ -2,6 +2,7 @@ import { schemas as jsonSchemas } from '@0x/json-schemas';
// Only include schemas we actually need
const {
+ wholeNumberSchema,
numberSchema,
addressSchema,
hexSchema,
@@ -28,6 +29,7 @@ const {
} = jsonSchemas;
const usedSchemas = {
+ wholeNumberSchema,
numberSchema,
addressSchema,
hexSchema,