diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-23 05:26:35 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-23 05:26:35 +0800 |
commit | 5e67756037b824f761e95310deae3e58f0dd96a2 (patch) | |
tree | 9f015ebd286aa9875c61290b19325f74de0301dc /packages/json-schemas/src/schemas.ts | |
parent | 48e4452a0442acb992c204ca1fbec36df1a75d6d (diff) | |
parent | be97eebe022739bf7f993d17eda7d26ad4ef448a (diff) | |
download | dexon-0x-contracts-5e67756037b824f761e95310deae3e58f0dd96a2.tar.gz dexon-0x-contracts-5e67756037b824f761e95310deae3e58f0dd96a2.tar.zst dexon-0x-contracts-5e67756037b824f761e95310deae3e58f0dd96a2.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/beta-render-et-al
Diffstat (limited to 'packages/json-schemas/src/schemas.ts')
-rw-r--r-- | packages/json-schemas/src/schemas.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/json-schemas/src/schemas.ts b/packages/json-schemas/src/schemas.ts index 8318df617..8ece5de75 100644 --- a/packages/json-schemas/src/schemas.ts +++ b/packages/json-schemas/src/schemas.ts @@ -34,6 +34,7 @@ import * as signedOrderSchema from '../schemas/signed_order_schema.json'; import * as signedOrdersSchema from '../schemas/signed_orders_schema.json'; import * as tokenSchema from '../schemas/token_schema.json'; import * as txDataSchema from '../schemas/tx_data_schema.json'; +import * as wholeNumberSchema from '../schemas/whole_number_schema.json'; import * as zeroExTransactionSchema from '../schemas/zero_ex_transaction_schema.json'; export const schemas = { @@ -74,4 +75,5 @@ export const schemas = { relayerApiOrdersResponseSchema, relayerApiAssetDataPairsSchema, zeroExTransactionSchema, + wholeNumberSchema, }; |