From 7267c6f7b6975731d39065e978421ef1f9ed5774 Mon Sep 17 00:00:00 2001 From: shoom3301 Date: Thu, 16 Dec 2021 13:33:23 +0600 Subject: [PATCH] chore: update Creating an RFQ order doc --- .../guide/rfq-limit-orders/create-limit-order-rfq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/limit-order-protocol/guide/rfq-limit-orders/create-limit-order-rfq.md b/docs/limit-order-protocol/guide/rfq-limit-orders/create-limit-order-rfq.md index 977c8446d..ebee6c369 100644 --- a/docs/limit-order-protocol/guide/rfq-limit-orders/create-limit-order-rfq.md +++ b/docs/limit-order-protocol/guide/rfq-limit-orders/create-limit-order-rfq.md @@ -9,7 +9,7 @@ sidebar_position: 2 | Field | Type | Description | | -------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `id` | `Number` | is a pass-through, integer identifier starting at 1 | -| `wrapEth` | `Boolean?`| if this flag is enabled, then in the case of a limit order, the taker asset of which is `WETH`, the taker will receive `ETH` instead of `WETH` | +| `wrapEth` | `Boolean?`| when is true, then in case of a limit order with `WETH` as maker asset, taker will receive `ETH` instead of `WETH` | | `expiresInTimestamp` | `Number` | is the timestamp in seconds when the limit order will no longer be available for execution. For example: 1623166270029 | | `makerAssetAddress` | `String` | the address of the asset you want to sell (address of a token contract) | | `takerAssetAddress` | `String` | the address of the asset you want to buy (address of a token contract) |