@swapkit/sdk 4.0.0-beta.56 → 4.0.0-beta.57

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.
@@ -301,7 +301,7 @@ export declare const defaultWallets: {
301
301
  connectWallet: (connectParams: {
302
302
  addChain: import("@swapkit/helpers").AddChainType;
303
303
  }) => (chains: import("@swapkit/helpers").Chain[], wallet: import("@passkeys/core").Wallet) => Promise<boolean>;
304
- supportedChains: (import("@swapkit/helpers").Chain.Arbitrum | import("@swapkit/helpers").Chain.Aurora | import("@swapkit/helpers").Chain.Avalanche | import("@swapkit/helpers").Chain.Base | import("@swapkit/helpers").Chain.Berachain | import("@swapkit/helpers").Chain.BinanceSmartChain | import("@swapkit/helpers").Chain.Bitcoin | import("@swapkit/helpers").Chain.Ethereum | import("@swapkit/helpers").Chain.Gnosis | import("@swapkit/helpers").Chain.Optimism | import("@swapkit/helpers").Chain.Polygon)[];
304
+ supportedChains: (import("@swapkit/helpers").Chain.Arbitrum | import("@swapkit/helpers").Chain.Aurora | import("@swapkit/helpers").Chain.Avalanche | import("@swapkit/helpers").Chain.Base | import("@swapkit/helpers").Chain.Berachain | import("@swapkit/helpers").Chain.BinanceSmartChain | import("@swapkit/helpers").Chain.Bitcoin | import("@swapkit/helpers").Chain.Ethereum | import("@swapkit/helpers").Chain.Gnosis | import("@swapkit/helpers").Chain.Optimism | import("@swapkit/helpers").Chain.Polygon | import("@swapkit/helpers").Chain.Solana)[];
305
305
  };
306
306
  connectEVMWallet: {
307
307
  connectWallet: (connectParams: {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "author": "swapkit-oss",
3
3
  "dependencies": {
4
- "@swapkit/core": "4.0.0-beta.52",
5
- "@swapkit/plugins": "4.0.0-beta.51",
6
- "@swapkit/toolboxes": "4.0.0-beta.51",
7
- "@swapkit/wallets": "4.0.0-beta.55"
4
+ "@swapkit/core": "4.0.0-beta.53",
5
+ "@swapkit/plugins": "4.0.0-beta.52",
6
+ "@swapkit/toolboxes": "4.0.0-beta.52",
7
+ "@swapkit/wallets": "4.0.0-beta.56"
8
8
  },
9
9
  "description": "SwapKit - SDK",
10
10
  "exports": {
@@ -31,5 +31,5 @@
31
31
  "type-check:go": "tsgo"
32
32
  },
33
33
  "type": "module",
34
- "version": "4.0.0-beta.56"
34
+ "version": "4.0.0-beta.57"
35
35
  }