Skip to content

Commit

Permalink
chore: remove coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Mar 5, 2024
1 parent c5fe6c6 commit 1b67545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/widget-configurator/src/app/embedDialog/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export const COMMENTS_BY_PARAM_NAME: Record<string, string> = {
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<string, string> = {
Expand Down
4 changes: 2 additions & 2 deletions libs/widget-lib/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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<TradeType>` | 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

Expand Down

0 comments on commit 1b67545

Please sign in to comment.