@skip-go/widget 3.0.6 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.ts +1 -1
- package/build/index.js +5540 -5845
- package/package.json +2 -2
package/build/index.d.ts
CHANGED
|
@@ -159,7 +159,7 @@ export declare type WidgetProps = {
|
|
|
159
159
|
};
|
|
160
160
|
routeConfig?: WidgetRouteConfig;
|
|
161
161
|
filter?: ChainFilter;
|
|
162
|
-
} & NewSkipClientOptions
|
|
162
|
+
} & Pick<NewSkipClientOptions, "apiUrl" | "chainIdsToAffiliates" | "endpointOptions">;
|
|
163
163
|
|
|
164
164
|
declare type WidgetRouteConfig = Omit<RouteConfig, "swapVenues" | "swapVenue"> & {
|
|
165
165
|
swapVenues?: NewSwapVenueRequest[];
|