@dynamic-labs/global-wallet-client 4.70.0 → 4.71.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,17 @@
1
1
 
2
+ ## [4.71.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.70.0...v4.71.0) (2026-03-24)
3
+
4
+
5
+ ### Features
6
+
7
+ * add Tempo chain connector and core type definitions ([#10672](https://github.com/dynamic-labs/dynamic-auth/issues/10672)) ([0439c15](https://github.com/dynamic-labs/dynamic-auth/commit/0439c153238359083b9f226dcd2ebf6d83e26519))
8
+ * add verifySocial method to demo site step-up auth methods ([#10721](https://github.com/dynamic-labs/dynamic-auth/issues/10721)) ([b9ef517](https://github.com/dynamic-labs/dynamic-auth/commit/b9ef5173df3e3ed08f718de49b036ea899dc1832))
9
+ * **demo:** add Tempo chain support to demo app ([#10674](https://github.com/dynamic-labs/dynamic-auth/issues/10674)) ([a5918fc](https://github.com/dynamic-labs/dynamic-auth/commit/a5918fc2ab0821e7f025aa470573129f71de33cc))
10
+ * repurpose verifyWithExternalJwt for elevated access token requests ([#10743](https://github.com/dynamic-labs/dynamic-auth/issues/10743)) ([d1abda0](https://github.com/dynamic-labs/dynamic-auth/commit/d1abda0111d68c78226d30bd0630e6e341dedad9))
11
+ * **sdk:** add Tempo chain support to UI components ([#10673](https://github.com/dynamic-labs/dynamic-auth/issues/10673)) ([aec9fbb](https://github.com/dynamic-labs/dynamic-auth/commit/aec9fbb20754a2935bffe106e7e8715f46be3de7))
12
+ * support multi-chain wallet creation in createWallet ([#10694](https://github.com/dynamic-labs/dynamic-auth/issues/10694)) ([0b6b57f](https://github.com/dynamic-labs/dynamic-auth/commit/0b6b57f4179c35d1f86d1c8c9c40f52cb307c849))
13
+ * wire up elevatedAccessToken for sign, reshare, and refresh operations ([#10737](https://github.com/dynamic-labs/dynamic-auth/issues/10737)) ([f9d5c76](https://github.com/dynamic-labs/dynamic-auth/commit/f9d5c768037aff4f5d7994b6bc6c338621a6ee6b))
14
+
2
15
  ## [4.70.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.69.0...v4.70.0) (2026-03-23)
3
16
 
4
17
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.70.0";
6
+ var version = "4.71.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.70.0";
2
+ var version = "4.71.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/global-wallet-client",
3
- "version": "4.70.0",
3
+ "version": "4.71.0",
4
4
  "description": "Core package for building Dynamic's Global Wallet",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -71,17 +71,17 @@
71
71
  },
72
72
  "homepage": "https://www.dynamic.xyz/",
73
73
  "dependencies": {
74
- "@dynamic-labs/assert-package-version": "4.70.0",
75
- "@dynamic-labs/ethereum-aa-zksync": "4.70.0",
76
- "@dynamic-labs/logger": "4.70.0",
77
- "@dynamic-labs/message-transport": "4.70.0",
78
- "@dynamic-labs/store": "4.70.0",
79
- "@dynamic-labs/types": "4.70.0",
80
- "@dynamic-labs/utils": "4.70.0",
74
+ "@dynamic-labs/assert-package-version": "4.71.0",
75
+ "@dynamic-labs/ethereum-aa-zksync": "4.71.0",
76
+ "@dynamic-labs/logger": "4.71.0",
77
+ "@dynamic-labs/message-transport": "4.71.0",
78
+ "@dynamic-labs/store": "4.71.0",
79
+ "@dynamic-labs/types": "4.71.0",
80
+ "@dynamic-labs/utils": "4.71.0",
81
81
  "eventemitter3": "5.0.1"
82
82
  },
83
83
  "peerDependencies": {
84
- "viem": "^2.28.4",
84
+ "viem": "^2.45.3",
85
85
  "@solana/web3.js": "1.98.1",
86
86
  "@solana/wallet-standard-features": "^1.2.0",
87
87
  "@wallet-standard/features": "^1.0.3",
@@ -89,7 +89,7 @@
89
89
  "zksync-sso": "0.2.0",
90
90
  "@wallet-standard/wallet": "^1.1.0",
91
91
  "@zerodev/sdk": "5.5.7",
92
- "@dynamic-labs/ethereum-aa": "4.70.0"
92
+ "@dynamic-labs/ethereum-aa": "4.71.0"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "viem": {
@@ -10,6 +10,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
10
10
  batch?: {
11
11
  multicall?: boolean | {
12
12
  batchSize?: number | undefined;
13
+ deployless?: boolean | undefined;
13
14
  wait?: number | undefined;
14
15
  } | undefined;
15
16
  } | undefined;
@@ -30,6 +31,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
30
31
  apiUrl?: string | undefined;
31
32
  };
32
33
  } | undefined;
34
+ blockTime?: number | undefined;
33
35
  contracts?: {
34
36
  [x: string]: import("viem").ChainContract | {
35
37
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -37,7 +39,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
37
39
  ensRegistry?: import("viem").ChainContract | undefined;
38
40
  ensUniversalResolver?: import("viem").ChainContract | undefined;
39
41
  multicall3?: import("viem").ChainContract | undefined;
40
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
42
+ erc6492Verifier?: import("viem").ChainContract | undefined;
41
43
  } | undefined;
42
44
  ensTlds?: readonly string[] | undefined;
43
45
  id: number;
@@ -47,6 +49,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
47
49
  symbol: string;
48
50
  decimals: number;
49
51
  };
52
+ experimental_preconfirmationTime?: number | undefined;
50
53
  rpcUrls: {
51
54
  [key: string]: {
52
55
  http: readonly string[];
@@ -60,6 +63,8 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
60
63
  sourceId?: number | undefined;
61
64
  testnet?: boolean | undefined;
62
65
  } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>;
66
+ dataSuffix?: import("viem").DataSuffix | undefined;
67
+ experimental_blockTag?: import("viem").BlockTag | undefined;
63
68
  key: string;
64
69
  name: string;
65
70
  pollingInterval: number;
@@ -93,7 +98,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
93
98
  ReturnType: `0x${string}`;
94
99
  }, {
95
100
  Method: "eth_call";
96
- Parameters: [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>] | [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier] | [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride];
101
+ Parameters: readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride, blockOverrides: import("viem").RpcBlockOverrides];
97
102
  ReturnType: `0x${string}`;
98
103
  }, {
99
104
  Method: "eth_createAccessList";
@@ -114,6 +119,13 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
114
119
  Method: "eth_estimateGas";
115
120
  Parameters: [transaction: import("viem").RpcTransactionRequest] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag, stateOverride: import("viem").RpcStateOverride];
116
121
  ReturnType: `0x${string}`;
122
+ }, {
123
+ Method: "eth_fillTransaction";
124
+ Parameters: [transaction: import("viem").RpcTransactionRequest];
125
+ ReturnType: {
126
+ raw: `0x${string}`;
127
+ tx: import("viem").RpcTransaction<boolean>;
128
+ };
117
129
  }, {
118
130
  Method: "eth_feeHistory";
119
131
  Parameters: [blockCount: `0x${string}`, newestBlock: `0x${string}` | import("viem").BlockTag, rewardPercentiles: number[] | undefined];
@@ -189,6 +201,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
189
201
  Method: "eth_getTransactionByHash";
190
202
  Parameters: [hash: `0x${string}`];
191
203
  ReturnType: import("viem").RpcTransaction<boolean> | null;
204
+ }, {
205
+ Method: "eth_getTransactionBySenderAndNonce";
206
+ Parameters: [sender: `0x${string}`, nonce: `0x${string}`];
207
+ ReturnType: import("viem").RpcTransaction<boolean> | null;
192
208
  }, {
193
209
  Method: "eth_getTransactionCount";
194
210
  Parameters: [address: `0x${string}`, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier];
@@ -242,6 +258,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
242
258
  Method: "eth_sendRawTransaction";
243
259
  Parameters: [signedTransaction: `0x${string}`];
244
260
  ReturnType: `0x${string}`;
261
+ }, {
262
+ Method: "eth_sendRawTransactionSync";
263
+ Parameters: [signedTransaction: `0x${string}`] | [signedTransaction: `0x${string}`, timeout: number];
264
+ ReturnType: import("viem").RpcTransactionReceipt;
245
265
  }, {
246
266
  Method: "eth_simulateV1";
247
267
  Parameters: [{
@@ -283,6 +303,13 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
283
303
  Method: "eth_estimateGas";
284
304
  Parameters: [transaction: import("viem").RpcTransactionRequest] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag, stateOverride: import("viem").RpcStateOverride];
285
305
  ReturnType: `0x${string}`;
306
+ }, {
307
+ Method: "eth_fillTransaction";
308
+ Parameters: [transaction: import("viem").RpcTransactionRequest];
309
+ ReturnType: {
310
+ raw: `0x${string}`;
311
+ tx: import("viem").RpcTransaction<boolean>;
312
+ };
286
313
  }, {
287
314
  Method: "eth_requestAccounts";
288
315
  Parameters?: undefined;
@@ -295,6 +322,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
295
322
  Method: "eth_sendRawTransaction";
296
323
  Parameters: [signedTransaction: `0x${string}`];
297
324
  ReturnType: `0x${string}`;
325
+ }, {
326
+ Method: "eth_sendRawTransactionSync";
327
+ Parameters: [signedTransaction: `0x${string}`] | [signedTransaction: `0x${string}`, timeout: number];
328
+ ReturnType: import("viem").RpcTransactionReceipt;
298
329
  }, {
299
330
  Method: "eth_sign";
300
331
  Parameters: [address: `0x${string}`, data: `0x${string}`];
@@ -374,6 +405,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
374
405
  Method: "wallet_disconnect";
375
406
  Parameters?: undefined;
376
407
  ReturnType: void;
408
+ }, {
409
+ Method: "wallet_getAssets";
410
+ Parameters?: [import("viem").WalletGetAssetsParameters] | undefined;
411
+ ReturnType: import("viem").WalletGetAssetsReturnType;
377
412
  }, {
378
413
  Method: "wallet_getCallsStatus";
379
414
  Parameters?: [string] | undefined;
@@ -459,7 +494,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
459
494
  };
460
495
  type: string;
461
496
  uid: string;
462
- signAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationParameters<import("viem").Account<`0x${string}`>>) => Promise<import("node_modules/viem/_types/actions/wallet/signAuthorization").SignAuthorizationReturnType>;
497
+ signAuthorization: (parameters: import("viem").SignAuthorizationParameters<import("viem").Account<`0x${string}`>>) => Promise<import("viem").SignAuthorizationReturnType>;
463
498
  signMessage: (args: import("viem").SignMessageParameters<import("viem").Account<`0x${string}`>>) => Promise<`0x${string}`>;
464
499
  signTransaction: <chainOverride extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined, const request extends import("viem").UnionOmit<import("viem").ExtractChainFormatterParameters<import("viem").DeriveChain<{
465
500
  blockExplorers?: {
@@ -474,6 +509,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
474
509
  apiUrl?: string | undefined;
475
510
  };
476
511
  } | undefined;
512
+ blockTime?: number | undefined;
477
513
  contracts?: {
478
514
  [x: string]: import("viem").ChainContract | {
479
515
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -481,7 +517,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
481
517
  ensRegistry?: import("viem").ChainContract | undefined;
482
518
  ensUniversalResolver?: import("viem").ChainContract | undefined;
483
519
  multicall3?: import("viem").ChainContract | undefined;
484
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
520
+ erc6492Verifier?: import("viem").ChainContract | undefined;
485
521
  } | undefined;
486
522
  ensTlds?: readonly string[] | undefined;
487
523
  id: number;
@@ -491,6 +527,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
491
527
  symbol: string;
492
528
  decimals: number;
493
529
  };
530
+ experimental_preconfirmationTime?: number | undefined;
494
531
  rpcUrls: {
495
532
  [key: string]: {
496
533
  http: readonly string[];
@@ -516,6 +553,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
516
553
  apiUrl?: string | undefined;
517
554
  };
518
555
  } | undefined;
556
+ blockTime?: number | undefined;
519
557
  contracts?: {
520
558
  [x: string]: import("viem").ChainContract | {
521
559
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -523,7 +561,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
523
561
  ensRegistry?: import("viem").ChainContract | undefined;
524
562
  ensUniversalResolver?: import("viem").ChainContract | undefined;
525
563
  multicall3?: import("viem").ChainContract | undefined;
526
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
564
+ erc6492Verifier?: import("viem").ChainContract | undefined;
527
565
  } | undefined;
528
566
  ensTlds?: readonly string[] | undefined;
529
567
  id: number;
@@ -533,6 +571,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
533
571
  symbol: string;
534
572
  decimals: number;
535
573
  };
574
+ experimental_preconfirmationTime?: number | undefined;
536
575
  rpcUrls: {
537
576
  [key: string]: {
538
577
  http: readonly string[];
@@ -558,6 +597,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
558
597
  apiUrl?: string | undefined;
559
598
  };
560
599
  } | undefined;
600
+ blockTime?: number | undefined;
561
601
  contracts?: {
562
602
  [x: string]: import("viem").ChainContract | {
563
603
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -565,7 +605,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
565
605
  ensRegistry?: import("viem").ChainContract | undefined;
566
606
  ensUniversalResolver?: import("viem").ChainContract | undefined;
567
607
  multicall3?: import("viem").ChainContract | undefined;
568
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
608
+ erc6492Verifier?: import("viem").ChainContract | undefined;
569
609
  } | undefined;
570
610
  ensTlds?: readonly string[] | undefined;
571
611
  id: number;
@@ -575,6 +615,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
575
615
  symbol: string;
576
616
  decimals: number;
577
617
  };
618
+ experimental_preconfirmationTime?: number | undefined;
578
619
  rpcUrls: {
579
620
  [key: string]: {
580
621
  http: readonly string[];
@@ -1993,6 +2034,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
1993
2034
  apiUrl?: string | undefined;
1994
2035
  };
1995
2036
  } | undefined;
2037
+ blockTime?: number | undefined;
1996
2038
  contracts?: {
1997
2039
  [x: string]: import("viem").ChainContract | {
1998
2040
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2000,7 +2042,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2000
2042
  ensRegistry?: import("viem").ChainContract | undefined;
2001
2043
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2002
2044
  multicall3?: import("viem").ChainContract | undefined;
2003
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2045
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2004
2046
  } | undefined;
2005
2047
  ensTlds?: readonly string[] | undefined;
2006
2048
  id: number;
@@ -2010,6 +2052,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2010
2052
  symbol: string;
2011
2053
  decimals: number;
2012
2054
  };
2055
+ experimental_preconfirmationTime?: number | undefined;
2013
2056
  rpcUrls: {
2014
2057
  [key: string]: {
2015
2058
  http: readonly string[];
@@ -2023,6 +2066,183 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2023
2066
  sourceId?: number | undefined;
2024
2067
  testnet?: boolean | undefined;
2025
2068
  } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_1, import("viem").ContractConstructorArgs<abi>>) => Promise<`0x${string}`>;
2069
+ fillTransaction: <chainOverride_2 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined, accountOverride extends `0x${string}` | import("viem").Account<`0x${string}`> | undefined = undefined>(args: import("viem").FillTransactionParameters<{
2070
+ blockExplorers?: {
2071
+ [key: string]: {
2072
+ name: string;
2073
+ url: string;
2074
+ apiUrl?: string | undefined;
2075
+ };
2076
+ default: {
2077
+ name: string;
2078
+ url: string;
2079
+ apiUrl?: string | undefined;
2080
+ };
2081
+ } | undefined;
2082
+ blockTime?: number | undefined;
2083
+ contracts?: {
2084
+ [x: string]: import("viem").ChainContract | {
2085
+ [sourceId: number]: import("viem").ChainContract | undefined;
2086
+ } | undefined;
2087
+ ensRegistry?: import("viem").ChainContract | undefined;
2088
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2089
+ multicall3?: import("viem").ChainContract | undefined;
2090
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2091
+ } | undefined;
2092
+ ensTlds?: readonly string[] | undefined;
2093
+ id: number;
2094
+ name: string;
2095
+ nativeCurrency: {
2096
+ name: string;
2097
+ symbol: string;
2098
+ decimals: number;
2099
+ };
2100
+ experimental_preconfirmationTime?: number | undefined;
2101
+ rpcUrls: {
2102
+ [key: string]: {
2103
+ http: readonly string[];
2104
+ webSocket?: readonly string[] | undefined;
2105
+ };
2106
+ default: {
2107
+ http: readonly string[];
2108
+ webSocket?: readonly string[] | undefined;
2109
+ };
2110
+ };
2111
+ sourceId?: number | undefined;
2112
+ testnet?: boolean | undefined;
2113
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_2, accountOverride, import("viem").DeriveChain<{
2114
+ blockExplorers?: {
2115
+ [key: string]: {
2116
+ name: string;
2117
+ url: string;
2118
+ apiUrl?: string | undefined;
2119
+ };
2120
+ default: {
2121
+ name: string;
2122
+ url: string;
2123
+ apiUrl?: string | undefined;
2124
+ };
2125
+ } | undefined;
2126
+ blockTime?: number | undefined;
2127
+ contracts?: {
2128
+ [x: string]: import("viem").ChainContract | {
2129
+ [sourceId: number]: import("viem").ChainContract | undefined;
2130
+ } | undefined;
2131
+ ensRegistry?: import("viem").ChainContract | undefined;
2132
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2133
+ multicall3?: import("viem").ChainContract | undefined;
2134
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2135
+ } | undefined;
2136
+ ensTlds?: readonly string[] | undefined;
2137
+ id: number;
2138
+ name: string;
2139
+ nativeCurrency: {
2140
+ name: string;
2141
+ symbol: string;
2142
+ decimals: number;
2143
+ };
2144
+ experimental_preconfirmationTime?: number | undefined;
2145
+ rpcUrls: {
2146
+ [key: string]: {
2147
+ http: readonly string[];
2148
+ webSocket?: readonly string[] | undefined;
2149
+ };
2150
+ default: {
2151
+ http: readonly string[];
2152
+ webSocket?: readonly string[] | undefined;
2153
+ };
2154
+ };
2155
+ sourceId?: number | undefined;
2156
+ testnet?: boolean | undefined;
2157
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_2>>) => Promise<import("viem").FillTransactionReturnType<{
2158
+ blockExplorers?: {
2159
+ [key: string]: {
2160
+ name: string;
2161
+ url: string;
2162
+ apiUrl?: string | undefined;
2163
+ };
2164
+ default: {
2165
+ name: string;
2166
+ url: string;
2167
+ apiUrl?: string | undefined;
2168
+ };
2169
+ } | undefined;
2170
+ blockTime?: number | undefined;
2171
+ contracts?: {
2172
+ [x: string]: import("viem").ChainContract | {
2173
+ [sourceId: number]: import("viem").ChainContract | undefined;
2174
+ } | undefined;
2175
+ ensRegistry?: import("viem").ChainContract | undefined;
2176
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2177
+ multicall3?: import("viem").ChainContract | undefined;
2178
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2179
+ } | undefined;
2180
+ ensTlds?: readonly string[] | undefined;
2181
+ id: number;
2182
+ name: string;
2183
+ nativeCurrency: {
2184
+ name: string;
2185
+ symbol: string;
2186
+ decimals: number;
2187
+ };
2188
+ experimental_preconfirmationTime?: number | undefined;
2189
+ rpcUrls: {
2190
+ [key: string]: {
2191
+ http: readonly string[];
2192
+ webSocket?: readonly string[] | undefined;
2193
+ };
2194
+ default: {
2195
+ http: readonly string[];
2196
+ webSocket?: readonly string[] | undefined;
2197
+ };
2198
+ };
2199
+ sourceId?: number | undefined;
2200
+ testnet?: boolean | undefined;
2201
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_2, import("viem").DeriveChain<{
2202
+ blockExplorers?: {
2203
+ [key: string]: {
2204
+ name: string;
2205
+ url: string;
2206
+ apiUrl?: string | undefined;
2207
+ };
2208
+ default: {
2209
+ name: string;
2210
+ url: string;
2211
+ apiUrl?: string | undefined;
2212
+ };
2213
+ } | undefined;
2214
+ blockTime?: number | undefined;
2215
+ contracts?: {
2216
+ [x: string]: import("viem").ChainContract | {
2217
+ [sourceId: number]: import("viem").ChainContract | undefined;
2218
+ } | undefined;
2219
+ ensRegistry?: import("viem").ChainContract | undefined;
2220
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2221
+ multicall3?: import("viem").ChainContract | undefined;
2222
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2223
+ } | undefined;
2224
+ ensTlds?: readonly string[] | undefined;
2225
+ id: number;
2226
+ name: string;
2227
+ nativeCurrency: {
2228
+ name: string;
2229
+ symbol: string;
2230
+ decimals: number;
2231
+ };
2232
+ experimental_preconfirmationTime?: number | undefined;
2233
+ rpcUrls: {
2234
+ [key: string]: {
2235
+ http: readonly string[];
2236
+ webSocket?: readonly string[] | undefined;
2237
+ };
2238
+ default: {
2239
+ http: readonly string[];
2240
+ webSocket?: readonly string[] | undefined;
2241
+ };
2242
+ };
2243
+ sourceId?: number | undefined;
2244
+ testnet?: boolean | undefined;
2245
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_2>>>;
2026
2246
  getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
2027
2247
  getCallsStatus: (parameters: import("viem").GetCallsStatusParameters) => Promise<{
2028
2248
  chainId: number;
@@ -2088,8 +2308,8 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2088
2308
  } | undefined;
2089
2309
  }>, number>)[K]; } : never>;
2090
2310
  getChainId: () => Promise<number>;
2091
- prepareAuthorization: (parameters: import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationParameters<import("viem").Account<`0x${string}`>>) => Promise<import("node_modules/viem/_types/actions/wallet/prepareAuthorization").PrepareAuthorizationReturnType>;
2092
- sendCalls: <const calls extends readonly unknown[], chainOverride_2 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(parameters: import("viem").SendCallsParameters<{
2311
+ prepareAuthorization: (parameters: import("viem").PrepareAuthorizationParameters<import("viem").Account<`0x${string}`>>) => Promise<import("viem").PrepareAuthorizationReturnType>;
2312
+ sendCalls: <const calls extends readonly unknown[], chainOverride_3 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(parameters: import("viem").SendCallsParameters<{
2093
2313
  blockExplorers?: {
2094
2314
  [key: string]: {
2095
2315
  name: string;
@@ -2102,6 +2322,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2102
2322
  apiUrl?: string | undefined;
2103
2323
  };
2104
2324
  } | undefined;
2325
+ blockTime?: number | undefined;
2105
2326
  contracts?: {
2106
2327
  [x: string]: import("viem").ChainContract | {
2107
2328
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2109,7 +2330,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2109
2330
  ensRegistry?: import("viem").ChainContract | undefined;
2110
2331
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2111
2332
  multicall3?: import("viem").ChainContract | undefined;
2112
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2333
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2113
2334
  } | undefined;
2114
2335
  ensTlds?: readonly string[] | undefined;
2115
2336
  id: number;
@@ -2119,6 +2340,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2119
2340
  symbol: string;
2120
2341
  decimals: number;
2121
2342
  };
2343
+ experimental_preconfirmationTime?: number | undefined;
2122
2344
  rpcUrls: {
2123
2345
  [key: string]: {
2124
2346
  http: readonly string[];
@@ -2131,7 +2353,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2131
2353
  };
2132
2354
  sourceId?: number | undefined;
2133
2355
  testnet?: boolean | undefined;
2134
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_2, calls, import("viem").DeriveChain<{
2356
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_3, calls, import("viem").DeriveChain<{
2135
2357
  blockExplorers?: {
2136
2358
  [key: string]: {
2137
2359
  name: string;
@@ -2144,6 +2366,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2144
2366
  apiUrl?: string | undefined;
2145
2367
  };
2146
2368
  } | undefined;
2369
+ blockTime?: number | undefined;
2147
2370
  contracts?: {
2148
2371
  [x: string]: import("viem").ChainContract | {
2149
2372
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2151,7 +2374,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2151
2374
  ensRegistry?: import("viem").ChainContract | undefined;
2152
2375
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2153
2376
  multicall3?: import("viem").ChainContract | undefined;
2154
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2377
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2155
2378
  } | undefined;
2156
2379
  ensTlds?: readonly string[] | undefined;
2157
2380
  id: number;
@@ -2161,6 +2384,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2161
2384
  symbol: string;
2162
2385
  decimals: number;
2163
2386
  };
2387
+ experimental_preconfirmationTime?: number | undefined;
2164
2388
  rpcUrls: {
2165
2389
  [key: string]: {
2166
2390
  http: readonly string[];
@@ -2173,13 +2397,72 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2173
2397
  };
2174
2398
  sourceId?: number | undefined;
2175
2399
  testnet?: boolean | undefined;
2176
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_2>>) => Promise<{
2400
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_3>>) => Promise<{
2177
2401
  capabilities?: {
2178
2402
  [x: string]: any;
2179
2403
  } | undefined;
2180
2404
  id: string;
2181
2405
  }>;
2406
+ sendCallsSync: <const calls_1 extends readonly unknown[], chainOverride_4 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(parameters: import("viem").SendCallsSyncParameters<{
2407
+ blockExplorers?: {
2408
+ [key: string]: {
2409
+ name: string;
2410
+ url: string;
2411
+ apiUrl?: string | undefined;
2412
+ };
2413
+ default: {
2414
+ name: string;
2415
+ url: string;
2416
+ apiUrl?: string | undefined;
2417
+ };
2418
+ } | undefined;
2419
+ blockTime?: number | undefined;
2420
+ contracts?: {
2421
+ [x: string]: import("viem").ChainContract | {
2422
+ [sourceId: number]: import("viem").ChainContract | undefined;
2423
+ } | undefined;
2424
+ ensRegistry?: import("viem").ChainContract | undefined;
2425
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2426
+ multicall3?: import("viem").ChainContract | undefined;
2427
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2428
+ } | undefined;
2429
+ ensTlds?: readonly string[] | undefined;
2430
+ id: number;
2431
+ name: string;
2432
+ nativeCurrency: {
2433
+ name: string;
2434
+ symbol: string;
2435
+ decimals: number;
2436
+ };
2437
+ experimental_preconfirmationTime?: number | undefined;
2438
+ rpcUrls: {
2439
+ [key: string]: {
2440
+ http: readonly string[];
2441
+ webSocket?: readonly string[] | undefined;
2442
+ };
2443
+ default: {
2444
+ http: readonly string[];
2445
+ webSocket?: readonly string[] | undefined;
2446
+ };
2447
+ };
2448
+ sourceId?: number | undefined;
2449
+ testnet?: boolean | undefined;
2450
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_4, calls_1>) => Promise<{
2451
+ chainId: number;
2452
+ id: string;
2453
+ atomic: boolean;
2454
+ capabilities?: {
2455
+ [key: string]: any;
2456
+ } | {
2457
+ [x: string]: any;
2458
+ } | undefined;
2459
+ receipts?: import("viem").WalletCallReceipt<bigint, "success" | "reverted">[] | undefined;
2460
+ version: string;
2461
+ statusCode: number;
2462
+ status: "pending" | "success" | "failure" | undefined;
2463
+ }>;
2182
2464
  sendRawTransaction: (args: import("viem").SendRawTransactionParameters) => Promise<`0x${string}`>;
2465
+ sendRawTransactionSync: (args: import("viem").SendRawTransactionSyncParameters) => Promise<import("viem").TransactionReceipt<bigint, number, "success" | "reverted", import("viem").TransactionType>>;
2183
2466
  sendTransaction: <const request_1 extends import("viem").SendTransactionRequest<{
2184
2467
  blockExplorers?: {
2185
2468
  [key: string]: {
@@ -2193,6 +2476,140 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2193
2476
  apiUrl?: string | undefined;
2194
2477
  };
2195
2478
  } | undefined;
2479
+ blockTime?: number | undefined;
2480
+ contracts?: {
2481
+ [x: string]: import("viem").ChainContract | {
2482
+ [sourceId: number]: import("viem").ChainContract | undefined;
2483
+ } | undefined;
2484
+ ensRegistry?: import("viem").ChainContract | undefined;
2485
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2486
+ multicall3?: import("viem").ChainContract | undefined;
2487
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2488
+ } | undefined;
2489
+ ensTlds?: readonly string[] | undefined;
2490
+ id: number;
2491
+ name: string;
2492
+ nativeCurrency: {
2493
+ name: string;
2494
+ symbol: string;
2495
+ decimals: number;
2496
+ };
2497
+ experimental_preconfirmationTime?: number | undefined;
2498
+ rpcUrls: {
2499
+ [key: string]: {
2500
+ http: readonly string[];
2501
+ webSocket?: readonly string[] | undefined;
2502
+ };
2503
+ default: {
2504
+ http: readonly string[];
2505
+ webSocket?: readonly string[] | undefined;
2506
+ };
2507
+ };
2508
+ sourceId?: number | undefined;
2509
+ testnet?: boolean | undefined;
2510
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_5, import("viem").DeriveChain<{
2511
+ blockExplorers?: {
2512
+ [key: string]: {
2513
+ name: string;
2514
+ url: string;
2515
+ apiUrl?: string | undefined;
2516
+ };
2517
+ default: {
2518
+ name: string;
2519
+ url: string;
2520
+ apiUrl?: string | undefined;
2521
+ };
2522
+ } | undefined;
2523
+ blockTime?: number | undefined;
2524
+ contracts?: {
2525
+ [x: string]: import("viem").ChainContract | {
2526
+ [sourceId: number]: import("viem").ChainContract | undefined;
2527
+ } | undefined;
2528
+ ensRegistry?: import("viem").ChainContract | undefined;
2529
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2530
+ multicall3?: import("viem").ChainContract | undefined;
2531
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2532
+ } | undefined;
2533
+ ensTlds?: readonly string[] | undefined;
2534
+ id: number;
2535
+ name: string;
2536
+ nativeCurrency: {
2537
+ name: string;
2538
+ symbol: string;
2539
+ decimals: number;
2540
+ };
2541
+ experimental_preconfirmationTime?: number | undefined;
2542
+ rpcUrls: {
2543
+ [key: string]: {
2544
+ http: readonly string[];
2545
+ webSocket?: readonly string[] | undefined;
2546
+ };
2547
+ default: {
2548
+ http: readonly string[];
2549
+ webSocket?: readonly string[] | undefined;
2550
+ };
2551
+ };
2552
+ sourceId?: number | undefined;
2553
+ testnet?: boolean | undefined;
2554
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_5>>, chainOverride_5 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(args: import("viem").SendTransactionParameters<{
2555
+ blockExplorers?: {
2556
+ [key: string]: {
2557
+ name: string;
2558
+ url: string;
2559
+ apiUrl?: string | undefined;
2560
+ };
2561
+ default: {
2562
+ name: string;
2563
+ url: string;
2564
+ apiUrl?: string | undefined;
2565
+ };
2566
+ } | undefined;
2567
+ blockTime?: number | undefined;
2568
+ contracts?: {
2569
+ [x: string]: import("viem").ChainContract | {
2570
+ [sourceId: number]: import("viem").ChainContract | undefined;
2571
+ } | undefined;
2572
+ ensRegistry?: import("viem").ChainContract | undefined;
2573
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2574
+ multicall3?: import("viem").ChainContract | undefined;
2575
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2576
+ } | undefined;
2577
+ ensTlds?: readonly string[] | undefined;
2578
+ id: number;
2579
+ name: string;
2580
+ nativeCurrency: {
2581
+ name: string;
2582
+ symbol: string;
2583
+ decimals: number;
2584
+ };
2585
+ experimental_preconfirmationTime?: number | undefined;
2586
+ rpcUrls: {
2587
+ [key: string]: {
2588
+ http: readonly string[];
2589
+ webSocket?: readonly string[] | undefined;
2590
+ };
2591
+ default: {
2592
+ http: readonly string[];
2593
+ webSocket?: readonly string[] | undefined;
2594
+ };
2595
+ };
2596
+ sourceId?: number | undefined;
2597
+ testnet?: boolean | undefined;
2598
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_5, request_1>) => Promise<`0x${string}`>;
2599
+ sendTransactionSync: <const request_2 extends import("viem").SendTransactionSyncRequest<{
2600
+ blockExplorers?: {
2601
+ [key: string]: {
2602
+ name: string;
2603
+ url: string;
2604
+ apiUrl?: string | undefined;
2605
+ };
2606
+ default: {
2607
+ name: string;
2608
+ url: string;
2609
+ apiUrl?: string | undefined;
2610
+ };
2611
+ } | undefined;
2612
+ blockTime?: number | undefined;
2196
2613
  contracts?: {
2197
2614
  [x: string]: import("viem").ChainContract | {
2198
2615
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2200,7 +2617,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2200
2617
  ensRegistry?: import("viem").ChainContract | undefined;
2201
2618
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2202
2619
  multicall3?: import("viem").ChainContract | undefined;
2203
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2620
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2204
2621
  } | undefined;
2205
2622
  ensTlds?: readonly string[] | undefined;
2206
2623
  id: number;
@@ -2210,6 +2627,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2210
2627
  symbol: string;
2211
2628
  decimals: number;
2212
2629
  };
2630
+ experimental_preconfirmationTime?: number | undefined;
2213
2631
  rpcUrls: {
2214
2632
  [key: string]: {
2215
2633
  http: readonly string[];
@@ -2222,7 +2640,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2222
2640
  };
2223
2641
  sourceId?: number | undefined;
2224
2642
  testnet?: boolean | undefined;
2225
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_3, import("viem").DeriveChain<{
2643
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_6, import("viem").DeriveChain<{
2226
2644
  blockExplorers?: {
2227
2645
  [key: string]: {
2228
2646
  name: string;
@@ -2235,6 +2653,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2235
2653
  apiUrl?: string | undefined;
2236
2654
  };
2237
2655
  } | undefined;
2656
+ blockTime?: number | undefined;
2238
2657
  contracts?: {
2239
2658
  [x: string]: import("viem").ChainContract | {
2240
2659
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2242,7 +2661,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2242
2661
  ensRegistry?: import("viem").ChainContract | undefined;
2243
2662
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2244
2663
  multicall3?: import("viem").ChainContract | undefined;
2245
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2664
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2246
2665
  } | undefined;
2247
2666
  ensTlds?: readonly string[] | undefined;
2248
2667
  id: number;
@@ -2252,6 +2671,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2252
2671
  symbol: string;
2253
2672
  decimals: number;
2254
2673
  };
2674
+ experimental_preconfirmationTime?: number | undefined;
2255
2675
  rpcUrls: {
2256
2676
  [key: string]: {
2257
2677
  http: readonly string[];
@@ -2264,7 +2684,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2264
2684
  };
2265
2685
  sourceId?: number | undefined;
2266
2686
  testnet?: boolean | undefined;
2267
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_3>>, chainOverride_3 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(args: import("viem").SendTransactionParameters<{
2687
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_6>>, chainOverride_6 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(args: import("viem").SendTransactionSyncParameters<{
2268
2688
  blockExplorers?: {
2269
2689
  [key: string]: {
2270
2690
  name: string;
@@ -2277,6 +2697,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2277
2697
  apiUrl?: string | undefined;
2278
2698
  };
2279
2699
  } | undefined;
2700
+ blockTime?: number | undefined;
2280
2701
  contracts?: {
2281
2702
  [x: string]: import("viem").ChainContract | {
2282
2703
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2284,7 +2705,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2284
2705
  ensRegistry?: import("viem").ChainContract | undefined;
2285
2706
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2286
2707
  multicall3?: import("viem").ChainContract | undefined;
2287
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2708
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2288
2709
  } | undefined;
2289
2710
  ensTlds?: readonly string[] | undefined;
2290
2711
  id: number;
@@ -2294,6 +2715,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2294
2715
  symbol: string;
2295
2716
  decimals: number;
2296
2717
  };
2718
+ experimental_preconfirmationTime?: number | undefined;
2297
2719
  rpcUrls: {
2298
2720
  [key: string]: {
2299
2721
  http: readonly string[];
@@ -2306,7 +2728,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2306
2728
  };
2307
2729
  sourceId?: number | undefined;
2308
2730
  testnet?: boolean | undefined;
2309
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_3, request_1>) => Promise<`0x${string}`>;
2731
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_6, request_2>) => Promise<import("viem").TransactionReceipt<bigint, number, "success" | "reverted", import("viem").TransactionType>>;
2310
2732
  showCallsStatus: (parameters: import("viem").ShowCallsStatusParameters) => Promise<void>;
2311
2733
  waitForCallsStatus: (parameters: import("viem").WaitForCallsStatusParameters) => Promise<{
2312
2734
  chainId: number;
@@ -2322,7 +2744,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2322
2744
  statusCode: number;
2323
2745
  status: "pending" | "success" | "failure" | undefined;
2324
2746
  }>;
2325
- writeContract: <const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "payable" | "nonpayable">, args extends import("viem").ContractFunctionArgs<abi_1, "payable" | "nonpayable", functionName>, chainOverride_4 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(args: import("viem").WriteContractParameters<abi_1, functionName, args, {
2747
+ writeContract: <const abi_1 extends import("viem").Abi | readonly unknown[], functionName extends import("viem").ContractFunctionName<abi_1, "payable" | "nonpayable">, args extends import("viem").ContractFunctionArgs<abi_1, "payable" | "nonpayable", functionName>, chainOverride_7 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(args: import("viem").WriteContractParameters<abi_1, functionName, args, {
2326
2748
  blockExplorers?: {
2327
2749
  [key: string]: {
2328
2750
  name: string;
@@ -2335,6 +2757,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2335
2757
  apiUrl?: string | undefined;
2336
2758
  };
2337
2759
  } | undefined;
2760
+ blockTime?: number | undefined;
2338
2761
  contracts?: {
2339
2762
  [x: string]: import("viem").ChainContract | {
2340
2763
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2342,7 +2765,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2342
2765
  ensRegistry?: import("viem").ChainContract | undefined;
2343
2766
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2344
2767
  multicall3?: import("viem").ChainContract | undefined;
2345
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2768
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2346
2769
  } | undefined;
2347
2770
  ensTlds?: readonly string[] | undefined;
2348
2771
  id: number;
@@ -2352,6 +2775,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2352
2775
  symbol: string;
2353
2776
  decimals: number;
2354
2777
  };
2778
+ experimental_preconfirmationTime?: number | undefined;
2355
2779
  rpcUrls: {
2356
2780
  [key: string]: {
2357
2781
  http: readonly string[];
@@ -2364,7 +2788,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2364
2788
  };
2365
2789
  sourceId?: number | undefined;
2366
2790
  testnet?: boolean | undefined;
2367
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_4, import("viem").ContractFunctionName<abi_1, "payable" | "nonpayable">, import("viem").DeriveChain<{
2791
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_7, import("viem").ContractFunctionName<abi_1, "payable" | "nonpayable">, import("viem").DeriveChain<{
2368
2792
  blockExplorers?: {
2369
2793
  [key: string]: {
2370
2794
  name: string;
@@ -2377,6 +2801,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2377
2801
  apiUrl?: string | undefined;
2378
2802
  };
2379
2803
  } | undefined;
2804
+ blockTime?: number | undefined;
2380
2805
  contracts?: {
2381
2806
  [x: string]: import("viem").ChainContract | {
2382
2807
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2384,7 +2809,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2384
2809
  ensRegistry?: import("viem").ChainContract | undefined;
2385
2810
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2386
2811
  multicall3?: import("viem").ChainContract | undefined;
2387
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2812
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2388
2813
  } | undefined;
2389
2814
  ensTlds?: readonly string[] | undefined;
2390
2815
  id: number;
@@ -2394,6 +2819,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2394
2819
  symbol: string;
2395
2820
  decimals: number;
2396
2821
  };
2822
+ experimental_preconfirmationTime?: number | undefined;
2397
2823
  rpcUrls: {
2398
2824
  [key: string]: {
2399
2825
  http: readonly string[];
@@ -2406,7 +2832,52 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2406
2832
  };
2407
2833
  sourceId?: number | undefined;
2408
2834
  testnet?: boolean | undefined;
2409
- } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_4>>) => Promise<`0x${string}`>;
2835
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, chainOverride_7>>) => Promise<`0x${string}`>;
2836
+ writeContractSync: <const abi_2 extends import("viem").Abi | readonly unknown[], functionName_1 extends import("viem").ContractFunctionName<abi_2, "payable" | "nonpayable">, args_1 extends import("viem").ContractFunctionArgs<abi_2, "payable" | "nonpayable", functionName_1>, chainOverride_8 extends import("viem").Chain<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined> | undefined = undefined>(args: import("viem").WriteContractSyncParameters<abi_2, functionName_1, args_1, {
2837
+ blockExplorers?: {
2838
+ [key: string]: {
2839
+ name: string;
2840
+ url: string;
2841
+ apiUrl?: string | undefined;
2842
+ };
2843
+ default: {
2844
+ name: string;
2845
+ url: string;
2846
+ apiUrl?: string | undefined;
2847
+ };
2848
+ } | undefined;
2849
+ blockTime?: number | undefined;
2850
+ contracts?: {
2851
+ [x: string]: import("viem").ChainContract | {
2852
+ [sourceId: number]: import("viem").ChainContract | undefined;
2853
+ } | undefined;
2854
+ ensRegistry?: import("viem").ChainContract | undefined;
2855
+ ensUniversalResolver?: import("viem").ChainContract | undefined;
2856
+ multicall3?: import("viem").ChainContract | undefined;
2857
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2858
+ } | undefined;
2859
+ ensTlds?: readonly string[] | undefined;
2860
+ id: number;
2861
+ name: string;
2862
+ nativeCurrency: {
2863
+ name: string;
2864
+ symbol: string;
2865
+ decimals: number;
2866
+ };
2867
+ experimental_preconfirmationTime?: number | undefined;
2868
+ rpcUrls: {
2869
+ [key: string]: {
2870
+ http: readonly string[];
2871
+ webSocket?: readonly string[] | undefined;
2872
+ };
2873
+ default: {
2874
+ http: readonly string[];
2875
+ webSocket?: readonly string[] | undefined;
2876
+ };
2877
+ };
2878
+ sourceId?: number | undefined;
2879
+ testnet?: boolean | undefined;
2880
+ } & import("viem").ChainConfig<import("viem").ChainFormatters | undefined, Record<string, unknown> | undefined>, import("viem").Account<`0x${string}`>, chainOverride_8>) => Promise<import("viem").TransactionReceipt<bigint, number, "success" | "reverted", import("viem").TransactionType>>;
2410
2881
  extend: <const client extends {
2411
2882
  [x: string]: unknown;
2412
2883
  account?: undefined;
@@ -2414,6 +2885,8 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2414
2885
  cacheTime?: undefined;
2415
2886
  ccipRead?: undefined;
2416
2887
  chain?: undefined;
2888
+ dataSuffix?: undefined;
2889
+ experimental_blockTag?: undefined;
2417
2890
  key?: undefined;
2418
2891
  name?: undefined;
2419
2892
  pollingInterval?: undefined;
@@ -2434,6 +2907,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2434
2907
  apiUrl?: string | undefined;
2435
2908
  };
2436
2909
  } | undefined;
2910
+ blockTime?: number | undefined;
2437
2911
  contracts?: {
2438
2912
  [x: string]: import("viem").ChainContract | {
2439
2913
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2441,7 +2915,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2441
2915
  ensRegistry?: import("viem").ChainContract | undefined;
2442
2916
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2443
2917
  multicall3?: import("viem").ChainContract | undefined;
2444
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2918
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2445
2919
  } | undefined;
2446
2920
  ensTlds?: readonly string[] | undefined;
2447
2921
  id: number;
@@ -2451,6 +2925,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2451
2925
  symbol: string;
2452
2926
  decimals: number;
2453
2927
  };
2928
+ experimental_preconfirmationTime?: number | undefined;
2454
2929
  rpcUrls: {
2455
2930
  [key: string]: {
2456
2931
  http: readonly string[];
@@ -2476,6 +2951,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2476
2951
  apiUrl?: string | undefined;
2477
2952
  };
2478
2953
  } | undefined;
2954
+ blockTime?: number | undefined;
2479
2955
  contracts?: {
2480
2956
  [x: string]: import("viem").ChainContract | {
2481
2957
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2483,7 +2959,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2483
2959
  ensRegistry?: import("viem").ChainContract | undefined;
2484
2960
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2485
2961
  multicall3?: import("viem").ChainContract | undefined;
2486
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
2962
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2487
2963
  } | undefined;
2488
2964
  ensTlds?: readonly string[] | undefined;
2489
2965
  id: number;
@@ -2493,6 +2969,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2493
2969
  symbol: string;
2494
2970
  decimals: number;
2495
2971
  };
2972
+ experimental_preconfirmationTime?: number | undefined;
2496
2973
  rpcUrls: {
2497
2974
  [key: string]: {
2498
2975
  http: readonly string[];
@@ -2518,6 +2995,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2518
2995
  apiUrl?: string | undefined;
2519
2996
  };
2520
2997
  } | undefined;
2998
+ blockTime?: number | undefined;
2521
2999
  contracts?: {
2522
3000
  [x: string]: import("viem").ChainContract | {
2523
3001
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2525,7 +3003,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2525
3003
  ensRegistry?: import("viem").ChainContract | undefined;
2526
3004
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2527
3005
  multicall3?: import("viem").ChainContract | undefined;
2528
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
3006
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2529
3007
  } | undefined;
2530
3008
  ensTlds?: readonly string[] | undefined;
2531
3009
  id: number;
@@ -2535,6 +3013,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2535
3013
  symbol: string;
2536
3014
  decimals: number;
2537
3015
  };
3016
+ experimental_preconfirmationTime?: number | undefined;
2538
3017
  rpcUrls: {
2539
3018
  [key: string]: {
2540
3019
  http: readonly string[];
@@ -2577,7 +3056,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2577
3056
  ReturnType: `0x${string}`;
2578
3057
  }, {
2579
3058
  Method: "eth_call";
2580
- Parameters: [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>] | [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier] | [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride];
3059
+ Parameters: readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride, blockOverrides: import("viem").RpcBlockOverrides];
2581
3060
  ReturnType: `0x${string}`;
2582
3061
  }, {
2583
3062
  Method: "eth_createAccessList";
@@ -2598,6 +3077,13 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2598
3077
  Method: "eth_estimateGas";
2599
3078
  Parameters: [transaction: import("viem").RpcTransactionRequest] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag, stateOverride: import("viem").RpcStateOverride];
2600
3079
  ReturnType: `0x${string}`;
3080
+ }, {
3081
+ Method: "eth_fillTransaction";
3082
+ Parameters: [transaction: import("viem").RpcTransactionRequest];
3083
+ ReturnType: {
3084
+ raw: `0x${string}`;
3085
+ tx: import("viem").RpcTransaction<boolean>;
3086
+ };
2601
3087
  }, {
2602
3088
  Method: "eth_feeHistory";
2603
3089
  Parameters: [blockCount: `0x${string}`, newestBlock: `0x${string}` | import("viem").BlockTag, rewardPercentiles: number[] | undefined];
@@ -2673,6 +3159,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2673
3159
  Method: "eth_getTransactionByHash";
2674
3160
  Parameters: [hash: `0x${string}`];
2675
3161
  ReturnType: import("viem").RpcTransaction<boolean> | null;
3162
+ }, {
3163
+ Method: "eth_getTransactionBySenderAndNonce";
3164
+ Parameters: [sender: `0x${string}`, nonce: `0x${string}`];
3165
+ ReturnType: import("viem").RpcTransaction<boolean> | null;
2676
3166
  }, {
2677
3167
  Method: "eth_getTransactionCount";
2678
3168
  Parameters: [address: `0x${string}`, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier];
@@ -2726,6 +3216,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2726
3216
  Method: "eth_sendRawTransaction";
2727
3217
  Parameters: [signedTransaction: `0x${string}`];
2728
3218
  ReturnType: `0x${string}`;
3219
+ }, {
3220
+ Method: "eth_sendRawTransactionSync";
3221
+ Parameters: [signedTransaction: `0x${string}`] | [signedTransaction: `0x${string}`, timeout: number];
3222
+ ReturnType: import("viem").RpcTransactionReceipt;
2729
3223
  }, {
2730
3224
  Method: "eth_simulateV1";
2731
3225
  Parameters: [{
@@ -2767,6 +3261,13 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2767
3261
  Method: "eth_estimateGas";
2768
3262
  Parameters: [transaction: import("viem").RpcTransactionRequest] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag, stateOverride: import("viem").RpcStateOverride];
2769
3263
  ReturnType: `0x${string}`;
3264
+ }, {
3265
+ Method: "eth_fillTransaction";
3266
+ Parameters: [transaction: import("viem").RpcTransactionRequest];
3267
+ ReturnType: {
3268
+ raw: `0x${string}`;
3269
+ tx: import("viem").RpcTransaction<boolean>;
3270
+ };
2770
3271
  }, {
2771
3272
  Method: "eth_requestAccounts";
2772
3273
  Parameters?: undefined;
@@ -2779,6 +3280,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2779
3280
  Method: "eth_sendRawTransaction";
2780
3281
  Parameters: [signedTransaction: `0x${string}`];
2781
3282
  ReturnType: `0x${string}`;
3283
+ }, {
3284
+ Method: "eth_sendRawTransactionSync";
3285
+ Parameters: [signedTransaction: `0x${string}`] | [signedTransaction: `0x${string}`, timeout: number];
3286
+ ReturnType: import("viem").RpcTransactionReceipt;
2782
3287
  }, {
2783
3288
  Method: "eth_sign";
2784
3289
  Parameters: [address: `0x${string}`, data: `0x${string}`];
@@ -2858,6 +3363,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2858
3363
  Method: "wallet_disconnect";
2859
3364
  Parameters?: undefined;
2860
3365
  ReturnType: void;
3366
+ }, {
3367
+ Method: "wallet_getAssets";
3368
+ Parameters?: [import("viem").WalletGetAssetsParameters] | undefined;
3369
+ ReturnType: import("viem").WalletGetAssetsReturnType;
2861
3370
  }, {
2862
3371
  Method: "wallet_getCallsStatus";
2863
3372
  Parameters?: [string] | undefined;
@@ -2949,6 +3458,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2949
3458
  apiUrl?: string | undefined;
2950
3459
  };
2951
3460
  } | undefined;
3461
+ blockTime?: number | undefined;
2952
3462
  contracts?: {
2953
3463
  [x: string]: import("viem").ChainContract | {
2954
3464
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2956,7 +3466,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2956
3466
  ensRegistry?: import("viem").ChainContract | undefined;
2957
3467
  ensUniversalResolver?: import("viem").ChainContract | undefined;
2958
3468
  multicall3?: import("viem").ChainContract | undefined;
2959
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
3469
+ erc6492Verifier?: import("viem").ChainContract | undefined;
2960
3470
  } | undefined;
2961
3471
  ensTlds?: readonly string[] | undefined;
2962
3472
  id: number;
@@ -2966,6 +3476,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2966
3476
  symbol: string;
2967
3477
  decimals: number;
2968
3478
  };
3479
+ experimental_preconfirmationTime?: number | undefined;
2969
3480
  rpcUrls: {
2970
3481
  [key: string]: {
2971
3482
  http: readonly string[];
@@ -2991,6 +3502,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2991
3502
  apiUrl?: string | undefined;
2992
3503
  };
2993
3504
  } | undefined;
3505
+ blockTime?: number | undefined;
2994
3506
  contracts?: {
2995
3507
  [x: string]: import("viem").ChainContract | {
2996
3508
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -2998,7 +3510,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
2998
3510
  ensRegistry?: import("viem").ChainContract | undefined;
2999
3511
  ensUniversalResolver?: import("viem").ChainContract | undefined;
3000
3512
  multicall3?: import("viem").ChainContract | undefined;
3001
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
3513
+ erc6492Verifier?: import("viem").ChainContract | undefined;
3002
3514
  } | undefined;
3003
3515
  ensTlds?: readonly string[] | undefined;
3004
3516
  id: number;
@@ -3008,6 +3520,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3008
3520
  symbol: string;
3009
3521
  decimals: number;
3010
3522
  };
3523
+ experimental_preconfirmationTime?: number | undefined;
3011
3524
  rpcUrls: {
3012
3525
  [key: string]: {
3013
3526
  http: readonly string[];
@@ -3050,7 +3563,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3050
3563
  ReturnType: `0x${string}`;
3051
3564
  }, {
3052
3565
  Method: "eth_call";
3053
- Parameters: [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>] | [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier] | [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride];
3566
+ Parameters: readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride] | readonly [transaction: import("viem").ExactPartial<import("viem").RpcTransactionRequest>, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier, stateOverrideSet: import("viem").RpcStateOverride, blockOverrides: import("viem").RpcBlockOverrides];
3054
3567
  ReturnType: `0x${string}`;
3055
3568
  }, {
3056
3569
  Method: "eth_createAccessList";
@@ -3071,6 +3584,13 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3071
3584
  Method: "eth_estimateGas";
3072
3585
  Parameters: [transaction: import("viem").RpcTransactionRequest] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag, stateOverride: import("viem").RpcStateOverride];
3073
3586
  ReturnType: `0x${string}`;
3587
+ }, {
3588
+ Method: "eth_fillTransaction";
3589
+ Parameters: [transaction: import("viem").RpcTransactionRequest];
3590
+ ReturnType: {
3591
+ raw: `0x${string}`;
3592
+ tx: import("viem").RpcTransaction<boolean>;
3593
+ };
3074
3594
  }, {
3075
3595
  Method: "eth_feeHistory";
3076
3596
  Parameters: [blockCount: `0x${string}`, newestBlock: `0x${string}` | import("viem").BlockTag, rewardPercentiles: number[] | undefined];
@@ -3146,6 +3666,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3146
3666
  Method: "eth_getTransactionByHash";
3147
3667
  Parameters: [hash: `0x${string}`];
3148
3668
  ReturnType: import("viem").RpcTransaction<boolean> | null;
3669
+ }, {
3670
+ Method: "eth_getTransactionBySenderAndNonce";
3671
+ Parameters: [sender: `0x${string}`, nonce: `0x${string}`];
3672
+ ReturnType: import("viem").RpcTransaction<boolean> | null;
3149
3673
  }, {
3150
3674
  Method: "eth_getTransactionCount";
3151
3675
  Parameters: [address: `0x${string}`, block: `0x${string}` | import("viem").BlockTag | import("viem").RpcBlockIdentifier];
@@ -3199,6 +3723,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3199
3723
  Method: "eth_sendRawTransaction";
3200
3724
  Parameters: [signedTransaction: `0x${string}`];
3201
3725
  ReturnType: `0x${string}`;
3726
+ }, {
3727
+ Method: "eth_sendRawTransactionSync";
3728
+ Parameters: [signedTransaction: `0x${string}`] | [signedTransaction: `0x${string}`, timeout: number];
3729
+ ReturnType: import("viem").RpcTransactionReceipt;
3202
3730
  }, {
3203
3731
  Method: "eth_simulateV1";
3204
3732
  Parameters: [{
@@ -3240,6 +3768,13 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3240
3768
  Method: "eth_estimateGas";
3241
3769
  Parameters: [transaction: import("viem").RpcTransactionRequest] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag] | [transaction: import("viem").RpcTransactionRequest, block: `0x${string}` | import("viem").BlockTag, stateOverride: import("viem").RpcStateOverride];
3242
3770
  ReturnType: `0x${string}`;
3771
+ }, {
3772
+ Method: "eth_fillTransaction";
3773
+ Parameters: [transaction: import("viem").RpcTransactionRequest];
3774
+ ReturnType: {
3775
+ raw: `0x${string}`;
3776
+ tx: import("viem").RpcTransaction<boolean>;
3777
+ };
3243
3778
  }, {
3244
3779
  Method: "eth_requestAccounts";
3245
3780
  Parameters?: undefined;
@@ -3252,6 +3787,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3252
3787
  Method: "eth_sendRawTransaction";
3253
3788
  Parameters: [signedTransaction: `0x${string}`];
3254
3789
  ReturnType: `0x${string}`;
3790
+ }, {
3791
+ Method: "eth_sendRawTransactionSync";
3792
+ Parameters: [signedTransaction: `0x${string}`] | [signedTransaction: `0x${string}`, timeout: number];
3793
+ ReturnType: import("viem").RpcTransactionReceipt;
3255
3794
  }, {
3256
3795
  Method: "eth_sign";
3257
3796
  Parameters: [address: `0x${string}`, data: `0x${string}`];
@@ -3331,6 +3870,10 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3331
3870
  Method: "wallet_disconnect";
3332
3871
  Parameters?: undefined;
3333
3872
  ReturnType: void;
3873
+ }, {
3874
+ Method: "wallet_getAssets";
3875
+ Parameters?: [import("viem").WalletGetAssetsParameters] | undefined;
3876
+ ReturnType: import("viem").WalletGetAssetsReturnType;
3334
3877
  }, {
3335
3878
  Method: "wallet_getCallsStatus";
3336
3879
  Parameters?: [string] | undefined;
@@ -3422,6 +3965,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3422
3965
  apiUrl?: string | undefined;
3423
3966
  };
3424
3967
  } | undefined;
3968
+ blockTime?: number | undefined;
3425
3969
  contracts?: {
3426
3970
  [x: string]: import("viem").ChainContract | {
3427
3971
  [sourceId: number]: import("viem").ChainContract | undefined;
@@ -3429,7 +3973,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3429
3973
  ensRegistry?: import("viem").ChainContract | undefined;
3430
3974
  ensUniversalResolver?: import("viem").ChainContract | undefined;
3431
3975
  multicall3?: import("viem").ChainContract | undefined;
3432
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
3976
+ erc6492Verifier?: import("viem").ChainContract | undefined;
3433
3977
  } | undefined;
3434
3978
  ensTlds?: readonly string[] | undefined;
3435
3979
  id: number;
@@ -3439,6 +3983,7 @@ export declare const createZksyncSessionClient: (wallet: BaseWallet, { sessionKe
3439
3983
  symbol: string;
3440
3984
  decimals: number;
3441
3985
  };
3986
+ experimental_preconfirmationTime?: number | undefined;
3442
3987
  rpcUrls: {
3443
3988
  [key: string]: {
3444
3989
  http: readonly string[];