diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index 5312765b..10e621a9 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 control over the partner fee configuration parameters. + ### Flexible config Both `bps` and `recipient` can be set for different chains and different trade types (swap/limit/advanced).