diff --git a/apps/widget-configurator/src/app/embedDialog/const.ts b/apps/widget-configurator/src/app/embedDialog/const.ts index ad703cd698..297ac2a030 100644 --- a/apps/widget-configurator/src/app/embedDialog/const.ts +++ b/apps/widget-configurator/src/app/embedDialog/const.ts @@ -14,8 +14,7 @@ export const COMMENTS_BY_PARAM_NAME: Record = { sell: 'Sell token. Optionally add amount for sell orders', buy: 'Buy token. Optionally add amount for buy orders', enabledTradeTypes: 'swap, limit and/or advanced', - partnerFee: - 'Partner fee, in Basis Points (BPS) and a receiver address - COMING SOON! Fill the form above if you are interested', + partnerFee: 'Partner fee, in Basis Points (BPS) and a receiver address. Fill the form above if you are interested', } export const COMMENTS_BY_PARAM_NAME_TYPESCRIPT: Record = { diff --git a/libs/widget-lib/docs/README.md b/libs/widget-lib/docs/README.md index 8ae759996f..ca675a0cbe 100644 --- a/libs/widget-lib/docs/README.md +++ b/libs/widget-lib/docs/README.md @@ -49,7 +49,7 @@ the [CoW Protocol Tutorial](https://learn.cow.fi/tutorial/simple-app-data). ## Partner fee -> **Coming soon! Fill [this form](https://cowprotocol.typeform.com/to/rONXaxHV) if you are interested** +> **Fill [this form](https://cowprotocol.typeform.com/to/rONXaxHV) if you are interested** You can add an additional fee that will be displayed and applied to the quoted amounts: @@ -122,7 +122,7 @@ cowSwapWidget(document.getElementById('cowswap-widget'), { | `hideNetworkSelector` | `boolean` | false | Disables an opportunity to change the network from the widget UI. | | `enabledTradeTypes` | `Array` | All are enabled | CoW Swap provides three trading widgets: `swap`, `limit` and `advanced` orders. Using this option you can narrow down the list of available trading widgets. | | `palette` | `CowSwapWidgetPalette` | --- | Customizes the appearance of the widget. For example, you can change the main color of the background and text. | -| `partnerFee` | `PartnerFee` | --- | The partner fee. Example `{ bps: 30, recipient: '0x86e367465e2b7e8d26f4611d998bcbbe28e89679' }`. Coming soon! Fill [this form](https://cowprotocol.typeform.com/to/rONXaxHV) if you are interested | +| `partnerFee` | `PartnerFee` | --- | The partner fee. Example `{ bps: 30, recipient: '0x86e367465e2b7e8d26f4611d998bcbbe28e89679' }`. Fill [this form](https://cowprotocol.typeform.com/to/rONXaxHV) if you are interested | ## Widget updating