@reown/appkit-core 1.5.4-rc.2.0 → 1.6.0

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.
@@ -95,7 +95,7 @@ export interface OptionsControllerStatePublic {
95
95
  enableWalletGuide?: boolean;
96
96
  /**
97
97
  * Enable or disable debug mode in your AppKit. This is useful if you want to see UI alerts when debugging.
98
- * @default false
98
+ * @default true
99
99
  */
100
100
  debug?: boolean;
101
101
  /**
@@ -18,7 +18,7 @@ export declare const SwapApiUtil: {
18
18
  fast: string | undefined;
19
19
  instant: string | undefined;
20
20
  } | null>;
21
- fetchSwapAllowance({ tokenAddress, userAddress, sourceTokenAmount, sourceTokenDecimals }: Pick<BlockchainApiSwapAllowanceRequest, "tokenAddress" | "userAddress"> & {
21
+ fetchSwapAllowance({ tokenAddress, userAddress, sourceTokenAmount, sourceTokenDecimals }: Pick<BlockchainApiSwapAllowanceRequest, "userAddress" | "tokenAddress"> & {
22
22
  sourceTokenAmount: string;
23
23
  sourceTokenDecimals: number;
24
24
  }): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-core",
3
- "version": "1.5.4-rc.2.0",
3
+ "version": "1.6.0",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/exports/index.js",
6
6
  "types": "./dist/types/exports/index.d.ts",
@@ -39,8 +39,8 @@
39
39
  "@walletconnect/universal-provider": "2.17.0",
40
40
  "valtio": "1.11.2",
41
41
  "viem": "2.x",
42
- "@reown/appkit-common": "1.5.4-rc.2.0",
43
- "@reown/appkit-wallet": "1.5.4-rc.2.0"
42
+ "@reown/appkit-common": "1.6.0",
43
+ "@reown/appkit-wallet": "1.6.0"
44
44
  },
45
45
  "peerDependencies": {},
46
46
  "devDependencies": {