aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts')
-rw-r--r--packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts b/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts
index 1fe612949..d36048047 100644
--- a/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts
+++ b/packages/json-schemas/schemas/relayer_api_orders_channel_subscribe_schema.ts
@@ -14,8 +14,8 @@ export const relayerApiOrdersChannelSubscribePayload = {
id: '/RelayerApiOrdersChannelSubscribePayload',
type: 'object',
properties: {
- makerAssetProxyId: { $ref: '/Address' },
- takerAssetProxyId: { $ref: '/Address' },
+ makerAssetProxyId: { $ref: '/Hex' },
+ takerAssetProxyId: { $ref: '/Hex' },
networkId: { type: 'number' },
makerAssetAddress: { $ref: '/Address' },
takerAssetAddress: { $ref: '/Address' },