File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ string constant CONDITION_NOT_MET = "condition not met";
2020string constant POLYMARKET_ORDER_CANCELLED = "polymarket order cancelled " ;
2121
2222/**
23- * @title Polyswap Conditional Order
24- * @dev This contract implements the logic for generating a tradeable order based on a Polyswap order.
25- * It inherits from BaseConditionalOrder to work with the ComposableCoW framework.
26- **/
23+ * @title Polyswap Conditional Order
24+ * @dev This contract implements the logic for generating a tradeable order based on a Polyswap order.
25+ * It inherits from BaseConditionalOrder to work with the ComposableCoW framework.
26+ *
27+ */
2728contract Polyswap is BaseConditionalOrder {
2829 ComposableCoW public immutable composableCow;
2930 Trading public immutable polymarket;
You can’t perform that action at this time.
0 commit comments