You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/orderbook/src/openapi/sdk/models/CreateListingRequestBody.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ export type CreateListingRequestBody = {
13
13
* Buy item for listing should either be NATIVE or ERC20 item
14
14
*/
15
15
buy: Array<Item>;
16
-
fee?: Fee;
16
+
/**
17
+
* Buy fees should only include maker marketplace fees and should be no more than two entries as more entires will incur more gas. It is best practice to have this as few as possible.
18
+
*/
19
+
fees: Array<Fee>;
17
20
/**
18
21
* Time after which the Order is considered expired
0 commit comments