aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/schemas
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-08-02 04:52:40 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-08-02 04:52:40 +0800
commit962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22 (patch)
treeb918601929a903276f4f527b40e38611523f2da8 /packages/json-schemas/schemas
parent48aaf228558ae7312d314a0c1f5bd920428eb39d (diff)
downloaddexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.tar
dexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.tar.gz
dexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.tar.bz2
dexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.tar.lz
dexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.tar.xz
dexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.tar.zst
dexon-sol-tools-962d6e71b6cbe7f4e267bfb16d3c9fb4de511a22.zip
update orders channel subscribe schema
Diffstat (limited to 'packages/json-schemas/schemas')
-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' },