@polymarket/order-utils
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -72,2 +72,3 @@ import { SignatureType } from "../signature-types"; | ||
orderType: OrderType; | ||
minAmountReceived?: number; | ||
} | ||
@@ -74,0 +75,0 @@ export declare enum LimitOrderProtocolMethods { |
{ | ||
"name": "@polymarket/order-utils", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Typescript utility for creating limit orders for Polymarket's CLOB", | ||
@@ -5,0 +5,0 @@ "author": "Liam Kovatch <liam@polymarket.com>", |
@@ -86,2 +86,3 @@ import { SignatureType } from "../signature-types"; | ||
orderType: OrderType; | ||
minAmountReceived?: number; // Optional slippage protection field | ||
} | ||
@@ -88,0 +89,0 @@ |
Sorry, the diff of this file is not supported yet
250996
7079