@reown/appkit-controllers 1.7.14-fix-siwe-spam.0 → 1.7.14

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.
@@ -7,10 +7,7 @@ export declare const SIWXUtil: {
7
7
  requestSignMessage(): Promise<void>;
8
8
  cancelSignMessage(): Promise<void>;
9
9
  getAllSessions(): Promise<SIWXSession[]>;
10
- getSessions(args?: {
11
- address?: string;
12
- caipNetworkId?: CaipNetworkId;
13
- }): Promise<SIWXSession[]>;
10
+ getSessions(): Promise<SIWXSession[]>;
14
11
  isSIWXCloseDisabled(): Promise<boolean | undefined>;
15
12
  authConnectorAuthenticate({ authConnector, chainId, socialUri, preferredAccountType, chainNamespace }: {
16
13
  authConnector: W3mFrameProvider;
@@ -875,6 +875,7 @@ export type SendTransactionArgs = {
875
875
  chainNamespace: 'solana';
876
876
  to: string;
877
877
  value: number;
878
+ tokenMint?: string;
878
879
  };
879
880
  export type EstimateGasTransactionArgs = {
880
881
  chainNamespace?: undefined | 'eip155';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-controllers",
3
- "version": "1.7.14-fix-siwe-spam.0",
3
+ "version": "1.7.14",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "./dist/esm/exports/index.js",
@@ -46,8 +46,8 @@
46
46
  "@walletconnect/universal-provider": "2.21.3",
47
47
  "valtio": "2.1.5",
48
48
  "viem": ">=2.31.3",
49
- "@reown/appkit-common": "1.7.14-fix-siwe-spam.0",
50
- "@reown/appkit-wallet": "1.7.14-fix-siwe-spam.0"
49
+ "@reown/appkit-common": "1.7.14",
50
+ "@reown/appkit-wallet": "1.7.14"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@vitest/coverage-v8": "2.1.9",