From 269286abe2610f4ed860e24224f06cf3b5e36f0b Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 20 Jun 2024 10:51:01 +0200 Subject: [PATCH 1/3] docs: clarify partner fee options --- docs/cow-protocol/tutorials/widget/widget.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index 5312765b..c2b3999d 100644 --- a/docs/cow-protocol/tutorials/widget/widget.md +++ b/docs/cow-protocol/tutorials/widget/widget.md @@ -69,6 +69,8 @@ const params: CowSwapWidgetParams = { createCowSwapWidget(widgetContainer, { params }) ``` +This configuration will apply a partner fee for all networks, and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more on you partner fee. + ### Flexible config Both `bps` and `recipient` can be set for different chains and different trade types (swap/limit/advanced). From b525f49ff562a9aa27a3092b2a7358c5337404aa Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 20 Jun 2024 10:53:11 +0200 Subject: [PATCH 2/3] Remove comma --- docs/cow-protocol/tutorials/widget/widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index c2b3999d..ab578729 100644 --- a/docs/cow-protocol/tutorials/widget/widget.md +++ b/docs/cow-protocol/tutorials/widget/widget.md @@ -69,7 +69,7 @@ const params: CowSwapWidgetParams = { createCowSwapWidget(widgetContainer, { params }) ``` -This configuration will apply a partner fee for all networks, and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more on you partner fee. +This configuration will apply a partner fee for all networks and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more control on you partner fee. ### Flexible config From 132ce5e6c4ed0dc1c1d06172d7fb2f2245f90131 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Mon, 24 Jun 2024 17:29:38 +0100 Subject: [PATCH 3/3] Add chen nitpick --- docs/cow-protocol/tutorials/widget/widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index ab578729..10e621a9 100644 --- a/docs/cow-protocol/tutorials/widget/widget.md +++ b/docs/cow-protocol/tutorials/widget/widget.md @@ -69,7 +69,7 @@ const params: CowSwapWidgetParams = { createCowSwapWidget(widgetContainer, { params }) ``` -This configuration will apply a partner fee for all networks and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more control on you partner fee. +This configuration will apply a partner fee for all networks and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more control over the partner fee configuration parameters. ### Flexible config