From 014e3210e4195c75a02f8a5e330b98d41a74149c Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Fri, 22 Mar 2024 14:59:05 +0500 Subject: [PATCH] fix: update widget-lib readme (#4090) --- libs/widget-lib/src/types.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/widget-lib/src/types.ts b/libs/widget-lib/src/types.ts index e13127cd63..0de3b2eaf7 100644 --- a/libs/widget-lib/src/types.ts +++ b/libs/widget-lib/src/types.ts @@ -140,9 +140,7 @@ export interface CowSwapWidgetParams { /** * The base url of the widget implementation - * * The parameter can have the URL directly, or an object with the environment property, - * * The base URL will default to the production environment if not specified, so it will use https://swap.cow.fi by default. */ baseUrl?: string