@swapkit/core 1.0.0-rc.114 → 1.0.0-rc.116

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/dist/index.d.ts CHANGED
@@ -285,7 +285,7 @@ export declare type SwapKitReturnType = SwapKitPlugins & {
285
285
 
286
286
  export declare type SwapKitWallet = {
287
287
  connectMethodName: string;
288
- connect: (params: ConnectWalletParamsLocal) => (connectParams: any) => void;
288
+ connect: (params: ConnectWalletParamsLocal) => (connectParams: any) => undefined | string;
289
289
  };
290
290
 
291
291
  export declare type SwapParams = (SwapWithRouteParams | GenericSwapParams) & {