@edgeandnode/graph-auth-kit 7.5.0-states-1754068033499-1a9eeb2fe1ae9c67557a79b798212884f0609d5d → 7.5.0-states-1760587235926-9b7a502c96759ed54d36e5aa1fc67c30f065462d

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/client.d.ts CHANGED
@@ -2,21 +2,13 @@ import { HttpTransport } from 'viem';
2
2
  import { z } from 'zod';
3
3
  declare const BuildInfuraHttpTransportArgs: z.ZodObject<{
4
4
  infuraKey: z.ZodReadonly<z.ZodString>;
5
- } & {
6
5
  chain: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodReadonly<z.ZodUnion<readonly [z.ZodLiteral<1>, z.ZodLiteral<11155111>, z.ZodLiteral<42161>, z.ZodLiteral<421614>]>>>>>;
7
- }, "strip", z.ZodTypeAny, {
8
- infuraKey: string;
9
- chain: 1 | 11155111 | 42161 | 421614 | null;
10
- }, {
11
- infuraKey: string;
12
- chain?: 1 | 11155111 | 42161 | 421614 | null | undefined;
13
- }>;
6
+ }, z.core.$strip>;
14
7
  export type BuildInfuraHttpTransportArgs = z.infer<typeof BuildInfuraHttpTransportArgs>;
15
8
  export declare function buildInfuraHttpTransport({ chain, infuraKey, }: BuildInfuraHttpTransportArgs): HttpTransport;
16
9
  export declare const BuildPublicClientArgs: z.ZodObject<{
17
10
  infuraKey: z.ZodReadonly<z.ZodString>;
18
- } & {
19
- chain: z.ZodDefault<z.ZodOptional<z.ZodType<{
11
+ chain: z.ZodDefault<z.ZodOptional<z.ZodCustom<{
20
12
  graphCliName: string;
21
13
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
22
14
  blockExplorers: {
@@ -26,14 +18,11 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
26
18
  readonly apiUrl: "https://api.etherscan.io/api";
27
19
  };
28
20
  };
29
- blockTime?: number | undefined | undefined;
21
+ blockTime: 12000;
30
22
  contracts: {
31
- readonly ensRegistry: {
32
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
33
- };
34
23
  readonly ensUniversalResolver: {
35
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
36
- readonly blockCreated: 19258213;
24
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
25
+ readonly blockCreated: 23085558;
37
26
  };
38
27
  readonly multicall3: {
39
28
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -48,6 +37,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
48
37
  readonly symbol: "ETH";
49
38
  readonly decimals: 18;
50
39
  };
40
+ experimental_preconfirmationTime?: number | undefined | undefined;
51
41
  rpcUrls: {
52
42
  readonly default: {
53
43
  readonly http: readonly ["https://eth.merkle.io"];
@@ -75,12 +65,9 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
75
65
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
76
66
  readonly blockCreated: 751532;
77
67
  };
78
- readonly ensRegistry: {
79
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
80
- };
81
68
  readonly ensUniversalResolver: {
82
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
83
- readonly blockCreated: 5317080;
69
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
70
+ readonly blockCreated: 8928790;
84
71
  };
85
72
  };
86
73
  ensTlds?: readonly string[] | undefined;
@@ -91,6 +78,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
91
78
  readonly symbol: "ETH";
92
79
  readonly decimals: 18;
93
80
  };
81
+ experimental_preconfirmationTime?: number | undefined | undefined;
94
82
  rpcUrls: {
95
83
  readonly default: {
96
84
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -112,7 +100,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
112
100
  readonly apiUrl: "https://api.arbiscan.io/api";
113
101
  };
114
102
  };
115
- blockTime?: number | undefined | undefined;
103
+ blockTime: 250;
116
104
  contracts: {
117
105
  readonly multicall3: {
118
106
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -127,6 +115,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
127
115
  readonly symbol: "ETH";
128
116
  readonly decimals: 18;
129
117
  };
118
+ experimental_preconfirmationTime?: number | undefined | undefined;
130
119
  rpcUrls: {
131
120
  readonly default: {
132
121
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -148,7 +137,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
148
137
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
149
138
  };
150
139
  };
151
- blockTime?: number | undefined | undefined;
140
+ blockTime: 250;
152
141
  contracts: {
153
142
  readonly multicall3: {
154
143
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -163,6 +152,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
163
152
  readonly symbol: "ETH";
164
153
  readonly decimals: 18;
165
154
  };
155
+ experimental_preconfirmationTime?: number | undefined | undefined;
166
156
  rpcUrls: {
167
157
  readonly default: {
168
158
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -174,7 +164,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
174
164
  fees?: import('viem').ChainFees<undefined> | undefined;
175
165
  formatters?: undefined;
176
166
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
177
- }, z.ZodTypeDef, {
167
+ }, {
178
168
  graphCliName: string;
179
169
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
180
170
  blockExplorers: {
@@ -184,14 +174,11 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
184
174
  readonly apiUrl: "https://api.etherscan.io/api";
185
175
  };
186
176
  };
187
- blockTime?: number | undefined | undefined;
177
+ blockTime: 12000;
188
178
  contracts: {
189
- readonly ensRegistry: {
190
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
191
- };
192
179
  readonly ensUniversalResolver: {
193
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
194
- readonly blockCreated: 19258213;
180
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
181
+ readonly blockCreated: 23085558;
195
182
  };
196
183
  readonly multicall3: {
197
184
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -206,6 +193,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
206
193
  readonly symbol: "ETH";
207
194
  readonly decimals: 18;
208
195
  };
196
+ experimental_preconfirmationTime?: number | undefined | undefined;
209
197
  rpcUrls: {
210
198
  readonly default: {
211
199
  readonly http: readonly ["https://eth.merkle.io"];
@@ -233,12 +221,9 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
233
221
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
234
222
  readonly blockCreated: 751532;
235
223
  };
236
- readonly ensRegistry: {
237
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
238
- };
239
224
  readonly ensUniversalResolver: {
240
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
241
- readonly blockCreated: 5317080;
225
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
226
+ readonly blockCreated: 8928790;
242
227
  };
243
228
  };
244
229
  ensTlds?: readonly string[] | undefined;
@@ -249,6 +234,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
249
234
  readonly symbol: "ETH";
250
235
  readonly decimals: 18;
251
236
  };
237
+ experimental_preconfirmationTime?: number | undefined | undefined;
252
238
  rpcUrls: {
253
239
  readonly default: {
254
240
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -270,7 +256,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
270
256
  readonly apiUrl: "https://api.arbiscan.io/api";
271
257
  };
272
258
  };
273
- blockTime?: number | undefined | undefined;
259
+ blockTime: 250;
274
260
  contracts: {
275
261
  readonly multicall3: {
276
262
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -285,6 +271,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
285
271
  readonly symbol: "ETH";
286
272
  readonly decimals: 18;
287
273
  };
274
+ experimental_preconfirmationTime?: number | undefined | undefined;
288
275
  rpcUrls: {
289
276
  readonly default: {
290
277
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -306,7 +293,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
306
293
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
307
294
  };
308
295
  };
309
- blockTime?: number | undefined | undefined;
296
+ blockTime: 250;
310
297
  contracts: {
311
298
  readonly multicall3: {
312
299
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -321,6 +308,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
321
308
  readonly symbol: "ETH";
322
309
  readonly decimals: 18;
323
310
  };
311
+ experimental_preconfirmationTime?: number | undefined | undefined;
324
312
  rpcUrls: {
325
313
  readonly default: {
326
314
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -333,8 +321,18 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
333
321
  formatters?: undefined;
334
322
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
335
323
  }>>>;
336
- }, "strip", z.ZodTypeAny, {
337
- infuraKey: string;
324
+ }, z.core.$strip>;
325
+ export type BuildPublicClientArgs = z.infer<typeof BuildPublicClientArgs>;
326
+ export declare function isBuildPublicClientArgs(args: any): args is BuildClientArgs;
327
+ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClientArgs): {
328
+ account: undefined;
329
+ batch?: {
330
+ multicall?: boolean | import('viem').Prettify<import('viem').MulticallBatchOptions> | undefined;
331
+ } | undefined;
332
+ cacheTime: number;
333
+ ccipRead?: false | {
334
+ request?: (parameters: import('viem').CcipRequestParameters) => Promise<`0x${string}`>;
335
+ } | undefined;
338
336
  chain: {
339
337
  graphCliName: string;
340
338
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
@@ -345,14 +343,11 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
345
343
  readonly apiUrl: "https://api.etherscan.io/api";
346
344
  };
347
345
  };
348
- blockTime?: number | undefined | undefined;
346
+ blockTime: 12000;
349
347
  contracts: {
350
- readonly ensRegistry: {
351
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
352
- };
353
348
  readonly ensUniversalResolver: {
354
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
355
- readonly blockCreated: 19258213;
349
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
350
+ readonly blockCreated: 23085558;
356
351
  };
357
352
  readonly multicall3: {
358
353
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -367,6 +362,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
367
362
  readonly symbol: "ETH";
368
363
  readonly decimals: 18;
369
364
  };
365
+ experimental_preconfirmationTime?: number | undefined | undefined;
370
366
  rpcUrls: {
371
367
  readonly default: {
372
368
  readonly http: readonly ["https://eth.merkle.io"];
@@ -394,12 +390,9 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
394
390
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
395
391
  readonly blockCreated: 751532;
396
392
  };
397
- readonly ensRegistry: {
398
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
399
- };
400
393
  readonly ensUniversalResolver: {
401
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
402
- readonly blockCreated: 5317080;
394
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
395
+ readonly blockCreated: 8928790;
403
396
  };
404
397
  };
405
398
  ensTlds?: readonly string[] | undefined;
@@ -410,6 +403,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
410
403
  readonly symbol: "ETH";
411
404
  readonly decimals: 18;
412
405
  };
406
+ experimental_preconfirmationTime?: number | undefined | undefined;
413
407
  rpcUrls: {
414
408
  readonly default: {
415
409
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -431,7 +425,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
431
425
  readonly apiUrl: "https://api.arbiscan.io/api";
432
426
  };
433
427
  };
434
- blockTime?: number | undefined | undefined;
428
+ blockTime: 250;
435
429
  contracts: {
436
430
  readonly multicall3: {
437
431
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -446,6 +440,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
446
440
  readonly symbol: "ETH";
447
441
  readonly decimals: 18;
448
442
  };
443
+ experimental_preconfirmationTime?: number | undefined | undefined;
449
444
  rpcUrls: {
450
445
  readonly default: {
451
446
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -467,7 +462,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
467
462
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
468
463
  };
469
464
  };
470
- blockTime?: number | undefined | undefined;
465
+ blockTime: 250;
471
466
  contracts: {
472
467
  readonly multicall3: {
473
468
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -482,6 +477,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
482
477
  readonly symbol: "ETH";
483
478
  readonly decimals: 18;
484
479
  };
480
+ experimental_preconfirmationTime?: number | undefined | undefined;
485
481
  rpcUrls: {
486
482
  readonly default: {
487
483
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -494,9 +490,18 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
494
490
  formatters?: undefined;
495
491
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
496
492
  };
497
- }, {
498
- infuraKey: string;
499
- chain?: {
493
+ experimental_blockTag?: import('viem').BlockTag | undefined;
494
+ key: string;
495
+ name: string;
496
+ pollingInterval: number;
497
+ request: import('viem').EIP1193RequestFn<import('viem').PublicRpcSchema>;
498
+ transport: import('viem').TransportConfig<"http", import('viem').EIP1193RequestFn> & {
499
+ fetchOptions?: import('viem').HttpTransportConfig["fetchOptions"] | undefined;
500
+ url?: string | undefined;
501
+ };
502
+ type: string;
503
+ uid: string;
504
+ call: (parameters: import('viem').CallParameters<{
500
505
  graphCliName: string;
501
506
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
502
507
  blockExplorers: {
@@ -506,14 +511,11 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
506
511
  readonly apiUrl: "https://api.etherscan.io/api";
507
512
  };
508
513
  };
509
- blockTime?: number | undefined | undefined;
514
+ blockTime: 12000;
510
515
  contracts: {
511
- readonly ensRegistry: {
512
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
513
- };
514
516
  readonly ensUniversalResolver: {
515
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
516
- readonly blockCreated: 19258213;
517
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
518
+ readonly blockCreated: 23085558;
517
519
  };
518
520
  readonly multicall3: {
519
521
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -528,6 +530,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
528
530
  readonly symbol: "ETH";
529
531
  readonly decimals: 18;
530
532
  };
533
+ experimental_preconfirmationTime?: number | undefined | undefined;
531
534
  rpcUrls: {
532
535
  readonly default: {
533
536
  readonly http: readonly ["https://eth.merkle.io"];
@@ -555,12 +558,9 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
555
558
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
556
559
  readonly blockCreated: 751532;
557
560
  };
558
- readonly ensRegistry: {
559
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
560
- };
561
561
  readonly ensUniversalResolver: {
562
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
563
- readonly blockCreated: 5317080;
562
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
563
+ readonly blockCreated: 8928790;
564
564
  };
565
565
  };
566
566
  ensTlds?: readonly string[] | undefined;
@@ -571,6 +571,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
571
571
  readonly symbol: "ETH";
572
572
  readonly decimals: 18;
573
573
  };
574
+ experimental_preconfirmationTime?: number | undefined | undefined;
574
575
  rpcUrls: {
575
576
  readonly default: {
576
577
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -592,7 +593,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
592
593
  readonly apiUrl: "https://api.arbiscan.io/api";
593
594
  };
594
595
  };
595
- blockTime?: number | undefined | undefined;
596
+ blockTime: 250;
596
597
  contracts: {
597
598
  readonly multicall3: {
598
599
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -607,6 +608,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
607
608
  readonly symbol: "ETH";
608
609
  readonly decimals: 18;
609
610
  };
611
+ experimental_preconfirmationTime?: number | undefined | undefined;
610
612
  rpcUrls: {
611
613
  readonly default: {
612
614
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -628,7 +630,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
628
630
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
629
631
  };
630
632
  };
631
- blockTime?: number | undefined | undefined;
633
+ blockTime: 250;
632
634
  contracts: {
633
635
  readonly multicall3: {
634
636
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -643,6 +645,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
643
645
  readonly symbol: "ETH";
644
646
  readonly decimals: 18;
645
647
  };
648
+ experimental_preconfirmationTime?: number | undefined | undefined;
646
649
  rpcUrls: {
647
650
  readonly default: {
648
651
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -654,20 +657,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<{
654
657
  fees?: import('viem').ChainFees<undefined> | undefined;
655
658
  formatters?: undefined;
656
659
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
657
- } | undefined;
658
- }>;
659
- export type BuildPublicClientArgs = z.infer<typeof BuildPublicClientArgs>;
660
- export declare function isBuildPublicClientArgs(args: any): args is BuildClientArgs;
661
- export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClientArgs): {
662
- account: undefined;
663
- batch?: {
664
- multicall?: boolean | import('viem').Prettify<import('viem').MulticallBatchOptions> | undefined;
665
- } | undefined;
666
- cacheTime: number;
667
- ccipRead?: false | {
668
- request?: (parameters: import('viem').CcipRequestParameters) => Promise<`0x${string}`>;
669
- } | undefined;
670
- chain: {
660
+ }>) => Promise<import('viem').CallReturnType>;
661
+ createAccessList: (parameters: import('viem').CreateAccessListParameters<{
671
662
  graphCliName: string;
672
663
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
673
664
  blockExplorers: {
@@ -677,14 +668,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
677
668
  readonly apiUrl: "https://api.etherscan.io/api";
678
669
  };
679
670
  };
680
- blockTime?: number | undefined | undefined;
671
+ blockTime: 12000;
681
672
  contracts: {
682
- readonly ensRegistry: {
683
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
684
- };
685
673
  readonly ensUniversalResolver: {
686
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
687
- readonly blockCreated: 19258213;
674
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
675
+ readonly blockCreated: 23085558;
688
676
  };
689
677
  readonly multicall3: {
690
678
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -699,6 +687,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
699
687
  readonly symbol: "ETH";
700
688
  readonly decimals: 18;
701
689
  };
690
+ experimental_preconfirmationTime?: number | undefined | undefined;
702
691
  rpcUrls: {
703
692
  readonly default: {
704
693
  readonly http: readonly ["https://eth.merkle.io"];
@@ -726,12 +715,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
726
715
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
727
716
  readonly blockCreated: 751532;
728
717
  };
729
- readonly ensRegistry: {
730
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
731
- };
732
718
  readonly ensUniversalResolver: {
733
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
734
- readonly blockCreated: 5317080;
719
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
720
+ readonly blockCreated: 8928790;
735
721
  };
736
722
  };
737
723
  ensTlds?: readonly string[] | undefined;
@@ -742,6 +728,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
742
728
  readonly symbol: "ETH";
743
729
  readonly decimals: 18;
744
730
  };
731
+ experimental_preconfirmationTime?: number | undefined | undefined;
745
732
  rpcUrls: {
746
733
  readonly default: {
747
734
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -763,7 +750,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
763
750
  readonly apiUrl: "https://api.arbiscan.io/api";
764
751
  };
765
752
  };
766
- blockTime?: number | undefined | undefined;
753
+ blockTime: 250;
767
754
  contracts: {
768
755
  readonly multicall3: {
769
756
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -778,6 +765,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
778
765
  readonly symbol: "ETH";
779
766
  readonly decimals: 18;
780
767
  };
768
+ experimental_preconfirmationTime?: number | undefined | undefined;
781
769
  rpcUrls: {
782
770
  readonly default: {
783
771
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -799,7 +787,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
799
787
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
800
788
  };
801
789
  };
802
- blockTime?: number | undefined | undefined;
790
+ blockTime: 250;
803
791
  contracts: {
804
792
  readonly multicall3: {
805
793
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -814,6 +802,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
814
802
  readonly symbol: "ETH";
815
803
  readonly decimals: 18;
816
804
  };
805
+ experimental_preconfirmationTime?: number | undefined | undefined;
817
806
  rpcUrls: {
818
807
  readonly default: {
819
808
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -825,18 +814,16 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
825
814
  fees?: import('viem').ChainFees<undefined> | undefined;
826
815
  formatters?: undefined;
827
816
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
828
- };
829
- key: string;
830
- name: string;
831
- pollingInterval: number;
832
- request: import('viem').EIP1193RequestFn<import('viem').PublicRpcSchema>;
833
- transport: import('viem').TransportConfig<"http", import('viem').EIP1193RequestFn> & {
834
- fetchOptions?: import('viem').HttpTransportConfig["fetchOptions"] | undefined;
835
- url?: string | undefined;
836
- };
837
- type: string;
838
- uid: string;
839
- call: (parameters: import('viem').CallParameters<{
817
+ }>) => Promise<{
818
+ accessList: import('viem').AccessList;
819
+ gasUsed: bigint;
820
+ }>;
821
+ createBlockFilter: () => Promise<import('viem').CreateBlockFilterReturnType>;
822
+ createContractEventFilter: <const abi extends import('viem').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined, args extends import('viem').MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').CreateContractEventFilterParameters<abi, eventName, args, strict, fromBlock, toBlock>) => Promise<import('viem').CreateContractEventFilterReturnType<abi, eventName, args, strict, fromBlock, toBlock>>;
823
+ createEventFilter: <const abiEvent extends import('viem').AbiEvent | undefined = undefined, const abiEvents extends readonly import('viem').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('viem').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, _EventName extends string | undefined = import('viem').MaybeAbiEventName<abiEvent>, _Args extends import('viem').MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: import('viem').CreateEventFilterParameters<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args> | undefined) => Promise<import('viem').CreateEventFilterReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args>>;
824
+ createPendingTransactionFilter: () => Promise<import('viem').CreatePendingTransactionFilterReturnType>;
825
+ estimateContractGas: <chain extends import('viem').Chain | undefined, const abi extends import('viem').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, args extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: import('viem').EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<import('viem').EstimateContractGasReturnType>;
826
+ estimateGas: (args: import('viem').EstimateGasParameters<{
840
827
  graphCliName: string;
841
828
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
842
829
  blockExplorers: {
@@ -846,14 +833,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
846
833
  readonly apiUrl: "https://api.etherscan.io/api";
847
834
  };
848
835
  };
849
- blockTime?: number | undefined | undefined;
836
+ blockTime: 12000;
850
837
  contracts: {
851
- readonly ensRegistry: {
852
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
853
- };
854
838
  readonly ensUniversalResolver: {
855
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
856
- readonly blockCreated: 19258213;
839
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
840
+ readonly blockCreated: 23085558;
857
841
  };
858
842
  readonly multicall3: {
859
843
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -868,6 +852,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
868
852
  readonly symbol: "ETH";
869
853
  readonly decimals: 18;
870
854
  };
855
+ experimental_preconfirmationTime?: number | undefined | undefined;
871
856
  rpcUrls: {
872
857
  readonly default: {
873
858
  readonly http: readonly ["https://eth.merkle.io"];
@@ -895,12 +880,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
895
880
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
896
881
  readonly blockCreated: 751532;
897
882
  };
898
- readonly ensRegistry: {
899
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
900
- };
901
883
  readonly ensUniversalResolver: {
902
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
903
- readonly blockCreated: 5317080;
884
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
885
+ readonly blockCreated: 8928790;
904
886
  };
905
887
  };
906
888
  ensTlds?: readonly string[] | undefined;
@@ -911,6 +893,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
911
893
  readonly symbol: "ETH";
912
894
  readonly decimals: 18;
913
895
  };
896
+ experimental_preconfirmationTime?: number | undefined | undefined;
914
897
  rpcUrls: {
915
898
  readonly default: {
916
899
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -932,7 +915,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
932
915
  readonly apiUrl: "https://api.arbiscan.io/api";
933
916
  };
934
917
  };
935
- blockTime?: number | undefined | undefined;
918
+ blockTime: 250;
936
919
  contracts: {
937
920
  readonly multicall3: {
938
921
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -947,6 +930,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
947
930
  readonly symbol: "ETH";
948
931
  readonly decimals: 18;
949
932
  };
933
+ experimental_preconfirmationTime?: number | undefined | undefined;
950
934
  rpcUrls: {
951
935
  readonly default: {
952
936
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -968,7 +952,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
968
952
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
969
953
  };
970
954
  };
971
- blockTime?: number | undefined | undefined;
955
+ blockTime: 250;
972
956
  contracts: {
973
957
  readonly multicall3: {
974
958
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -983,6 +967,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
983
967
  readonly symbol: "ETH";
984
968
  readonly decimals: 18;
985
969
  };
970
+ experimental_preconfirmationTime?: number | undefined | undefined;
986
971
  rpcUrls: {
987
972
  readonly default: {
988
973
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -994,8 +979,177 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
994
979
  fees?: import('viem').ChainFees<undefined> | undefined;
995
980
  formatters?: undefined;
996
981
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
997
- }>) => Promise<import('viem').CallReturnType>;
998
- createAccessList: (parameters: import('viem').CreateAccessListParameters<{
982
+ }>) => Promise<import('viem').EstimateGasReturnType>;
983
+ getBalance: (args: import('viem').GetBalanceParameters) => Promise<import('viem').GetBalanceReturnType>;
984
+ getBlobBaseFee: () => Promise<import('viem').GetBlobBaseFeeReturnType>;
985
+ getBlock: <includeTransactions extends boolean = false, blockTag extends import('viem').BlockTag = "latest">(args?: import('viem').GetBlockParameters<includeTransactions, blockTag> | undefined) => Promise<{
986
+ number: blockTag extends "pending" ? null : bigint;
987
+ nonce: blockTag extends "pending" ? null : `0x${string}`;
988
+ hash: blockTag extends "pending" ? null : `0x${string}`;
989
+ logsBloom: blockTag extends "pending" ? null : `0x${string}`;
990
+ baseFeePerGas: bigint | null;
991
+ blobGasUsed: bigint;
992
+ difficulty: bigint;
993
+ excessBlobGas: bigint;
994
+ extraData: import('viem').Hex;
995
+ gasLimit: bigint;
996
+ gasUsed: bigint;
997
+ miner: import('viem').Address;
998
+ mixHash: import('viem').Hash;
999
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1000
+ parentHash: import('viem').Hash;
1001
+ receiptsRoot: import('viem').Hex;
1002
+ sealFields: import('viem').Hex[];
1003
+ sha3Uncles: import('viem').Hash;
1004
+ size: bigint;
1005
+ stateRoot: import('viem').Hash;
1006
+ timestamp: bigint;
1007
+ totalDifficulty: bigint | null;
1008
+ transactionsRoot: import('viem').Hash;
1009
+ uncles: import('viem').Hash[];
1010
+ withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
1011
+ withdrawalsRoot?: `0x${string}` | undefined;
1012
+ transactions: includeTransactions extends true ? ({
1013
+ from: import('viem').Address;
1014
+ gas: bigint;
1015
+ nonce: number;
1016
+ to: import('viem').Address | null;
1017
+ type: "legacy";
1018
+ value: bigint;
1019
+ r: import('viem').Hex;
1020
+ s: import('viem').Hex;
1021
+ v: bigint;
1022
+ yParity?: undefined | undefined;
1023
+ blobVersionedHashes?: undefined | undefined;
1024
+ gasPrice: bigint;
1025
+ maxFeePerBlobGas?: undefined | undefined;
1026
+ maxFeePerGas?: undefined | undefined;
1027
+ maxPriorityFeePerGas?: undefined | undefined;
1028
+ chainId?: number | undefined;
1029
+ accessList?: undefined | undefined;
1030
+ authorizationList?: undefined | undefined;
1031
+ input: import('viem').Hex;
1032
+ hash: import('viem').Hash;
1033
+ typeHex: import('viem').Hex | null;
1034
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
1035
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
1036
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
1037
+ } | {
1038
+ from: import('viem').Address;
1039
+ gas: bigint;
1040
+ nonce: number;
1041
+ to: import('viem').Address | null;
1042
+ type: "eip2930";
1043
+ value: bigint;
1044
+ r: import('viem').Hex;
1045
+ s: import('viem').Hex;
1046
+ v: bigint;
1047
+ yParity: number;
1048
+ blobVersionedHashes?: undefined | undefined;
1049
+ gasPrice: bigint;
1050
+ maxFeePerBlobGas?: undefined | undefined;
1051
+ maxFeePerGas?: undefined | undefined;
1052
+ maxPriorityFeePerGas?: undefined | undefined;
1053
+ chainId: number;
1054
+ accessList: import('viem').AccessList;
1055
+ authorizationList?: undefined | undefined;
1056
+ input: import('viem').Hex;
1057
+ hash: import('viem').Hash;
1058
+ typeHex: import('viem').Hex | null;
1059
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
1060
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
1061
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
1062
+ } | {
1063
+ from: import('viem').Address;
1064
+ gas: bigint;
1065
+ nonce: number;
1066
+ to: import('viem').Address | null;
1067
+ type: "eip1559";
1068
+ value: bigint;
1069
+ r: import('viem').Hex;
1070
+ s: import('viem').Hex;
1071
+ v: bigint;
1072
+ yParity: number;
1073
+ blobVersionedHashes?: undefined | undefined;
1074
+ gasPrice?: undefined | undefined;
1075
+ maxFeePerBlobGas?: undefined | undefined;
1076
+ maxFeePerGas: bigint;
1077
+ maxPriorityFeePerGas: bigint;
1078
+ chainId: number;
1079
+ accessList: import('viem').AccessList;
1080
+ authorizationList?: undefined | undefined;
1081
+ input: import('viem').Hex;
1082
+ hash: import('viem').Hash;
1083
+ typeHex: import('viem').Hex | null;
1084
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
1085
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
1086
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
1087
+ } | {
1088
+ from: import('viem').Address;
1089
+ gas: bigint;
1090
+ nonce: number;
1091
+ to: import('viem').Address | null;
1092
+ type: "eip4844";
1093
+ value: bigint;
1094
+ r: import('viem').Hex;
1095
+ s: import('viem').Hex;
1096
+ v: bigint;
1097
+ yParity: number;
1098
+ blobVersionedHashes: readonly import('viem').Hex[];
1099
+ gasPrice?: undefined | undefined;
1100
+ maxFeePerBlobGas: bigint;
1101
+ maxFeePerGas: bigint;
1102
+ maxPriorityFeePerGas: bigint;
1103
+ chainId: number;
1104
+ accessList: import('viem').AccessList;
1105
+ authorizationList?: undefined | undefined;
1106
+ input: import('viem').Hex;
1107
+ hash: import('viem').Hash;
1108
+ typeHex: import('viem').Hex | null;
1109
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
1110
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
1111
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
1112
+ } | {
1113
+ from: import('viem').Address;
1114
+ gas: bigint;
1115
+ nonce: number;
1116
+ to: import('viem').Address | null;
1117
+ type: "eip7702";
1118
+ value: bigint;
1119
+ r: import('viem').Hex;
1120
+ s: import('viem').Hex;
1121
+ v: bigint;
1122
+ yParity: number;
1123
+ blobVersionedHashes?: undefined | undefined;
1124
+ gasPrice?: undefined | undefined;
1125
+ maxFeePerBlobGas?: undefined | undefined;
1126
+ maxFeePerGas: bigint;
1127
+ maxPriorityFeePerGas: bigint;
1128
+ chainId: number;
1129
+ accessList: import('viem').AccessList;
1130
+ authorizationList: import('viem').SignedAuthorizationList;
1131
+ input: import('viem').Hex;
1132
+ hash: import('viem').Hash;
1133
+ typeHex: import('viem').Hex | null;
1134
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
1135
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
1136
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
1137
+ })[] : `0x${string}`[];
1138
+ }>;
1139
+ getBlockNumber: (args?: import('viem').GetBlockNumberParameters | undefined) => Promise<import('viem').GetBlockNumberReturnType>;
1140
+ getBlockTransactionCount: (args?: import('viem').GetBlockTransactionCountParameters | undefined) => Promise<import('viem').GetBlockTransactionCountReturnType>;
1141
+ getBytecode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
1142
+ getChainId: () => Promise<import('viem').GetChainIdReturnType>;
1143
+ getCode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
1144
+ getContractEvents: <const abi extends import('viem').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined = undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1145
+ getEip712Domain: (args: import('viem').GetEip712DomainParameters) => Promise<import('viem').GetEip712DomainReturnType>;
1146
+ getEnsAddress: (args: import('viem').GetEnsAddressParameters) => Promise<import('viem').GetEnsAddressReturnType>;
1147
+ getEnsAvatar: (args: import('viem').GetEnsAvatarParameters) => Promise<import('viem').GetEnsAvatarReturnType>;
1148
+ getEnsName: (args: import('viem').GetEnsNameParameters) => Promise<import('viem').GetEnsNameReturnType>;
1149
+ getEnsResolver: (args: import('viem').GetEnsResolverParameters) => Promise<import('viem').GetEnsResolverReturnType>;
1150
+ getEnsText: (args: import('viem').GetEnsTextParameters) => Promise<import('viem').GetEnsTextReturnType>;
1151
+ getFeeHistory: (args: import('viem').GetFeeHistoryParameters) => Promise<import('viem').GetFeeHistoryReturnType>;
1152
+ estimateFeesPerGas: <chainOverride extends import('viem').Chain | undefined = undefined, type extends import('viem').FeeValuesType = "eip1559">(args?: import('viem').EstimateFeesPerGasParameters<{
999
1153
  graphCliName: string;
1000
1154
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
1001
1155
  blockExplorers: {
@@ -1005,14 +1159,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1005
1159
  readonly apiUrl: "https://api.etherscan.io/api";
1006
1160
  };
1007
1161
  };
1008
- blockTime?: number | undefined | undefined;
1162
+ blockTime: 12000;
1009
1163
  contracts: {
1010
- readonly ensRegistry: {
1011
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1012
- };
1013
1164
  readonly ensUniversalResolver: {
1014
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1015
- readonly blockCreated: 19258213;
1165
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1166
+ readonly blockCreated: 23085558;
1016
1167
  };
1017
1168
  readonly multicall3: {
1018
1169
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1027,6 +1178,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1027
1178
  readonly symbol: "ETH";
1028
1179
  readonly decimals: 18;
1029
1180
  };
1181
+ experimental_preconfirmationTime?: number | undefined | undefined;
1030
1182
  rpcUrls: {
1031
1183
  readonly default: {
1032
1184
  readonly http: readonly ["https://eth.merkle.io"];
@@ -1054,12 +1206,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1054
1206
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1055
1207
  readonly blockCreated: 751532;
1056
1208
  };
1057
- readonly ensRegistry: {
1058
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1059
- };
1060
1209
  readonly ensUniversalResolver: {
1061
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1062
- readonly blockCreated: 5317080;
1210
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1211
+ readonly blockCreated: 8928790;
1063
1212
  };
1064
1213
  };
1065
1214
  ensTlds?: readonly string[] | undefined;
@@ -1070,6 +1219,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1070
1219
  readonly symbol: "ETH";
1071
1220
  readonly decimals: 18;
1072
1221
  };
1222
+ experimental_preconfirmationTime?: number | undefined | undefined;
1073
1223
  rpcUrls: {
1074
1224
  readonly default: {
1075
1225
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -1091,7 +1241,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1091
1241
  readonly apiUrl: "https://api.arbiscan.io/api";
1092
1242
  };
1093
1243
  };
1094
- blockTime?: number | undefined | undefined;
1244
+ blockTime: 250;
1095
1245
  contracts: {
1096
1246
  readonly multicall3: {
1097
1247
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1106,6 +1256,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1106
1256
  readonly symbol: "ETH";
1107
1257
  readonly decimals: 18;
1108
1258
  };
1259
+ experimental_preconfirmationTime?: number | undefined | undefined;
1109
1260
  rpcUrls: {
1110
1261
  readonly default: {
1111
1262
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -1127,7 +1278,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1127
1278
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1128
1279
  };
1129
1280
  };
1130
- blockTime?: number | undefined | undefined;
1281
+ blockTime: 250;
1131
1282
  contracts: {
1132
1283
  readonly multicall3: {
1133
1284
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1142,6 +1293,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1142
1293
  readonly symbol: "ETH";
1143
1294
  readonly decimals: 18;
1144
1295
  };
1296
+ experimental_preconfirmationTime?: number | undefined | undefined;
1145
1297
  rpcUrls: {
1146
1298
  readonly default: {
1147
1299
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -1153,16 +1305,143 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1153
1305
  fees?: import('viem').ChainFees<undefined> | undefined;
1154
1306
  formatters?: undefined;
1155
1307
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1156
- }>) => Promise<{
1157
- accessList: import('viem').AccessList;
1158
- gasUsed: bigint;
1308
+ }, chainOverride, type> | undefined) => Promise<import('viem').EstimateFeesPerGasReturnType<type>>;
1309
+ getFilterChanges: <filterType extends import('viem').FilterType, const abi extends import('viem').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
1310
+ getFilterLogs: <const abi extends import('viem').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1311
+ getGasPrice: () => Promise<import('viem').GetGasPriceReturnType>;
1312
+ getLogs: <const abiEvent extends import('viem').AbiEvent | undefined = undefined, const abiEvents extends readonly import('viem').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('viem').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args?: import('viem').GetLogsParameters<abiEvent, abiEvents, strict, fromBlock, toBlock> | undefined) => Promise<import('viem').GetLogsReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock>>;
1313
+ getProof: (args: import('viem').GetProofParameters) => Promise<import('viem').GetProofReturnType>;
1314
+ estimateMaxPriorityFeePerGas: <chainOverride extends import('viem').Chain | undefined = undefined>(args?: {
1315
+ chain?: chainOverride | null | undefined;
1316
+ } | undefined) => Promise<import('viem').EstimateMaxPriorityFeePerGasReturnType>;
1317
+ getStorageAt: (args: import('viem').GetStorageAtParameters) => Promise<import('viem').GetStorageAtReturnType>;
1318
+ getTransaction: <blockTag extends import('viem').BlockTag = "latest">(args: import('viem').GetTransactionParameters<blockTag>) => Promise<{
1319
+ from: import('viem').Address;
1320
+ gas: bigint;
1321
+ nonce: number;
1322
+ to: import('viem').Address | null;
1323
+ type: "legacy";
1324
+ value: bigint;
1325
+ r: import('viem').Hex;
1326
+ s: import('viem').Hex;
1327
+ v: bigint;
1328
+ yParity?: undefined | undefined;
1329
+ blobVersionedHashes?: undefined | undefined;
1330
+ gasPrice: bigint;
1331
+ maxFeePerBlobGas?: undefined | undefined;
1332
+ maxFeePerGas?: undefined | undefined;
1333
+ maxPriorityFeePerGas?: undefined | undefined;
1334
+ chainId?: number | undefined;
1335
+ accessList?: undefined | undefined;
1336
+ authorizationList?: undefined | undefined;
1337
+ input: import('viem').Hex;
1338
+ hash: import('viem').Hash;
1339
+ typeHex: import('viem').Hex | null;
1340
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
1341
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
1342
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
1343
+ } | {
1344
+ from: import('viem').Address;
1345
+ gas: bigint;
1346
+ nonce: number;
1347
+ to: import('viem').Address | null;
1348
+ type: "eip2930";
1349
+ value: bigint;
1350
+ r: import('viem').Hex;
1351
+ s: import('viem').Hex;
1352
+ v: bigint;
1353
+ yParity: number;
1354
+ blobVersionedHashes?: undefined | undefined;
1355
+ gasPrice: bigint;
1356
+ maxFeePerBlobGas?: undefined | undefined;
1357
+ maxFeePerGas?: undefined | undefined;
1358
+ maxPriorityFeePerGas?: undefined | undefined;
1359
+ chainId: number;
1360
+ accessList: import('viem').AccessList;
1361
+ authorizationList?: undefined | undefined;
1362
+ input: import('viem').Hex;
1363
+ hash: import('viem').Hash;
1364
+ typeHex: import('viem').Hex | null;
1365
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
1366
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
1367
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
1368
+ } | {
1369
+ from: import('viem').Address;
1370
+ gas: bigint;
1371
+ nonce: number;
1372
+ to: import('viem').Address | null;
1373
+ type: "eip1559";
1374
+ value: bigint;
1375
+ r: import('viem').Hex;
1376
+ s: import('viem').Hex;
1377
+ v: bigint;
1378
+ yParity: number;
1379
+ blobVersionedHashes?: undefined | undefined;
1380
+ gasPrice?: undefined | undefined;
1381
+ maxFeePerBlobGas?: undefined | undefined;
1382
+ maxFeePerGas: bigint;
1383
+ maxPriorityFeePerGas: bigint;
1384
+ chainId: number;
1385
+ accessList: import('viem').AccessList;
1386
+ authorizationList?: undefined | undefined;
1387
+ input: import('viem').Hex;
1388
+ hash: import('viem').Hash;
1389
+ typeHex: import('viem').Hex | null;
1390
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
1391
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
1392
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
1393
+ } | {
1394
+ from: import('viem').Address;
1395
+ gas: bigint;
1396
+ nonce: number;
1397
+ to: import('viem').Address | null;
1398
+ type: "eip4844";
1399
+ value: bigint;
1400
+ r: import('viem').Hex;
1401
+ s: import('viem').Hex;
1402
+ v: bigint;
1403
+ yParity: number;
1404
+ blobVersionedHashes: readonly import('viem').Hex[];
1405
+ gasPrice?: undefined | undefined;
1406
+ maxFeePerBlobGas: bigint;
1407
+ maxFeePerGas: bigint;
1408
+ maxPriorityFeePerGas: bigint;
1409
+ chainId: number;
1410
+ accessList: import('viem').AccessList;
1411
+ authorizationList?: undefined | undefined;
1412
+ input: import('viem').Hex;
1413
+ hash: import('viem').Hash;
1414
+ typeHex: import('viem').Hex | null;
1415
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
1416
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
1417
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
1418
+ } | {
1419
+ from: import('viem').Address;
1420
+ gas: bigint;
1421
+ nonce: number;
1422
+ to: import('viem').Address | null;
1423
+ type: "eip7702";
1424
+ value: bigint;
1425
+ r: import('viem').Hex;
1426
+ s: import('viem').Hex;
1427
+ v: bigint;
1428
+ yParity: number;
1429
+ blobVersionedHashes?: undefined | undefined;
1430
+ gasPrice?: undefined | undefined;
1431
+ maxFeePerBlobGas?: undefined | undefined;
1432
+ maxFeePerGas: bigint;
1433
+ maxPriorityFeePerGas: bigint;
1434
+ chainId: number;
1435
+ accessList: import('viem').AccessList;
1436
+ authorizationList: import('viem').SignedAuthorizationList;
1437
+ input: import('viem').Hex;
1438
+ hash: import('viem').Hash;
1439
+ typeHex: import('viem').Hex | null;
1440
+ blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
1441
+ blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
1442
+ transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
1159
1443
  }>;
1160
- createBlockFilter: () => Promise<import('viem').CreateBlockFilterReturnType>;
1161
- createContractEventFilter: <const abi extends import('abitype').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined, args extends import('viem').MaybeExtractEventArgsFromAbi<abi, eventName> | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').CreateContractEventFilterParameters<abi, eventName, args, strict, fromBlock, toBlock>) => Promise<import('viem').CreateContractEventFilterReturnType<abi, eventName, args, strict, fromBlock, toBlock>>;
1162
- createEventFilter: <const abiEvent extends import('abitype').AbiEvent | undefined = undefined, const abiEvents extends readonly import('abitype').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('abitype').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, _EventName extends string | undefined = import('viem').MaybeAbiEventName<abiEvent>, _Args extends import('viem').MaybeExtractEventArgsFromAbi<abiEvents, _EventName> | undefined = undefined>(args?: import('viem').CreateEventFilterParameters<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args> | undefined) => Promise<import('viem').CreateEventFilterReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock, _EventName, _Args>>;
1163
- createPendingTransactionFilter: () => Promise<import('viem').CreatePendingTransactionFilterReturnType>;
1164
- estimateContractGas: <chain extends import('viem').Chain | undefined, const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, args extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>>(args: import('viem').EstimateContractGasParameters<abi, functionName, args, chain>) => Promise<import('viem').EstimateContractGasReturnType>;
1165
- estimateGas: (args: import('viem').EstimateGasParameters<{
1444
+ getTransactionConfirmations: (args: import('viem').GetTransactionConfirmationsParameters<{
1166
1445
  graphCliName: string;
1167
1446
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
1168
1447
  blockExplorers: {
@@ -1172,14 +1451,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1172
1451
  readonly apiUrl: "https://api.etherscan.io/api";
1173
1452
  };
1174
1453
  };
1175
- blockTime?: number | undefined | undefined;
1454
+ blockTime: 12000;
1176
1455
  contracts: {
1177
- readonly ensRegistry: {
1178
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1179
- };
1180
1456
  readonly ensUniversalResolver: {
1181
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1182
- readonly blockCreated: 19258213;
1457
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1458
+ readonly blockCreated: 23085558;
1183
1459
  };
1184
1460
  readonly multicall3: {
1185
1461
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1194,6 +1470,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1194
1470
  readonly symbol: "ETH";
1195
1471
  readonly decimals: 18;
1196
1472
  };
1473
+ experimental_preconfirmationTime?: number | undefined | undefined;
1197
1474
  rpcUrls: {
1198
1475
  readonly default: {
1199
1476
  readonly http: readonly ["https://eth.merkle.io"];
@@ -1221,12 +1498,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1221
1498
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1222
1499
  readonly blockCreated: 751532;
1223
1500
  };
1224
- readonly ensRegistry: {
1225
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1226
- };
1227
1501
  readonly ensUniversalResolver: {
1228
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1229
- readonly blockCreated: 5317080;
1502
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1503
+ readonly blockCreated: 8928790;
1230
1504
  };
1231
1505
  };
1232
1506
  ensTlds?: readonly string[] | undefined;
@@ -1237,6 +1511,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1237
1511
  readonly symbol: "ETH";
1238
1512
  readonly decimals: 18;
1239
1513
  };
1514
+ experimental_preconfirmationTime?: number | undefined | undefined;
1240
1515
  rpcUrls: {
1241
1516
  readonly default: {
1242
1517
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -1258,7 +1533,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1258
1533
  readonly apiUrl: "https://api.arbiscan.io/api";
1259
1534
  };
1260
1535
  };
1261
- blockTime?: number | undefined | undefined;
1536
+ blockTime: 250;
1262
1537
  contracts: {
1263
1538
  readonly multicall3: {
1264
1539
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1273,6 +1548,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1273
1548
  readonly symbol: "ETH";
1274
1549
  readonly decimals: 18;
1275
1550
  };
1551
+ experimental_preconfirmationTime?: number | undefined | undefined;
1276
1552
  rpcUrls: {
1277
1553
  readonly default: {
1278
1554
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -1294,7 +1570,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1294
1570
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1295
1571
  };
1296
1572
  };
1297
- blockTime?: number | undefined | undefined;
1573
+ blockTime: 250;
1298
1574
  contracts: {
1299
1575
  readonly multicall3: {
1300
1576
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1309,6 +1585,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1309
1585
  readonly symbol: "ETH";
1310
1586
  readonly decimals: 18;
1311
1587
  };
1588
+ experimental_preconfirmationTime?: number | undefined | undefined;
1312
1589
  rpcUrls: {
1313
1590
  readonly default: {
1314
1591
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -1320,177 +1597,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1320
1597
  fees?: import('viem').ChainFees<undefined> | undefined;
1321
1598
  formatters?: undefined;
1322
1599
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1323
- }>) => Promise<import('viem').EstimateGasReturnType>;
1324
- getBalance: (args: import('viem').GetBalanceParameters) => Promise<import('viem').GetBalanceReturnType>;
1325
- getBlobBaseFee: () => Promise<import('viem').GetBlobBaseFeeReturnType>;
1326
- getBlock: <includeTransactions extends boolean = false, blockTag extends import('viem').BlockTag = "latest">(args?: import('viem').GetBlockParameters<includeTransactions, blockTag> | undefined) => Promise<{
1327
- number: blockTag extends "pending" ? null : bigint;
1328
- nonce: blockTag extends "pending" ? null : `0x${string}`;
1329
- hash: blockTag extends "pending" ? null : `0x${string}`;
1330
- logsBloom: blockTag extends "pending" ? null : `0x${string}`;
1331
- baseFeePerGas: bigint | null;
1332
- blobGasUsed: bigint;
1333
- difficulty: bigint;
1334
- excessBlobGas: bigint;
1335
- extraData: import('viem').Hex;
1336
- gasLimit: bigint;
1337
- gasUsed: bigint;
1338
- miner: import('abitype').Address;
1339
- mixHash: import('viem').Hash;
1340
- parentBeaconBlockRoot?: `0x${string}` | undefined;
1341
- parentHash: import('viem').Hash;
1342
- receiptsRoot: import('viem').Hex;
1343
- sealFields: import('viem').Hex[];
1344
- sha3Uncles: import('viem').Hash;
1345
- size: bigint;
1346
- stateRoot: import('viem').Hash;
1347
- timestamp: bigint;
1348
- totalDifficulty: bigint | null;
1349
- transactionsRoot: import('viem').Hash;
1350
- uncles: import('viem').Hash[];
1351
- withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
1352
- withdrawalsRoot?: `0x${string}` | undefined;
1353
- transactions: includeTransactions extends true ? ({
1354
- from: import('abitype').Address;
1355
- gas: bigint;
1356
- nonce: number;
1357
- to: import('abitype').Address | null;
1358
- type: "legacy";
1359
- value: bigint;
1360
- r: import('viem').Hex;
1361
- s: import('viem').Hex;
1362
- v: bigint;
1363
- yParity?: undefined | undefined;
1364
- blobVersionedHashes?: undefined | undefined;
1365
- gasPrice: bigint;
1366
- maxFeePerBlobGas?: undefined | undefined;
1367
- maxFeePerGas?: undefined | undefined;
1368
- maxPriorityFeePerGas?: undefined | undefined;
1369
- chainId?: number | undefined;
1370
- accessList?: undefined | undefined;
1371
- authorizationList?: undefined | undefined;
1372
- hash: import('viem').Hash;
1373
- input: import('viem').Hex;
1374
- typeHex: import('viem').Hex | null;
1375
- blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
1376
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
1377
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
1378
- } | {
1379
- from: import('abitype').Address;
1380
- gas: bigint;
1381
- nonce: number;
1382
- to: import('abitype').Address | null;
1383
- type: "eip2930";
1384
- value: bigint;
1385
- r: import('viem').Hex;
1386
- s: import('viem').Hex;
1387
- v: bigint;
1388
- yParity: number;
1389
- blobVersionedHashes?: undefined | undefined;
1390
- gasPrice: bigint;
1391
- maxFeePerBlobGas?: undefined | undefined;
1392
- maxFeePerGas?: undefined | undefined;
1393
- maxPriorityFeePerGas?: undefined | undefined;
1394
- chainId: number;
1395
- accessList: import('viem').AccessList;
1396
- authorizationList?: undefined | undefined;
1397
- hash: import('viem').Hash;
1398
- input: import('viem').Hex;
1399
- typeHex: import('viem').Hex | null;
1400
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
1401
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
1402
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
1403
- } | {
1404
- from: import('abitype').Address;
1405
- gas: bigint;
1406
- nonce: number;
1407
- to: import('abitype').Address | null;
1408
- type: "eip1559";
1409
- value: bigint;
1410
- r: import('viem').Hex;
1411
- s: import('viem').Hex;
1412
- v: bigint;
1413
- yParity: number;
1414
- blobVersionedHashes?: undefined | undefined;
1415
- gasPrice?: undefined | undefined;
1416
- maxFeePerBlobGas?: undefined | undefined;
1417
- maxFeePerGas: bigint;
1418
- maxPriorityFeePerGas: bigint;
1419
- chainId: number;
1420
- accessList: import('viem').AccessList;
1421
- authorizationList?: undefined | undefined;
1422
- hash: import('viem').Hash;
1423
- input: import('viem').Hex;
1424
- typeHex: import('viem').Hex | null;
1425
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
1426
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
1427
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
1428
- } | {
1429
- from: import('abitype').Address;
1430
- gas: bigint;
1431
- nonce: number;
1432
- to: import('abitype').Address | null;
1433
- type: "eip4844";
1434
- value: bigint;
1435
- r: import('viem').Hex;
1436
- s: import('viem').Hex;
1437
- v: bigint;
1438
- yParity: number;
1439
- blobVersionedHashes: readonly import('viem').Hex[];
1440
- gasPrice?: undefined | undefined;
1441
- maxFeePerBlobGas: bigint;
1442
- maxFeePerGas: bigint;
1443
- maxPriorityFeePerGas: bigint;
1444
- chainId: number;
1445
- accessList: import('viem').AccessList;
1446
- authorizationList?: undefined | undefined;
1447
- hash: import('viem').Hash;
1448
- input: import('viem').Hex;
1449
- typeHex: import('viem').Hex | null;
1450
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
1451
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
1452
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
1453
- } | {
1454
- from: import('abitype').Address;
1455
- gas: bigint;
1456
- nonce: number;
1457
- to: import('abitype').Address | null;
1458
- type: "eip7702";
1459
- value: bigint;
1460
- r: import('viem').Hex;
1461
- s: import('viem').Hex;
1462
- v: bigint;
1463
- yParity: number;
1464
- blobVersionedHashes?: undefined | undefined;
1465
- gasPrice?: undefined | undefined;
1466
- maxFeePerBlobGas?: undefined | undefined;
1467
- maxFeePerGas: bigint;
1468
- maxPriorityFeePerGas: bigint;
1469
- chainId: number;
1470
- accessList: import('viem').AccessList;
1471
- authorizationList: import('viem').SignedAuthorizationList;
1472
- hash: import('viem').Hash;
1473
- input: import('viem').Hex;
1474
- typeHex: import('viem').Hex | null;
1475
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
1476
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
1477
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
1478
- })[] : `0x${string}`[];
1479
- }>;
1480
- getBlockNumber: (args?: import('viem').GetBlockNumberParameters | undefined) => Promise<import('viem').GetBlockNumberReturnType>;
1481
- getBlockTransactionCount: (args?: import('viem').GetBlockTransactionCountParameters | undefined) => Promise<import('viem').GetBlockTransactionCountReturnType>;
1482
- getBytecode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
1483
- getChainId: () => Promise<import('viem').GetChainIdReturnType>;
1484
- getCode: (args: import('viem').GetBytecodeParameters) => Promise<import('viem').GetBytecodeReturnType>;
1485
- getContractEvents: <const abi extends import('abitype').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi> | undefined = undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetContractEventsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1486
- getEip712Domain: (args: import('viem').GetEip712DomainParameters) => Promise<import('viem').GetEip712DomainReturnType>;
1487
- getEnsAddress: (args: import('viem').GetEnsAddressParameters) => Promise<import('viem').GetEnsAddressReturnType>;
1488
- getEnsAvatar: (args: import('viem').GetEnsAvatarParameters) => Promise<import('viem').GetEnsAvatarReturnType>;
1489
- getEnsName: (args: import('viem').GetEnsNameParameters) => Promise<import('viem').GetEnsNameReturnType>;
1490
- getEnsResolver: (args: import('viem').GetEnsResolverParameters) => Promise<import('viem').GetEnsResolverReturnType>;
1491
- getEnsText: (args: import('viem').GetEnsTextParameters) => Promise<import('viem').GetEnsTextReturnType>;
1492
- getFeeHistory: (args: import('viem').GetFeeHistoryParameters) => Promise<import('viem').GetFeeHistoryReturnType>;
1493
- estimateFeesPerGas: <chainOverride extends import('viem').Chain | undefined = undefined, type extends import('viem').FeeValuesType = "eip1559">(args?: import('viem').EstimateFeesPerGasParameters<{
1600
+ }>) => Promise<import('viem').GetTransactionConfirmationsReturnType>;
1601
+ getTransactionCount: (args: import('viem').GetTransactionCountParameters) => Promise<import('viem').GetTransactionCountReturnType>;
1602
+ getTransactionReceipt: (args: import('viem').GetTransactionReceiptParameters) => Promise<import('viem').TransactionReceipt>;
1603
+ multicall: <const contracts extends readonly unknown[], allowFailure extends boolean = true>(args: import('viem').MulticallParameters<contracts, allowFailure>) => Promise<import('viem').MulticallReturnType<contracts, allowFailure>>;
1604
+ prepareTransactionRequest: <const request extends import('viem').PrepareTransactionRequestRequest<{
1494
1605
  graphCliName: string;
1495
1606
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
1496
1607
  blockExplorers: {
@@ -1500,14 +1611,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1500
1611
  readonly apiUrl: "https://api.etherscan.io/api";
1501
1612
  };
1502
1613
  };
1503
- blockTime?: number | undefined | undefined;
1614
+ blockTime: 12000;
1504
1615
  contracts: {
1505
- readonly ensRegistry: {
1506
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1507
- };
1508
1616
  readonly ensUniversalResolver: {
1509
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1510
- readonly blockCreated: 19258213;
1617
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1618
+ readonly blockCreated: 23085558;
1511
1619
  };
1512
1620
  readonly multicall3: {
1513
1621
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1522,6 +1630,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1522
1630
  readonly symbol: "ETH";
1523
1631
  readonly decimals: 18;
1524
1632
  };
1633
+ experimental_preconfirmationTime?: number | undefined | undefined;
1525
1634
  rpcUrls: {
1526
1635
  readonly default: {
1527
1636
  readonly http: readonly ["https://eth.merkle.io"];
@@ -1549,12 +1658,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1549
1658
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1550
1659
  readonly blockCreated: 751532;
1551
1660
  };
1552
- readonly ensRegistry: {
1553
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1554
- };
1555
1661
  readonly ensUniversalResolver: {
1556
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1557
- readonly blockCreated: 5317080;
1662
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1663
+ readonly blockCreated: 8928790;
1558
1664
  };
1559
1665
  };
1560
1666
  ensTlds?: readonly string[] | undefined;
@@ -1565,6 +1671,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1565
1671
  readonly symbol: "ETH";
1566
1672
  readonly decimals: 18;
1567
1673
  };
1674
+ experimental_preconfirmationTime?: number | undefined | undefined;
1568
1675
  rpcUrls: {
1569
1676
  readonly default: {
1570
1677
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -1586,7 +1693,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1586
1693
  readonly apiUrl: "https://api.arbiscan.io/api";
1587
1694
  };
1588
1695
  };
1589
- blockTime?: number | undefined | undefined;
1696
+ blockTime: 250;
1590
1697
  contracts: {
1591
1698
  readonly multicall3: {
1592
1699
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1601,6 +1708,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1601
1708
  readonly symbol: "ETH";
1602
1709
  readonly decimals: 18;
1603
1710
  };
1711
+ experimental_preconfirmationTime?: number | undefined | undefined;
1604
1712
  rpcUrls: {
1605
1713
  readonly default: {
1606
1714
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -1622,7 +1730,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1622
1730
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1623
1731
  };
1624
1732
  };
1625
- blockTime?: number | undefined | undefined;
1733
+ blockTime: 250;
1626
1734
  contracts: {
1627
1735
  readonly multicall3: {
1628
1736
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1637,6 +1745,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1637
1745
  readonly symbol: "ETH";
1638
1746
  readonly decimals: 18;
1639
1747
  };
1748
+ experimental_preconfirmationTime?: number | undefined | undefined;
1640
1749
  rpcUrls: {
1641
1750
  readonly default: {
1642
1751
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -1648,143 +1757,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1648
1757
  fees?: import('viem').ChainFees<undefined> | undefined;
1649
1758
  formatters?: undefined;
1650
1759
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1651
- }, chainOverride, type> | undefined) => Promise<import('viem').EstimateFeesPerGasReturnType<type>>;
1652
- getFilterChanges: <filterType extends import('viem').FilterType, const abi extends import('abitype').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterChangesParameters<filterType, abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterChangesReturnType<filterType, abi, eventName, strict, fromBlock, toBlock>>;
1653
- getFilterLogs: <const abi extends import('abitype').Abi | readonly unknown[] | undefined, eventName extends string | undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args: import('viem').GetFilterLogsParameters<abi, eventName, strict, fromBlock, toBlock>) => Promise<import('viem').GetFilterLogsReturnType<abi, eventName, strict, fromBlock, toBlock>>;
1654
- getGasPrice: () => Promise<import('viem').GetGasPriceReturnType>;
1655
- getLogs: <const abiEvent extends import('abitype').AbiEvent | undefined = undefined, const abiEvents extends readonly import('abitype').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('abitype').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined, fromBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined, toBlock extends import('viem').BlockNumber | import('viem').BlockTag | undefined = undefined>(args?: import('viem').GetLogsParameters<abiEvent, abiEvents, strict, fromBlock, toBlock> | undefined) => Promise<import('viem').GetLogsReturnType<abiEvent, abiEvents, strict, fromBlock, toBlock>>;
1656
- getProof: (args: import('viem').GetProofParameters) => Promise<import('viem').GetProofReturnType>;
1657
- estimateMaxPriorityFeePerGas: <chainOverride extends import('viem').Chain | undefined = undefined>(args?: {
1658
- chain?: chainOverride | null | undefined;
1659
- } | undefined) => Promise<import('viem').EstimateMaxPriorityFeePerGasReturnType>;
1660
- getStorageAt: (args: import('viem').GetStorageAtParameters) => Promise<import('viem').GetStorageAtReturnType>;
1661
- getTransaction: <blockTag extends import('viem').BlockTag = "latest">(args: import('viem').GetTransactionParameters<blockTag>) => Promise<{
1662
- from: import('abitype').Address;
1663
- gas: bigint;
1664
- nonce: number;
1665
- to: import('abitype').Address | null;
1666
- type: "legacy";
1667
- value: bigint;
1668
- r: import('viem').Hex;
1669
- s: import('viem').Hex;
1670
- v: bigint;
1671
- yParity?: undefined | undefined;
1672
- blobVersionedHashes?: undefined | undefined;
1673
- gasPrice: bigint;
1674
- maxFeePerBlobGas?: undefined | undefined;
1675
- maxFeePerGas?: undefined | undefined;
1676
- maxPriorityFeePerGas?: undefined | undefined;
1677
- chainId?: number | undefined;
1678
- accessList?: undefined | undefined;
1679
- authorizationList?: undefined | undefined;
1680
- hash: import('viem').Hash;
1681
- input: import('viem').Hex;
1682
- typeHex: import('viem').Hex | null;
1683
- blockHash: (blockTag extends "pending" ? true : false) extends infer T ? T extends (blockTag extends "pending" ? true : false) ? T extends true ? null : `0x${string}` : never : never;
1684
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_1 ? T_1 extends (blockTag extends "pending" ? true : false) ? T_1 extends true ? null : bigint : never : never;
1685
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_2 ? T_2 extends (blockTag extends "pending" ? true : false) ? T_2 extends true ? null : number : never : never;
1686
- } | {
1687
- from: import('abitype').Address;
1688
- gas: bigint;
1689
- nonce: number;
1690
- to: import('abitype').Address | null;
1691
- type: "eip2930";
1692
- value: bigint;
1693
- r: import('viem').Hex;
1694
- s: import('viem').Hex;
1695
- v: bigint;
1696
- yParity: number;
1697
- blobVersionedHashes?: undefined | undefined;
1698
- gasPrice: bigint;
1699
- maxFeePerBlobGas?: undefined | undefined;
1700
- maxFeePerGas?: undefined | undefined;
1701
- maxPriorityFeePerGas?: undefined | undefined;
1702
- chainId: number;
1703
- accessList: import('viem').AccessList;
1704
- authorizationList?: undefined | undefined;
1705
- hash: import('viem').Hash;
1706
- input: import('viem').Hex;
1707
- typeHex: import('viem').Hex | null;
1708
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_3 ? T_3 extends (blockTag extends "pending" ? true : false) ? T_3 extends true ? null : `0x${string}` : never : never;
1709
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_4 ? T_4 extends (blockTag extends "pending" ? true : false) ? T_4 extends true ? null : bigint : never : never;
1710
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_5 ? T_5 extends (blockTag extends "pending" ? true : false) ? T_5 extends true ? null : number : never : never;
1711
- } | {
1712
- from: import('abitype').Address;
1713
- gas: bigint;
1714
- nonce: number;
1715
- to: import('abitype').Address | null;
1716
- type: "eip1559";
1717
- value: bigint;
1718
- r: import('viem').Hex;
1719
- s: import('viem').Hex;
1720
- v: bigint;
1721
- yParity: number;
1722
- blobVersionedHashes?: undefined | undefined;
1723
- gasPrice?: undefined | undefined;
1724
- maxFeePerBlobGas?: undefined | undefined;
1725
- maxFeePerGas: bigint;
1726
- maxPriorityFeePerGas: bigint;
1727
- chainId: number;
1728
- accessList: import('viem').AccessList;
1729
- authorizationList?: undefined | undefined;
1730
- hash: import('viem').Hash;
1731
- input: import('viem').Hex;
1732
- typeHex: import('viem').Hex | null;
1733
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_6 ? T_6 extends (blockTag extends "pending" ? true : false) ? T_6 extends true ? null : `0x${string}` : never : never;
1734
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_7 ? T_7 extends (blockTag extends "pending" ? true : false) ? T_7 extends true ? null : bigint : never : never;
1735
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_8 ? T_8 extends (blockTag extends "pending" ? true : false) ? T_8 extends true ? null : number : never : never;
1736
- } | {
1737
- from: import('abitype').Address;
1738
- gas: bigint;
1739
- nonce: number;
1740
- to: import('abitype').Address | null;
1741
- type: "eip4844";
1742
- value: bigint;
1743
- r: import('viem').Hex;
1744
- s: import('viem').Hex;
1745
- v: bigint;
1746
- yParity: number;
1747
- blobVersionedHashes: readonly import('viem').Hex[];
1748
- gasPrice?: undefined | undefined;
1749
- maxFeePerBlobGas: bigint;
1750
- maxFeePerGas: bigint;
1751
- maxPriorityFeePerGas: bigint;
1752
- chainId: number;
1753
- accessList: import('viem').AccessList;
1754
- authorizationList?: undefined | undefined;
1755
- hash: import('viem').Hash;
1756
- input: import('viem').Hex;
1757
- typeHex: import('viem').Hex | null;
1758
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_9 ? T_9 extends (blockTag extends "pending" ? true : false) ? T_9 extends true ? null : `0x${string}` : never : never;
1759
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_10 ? T_10 extends (blockTag extends "pending" ? true : false) ? T_10 extends true ? null : bigint : never : never;
1760
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_11 ? T_11 extends (blockTag extends "pending" ? true : false) ? T_11 extends true ? null : number : never : never;
1761
- } | {
1762
- from: import('abitype').Address;
1763
- gas: bigint;
1764
- nonce: number;
1765
- to: import('abitype').Address | null;
1766
- type: "eip7702";
1767
- value: bigint;
1768
- r: import('viem').Hex;
1769
- s: import('viem').Hex;
1770
- v: bigint;
1771
- yParity: number;
1772
- blobVersionedHashes?: undefined | undefined;
1773
- gasPrice?: undefined | undefined;
1774
- maxFeePerBlobGas?: undefined | undefined;
1775
- maxFeePerGas: bigint;
1776
- maxPriorityFeePerGas: bigint;
1777
- chainId: number;
1778
- accessList: import('viem').AccessList;
1779
- authorizationList: import('viem').SignedAuthorizationList;
1780
- hash: import('viem').Hash;
1781
- input: import('viem').Hex;
1782
- typeHex: import('viem').Hex | null;
1783
- blockHash: (blockTag extends "pending" ? true : false) extends infer T_12 ? T_12 extends (blockTag extends "pending" ? true : false) ? T_12 extends true ? null : `0x${string}` : never : never;
1784
- blockNumber: (blockTag extends "pending" ? true : false) extends infer T_13 ? T_13 extends (blockTag extends "pending" ? true : false) ? T_13 extends true ? null : bigint : never : never;
1785
- transactionIndex: (blockTag extends "pending" ? true : false) extends infer T_14 ? T_14 extends (blockTag extends "pending" ? true : false) ? T_14 extends true ? null : number : never : never;
1786
- }>;
1787
- getTransactionConfirmations: (args: import('viem').GetTransactionConfirmationsParameters<{
1760
+ }, chainOverride>, chainOverride extends import('viem').Chain | undefined = undefined, accountOverride extends import('viem').Account | import('viem').Address | undefined = undefined>(args: import('viem').PrepareTransactionRequestParameters<{
1788
1761
  graphCliName: string;
1789
1762
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
1790
1763
  blockExplorers: {
@@ -1794,14 +1767,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1794
1767
  readonly apiUrl: "https://api.etherscan.io/api";
1795
1768
  };
1796
1769
  };
1797
- blockTime?: number | undefined | undefined;
1770
+ blockTime: 12000;
1798
1771
  contracts: {
1799
- readonly ensRegistry: {
1800
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1801
- };
1802
1772
  readonly ensUniversalResolver: {
1803
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1804
- readonly blockCreated: 19258213;
1773
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1774
+ readonly blockCreated: 23085558;
1805
1775
  };
1806
1776
  readonly multicall3: {
1807
1777
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1816,6 +1786,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1816
1786
  readonly symbol: "ETH";
1817
1787
  readonly decimals: 18;
1818
1788
  };
1789
+ experimental_preconfirmationTime?: number | undefined | undefined;
1819
1790
  rpcUrls: {
1820
1791
  readonly default: {
1821
1792
  readonly http: readonly ["https://eth.merkle.io"];
@@ -1843,12 +1814,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1843
1814
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1844
1815
  readonly blockCreated: 751532;
1845
1816
  };
1846
- readonly ensRegistry: {
1847
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1848
- };
1849
1817
  readonly ensUniversalResolver: {
1850
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1851
- readonly blockCreated: 5317080;
1818
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1819
+ readonly blockCreated: 8928790;
1852
1820
  };
1853
1821
  };
1854
1822
  ensTlds?: readonly string[] | undefined;
@@ -1859,6 +1827,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1859
1827
  readonly symbol: "ETH";
1860
1828
  readonly decimals: 18;
1861
1829
  };
1830
+ experimental_preconfirmationTime?: number | undefined | undefined;
1862
1831
  rpcUrls: {
1863
1832
  readonly default: {
1864
1833
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -1880,7 +1849,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1880
1849
  readonly apiUrl: "https://api.arbiscan.io/api";
1881
1850
  };
1882
1851
  };
1883
- blockTime?: number | undefined | undefined;
1852
+ blockTime: 250;
1884
1853
  contracts: {
1885
1854
  readonly multicall3: {
1886
1855
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1895,6 +1864,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1895
1864
  readonly symbol: "ETH";
1896
1865
  readonly decimals: 18;
1897
1866
  };
1867
+ experimental_preconfirmationTime?: number | undefined | undefined;
1898
1868
  rpcUrls: {
1899
1869
  readonly default: {
1900
1870
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -1916,7 +1886,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1916
1886
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1917
1887
  };
1918
1888
  };
1919
- blockTime?: number | undefined | undefined;
1889
+ blockTime: 250;
1920
1890
  contracts: {
1921
1891
  readonly multicall3: {
1922
1892
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1931,6 +1901,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1931
1901
  readonly symbol: "ETH";
1932
1902
  readonly decimals: 18;
1933
1903
  };
1904
+ experimental_preconfirmationTime?: number | undefined | undefined;
1934
1905
  rpcUrls: {
1935
1906
  readonly default: {
1936
1907
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -1942,11 +1913,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1942
1913
  fees?: import('viem').ChainFees<undefined> | undefined;
1943
1914
  formatters?: undefined;
1944
1915
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
1945
- }>) => Promise<import('viem').GetTransactionConfirmationsReturnType>;
1946
- getTransactionCount: (args: import('viem').GetTransactionCountParameters) => Promise<import('viem').GetTransactionCountReturnType>;
1947
- getTransactionReceipt: (args: import('viem').GetTransactionReceiptParameters) => Promise<import('viem').TransactionReceipt>;
1948
- multicall: <const contracts extends readonly unknown[], allowFailure extends boolean = true>(args: import('viem').MulticallParameters<contracts, allowFailure>) => Promise<import('viem').MulticallReturnType<contracts, allowFailure>>;
1949
- prepareTransactionRequest: <const request extends import('viem').PrepareTransactionRequestRequest<{
1916
+ }, import('viem').Account | undefined, chainOverride, accountOverride, request>) => Promise<import('viem').UnionRequiredBy<Extract<import('viem').UnionOmit<import('viem').ExtractChainFormatterParameters<import('viem').DeriveChain<{
1950
1917
  graphCliName: string;
1951
1918
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
1952
1919
  blockExplorers: {
@@ -1956,14 +1923,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1956
1923
  readonly apiUrl: "https://api.etherscan.io/api";
1957
1924
  };
1958
1925
  };
1959
- blockTime?: number | undefined | undefined;
1926
+ blockTime: 12000;
1960
1927
  contracts: {
1961
- readonly ensRegistry: {
1962
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1963
- };
1964
1928
  readonly ensUniversalResolver: {
1965
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1966
- readonly blockCreated: 19258213;
1929
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1930
+ readonly blockCreated: 23085558;
1967
1931
  };
1968
1932
  readonly multicall3: {
1969
1933
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1978,6 +1942,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1978
1942
  readonly symbol: "ETH";
1979
1943
  readonly decimals: 18;
1980
1944
  };
1945
+ experimental_preconfirmationTime?: number | undefined | undefined;
1981
1946
  rpcUrls: {
1982
1947
  readonly default: {
1983
1948
  readonly http: readonly ["https://eth.merkle.io"];
@@ -2005,12 +1970,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2005
1970
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2006
1971
  readonly blockCreated: 751532;
2007
1972
  };
2008
- readonly ensRegistry: {
2009
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2010
- };
2011
1973
  readonly ensUniversalResolver: {
2012
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
2013
- readonly blockCreated: 5317080;
1974
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1975
+ readonly blockCreated: 8928790;
2014
1976
  };
2015
1977
  };
2016
1978
  ensTlds?: readonly string[] | undefined;
@@ -2021,6 +1983,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2021
1983
  readonly symbol: "ETH";
2022
1984
  readonly decimals: 18;
2023
1985
  };
1986
+ experimental_preconfirmationTime?: number | undefined | undefined;
2024
1987
  rpcUrls: {
2025
1988
  readonly default: {
2026
1989
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -2042,7 +2005,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2042
2005
  readonly apiUrl: "https://api.arbiscan.io/api";
2043
2006
  };
2044
2007
  };
2045
- blockTime?: number | undefined | undefined;
2008
+ blockTime: 250;
2046
2009
  contracts: {
2047
2010
  readonly multicall3: {
2048
2011
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2057,6 +2020,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2057
2020
  readonly symbol: "ETH";
2058
2021
  readonly decimals: 18;
2059
2022
  };
2023
+ experimental_preconfirmationTime?: number | undefined | undefined;
2060
2024
  rpcUrls: {
2061
2025
  readonly default: {
2062
2026
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -2078,7 +2042,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2078
2042
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2079
2043
  };
2080
2044
  };
2081
- blockTime?: number | undefined | undefined;
2045
+ blockTime: 250;
2082
2046
  contracts: {
2083
2047
  readonly multicall3: {
2084
2048
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2093,6 +2057,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2093
2057
  readonly symbol: "ETH";
2094
2058
  readonly decimals: 18;
2095
2059
  };
2060
+ experimental_preconfirmationTime?: number | undefined | undefined;
2096
2061
  rpcUrls: {
2097
2062
  readonly default: {
2098
2063
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -2104,7 +2069,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2104
2069
  fees?: import('viem').ChainFees<undefined> | undefined;
2105
2070
  formatters?: undefined;
2106
2071
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2107
- }, chainOverride>, chainOverride extends import('viem').Chain | undefined = undefined, accountOverride extends import('viem').Account | import('abitype').Address | undefined = undefined>(args: import('viem').PrepareTransactionRequestParameters<{
2072
+ }, chainOverride>, "transactionRequest", import('viem').TransactionRequest>, "from"> & (import('viem').DeriveChain<{
2108
2073
  graphCliName: string;
2109
2074
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2110
2075
  blockExplorers: {
@@ -2114,14 +2079,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2114
2079
  readonly apiUrl: "https://api.etherscan.io/api";
2115
2080
  };
2116
2081
  };
2117
- blockTime?: number | undefined | undefined;
2082
+ blockTime: 12000;
2118
2083
  contracts: {
2119
- readonly ensRegistry: {
2120
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2121
- };
2122
2084
  readonly ensUniversalResolver: {
2123
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2124
- readonly blockCreated: 19258213;
2085
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
2086
+ readonly blockCreated: 23085558;
2125
2087
  };
2126
2088
  readonly multicall3: {
2127
2089
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2136,6 +2098,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2136
2098
  readonly symbol: "ETH";
2137
2099
  readonly decimals: 18;
2138
2100
  };
2101
+ experimental_preconfirmationTime?: number | undefined | undefined;
2139
2102
  rpcUrls: {
2140
2103
  readonly default: {
2141
2104
  readonly http: readonly ["https://eth.merkle.io"];
@@ -2163,12 +2126,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2163
2126
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2164
2127
  readonly blockCreated: 751532;
2165
2128
  };
2166
- readonly ensRegistry: {
2167
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2168
- };
2169
2129
  readonly ensUniversalResolver: {
2170
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
2171
- readonly blockCreated: 5317080;
2130
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
2131
+ readonly blockCreated: 8928790;
2172
2132
  };
2173
2133
  };
2174
2134
  ensTlds?: readonly string[] | undefined;
@@ -2179,6 +2139,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2179
2139
  readonly symbol: "ETH";
2180
2140
  readonly decimals: 18;
2181
2141
  };
2142
+ experimental_preconfirmationTime?: number | undefined | undefined;
2182
2143
  rpcUrls: {
2183
2144
  readonly default: {
2184
2145
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -2200,7 +2161,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2200
2161
  readonly apiUrl: "https://api.arbiscan.io/api";
2201
2162
  };
2202
2163
  };
2203
- blockTime?: number | undefined | undefined;
2164
+ blockTime: 250;
2204
2165
  contracts: {
2205
2166
  readonly multicall3: {
2206
2167
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2215,6 +2176,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2215
2176
  readonly symbol: "ETH";
2216
2177
  readonly decimals: 18;
2217
2178
  };
2179
+ experimental_preconfirmationTime?: number | undefined | undefined;
2218
2180
  rpcUrls: {
2219
2181
  readonly default: {
2220
2182
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -2236,7 +2198,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2236
2198
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2237
2199
  };
2238
2200
  };
2239
- blockTime?: number | undefined | undefined;
2201
+ blockTime: 250;
2240
2202
  contracts: {
2241
2203
  readonly multicall3: {
2242
2204
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2251,6 +2213,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2251
2213
  readonly symbol: "ETH";
2252
2214
  readonly decimals: 18;
2253
2215
  };
2216
+ experimental_preconfirmationTime?: number | undefined | undefined;
2254
2217
  rpcUrls: {
2255
2218
  readonly default: {
2256
2219
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -2262,7 +2225,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2262
2225
  fees?: import('viem').ChainFees<undefined> | undefined;
2263
2226
  formatters?: undefined;
2264
2227
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2265
- }, import('viem').Account | undefined, chainOverride, accountOverride, request>) => Promise<import('viem').UnionRequiredBy<Extract<import('viem').UnionOmit<import('viem').ExtractChainFormatterParameters<import('viem').DeriveChain<{
2228
+ }, chainOverride> extends infer T_14 ? T_14 extends import('viem').DeriveChain<{
2266
2229
  graphCliName: string;
2267
2230
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2268
2231
  blockExplorers: {
@@ -2272,14 +2235,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2272
2235
  readonly apiUrl: "https://api.etherscan.io/api";
2273
2236
  };
2274
2237
  };
2275
- blockTime?: number | undefined | undefined;
2238
+ blockTime: 12000;
2276
2239
  contracts: {
2277
- readonly ensRegistry: {
2278
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2279
- };
2280
2240
  readonly ensUniversalResolver: {
2281
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2282
- readonly blockCreated: 19258213;
2241
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
2242
+ readonly blockCreated: 23085558;
2283
2243
  };
2284
2244
  readonly multicall3: {
2285
2245
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2294,6 +2254,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2294
2254
  readonly symbol: "ETH";
2295
2255
  readonly decimals: 18;
2296
2256
  };
2257
+ experimental_preconfirmationTime?: number | undefined | undefined;
2297
2258
  rpcUrls: {
2298
2259
  readonly default: {
2299
2260
  readonly http: readonly ["https://eth.merkle.io"];
@@ -2321,12 +2282,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2321
2282
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2322
2283
  readonly blockCreated: 751532;
2323
2284
  };
2324
- readonly ensRegistry: {
2325
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2326
- };
2327
2285
  readonly ensUniversalResolver: {
2328
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
2329
- readonly blockCreated: 5317080;
2286
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
2287
+ readonly blockCreated: 8928790;
2330
2288
  };
2331
2289
  };
2332
2290
  ensTlds?: readonly string[] | undefined;
@@ -2337,6 +2295,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2337
2295
  readonly symbol: "ETH";
2338
2296
  readonly decimals: 18;
2339
2297
  };
2298
+ experimental_preconfirmationTime?: number | undefined | undefined;
2340
2299
  rpcUrls: {
2341
2300
  readonly default: {
2342
2301
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -2358,7 +2317,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2358
2317
  readonly apiUrl: "https://api.arbiscan.io/api";
2359
2318
  };
2360
2319
  };
2361
- blockTime?: number | undefined | undefined;
2320
+ blockTime: 250;
2362
2321
  contracts: {
2363
2322
  readonly multicall3: {
2364
2323
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2373,6 +2332,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2373
2332
  readonly symbol: "ETH";
2374
2333
  readonly decimals: 18;
2375
2334
  };
2335
+ experimental_preconfirmationTime?: number | undefined | undefined;
2376
2336
  rpcUrls: {
2377
2337
  readonly default: {
2378
2338
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -2394,323 +2354,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2394
2354
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2395
2355
  };
2396
2356
  };
2397
- blockTime?: number | undefined | undefined;
2398
- contracts: {
2399
- readonly multicall3: {
2400
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2401
- readonly blockCreated: 81930;
2402
- };
2403
- };
2404
- ensTlds?: readonly string[] | undefined;
2405
- id: 421614;
2406
- name: "Arbitrum Sepolia";
2407
- nativeCurrency: {
2408
- readonly name: "Arbitrum Sepolia Ether";
2409
- readonly symbol: "ETH";
2410
- readonly decimals: 18;
2411
- };
2412
- rpcUrls: {
2413
- readonly default: {
2414
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2415
- };
2416
- };
2417
- sourceId?: number | undefined | undefined;
2418
- testnet: true;
2419
- custom?: Record<string, unknown> | undefined;
2420
- fees?: import('viem').ChainFees<undefined> | undefined;
2421
- formatters?: undefined;
2422
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2423
- }, chainOverride>, "transactionRequest", import('viem').TransactionRequest>, "from"> & (import('viem').DeriveChain<{
2424
- graphCliName: string;
2425
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2426
- blockExplorers: {
2427
- readonly default: {
2428
- readonly name: "Etherscan";
2429
- readonly url: "https://etherscan.io";
2430
- readonly apiUrl: "https://api.etherscan.io/api";
2431
- };
2432
- };
2433
- blockTime?: number | undefined | undefined;
2434
- contracts: {
2435
- readonly ensRegistry: {
2436
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2437
- };
2438
- readonly ensUniversalResolver: {
2439
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2440
- readonly blockCreated: 19258213;
2441
- };
2442
- readonly multicall3: {
2443
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2444
- readonly blockCreated: 14353601;
2445
- };
2446
- };
2447
- ensTlds?: readonly string[] | undefined;
2448
- id: 1;
2449
- name: "Ethereum";
2450
- nativeCurrency: {
2451
- readonly name: "Ether";
2452
- readonly symbol: "ETH";
2453
- readonly decimals: 18;
2454
- };
2455
- rpcUrls: {
2456
- readonly default: {
2457
- readonly http: readonly ["https://eth.merkle.io"];
2458
- };
2459
- };
2460
- sourceId?: number | undefined | undefined;
2461
- testnet?: boolean | undefined | undefined;
2462
- custom?: Record<string, unknown> | undefined;
2463
- fees?: import('viem').ChainFees<undefined> | undefined;
2464
- formatters?: undefined;
2465
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2466
- } | {
2467
- graphCliName: string;
2468
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2469
- blockExplorers: {
2470
- readonly default: {
2471
- readonly name: "Etherscan";
2472
- readonly url: "https://sepolia.etherscan.io";
2473
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2474
- };
2475
- };
2476
- blockTime?: number | undefined | undefined;
2477
- contracts: {
2478
- readonly multicall3: {
2479
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2480
- readonly blockCreated: 751532;
2481
- };
2482
- readonly ensRegistry: {
2483
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2484
- };
2485
- readonly ensUniversalResolver: {
2486
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
2487
- readonly blockCreated: 5317080;
2488
- };
2489
- };
2490
- ensTlds?: readonly string[] | undefined;
2491
- id: 11155111;
2492
- name: "Sepolia";
2493
- nativeCurrency: {
2494
- readonly name: "Sepolia Ether";
2495
- readonly symbol: "ETH";
2496
- readonly decimals: 18;
2497
- };
2498
- rpcUrls: {
2499
- readonly default: {
2500
- readonly http: readonly ["https://sepolia.drpc.org"];
2501
- };
2502
- };
2503
- sourceId?: number | undefined | undefined;
2504
- testnet: true;
2505
- custom?: Record<string, unknown> | undefined;
2506
- fees?: import('viem').ChainFees<undefined> | undefined;
2507
- formatters?: undefined;
2508
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2509
- } | {
2510
- graphCliName: string;
2511
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2512
- blockExplorers: {
2513
- readonly default: {
2514
- readonly name: "Arbiscan";
2515
- readonly url: "https://arbiscan.io";
2516
- readonly apiUrl: "https://api.arbiscan.io/api";
2517
- };
2518
- };
2519
- blockTime?: number | undefined | undefined;
2520
- contracts: {
2521
- readonly multicall3: {
2522
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2523
- readonly blockCreated: 7654707;
2524
- };
2525
- };
2526
- ensTlds?: readonly string[] | undefined;
2527
- id: 42161;
2528
- name: "Arbitrum One";
2529
- nativeCurrency: {
2530
- readonly name: "Ether";
2531
- readonly symbol: "ETH";
2532
- readonly decimals: 18;
2533
- };
2534
- rpcUrls: {
2535
- readonly default: {
2536
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2537
- };
2538
- };
2539
- sourceId?: number | undefined | undefined;
2540
- testnet?: boolean | undefined | undefined;
2541
- custom?: Record<string, unknown> | undefined;
2542
- fees?: import('viem').ChainFees<undefined> | undefined;
2543
- formatters?: undefined;
2544
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2545
- } | {
2546
- graphCliName: string;
2547
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2548
- blockExplorers: {
2549
- readonly default: {
2550
- readonly name: "Arbiscan";
2551
- readonly url: "https://sepolia.arbiscan.io";
2552
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2553
- };
2554
- };
2555
- blockTime?: number | undefined | undefined;
2556
- contracts: {
2557
- readonly multicall3: {
2558
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2559
- readonly blockCreated: 81930;
2560
- };
2561
- };
2562
- ensTlds?: readonly string[] | undefined;
2563
- id: 421614;
2564
- name: "Arbitrum Sepolia";
2565
- nativeCurrency: {
2566
- readonly name: "Arbitrum Sepolia Ether";
2567
- readonly symbol: "ETH";
2568
- readonly decimals: 18;
2569
- };
2570
- rpcUrls: {
2571
- readonly default: {
2572
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2573
- };
2574
- };
2575
- sourceId?: number | undefined | undefined;
2576
- testnet: true;
2577
- custom?: Record<string, unknown> | undefined;
2578
- fees?: import('viem').ChainFees<undefined> | undefined;
2579
- formatters?: undefined;
2580
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2581
- }, chainOverride> extends infer T_14 ? T_14 extends import('viem').DeriveChain<{
2582
- graphCliName: string;
2583
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2584
- blockExplorers: {
2585
- readonly default: {
2586
- readonly name: "Etherscan";
2587
- readonly url: "https://etherscan.io";
2588
- readonly apiUrl: "https://api.etherscan.io/api";
2589
- };
2590
- };
2591
- blockTime?: number | undefined | undefined;
2592
- contracts: {
2593
- readonly ensRegistry: {
2594
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2595
- };
2596
- readonly ensUniversalResolver: {
2597
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2598
- readonly blockCreated: 19258213;
2599
- };
2600
- readonly multicall3: {
2601
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2602
- readonly blockCreated: 14353601;
2603
- };
2604
- };
2605
- ensTlds?: readonly string[] | undefined;
2606
- id: 1;
2607
- name: "Ethereum";
2608
- nativeCurrency: {
2609
- readonly name: "Ether";
2610
- readonly symbol: "ETH";
2611
- readonly decimals: 18;
2612
- };
2613
- rpcUrls: {
2614
- readonly default: {
2615
- readonly http: readonly ["https://eth.merkle.io"];
2616
- };
2617
- };
2618
- sourceId?: number | undefined | undefined;
2619
- testnet?: boolean | undefined | undefined;
2620
- custom?: Record<string, unknown> | undefined;
2621
- fees?: import('viem').ChainFees<undefined> | undefined;
2622
- formatters?: undefined;
2623
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2624
- } | {
2625
- graphCliName: string;
2626
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2627
- blockExplorers: {
2628
- readonly default: {
2629
- readonly name: "Etherscan";
2630
- readonly url: "https://sepolia.etherscan.io";
2631
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2632
- };
2633
- };
2634
- blockTime?: number | undefined | undefined;
2635
- contracts: {
2636
- readonly multicall3: {
2637
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2638
- readonly blockCreated: 751532;
2639
- };
2640
- readonly ensRegistry: {
2641
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2642
- };
2643
- readonly ensUniversalResolver: {
2644
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
2645
- readonly blockCreated: 5317080;
2646
- };
2647
- };
2648
- ensTlds?: readonly string[] | undefined;
2649
- id: 11155111;
2650
- name: "Sepolia";
2651
- nativeCurrency: {
2652
- readonly name: "Sepolia Ether";
2653
- readonly symbol: "ETH";
2654
- readonly decimals: 18;
2655
- };
2656
- rpcUrls: {
2657
- readonly default: {
2658
- readonly http: readonly ["https://sepolia.drpc.org"];
2659
- };
2660
- };
2661
- sourceId?: number | undefined | undefined;
2662
- testnet: true;
2663
- custom?: Record<string, unknown> | undefined;
2664
- fees?: import('viem').ChainFees<undefined> | undefined;
2665
- formatters?: undefined;
2666
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2667
- } | {
2668
- graphCliName: string;
2669
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2670
- blockExplorers: {
2671
- readonly default: {
2672
- readonly name: "Arbiscan";
2673
- readonly url: "https://arbiscan.io";
2674
- readonly apiUrl: "https://api.arbiscan.io/api";
2675
- };
2676
- };
2677
- blockTime?: number | undefined | undefined;
2678
- contracts: {
2679
- readonly multicall3: {
2680
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2681
- readonly blockCreated: 7654707;
2682
- };
2683
- };
2684
- ensTlds?: readonly string[] | undefined;
2685
- id: 42161;
2686
- name: "Arbitrum One";
2687
- nativeCurrency: {
2688
- readonly name: "Ether";
2689
- readonly symbol: "ETH";
2690
- readonly decimals: 18;
2691
- };
2692
- rpcUrls: {
2693
- readonly default: {
2694
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2695
- };
2696
- };
2697
- sourceId?: number | undefined | undefined;
2698
- testnet?: boolean | undefined | undefined;
2699
- custom?: Record<string, unknown> | undefined;
2700
- fees?: import('viem').ChainFees<undefined> | undefined;
2701
- formatters?: undefined;
2702
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
2703
- } | {
2704
- graphCliName: string;
2705
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
2706
- blockExplorers: {
2707
- readonly default: {
2708
- readonly name: "Arbiscan";
2709
- readonly url: "https://sepolia.arbiscan.io";
2710
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2711
- };
2712
- };
2713
- blockTime?: number | undefined | undefined;
2357
+ blockTime: 250;
2714
2358
  contracts: {
2715
2359
  readonly multicall3: {
2716
2360
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2725,6 +2369,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2725
2369
  readonly symbol: "ETH";
2726
2370
  readonly decimals: 18;
2727
2371
  };
2372
+ experimental_preconfirmationTime?: number | undefined | undefined;
2728
2373
  rpcUrls: {
2729
2374
  readonly default: {
2730
2375
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -2742,7 +2387,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2742
2387
  chain?: undefined;
2743
2388
  } : never : never) & (import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> extends infer T_15 ? T_15 extends import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> ? T_15 extends import('viem').Account ? {
2744
2389
  account: T_15;
2745
- from: import('abitype').Address;
2390
+ from: import('viem').Address;
2746
2391
  } : {
2747
2392
  account?: undefined;
2748
2393
  from?: undefined;
@@ -5998,14 +5643,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
5998
5643
  readonly apiUrl: "https://api.etherscan.io/api";
5999
5644
  };
6000
5645
  };
6001
- blockTime?: number | undefined | undefined;
5646
+ blockTime: 12000;
6002
5647
  contracts: {
6003
- readonly ensRegistry: {
6004
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6005
- };
6006
5648
  readonly ensUniversalResolver: {
6007
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
6008
- readonly blockCreated: 19258213;
5649
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
5650
+ readonly blockCreated: 23085558;
6009
5651
  };
6010
5652
  readonly multicall3: {
6011
5653
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6020,6 +5662,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6020
5662
  readonly symbol: "ETH";
6021
5663
  readonly decimals: 18;
6022
5664
  };
5665
+ experimental_preconfirmationTime?: number | undefined | undefined;
6023
5666
  rpcUrls: {
6024
5667
  readonly default: {
6025
5668
  readonly http: readonly ["https://eth.merkle.io"];
@@ -6047,12 +5690,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6047
5690
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6048
5691
  readonly blockCreated: 751532;
6049
5692
  };
6050
- readonly ensRegistry: {
6051
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6052
- };
6053
5693
  readonly ensUniversalResolver: {
6054
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
6055
- readonly blockCreated: 5317080;
5694
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
5695
+ readonly blockCreated: 8928790;
6056
5696
  };
6057
5697
  };
6058
5698
  ensTlds?: readonly string[] | undefined;
@@ -6063,6 +5703,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6063
5703
  readonly symbol: "ETH";
6064
5704
  readonly decimals: 18;
6065
5705
  };
5706
+ experimental_preconfirmationTime?: number | undefined | undefined;
6066
5707
  rpcUrls: {
6067
5708
  readonly default: {
6068
5709
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -6084,7 +5725,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6084
5725
  readonly apiUrl: "https://api.arbiscan.io/api";
6085
5726
  };
6086
5727
  };
6087
- blockTime?: number | undefined | undefined;
5728
+ blockTime: 250;
6088
5729
  contracts: {
6089
5730
  readonly multicall3: {
6090
5731
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6099,6 +5740,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6099
5740
  readonly symbol: "ETH";
6100
5741
  readonly decimals: 18;
6101
5742
  };
5743
+ experimental_preconfirmationTime?: number | undefined | undefined;
6102
5744
  rpcUrls: {
6103
5745
  readonly default: {
6104
5746
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -6120,7 +5762,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6120
5762
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6121
5763
  };
6122
5764
  };
6123
- blockTime?: number | undefined | undefined;
5765
+ blockTime: 250;
6124
5766
  contracts: {
6125
5767
  readonly multicall3: {
6126
5768
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6135,6 +5777,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6135
5777
  readonly symbol: "ETH";
6136
5778
  readonly decimals: 18;
6137
5779
  };
5780
+ experimental_preconfirmationTime?: number | undefined | undefined;
6138
5781
  rpcUrls: {
6139
5782
  readonly default: {
6140
5783
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -6156,14 +5799,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6156
5799
  readonly apiUrl: "https://api.etherscan.io/api";
6157
5800
  };
6158
5801
  };
6159
- blockTime?: number | undefined | undefined;
5802
+ blockTime: 12000;
6160
5803
  contracts: {
6161
- readonly ensRegistry: {
6162
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6163
- };
6164
5804
  readonly ensUniversalResolver: {
6165
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
6166
- readonly blockCreated: 19258213;
5805
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
5806
+ readonly blockCreated: 23085558;
6167
5807
  };
6168
5808
  readonly multicall3: {
6169
5809
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6178,6 +5818,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6178
5818
  readonly symbol: "ETH";
6179
5819
  readonly decimals: 18;
6180
5820
  };
5821
+ experimental_preconfirmationTime?: number | undefined | undefined;
6181
5822
  rpcUrls: {
6182
5823
  readonly default: {
6183
5824
  readonly http: readonly ["https://eth.merkle.io"];
@@ -6205,12 +5846,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6205
5846
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6206
5847
  readonly blockCreated: 751532;
6207
5848
  };
6208
- readonly ensRegistry: {
6209
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6210
- };
6211
5849
  readonly ensUniversalResolver: {
6212
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
6213
- readonly blockCreated: 5317080;
5850
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
5851
+ readonly blockCreated: 8928790;
6214
5852
  };
6215
5853
  };
6216
5854
  ensTlds?: readonly string[] | undefined;
@@ -6221,6 +5859,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6221
5859
  readonly symbol: "ETH";
6222
5860
  readonly decimals: 18;
6223
5861
  };
5862
+ experimental_preconfirmationTime?: number | undefined | undefined;
6224
5863
  rpcUrls: {
6225
5864
  readonly default: {
6226
5865
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -6242,7 +5881,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6242
5881
  readonly apiUrl: "https://api.arbiscan.io/api";
6243
5882
  };
6244
5883
  };
6245
- blockTime?: number | undefined | undefined;
5884
+ blockTime: 250;
6246
5885
  contracts: {
6247
5886
  readonly multicall3: {
6248
5887
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6257,6 +5896,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6257
5896
  readonly symbol: "ETH";
6258
5897
  readonly decimals: 18;
6259
5898
  };
5899
+ experimental_preconfirmationTime?: number | undefined | undefined;
6260
5900
  rpcUrls: {
6261
5901
  readonly default: {
6262
5902
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -6278,7 +5918,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6278
5918
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6279
5919
  };
6280
5920
  };
6281
- blockTime?: number | undefined | undefined;
5921
+ blockTime: 250;
6282
5922
  contracts: {
6283
5923
  readonly multicall3: {
6284
5924
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6293,6 +5933,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6293
5933
  readonly symbol: "ETH";
6294
5934
  readonly decimals: 18;
6295
5935
  };
5936
+ experimental_preconfirmationTime?: number | undefined | undefined;
6296
5937
  rpcUrls: {
6297
5938
  readonly default: {
6298
5939
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -6314,14 +5955,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6314
5955
  readonly apiUrl: "https://api.etherscan.io/api";
6315
5956
  };
6316
5957
  };
6317
- blockTime?: number | undefined | undefined;
5958
+ blockTime: 12000;
6318
5959
  contracts: {
6319
- readonly ensRegistry: {
6320
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6321
- };
6322
5960
  readonly ensUniversalResolver: {
6323
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
6324
- readonly blockCreated: 19258213;
5961
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
5962
+ readonly blockCreated: 23085558;
6325
5963
  };
6326
5964
  readonly multicall3: {
6327
5965
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6336,6 +5974,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6336
5974
  readonly symbol: "ETH";
6337
5975
  readonly decimals: 18;
6338
5976
  };
5977
+ experimental_preconfirmationTime?: number | undefined | undefined;
6339
5978
  rpcUrls: {
6340
5979
  readonly default: {
6341
5980
  readonly http: readonly ["https://eth.merkle.io"];
@@ -6363,12 +6002,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6363
6002
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
6364
6003
  readonly blockCreated: 751532;
6365
6004
  };
6366
- readonly ensRegistry: {
6367
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
6368
- };
6369
6005
  readonly ensUniversalResolver: {
6370
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
6371
- readonly blockCreated: 5317080;
6006
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
6007
+ readonly blockCreated: 8928790;
6372
6008
  };
6373
6009
  };
6374
6010
  ensTlds?: readonly string[] | undefined;
@@ -6379,6 +6015,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6379
6015
  readonly symbol: "ETH";
6380
6016
  readonly decimals: 18;
6381
6017
  };
6018
+ experimental_preconfirmationTime?: number | undefined | undefined;
6382
6019
  rpcUrls: {
6383
6020
  readonly default: {
6384
6021
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -6400,7 +6037,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6400
6037
  readonly apiUrl: "https://api.arbiscan.io/api";
6401
6038
  };
6402
6039
  };
6403
- blockTime?: number | undefined | undefined;
6040
+ blockTime: 250;
6404
6041
  contracts: {
6405
6042
  readonly multicall3: {
6406
6043
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6415,6 +6052,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6415
6052
  readonly symbol: "ETH";
6416
6053
  readonly decimals: 18;
6417
6054
  };
6055
+ experimental_preconfirmationTime?: number | undefined | undefined;
6418
6056
  rpcUrls: {
6419
6057
  readonly default: {
6420
6058
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -6436,7 +6074,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6436
6074
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6437
6075
  };
6438
6076
  };
6439
- blockTime?: number | undefined | undefined;
6077
+ blockTime: 250;
6440
6078
  contracts: {
6441
6079
  readonly multicall3: {
6442
6080
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6451,6 +6089,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6451
6089
  readonly symbol: "ETH";
6452
6090
  readonly decimals: 18;
6453
6091
  };
6092
+ experimental_preconfirmationTime?: number | undefined | undefined;
6454
6093
  rpcUrls: {
6455
6094
  readonly default: {
6456
6095
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -6468,7 +6107,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6468
6107
  chain?: undefined;
6469
6108
  } : never : never) & (import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> extends infer T_2 ? T_2 extends import('viem').DeriveAccount<import('viem').Account | undefined, accountOverride> ? T_2 extends import('viem').Account ? {
6470
6109
  account: T_2;
6471
- from: import('abitype').Address;
6110
+ from: import('viem').Address;
6472
6111
  } : {
6473
6112
  account?: undefined;
6474
6113
  from?: undefined;
@@ -9680,378 +9319,47 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9680
9319
  authorizationList?: undefined | undefined;
9681
9320
  blobs?: readonly `0x${string}`[] | readonly import('viem').ByteArray[] | undefined;
9682
9321
  blobVersionedHashes?: readonly `0x${string}`[] | undefined;
9683
- maxFeePerBlobGas?: bigint | undefined;
9684
- maxFeePerGas?: bigint | undefined;
9685
- maxPriorityFeePerGas?: bigint | undefined;
9686
- sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
9687
- }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
9688
- blobs: import('viem').TransactionSerializableEIP4844["blobs"];
9689
- } | {
9690
- blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
9691
- } | {
9692
- sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
9693
- }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
9694
- accessList?: import('viem').AccessList | undefined;
9695
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
9696
- blobs?: undefined | undefined;
9697
- blobVersionedHashes?: undefined | undefined;
9698
- gasPrice?: undefined | undefined;
9699
- maxFeePerBlobGas?: undefined | undefined;
9700
- maxFeePerGas?: bigint | undefined;
9701
- maxPriorityFeePerGas?: bigint | undefined;
9702
- sidecars?: undefined | undefined;
9703
- } | {
9704
- accessList?: import('viem').AccessList | undefined;
9705
- authorizationList?: import('viem').SignedAuthorizationList | undefined;
9706
- blobs?: undefined | undefined;
9707
- blobVersionedHashes?: undefined | undefined;
9708
- gasPrice?: undefined | undefined;
9709
- maxFeePerBlobGas?: undefined | undefined;
9710
- maxFeePerGas?: bigint | undefined;
9711
- maxPriorityFeePerGas?: bigint | undefined;
9712
- sidecars?: undefined | undefined;
9713
- }) & {
9714
- authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
9715
- } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)>> & {
9716
- chainId?: number | undefined;
9717
- }, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
9718
- readContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "pure" | "view">, const args extends import('viem').ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import('viem').ReadContractParameters<abi, functionName, args>) => Promise<import('viem').ReadContractReturnType<abi, functionName, args>>;
9719
- sendRawTransaction: (args: import('viem').SendRawTransactionParameters) => Promise<import('viem').SendRawTransactionReturnType>;
9720
- simulate: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;
9721
- simulateBlocks: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;
9722
- simulateCalls: <const calls extends readonly unknown[]>(args: import('viem').SimulateCallsParameters<calls>) => Promise<import('viem').SimulateCallsReturnType<calls>>;
9723
- simulateContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends import('viem').Chain | undefined, accountOverride extends import('viem').Account | import('abitype').Address | undefined = undefined>(args: import('viem').SimulateContractParameters<abi, functionName, args_1, {
9724
- graphCliName: string;
9725
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9726
- blockExplorers: {
9727
- readonly default: {
9728
- readonly name: "Etherscan";
9729
- readonly url: "https://etherscan.io";
9730
- readonly apiUrl: "https://api.etherscan.io/api";
9731
- };
9732
- };
9733
- blockTime?: number | undefined | undefined;
9734
- contracts: {
9735
- readonly ensRegistry: {
9736
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
9737
- };
9738
- readonly ensUniversalResolver: {
9739
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
9740
- readonly blockCreated: 19258213;
9741
- };
9742
- readonly multicall3: {
9743
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9744
- readonly blockCreated: 14353601;
9745
- };
9746
- };
9747
- ensTlds?: readonly string[] | undefined;
9748
- id: 1;
9749
- name: "Ethereum";
9750
- nativeCurrency: {
9751
- readonly name: "Ether";
9752
- readonly symbol: "ETH";
9753
- readonly decimals: 18;
9754
- };
9755
- rpcUrls: {
9756
- readonly default: {
9757
- readonly http: readonly ["https://eth.merkle.io"];
9758
- };
9759
- };
9760
- sourceId?: number | undefined | undefined;
9761
- testnet?: boolean | undefined | undefined;
9762
- custom?: Record<string, unknown> | undefined;
9763
- fees?: import('viem').ChainFees<undefined> | undefined;
9764
- formatters?: undefined;
9765
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9766
- } | {
9767
- graphCliName: string;
9768
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9769
- blockExplorers: {
9770
- readonly default: {
9771
- readonly name: "Etherscan";
9772
- readonly url: "https://sepolia.etherscan.io";
9773
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
9774
- };
9775
- };
9776
- blockTime?: number | undefined | undefined;
9777
- contracts: {
9778
- readonly multicall3: {
9779
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9780
- readonly blockCreated: 751532;
9781
- };
9782
- readonly ensRegistry: {
9783
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
9784
- };
9785
- readonly ensUniversalResolver: {
9786
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
9787
- readonly blockCreated: 5317080;
9788
- };
9789
- };
9790
- ensTlds?: readonly string[] | undefined;
9791
- id: 11155111;
9792
- name: "Sepolia";
9793
- nativeCurrency: {
9794
- readonly name: "Sepolia Ether";
9795
- readonly symbol: "ETH";
9796
- readonly decimals: 18;
9797
- };
9798
- rpcUrls: {
9799
- readonly default: {
9800
- readonly http: readonly ["https://sepolia.drpc.org"];
9801
- };
9802
- };
9803
- sourceId?: number | undefined | undefined;
9804
- testnet: true;
9805
- custom?: Record<string, unknown> | undefined;
9806
- fees?: import('viem').ChainFees<undefined> | undefined;
9807
- formatters?: undefined;
9808
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9809
- } | {
9810
- graphCliName: string;
9811
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9812
- blockExplorers: {
9813
- readonly default: {
9814
- readonly name: "Arbiscan";
9815
- readonly url: "https://arbiscan.io";
9816
- readonly apiUrl: "https://api.arbiscan.io/api";
9817
- };
9818
- };
9819
- blockTime?: number | undefined | undefined;
9820
- contracts: {
9821
- readonly multicall3: {
9822
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9823
- readonly blockCreated: 7654707;
9824
- };
9825
- };
9826
- ensTlds?: readonly string[] | undefined;
9827
- id: 42161;
9828
- name: "Arbitrum One";
9829
- nativeCurrency: {
9830
- readonly name: "Ether";
9831
- readonly symbol: "ETH";
9832
- readonly decimals: 18;
9833
- };
9834
- rpcUrls: {
9835
- readonly default: {
9836
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
9837
- };
9838
- };
9839
- sourceId?: number | undefined | undefined;
9840
- testnet?: boolean | undefined | undefined;
9841
- custom?: Record<string, unknown> | undefined;
9842
- fees?: import('viem').ChainFees<undefined> | undefined;
9843
- formatters?: undefined;
9844
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9845
- } | {
9846
- graphCliName: string;
9847
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9848
- blockExplorers: {
9849
- readonly default: {
9850
- readonly name: "Arbiscan";
9851
- readonly url: "https://sepolia.arbiscan.io";
9852
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
9853
- };
9854
- };
9855
- blockTime?: number | undefined | undefined;
9856
- contracts: {
9857
- readonly multicall3: {
9858
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9859
- readonly blockCreated: 81930;
9860
- };
9861
- };
9862
- ensTlds?: readonly string[] | undefined;
9863
- id: 421614;
9864
- name: "Arbitrum Sepolia";
9865
- nativeCurrency: {
9866
- readonly name: "Arbitrum Sepolia Ether";
9867
- readonly symbol: "ETH";
9868
- readonly decimals: 18;
9869
- };
9870
- rpcUrls: {
9871
- readonly default: {
9872
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
9873
- };
9874
- };
9875
- sourceId?: number | undefined | undefined;
9876
- testnet: true;
9877
- custom?: Record<string, unknown> | undefined;
9878
- fees?: import('viem').ChainFees<undefined> | undefined;
9879
- formatters?: undefined;
9880
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9881
- }, chainOverride, accountOverride>) => Promise<import('viem').SimulateContractReturnType<abi, functionName, args_1, {
9882
- graphCliName: string;
9883
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9884
- blockExplorers: {
9885
- readonly default: {
9886
- readonly name: "Etherscan";
9887
- readonly url: "https://etherscan.io";
9888
- readonly apiUrl: "https://api.etherscan.io/api";
9889
- };
9890
- };
9891
- blockTime?: number | undefined | undefined;
9892
- contracts: {
9893
- readonly ensRegistry: {
9894
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
9895
- };
9896
- readonly ensUniversalResolver: {
9897
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
9898
- readonly blockCreated: 19258213;
9899
- };
9900
- readonly multicall3: {
9901
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9902
- readonly blockCreated: 14353601;
9903
- };
9904
- };
9905
- ensTlds?: readonly string[] | undefined;
9906
- id: 1;
9907
- name: "Ethereum";
9908
- nativeCurrency: {
9909
- readonly name: "Ether";
9910
- readonly symbol: "ETH";
9911
- readonly decimals: 18;
9912
- };
9913
- rpcUrls: {
9914
- readonly default: {
9915
- readonly http: readonly ["https://eth.merkle.io"];
9916
- };
9917
- };
9918
- sourceId?: number | undefined | undefined;
9919
- testnet?: boolean | undefined | undefined;
9920
- custom?: Record<string, unknown> | undefined;
9921
- fees?: import('viem').ChainFees<undefined> | undefined;
9922
- formatters?: undefined;
9923
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9924
- } | {
9925
- graphCliName: string;
9926
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9927
- blockExplorers: {
9928
- readonly default: {
9929
- readonly name: "Etherscan";
9930
- readonly url: "https://sepolia.etherscan.io";
9931
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
9932
- };
9933
- };
9934
- blockTime?: number | undefined | undefined;
9935
- contracts: {
9936
- readonly multicall3: {
9937
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9938
- readonly blockCreated: 751532;
9939
- };
9940
- readonly ensRegistry: {
9941
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
9942
- };
9943
- readonly ensUniversalResolver: {
9944
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
9945
- readonly blockCreated: 5317080;
9946
- };
9947
- };
9948
- ensTlds?: readonly string[] | undefined;
9949
- id: 11155111;
9950
- name: "Sepolia";
9951
- nativeCurrency: {
9952
- readonly name: "Sepolia Ether";
9953
- readonly symbol: "ETH";
9954
- readonly decimals: 18;
9955
- };
9956
- rpcUrls: {
9957
- readonly default: {
9958
- readonly http: readonly ["https://sepolia.drpc.org"];
9959
- };
9960
- };
9961
- sourceId?: number | undefined | undefined;
9962
- testnet: true;
9963
- custom?: Record<string, unknown> | undefined;
9964
- fees?: import('viem').ChainFees<undefined> | undefined;
9965
- formatters?: undefined;
9966
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9967
- } | {
9968
- graphCliName: string;
9969
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
9970
- blockExplorers: {
9971
- readonly default: {
9972
- readonly name: "Arbiscan";
9973
- readonly url: "https://arbiscan.io";
9974
- readonly apiUrl: "https://api.arbiscan.io/api";
9975
- };
9976
- };
9977
- blockTime?: number | undefined | undefined;
9978
- contracts: {
9979
- readonly multicall3: {
9980
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
9981
- readonly blockCreated: 7654707;
9982
- };
9983
- };
9984
- ensTlds?: readonly string[] | undefined;
9985
- id: 42161;
9986
- name: "Arbitrum One";
9987
- nativeCurrency: {
9988
- readonly name: "Ether";
9989
- readonly symbol: "ETH";
9990
- readonly decimals: 18;
9991
- };
9992
- rpcUrls: {
9993
- readonly default: {
9994
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
9995
- };
9996
- };
9997
- sourceId?: number | undefined | undefined;
9998
- testnet?: boolean | undefined | undefined;
9999
- custom?: Record<string, unknown> | undefined;
10000
- fees?: import('viem').ChainFees<undefined> | undefined;
10001
- formatters?: undefined;
10002
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
9322
+ maxFeePerBlobGas?: bigint | undefined;
9323
+ maxFeePerGas?: bigint | undefined;
9324
+ maxPriorityFeePerGas?: bigint | undefined;
9325
+ sidecars?: false | readonly import('viem').BlobSidecar<`0x${string}`>[] | undefined;
9326
+ }) & (import('viem').ExactPartial<import('viem').FeeValuesEIP4844> & import('viem').OneOf<{
9327
+ blobs: import('viem').TransactionSerializableEIP4844["blobs"];
10003
9328
  } | {
10004
- graphCliName: string;
10005
- caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10006
- blockExplorers: {
10007
- readonly default: {
10008
- readonly name: "Arbiscan";
10009
- readonly url: "https://sepolia.arbiscan.io";
10010
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10011
- };
10012
- };
10013
- blockTime?: number | undefined | undefined;
10014
- contracts: {
10015
- readonly multicall3: {
10016
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10017
- readonly blockCreated: 81930;
10018
- };
10019
- };
10020
- ensTlds?: readonly string[] | undefined;
10021
- id: 421614;
10022
- name: "Arbitrum Sepolia";
10023
- nativeCurrency: {
10024
- readonly name: "Arbitrum Sepolia Ether";
10025
- readonly symbol: "ETH";
10026
- readonly decimals: 18;
10027
- };
10028
- rpcUrls: {
10029
- readonly default: {
10030
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
10031
- };
10032
- };
10033
- sourceId?: number | undefined | undefined;
10034
- testnet: true;
10035
- custom?: Record<string, unknown> | undefined;
10036
- fees?: import('viem').ChainFees<undefined> | undefined;
10037
- formatters?: undefined;
10038
- serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
10039
- }, import('viem').Account | undefined, chainOverride, accountOverride>>;
10040
- verifyMessage: (args: import('viem').VerifyMessageActionParameters) => Promise<import('viem').VerifyMessageActionReturnType>;
10041
- verifySiweMessage: (args: {
10042
- blockNumber?: bigint | undefined | undefined;
10043
- blockTag?: import('viem').BlockTag | undefined;
10044
- nonce?: string | undefined | undefined;
10045
- address?: string | undefined;
10046
- domain?: string | undefined | undefined;
10047
- scheme?: string | undefined | undefined;
10048
- time?: Date | undefined;
10049
- message: string;
10050
- signature: import('viem').Hex;
10051
- }) => Promise<boolean>;
10052
- verifyTypedData: (args: import('viem').VerifyTypedDataActionParameters) => Promise<import('viem').VerifyTypedDataActionReturnType>;
10053
- uninstallFilter: (args: import('viem').UninstallFilterParameters) => Promise<import('viem').UninstallFilterReturnType>;
10054
- waitForTransactionReceipt: (args: import('viem').WaitForTransactionReceiptParameters<{
9329
+ blobVersionedHashes: import('viem').TransactionSerializableEIP4844["blobVersionedHashes"];
9330
+ } | {
9331
+ sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
9332
+ }, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
9333
+ accessList?: import('viem').AccessList | undefined;
9334
+ authorizationList?: import('viem').SignedAuthorizationList | undefined;
9335
+ blobs?: undefined | undefined;
9336
+ blobVersionedHashes?: undefined | undefined;
9337
+ gasPrice?: undefined | undefined;
9338
+ maxFeePerBlobGas?: undefined | undefined;
9339
+ maxFeePerGas?: bigint | undefined;
9340
+ maxPriorityFeePerGas?: bigint | undefined;
9341
+ sidecars?: undefined | undefined;
9342
+ } | {
9343
+ accessList?: import('viem').AccessList | undefined;
9344
+ authorizationList?: import('viem').SignedAuthorizationList | undefined;
9345
+ blobs?: undefined | undefined;
9346
+ blobVersionedHashes?: undefined | undefined;
9347
+ gasPrice?: undefined | undefined;
9348
+ maxFeePerBlobGas?: undefined | undefined;
9349
+ maxFeePerGas?: bigint | undefined;
9350
+ maxPriorityFeePerGas?: bigint | undefined;
9351
+ sidecars?: undefined | undefined;
9352
+ }) & {
9353
+ authorizationList: import('viem').TransactionSerializableEIP7702["authorizationList"];
9354
+ } ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)>) ? T_12 extends "eip7702" ? import('viem').TransactionRequestEIP7702 : never : never : never)>> & {
9355
+ chainId?: number | undefined;
9356
+ }, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
9357
+ readContract: <const abi extends import('viem').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "pure" | "view">, const args extends import('viem').ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import('viem').ReadContractParameters<abi, functionName, args>) => Promise<import('viem').ReadContractReturnType<abi, functionName, args>>;
9358
+ sendRawTransaction: (args: import('viem').SendRawTransactionParameters) => Promise<import('viem').SendRawTransactionReturnType>;
9359
+ simulate: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;
9360
+ simulateBlocks: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;
9361
+ simulateCalls: <const calls extends readonly unknown[]>(args: import('viem').SimulateCallsParameters<calls>) => Promise<import('viem').SimulateCallsReturnType<calls>>;
9362
+ simulateContract: <const abi extends import('viem').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends import('viem').Chain | undefined, accountOverride extends import('viem').Account | import('viem').Address | undefined = undefined>(args: import('viem').SimulateContractParameters<abi, functionName, args_1, {
10055
9363
  graphCliName: string;
10056
9364
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10057
9365
  blockExplorers: {
@@ -10061,14 +9369,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10061
9369
  readonly apiUrl: "https://api.etherscan.io/api";
10062
9370
  };
10063
9371
  };
10064
- blockTime?: number | undefined | undefined;
9372
+ blockTime: 12000;
10065
9373
  contracts: {
10066
- readonly ensRegistry: {
10067
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10068
- };
10069
9374
  readonly ensUniversalResolver: {
10070
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10071
- readonly blockCreated: 19258213;
9375
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9376
+ readonly blockCreated: 23085558;
10072
9377
  };
10073
9378
  readonly multicall3: {
10074
9379
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10083,6 +9388,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10083
9388
  readonly symbol: "ETH";
10084
9389
  readonly decimals: 18;
10085
9390
  };
9391
+ experimental_preconfirmationTime?: number | undefined | undefined;
10086
9392
  rpcUrls: {
10087
9393
  readonly default: {
10088
9394
  readonly http: readonly ["https://eth.merkle.io"];
@@ -10110,12 +9416,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10110
9416
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10111
9417
  readonly blockCreated: 751532;
10112
9418
  };
10113
- readonly ensRegistry: {
10114
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10115
- };
10116
9419
  readonly ensUniversalResolver: {
10117
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
10118
- readonly blockCreated: 5317080;
9420
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9421
+ readonly blockCreated: 8928790;
10119
9422
  };
10120
9423
  };
10121
9424
  ensTlds?: readonly string[] | undefined;
@@ -10126,6 +9429,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10126
9429
  readonly symbol: "ETH";
10127
9430
  readonly decimals: 18;
10128
9431
  };
9432
+ experimental_preconfirmationTime?: number | undefined | undefined;
10129
9433
  rpcUrls: {
10130
9434
  readonly default: {
10131
9435
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -10147,7 +9451,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10147
9451
  readonly apiUrl: "https://api.arbiscan.io/api";
10148
9452
  };
10149
9453
  };
10150
- blockTime?: number | undefined | undefined;
9454
+ blockTime: 250;
10151
9455
  contracts: {
10152
9456
  readonly multicall3: {
10153
9457
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10162,6 +9466,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10162
9466
  readonly symbol: "ETH";
10163
9467
  readonly decimals: 18;
10164
9468
  };
9469
+ experimental_preconfirmationTime?: number | undefined | undefined;
10165
9470
  rpcUrls: {
10166
9471
  readonly default: {
10167
9472
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -10183,7 +9488,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10183
9488
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10184
9489
  };
10185
9490
  };
10186
- blockTime?: number | undefined | undefined;
9491
+ blockTime: 250;
10187
9492
  contracts: {
10188
9493
  readonly multicall3: {
10189
9494
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10198,6 +9503,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10198
9503
  readonly symbol: "ETH";
10199
9504
  readonly decimals: 18;
10200
9505
  };
9506
+ experimental_preconfirmationTime?: number | undefined | undefined;
10201
9507
  rpcUrls: {
10202
9508
  readonly default: {
10203
9509
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -10209,9 +9515,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10209
9515
  fees?: import('viem').ChainFees<undefined> | undefined;
10210
9516
  formatters?: undefined;
10211
9517
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
10212
- }>) => Promise<import('viem').TransactionReceipt>;
10213
- watchBlockNumber: (args: import('viem').WatchBlockNumberParameters) => import('viem').WatchBlockNumberReturnType;
10214
- watchBlocks: <includeTransactions extends boolean = false, blockTag extends import('viem').BlockTag = "latest">(args: import('viem').WatchBlocksParameters<HttpTransport, {
9518
+ }, chainOverride, accountOverride>) => Promise<import('viem').SimulateContractReturnType<abi, functionName, args_1, {
10215
9519
  graphCliName: string;
10216
9520
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10217
9521
  blockExplorers: {
@@ -10221,14 +9525,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10221
9525
  readonly apiUrl: "https://api.etherscan.io/api";
10222
9526
  };
10223
9527
  };
10224
- blockTime?: number | undefined | undefined;
9528
+ blockTime: 12000;
10225
9529
  contracts: {
10226
- readonly ensRegistry: {
10227
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10228
- };
10229
9530
  readonly ensUniversalResolver: {
10230
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10231
- readonly blockCreated: 19258213;
9531
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9532
+ readonly blockCreated: 23085558;
10232
9533
  };
10233
9534
  readonly multicall3: {
10234
9535
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10243,6 +9544,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10243
9544
  readonly symbol: "ETH";
10244
9545
  readonly decimals: 18;
10245
9546
  };
9547
+ experimental_preconfirmationTime?: number | undefined | undefined;
10246
9548
  rpcUrls: {
10247
9549
  readonly default: {
10248
9550
  readonly http: readonly ["https://eth.merkle.io"];
@@ -10270,12 +9572,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10270
9572
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10271
9573
  readonly blockCreated: 751532;
10272
9574
  };
10273
- readonly ensRegistry: {
10274
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10275
- };
10276
9575
  readonly ensUniversalResolver: {
10277
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
10278
- readonly blockCreated: 5317080;
9576
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9577
+ readonly blockCreated: 8928790;
10279
9578
  };
10280
9579
  };
10281
9580
  ensTlds?: readonly string[] | undefined;
@@ -10286,6 +9585,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10286
9585
  readonly symbol: "ETH";
10287
9586
  readonly decimals: 18;
10288
9587
  };
9588
+ experimental_preconfirmationTime?: number | undefined | undefined;
10289
9589
  rpcUrls: {
10290
9590
  readonly default: {
10291
9591
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -10307,7 +9607,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10307
9607
  readonly apiUrl: "https://api.arbiscan.io/api";
10308
9608
  };
10309
9609
  };
10310
- blockTime?: number | undefined | undefined;
9610
+ blockTime: 250;
10311
9611
  contracts: {
10312
9612
  readonly multicall3: {
10313
9613
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10322,6 +9622,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10322
9622
  readonly symbol: "ETH";
10323
9623
  readonly decimals: 18;
10324
9624
  };
9625
+ experimental_preconfirmationTime?: number | undefined | undefined;
10325
9626
  rpcUrls: {
10326
9627
  readonly default: {
10327
9628
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -10343,7 +9644,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10343
9644
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10344
9645
  };
10345
9646
  };
10346
- blockTime?: number | undefined | undefined;
9647
+ blockTime: 250;
10347
9648
  contracts: {
10348
9649
  readonly multicall3: {
10349
9650
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10358,6 +9659,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10358
9659
  readonly symbol: "ETH";
10359
9660
  readonly decimals: 18;
10360
9661
  };
9662
+ experimental_preconfirmationTime?: number | undefined | undefined;
10361
9663
  rpcUrls: {
10362
9664
  readonly default: {
10363
9665
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -10369,25 +9671,23 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10369
9671
  fees?: import('viem').ChainFees<undefined> | undefined;
10370
9672
  formatters?: undefined;
10371
9673
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
10372
- }, includeTransactions, blockTag>) => import('viem').WatchBlocksReturnType;
10373
- watchContractEvent: <const abi extends import('abitype').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: import('viem').WatchContractEventParameters<abi, eventName, strict, HttpTransport>) => import('viem').WatchContractEventReturnType;
10374
- watchEvent: <const abiEvent extends import('abitype').AbiEvent | undefined = undefined, const abiEvents extends readonly import('abitype').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('abitype').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined>(args: import('viem').WatchEventParameters<abiEvent, abiEvents, strict, HttpTransport>) => import('viem').WatchEventReturnType;
10375
- watchPendingTransactions: (args: import('viem').WatchPendingTransactionsParameters<HttpTransport>) => import('viem').WatchPendingTransactionsReturnType;
10376
- extend: <const client extends {
10377
- [x: string]: unknown;
10378
- account?: undefined;
10379
- batch?: undefined;
10380
- cacheTime?: undefined;
10381
- ccipRead?: undefined;
10382
- chain?: undefined;
10383
- key?: undefined;
10384
- name?: undefined;
10385
- pollingInterval?: undefined;
10386
- request?: undefined;
10387
- transport?: undefined;
10388
- type?: undefined;
10389
- uid?: undefined;
10390
- } & import('viem').ExactPartial<Pick<import('viem').PublicActions<HttpTransport, {
9674
+ }, import('viem').Account | undefined, chainOverride, accountOverride>>;
9675
+ verifyHash: (args: import('viem').VerifyHashActionParameters) => Promise<import('viem').VerifyHashActionReturnType>;
9676
+ verifyMessage: (args: import('viem').VerifyMessageActionParameters) => Promise<import('viem').VerifyMessageActionReturnType>;
9677
+ verifySiweMessage: (args: {
9678
+ blockNumber?: bigint | undefined | undefined;
9679
+ blockTag?: import('viem').BlockTag | undefined;
9680
+ nonce?: string | undefined | undefined;
9681
+ address?: `0x${string}` | undefined;
9682
+ domain?: string | undefined | undefined;
9683
+ scheme?: string | undefined | undefined;
9684
+ time?: Date | undefined;
9685
+ message: string;
9686
+ signature: import('viem').Hex;
9687
+ }) => Promise<boolean>;
9688
+ verifyTypedData: (args: import('viem').VerifyTypedDataActionParameters) => Promise<import('viem').VerifyTypedDataActionReturnType>;
9689
+ uninstallFilter: (args: import('viem').UninstallFilterParameters) => Promise<import('viem').UninstallFilterReturnType>;
9690
+ waitForTransactionReceipt: (args: import('viem').WaitForTransactionReceiptParameters<{
10391
9691
  graphCliName: string;
10392
9692
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10393
9693
  blockExplorers: {
@@ -10397,14 +9697,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10397
9697
  readonly apiUrl: "https://api.etherscan.io/api";
10398
9698
  };
10399
9699
  };
10400
- blockTime?: number | undefined | undefined;
9700
+ blockTime: 12000;
10401
9701
  contracts: {
10402
- readonly ensRegistry: {
10403
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10404
- };
10405
9702
  readonly ensUniversalResolver: {
10406
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10407
- readonly blockCreated: 19258213;
9703
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9704
+ readonly blockCreated: 23085558;
10408
9705
  };
10409
9706
  readonly multicall3: {
10410
9707
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10419,6 +9716,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10419
9716
  readonly symbol: "ETH";
10420
9717
  readonly decimals: 18;
10421
9718
  };
9719
+ experimental_preconfirmationTime?: number | undefined | undefined;
10422
9720
  rpcUrls: {
10423
9721
  readonly default: {
10424
9722
  readonly http: readonly ["https://eth.merkle.io"];
@@ -10446,12 +9744,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10446
9744
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10447
9745
  readonly blockCreated: 751532;
10448
9746
  };
10449
- readonly ensRegistry: {
10450
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10451
- };
10452
9747
  readonly ensUniversalResolver: {
10453
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
10454
- readonly blockCreated: 5317080;
9748
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9749
+ readonly blockCreated: 8928790;
10455
9750
  };
10456
9751
  };
10457
9752
  ensTlds?: readonly string[] | undefined;
@@ -10462,6 +9757,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10462
9757
  readonly symbol: "ETH";
10463
9758
  readonly decimals: 18;
10464
9759
  };
9760
+ experimental_preconfirmationTime?: number | undefined | undefined;
10465
9761
  rpcUrls: {
10466
9762
  readonly default: {
10467
9763
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -10483,7 +9779,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10483
9779
  readonly apiUrl: "https://api.arbiscan.io/api";
10484
9780
  };
10485
9781
  };
10486
- blockTime?: number | undefined | undefined;
9782
+ blockTime: 250;
10487
9783
  contracts: {
10488
9784
  readonly multicall3: {
10489
9785
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10498,6 +9794,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10498
9794
  readonly symbol: "ETH";
10499
9795
  readonly decimals: 18;
10500
9796
  };
9797
+ experimental_preconfirmationTime?: number | undefined | undefined;
10501
9798
  rpcUrls: {
10502
9799
  readonly default: {
10503
9800
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -10519,7 +9816,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10519
9816
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10520
9817
  };
10521
9818
  };
10522
- blockTime?: number | undefined | undefined;
9819
+ blockTime: 250;
10523
9820
  contracts: {
10524
9821
  readonly multicall3: {
10525
9822
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10534,6 +9831,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10534
9831
  readonly symbol: "ETH";
10535
9832
  readonly decimals: 18;
10536
9833
  };
9834
+ experimental_preconfirmationTime?: number | undefined | undefined;
10537
9835
  rpcUrls: {
10538
9836
  readonly default: {
10539
9837
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -10545,7 +9843,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10545
9843
  fees?: import('viem').ChainFees<undefined> | undefined;
10546
9844
  formatters?: undefined;
10547
9845
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
10548
- }, undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import('viem').WalletActions<{
9846
+ }>) => Promise<import('viem').TransactionReceipt>;
9847
+ watchBlockNumber: (args: import('viem').WatchBlockNumberParameters) => import('viem').WatchBlockNumberReturnType;
9848
+ watchBlocks: <includeTransactions extends boolean = false, blockTag extends import('viem').BlockTag = "latest">(args: import('viem').WatchBlocksParameters<HttpTransport, {
10549
9849
  graphCliName: string;
10550
9850
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10551
9851
  blockExplorers: {
@@ -10555,14 +9855,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10555
9855
  readonly apiUrl: "https://api.etherscan.io/api";
10556
9856
  };
10557
9857
  };
10558
- blockTime?: number | undefined | undefined;
9858
+ blockTime: 12000;
10559
9859
  contracts: {
10560
- readonly ensRegistry: {
10561
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10562
- };
10563
9860
  readonly ensUniversalResolver: {
10564
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10565
- readonly blockCreated: 19258213;
9861
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9862
+ readonly blockCreated: 23085558;
10566
9863
  };
10567
9864
  readonly multicall3: {
10568
9865
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10577,6 +9874,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10577
9874
  readonly symbol: "ETH";
10578
9875
  readonly decimals: 18;
10579
9876
  };
9877
+ experimental_preconfirmationTime?: number | undefined | undefined;
10580
9878
  rpcUrls: {
10581
9879
  readonly default: {
10582
9880
  readonly http: readonly ["https://eth.merkle.io"];
@@ -10604,12 +9902,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10604
9902
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10605
9903
  readonly blockCreated: 751532;
10606
9904
  };
10607
- readonly ensRegistry: {
10608
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10609
- };
10610
9905
  readonly ensUniversalResolver: {
10611
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
10612
- readonly blockCreated: 5317080;
9906
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
9907
+ readonly blockCreated: 8928790;
10613
9908
  };
10614
9909
  };
10615
9910
  ensTlds?: readonly string[] | undefined;
@@ -10620,6 +9915,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10620
9915
  readonly symbol: "ETH";
10621
9916
  readonly decimals: 18;
10622
9917
  };
9918
+ experimental_preconfirmationTime?: number | undefined | undefined;
10623
9919
  rpcUrls: {
10624
9920
  readonly default: {
10625
9921
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -10641,7 +9937,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10641
9937
  readonly apiUrl: "https://api.arbiscan.io/api";
10642
9938
  };
10643
9939
  };
10644
- blockTime?: number | undefined | undefined;
9940
+ blockTime: 250;
10645
9941
  contracts: {
10646
9942
  readonly multicall3: {
10647
9943
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10656,6 +9952,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10656
9952
  readonly symbol: "ETH";
10657
9953
  readonly decimals: 18;
10658
9954
  };
9955
+ experimental_preconfirmationTime?: number | undefined | undefined;
10659
9956
  rpcUrls: {
10660
9957
  readonly default: {
10661
9958
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -10677,7 +9974,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10677
9974
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10678
9975
  };
10679
9976
  };
10680
- blockTime?: number | undefined | undefined;
9977
+ blockTime: 250;
10681
9978
  contracts: {
10682
9979
  readonly multicall3: {
10683
9980
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10692,6 +9989,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10692
9989
  readonly symbol: "ETH";
10693
9990
  readonly decimals: 18;
10694
9991
  };
9992
+ experimental_preconfirmationTime?: number | undefined | undefined;
10695
9993
  rpcUrls: {
10696
9994
  readonly default: {
10697
9995
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -10703,7 +10001,26 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10703
10001
  fees?: import('viem').ChainFees<undefined> | undefined;
10704
10002
  formatters?: undefined;
10705
10003
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
10706
- }, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import('viem').Client<HttpTransport, {
10004
+ }, includeTransactions, blockTag>) => import('viem').WatchBlocksReturnType;
10005
+ watchContractEvent: <const abi extends import('viem').Abi | readonly unknown[], eventName extends import('viem').ContractEventName<abi>, strict extends boolean | undefined = undefined>(args: import('viem').WatchContractEventParameters<abi, eventName, strict, HttpTransport>) => import('viem').WatchContractEventReturnType;
10006
+ watchEvent: <const abiEvent extends import('viem').AbiEvent | undefined = undefined, const abiEvents extends readonly import('viem').AbiEvent[] | readonly unknown[] | undefined = abiEvent extends import('viem').AbiEvent ? [abiEvent] : undefined, strict extends boolean | undefined = undefined>(args: import('viem').WatchEventParameters<abiEvent, abiEvents, strict, HttpTransport>) => import('viem').WatchEventReturnType;
10007
+ watchPendingTransactions: (args: import('viem').WatchPendingTransactionsParameters<HttpTransport>) => import('viem').WatchPendingTransactionsReturnType;
10008
+ extend: <const client extends {
10009
+ [x: string]: unknown;
10010
+ account?: undefined;
10011
+ batch?: undefined;
10012
+ cacheTime?: undefined;
10013
+ ccipRead?: undefined;
10014
+ chain?: undefined;
10015
+ experimental_blockTag?: undefined;
10016
+ key?: undefined;
10017
+ name?: undefined;
10018
+ pollingInterval?: undefined;
10019
+ request?: undefined;
10020
+ transport?: undefined;
10021
+ type?: undefined;
10022
+ uid?: undefined;
10023
+ } & import('viem').ExactPartial<Pick<import('viem').PublicActions<HttpTransport, {
10707
10024
  graphCliName: string;
10708
10025
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10709
10026
  blockExplorers: {
@@ -10713,14 +10030,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10713
10030
  readonly apiUrl: "https://api.etherscan.io/api";
10714
10031
  };
10715
10032
  };
10716
- blockTime?: number | undefined | undefined;
10033
+ blockTime: 12000;
10717
10034
  contracts: {
10718
- readonly ensRegistry: {
10719
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10720
- };
10721
10035
  readonly ensUniversalResolver: {
10722
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10723
- readonly blockCreated: 19258213;
10036
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10037
+ readonly blockCreated: 23085558;
10724
10038
  };
10725
10039
  readonly multicall3: {
10726
10040
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10735,6 +10049,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10735
10049
  readonly symbol: "ETH";
10736
10050
  readonly decimals: 18;
10737
10051
  };
10052
+ experimental_preconfirmationTime?: number | undefined | undefined;
10738
10053
  rpcUrls: {
10739
10054
  readonly default: {
10740
10055
  readonly http: readonly ["https://eth.merkle.io"];
@@ -10762,12 +10077,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10762
10077
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10763
10078
  readonly blockCreated: 751532;
10764
10079
  };
10765
- readonly ensRegistry: {
10766
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10767
- };
10768
10080
  readonly ensUniversalResolver: {
10769
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
10770
- readonly blockCreated: 5317080;
10081
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10082
+ readonly blockCreated: 8928790;
10771
10083
  };
10772
10084
  };
10773
10085
  ensTlds?: readonly string[] | undefined;
@@ -10778,6 +10090,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10778
10090
  readonly symbol: "ETH";
10779
10091
  readonly decimals: 18;
10780
10092
  };
10093
+ experimental_preconfirmationTime?: number | undefined | undefined;
10781
10094
  rpcUrls: {
10782
10095
  readonly default: {
10783
10096
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -10799,7 +10112,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10799
10112
  readonly apiUrl: "https://api.arbiscan.io/api";
10800
10113
  };
10801
10114
  };
10802
- blockTime?: number | undefined | undefined;
10115
+ blockTime: 250;
10803
10116
  contracts: {
10804
10117
  readonly multicall3: {
10805
10118
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10814,6 +10127,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10814
10127
  readonly symbol: "ETH";
10815
10128
  readonly decimals: 18;
10816
10129
  };
10130
+ experimental_preconfirmationTime?: number | undefined | undefined;
10817
10131
  rpcUrls: {
10818
10132
  readonly default: {
10819
10133
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -10835,7 +10149,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10835
10149
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10836
10150
  };
10837
10151
  };
10838
- blockTime?: number | undefined | undefined;
10152
+ blockTime: 250;
10839
10153
  contracts: {
10840
10154
  readonly multicall3: {
10841
10155
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10850,6 +10164,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10850
10164
  readonly symbol: "ETH";
10851
10165
  readonly decimals: 18;
10852
10166
  };
10167
+ experimental_preconfirmationTime?: number | undefined | undefined;
10853
10168
  rpcUrls: {
10854
10169
  readonly default: {
10855
10170
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -10861,7 +10176,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10861
10176
  fees?: import('viem').ChainFees<undefined> | undefined;
10862
10177
  formatters?: undefined;
10863
10178
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
10864
- }, undefined, import('viem').PublicRpcSchema, import('viem').PublicActions<HttpTransport, {
10179
+ }, undefined>, "call" | "createContractEventFilter" | "createEventFilter" | "estimateContractGas" | "estimateGas" | "getBlock" | "getBlockNumber" | "getChainId" | "getContractEvents" | "getEnsText" | "getFilterChanges" | "getGasPrice" | "getLogs" | "getTransaction" | "getTransactionCount" | "getTransactionReceipt" | "prepareTransactionRequest" | "readContract" | "sendRawTransaction" | "simulateContract" | "uninstallFilter" | "watchBlockNumber" | "watchContractEvent"> & Pick<import('viem').WalletActions<{
10865
10180
  graphCliName: string;
10866
10181
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
10867
10182
  blockExplorers: {
@@ -10871,14 +10186,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10871
10186
  readonly apiUrl: "https://api.etherscan.io/api";
10872
10187
  };
10873
10188
  };
10874
- blockTime?: number | undefined | undefined;
10189
+ blockTime: 12000;
10875
10190
  contracts: {
10876
- readonly ensRegistry: {
10877
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10878
- };
10879
10191
  readonly ensUniversalResolver: {
10880
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
10881
- readonly blockCreated: 19258213;
10192
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10193
+ readonly blockCreated: 23085558;
10882
10194
  };
10883
10195
  readonly multicall3: {
10884
10196
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10893,6 +10205,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10893
10205
  readonly symbol: "ETH";
10894
10206
  readonly decimals: 18;
10895
10207
  };
10208
+ experimental_preconfirmationTime?: number | undefined | undefined;
10896
10209
  rpcUrls: {
10897
10210
  readonly default: {
10898
10211
  readonly http: readonly ["https://eth.merkle.io"];
@@ -10920,12 +10233,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10920
10233
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
10921
10234
  readonly blockCreated: 751532;
10922
10235
  };
10923
- readonly ensRegistry: {
10924
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
10925
- };
10926
10236
  readonly ensUniversalResolver: {
10927
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
10928
- readonly blockCreated: 5317080;
10237
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10238
+ readonly blockCreated: 8928790;
10929
10239
  };
10930
10240
  };
10931
10241
  ensTlds?: readonly string[] | undefined;
@@ -10936,6 +10246,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10936
10246
  readonly symbol: "ETH";
10937
10247
  readonly decimals: 18;
10938
10248
  };
10249
+ experimental_preconfirmationTime?: number | undefined | undefined;
10939
10250
  rpcUrls: {
10940
10251
  readonly default: {
10941
10252
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -10957,7 +10268,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10957
10268
  readonly apiUrl: "https://api.arbiscan.io/api";
10958
10269
  };
10959
10270
  };
10960
- blockTime?: number | undefined | undefined;
10271
+ blockTime: 250;
10961
10272
  contracts: {
10962
10273
  readonly multicall3: {
10963
10274
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10972,6 +10283,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10972
10283
  readonly symbol: "ETH";
10973
10284
  readonly decimals: 18;
10974
10285
  };
10286
+ experimental_preconfirmationTime?: number | undefined | undefined;
10975
10287
  rpcUrls: {
10976
10288
  readonly default: {
10977
10289
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -10993,7 +10305,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10993
10305
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10994
10306
  };
10995
10307
  };
10996
- blockTime?: number | undefined | undefined;
10308
+ blockTime: 250;
10997
10309
  contracts: {
10998
10310
  readonly multicall3: {
10999
10311
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11008,6 +10320,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11008
10320
  readonly symbol: "ETH";
11009
10321
  readonly decimals: 18;
11010
10322
  };
10323
+ experimental_preconfirmationTime?: number | undefined | undefined;
11011
10324
  rpcUrls: {
11012
10325
  readonly default: {
11013
10326
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11019,7 +10332,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11019
10332
  fees?: import('viem').ChainFees<undefined> | undefined;
11020
10333
  formatters?: undefined;
11021
10334
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11022
- }>>) => client) => import('viem').Client<HttpTransport, {
10335
+ }, undefined>, "sendTransaction" | "writeContract">>>(fn: (client: import('viem').Client<HttpTransport, {
11023
10336
  graphCliName: string;
11024
10337
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
11025
10338
  blockExplorers: {
@@ -11029,14 +10342,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11029
10342
  readonly apiUrl: "https://api.etherscan.io/api";
11030
10343
  };
11031
10344
  };
11032
- blockTime?: number | undefined | undefined;
10345
+ blockTime: 12000;
11033
10346
  contracts: {
11034
- readonly ensRegistry: {
11035
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11036
- };
11037
10347
  readonly ensUniversalResolver: {
11038
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
11039
- readonly blockCreated: 19258213;
10348
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10349
+ readonly blockCreated: 23085558;
11040
10350
  };
11041
10351
  readonly multicall3: {
11042
10352
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11051,6 +10361,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11051
10361
  readonly symbol: "ETH";
11052
10362
  readonly decimals: 18;
11053
10363
  };
10364
+ experimental_preconfirmationTime?: number | undefined | undefined;
11054
10365
  rpcUrls: {
11055
10366
  readonly default: {
11056
10367
  readonly http: readonly ["https://eth.merkle.io"];
@@ -11078,12 +10389,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11078
10389
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11079
10390
  readonly blockCreated: 751532;
11080
10391
  };
11081
- readonly ensRegistry: {
11082
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11083
- };
11084
10392
  readonly ensUniversalResolver: {
11085
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
11086
- readonly blockCreated: 5317080;
10393
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10394
+ readonly blockCreated: 8928790;
11087
10395
  };
11088
10396
  };
11089
10397
  ensTlds?: readonly string[] | undefined;
@@ -11094,6 +10402,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11094
10402
  readonly symbol: "ETH";
11095
10403
  readonly decimals: 18;
11096
10404
  };
10405
+ experimental_preconfirmationTime?: number | undefined | undefined;
11097
10406
  rpcUrls: {
11098
10407
  readonly default: {
11099
10408
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -11115,7 +10424,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11115
10424
  readonly apiUrl: "https://api.arbiscan.io/api";
11116
10425
  };
11117
10426
  };
11118
- blockTime?: number | undefined | undefined;
10427
+ blockTime: 250;
11119
10428
  contracts: {
11120
10429
  readonly multicall3: {
11121
10430
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11130,6 +10439,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11130
10439
  readonly symbol: "ETH";
11131
10440
  readonly decimals: 18;
11132
10441
  };
10442
+ experimental_preconfirmationTime?: number | undefined | undefined;
11133
10443
  rpcUrls: {
11134
10444
  readonly default: {
11135
10445
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -11151,7 +10461,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11151
10461
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11152
10462
  };
11153
10463
  };
11154
- blockTime?: number | undefined | undefined;
10464
+ blockTime: 250;
11155
10465
  contracts: {
11156
10466
  readonly multicall3: {
11157
10467
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11166,6 +10476,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11166
10476
  readonly symbol: "ETH";
11167
10477
  readonly decimals: 18;
11168
10478
  };
10479
+ experimental_preconfirmationTime?: number | undefined | undefined;
11169
10480
  rpcUrls: {
11170
10481
  readonly default: {
11171
10482
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11177,7 +10488,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11177
10488
  fees?: import('viem').ChainFees<undefined> | undefined;
11178
10489
  formatters?: undefined;
11179
10490
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11180
- }, undefined, import('viem').PublicRpcSchema, { [K in keyof client]: client[K]; } & import('viem').PublicActions<HttpTransport, {
10491
+ }, undefined, import('viem').PublicRpcSchema, import('viem').PublicActions<HttpTransport, {
11181
10492
  graphCliName: string;
11182
10493
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
11183
10494
  blockExplorers: {
@@ -11187,14 +10498,11 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11187
10498
  readonly apiUrl: "https://api.etherscan.io/api";
11188
10499
  };
11189
10500
  };
11190
- blockTime?: number | undefined | undefined;
10501
+ blockTime: 12000;
11191
10502
  contracts: {
11192
- readonly ensRegistry: {
11193
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11194
- };
11195
10503
  readonly ensUniversalResolver: {
11196
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
11197
- readonly blockCreated: 19258213;
10504
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10505
+ readonly blockCreated: 23085558;
11198
10506
  };
11199
10507
  readonly multicall3: {
11200
10508
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11209,6 +10517,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11209
10517
  readonly symbol: "ETH";
11210
10518
  readonly decimals: 18;
11211
10519
  };
10520
+ experimental_preconfirmationTime?: number | undefined | undefined;
11212
10521
  rpcUrls: {
11213
10522
  readonly default: {
11214
10523
  readonly http: readonly ["https://eth.merkle.io"];
@@ -11236,12 +10545,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11236
10545
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11237
10546
  readonly blockCreated: 751532;
11238
10547
  };
11239
- readonly ensRegistry: {
11240
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11241
- };
11242
10548
  readonly ensUniversalResolver: {
11243
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
11244
- readonly blockCreated: 5317080;
10549
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10550
+ readonly blockCreated: 8928790;
11245
10551
  };
11246
10552
  };
11247
10553
  ensTlds?: readonly string[] | undefined;
@@ -11252,6 +10558,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11252
10558
  readonly symbol: "ETH";
11253
10559
  readonly decimals: 18;
11254
10560
  };
10561
+ experimental_preconfirmationTime?: number | undefined | undefined;
11255
10562
  rpcUrls: {
11256
10563
  readonly default: {
11257
10564
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -11273,7 +10580,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11273
10580
  readonly apiUrl: "https://api.arbiscan.io/api";
11274
10581
  };
11275
10582
  };
11276
- blockTime?: number | undefined | undefined;
10583
+ blockTime: 250;
11277
10584
  contracts: {
11278
10585
  readonly multicall3: {
11279
10586
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11288,6 +10595,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11288
10595
  readonly symbol: "ETH";
11289
10596
  readonly decimals: 18;
11290
10597
  };
10598
+ experimental_preconfirmationTime?: number | undefined | undefined;
11291
10599
  rpcUrls: {
11292
10600
  readonly default: {
11293
10601
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -11309,7 +10617,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11309
10617
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11310
10618
  };
11311
10619
  };
11312
- blockTime?: number | undefined | undefined;
10620
+ blockTime: 250;
11313
10621
  contracts: {
11314
10622
  readonly multicall3: {
11315
10623
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11324,6 +10632,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11324
10632
  readonly symbol: "ETH";
11325
10633
  readonly decimals: 18;
11326
10634
  };
10635
+ experimental_preconfirmationTime?: number | undefined | undefined;
11327
10636
  rpcUrls: {
11328
10637
  readonly default: {
11329
10638
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11335,13 +10644,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11335
10644
  fees?: import('viem').ChainFees<undefined> | undefined;
11336
10645
  formatters?: undefined;
11337
10646
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11338
- }>>;
11339
- };
11340
- export type PublicClient = ReturnType<typeof buildPublicClient>;
11341
- export declare const BuildClientArgs: z.ZodObject<{
11342
- infuraKey: z.ZodReadonly<z.ZodString>;
11343
- } & {
11344
- chain: z.ZodDefault<z.ZodOptional<z.ZodType<{
10647
+ }>>) => client) => import('viem').Client<HttpTransport, {
11345
10648
  graphCliName: string;
11346
10649
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
11347
10650
  blockExplorers: {
@@ -11351,14 +10654,11 @@ export declare const BuildClientArgs: z.ZodObject<{
11351
10654
  readonly apiUrl: "https://api.etherscan.io/api";
11352
10655
  };
11353
10656
  };
11354
- blockTime?: number | undefined | undefined;
10657
+ blockTime: 12000;
11355
10658
  contracts: {
11356
- readonly ensRegistry: {
11357
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11358
- };
11359
10659
  readonly ensUniversalResolver: {
11360
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
11361
- readonly blockCreated: 19258213;
10660
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10661
+ readonly blockCreated: 23085558;
11362
10662
  };
11363
10663
  readonly multicall3: {
11364
10664
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11373,6 +10673,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11373
10673
  readonly symbol: "ETH";
11374
10674
  readonly decimals: 18;
11375
10675
  };
10676
+ experimental_preconfirmationTime?: number | undefined | undefined;
11376
10677
  rpcUrls: {
11377
10678
  readonly default: {
11378
10679
  readonly http: readonly ["https://eth.merkle.io"];
@@ -11400,12 +10701,9 @@ export declare const BuildClientArgs: z.ZodObject<{
11400
10701
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11401
10702
  readonly blockCreated: 751532;
11402
10703
  };
11403
- readonly ensRegistry: {
11404
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11405
- };
11406
10704
  readonly ensUniversalResolver: {
11407
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
11408
- readonly blockCreated: 5317080;
10705
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10706
+ readonly blockCreated: 8928790;
11409
10707
  };
11410
10708
  };
11411
10709
  ensTlds?: readonly string[] | undefined;
@@ -11416,6 +10714,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11416
10714
  readonly symbol: "ETH";
11417
10715
  readonly decimals: 18;
11418
10716
  };
10717
+ experimental_preconfirmationTime?: number | undefined | undefined;
11419
10718
  rpcUrls: {
11420
10719
  readonly default: {
11421
10720
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -11437,7 +10736,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11437
10736
  readonly apiUrl: "https://api.arbiscan.io/api";
11438
10737
  };
11439
10738
  };
11440
- blockTime?: number | undefined | undefined;
10739
+ blockTime: 250;
11441
10740
  contracts: {
11442
10741
  readonly multicall3: {
11443
10742
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11452,6 +10751,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11452
10751
  readonly symbol: "ETH";
11453
10752
  readonly decimals: 18;
11454
10753
  };
10754
+ experimental_preconfirmationTime?: number | undefined | undefined;
11455
10755
  rpcUrls: {
11456
10756
  readonly default: {
11457
10757
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -11473,7 +10773,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11473
10773
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11474
10774
  };
11475
10775
  };
11476
- blockTime?: number | undefined | undefined;
10776
+ blockTime: 250;
11477
10777
  contracts: {
11478
10778
  readonly multicall3: {
11479
10779
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11488,6 +10788,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11488
10788
  readonly symbol: "ETH";
11489
10789
  readonly decimals: 18;
11490
10790
  };
10791
+ experimental_preconfirmationTime?: number | undefined | undefined;
11491
10792
  rpcUrls: {
11492
10793
  readonly default: {
11493
10794
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11499,7 +10800,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11499
10800
  fees?: import('viem').ChainFees<undefined> | undefined;
11500
10801
  formatters?: undefined;
11501
10802
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11502
- }, z.ZodTypeDef, {
10803
+ }, undefined, import('viem').PublicRpcSchema, { [K in keyof client]: client[K]; } & import('viem').PublicActions<HttpTransport, {
11503
10804
  graphCliName: string;
11504
10805
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
11505
10806
  blockExplorers: {
@@ -11509,14 +10810,11 @@ export declare const BuildClientArgs: z.ZodObject<{
11509
10810
  readonly apiUrl: "https://api.etherscan.io/api";
11510
10811
  };
11511
10812
  };
11512
- blockTime?: number | undefined | undefined;
10813
+ blockTime: 12000;
11513
10814
  contracts: {
11514
- readonly ensRegistry: {
11515
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11516
- };
11517
10815
  readonly ensUniversalResolver: {
11518
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
11519
- readonly blockCreated: 19258213;
10816
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10817
+ readonly blockCreated: 23085558;
11520
10818
  };
11521
10819
  readonly multicall3: {
11522
10820
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11531,6 +10829,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11531
10829
  readonly symbol: "ETH";
11532
10830
  readonly decimals: 18;
11533
10831
  };
10832
+ experimental_preconfirmationTime?: number | undefined | undefined;
11534
10833
  rpcUrls: {
11535
10834
  readonly default: {
11536
10835
  readonly http: readonly ["https://eth.merkle.io"];
@@ -11558,12 +10857,9 @@ export declare const BuildClientArgs: z.ZodObject<{
11558
10857
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11559
10858
  readonly blockCreated: 751532;
11560
10859
  };
11561
- readonly ensRegistry: {
11562
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11563
- };
11564
10860
  readonly ensUniversalResolver: {
11565
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
11566
- readonly blockCreated: 5317080;
10861
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10862
+ readonly blockCreated: 8928790;
11567
10863
  };
11568
10864
  };
11569
10865
  ensTlds?: readonly string[] | undefined;
@@ -11574,6 +10870,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11574
10870
  readonly symbol: "ETH";
11575
10871
  readonly decimals: 18;
11576
10872
  };
10873
+ experimental_preconfirmationTime?: number | undefined | undefined;
11577
10874
  rpcUrls: {
11578
10875
  readonly default: {
11579
10876
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -11595,7 +10892,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11595
10892
  readonly apiUrl: "https://api.arbiscan.io/api";
11596
10893
  };
11597
10894
  };
11598
- blockTime?: number | undefined | undefined;
10895
+ blockTime: 250;
11599
10896
  contracts: {
11600
10897
  readonly multicall3: {
11601
10898
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11610,6 +10907,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11610
10907
  readonly symbol: "ETH";
11611
10908
  readonly decimals: 18;
11612
10909
  };
10910
+ experimental_preconfirmationTime?: number | undefined | undefined;
11613
10911
  rpcUrls: {
11614
10912
  readonly default: {
11615
10913
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -11631,7 +10929,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11631
10929
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11632
10930
  };
11633
10931
  };
11634
- blockTime?: number | undefined | undefined;
10932
+ blockTime: 250;
11635
10933
  contracts: {
11636
10934
  readonly multicall3: {
11637
10935
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11646,6 +10944,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11646
10944
  readonly symbol: "ETH";
11647
10945
  readonly decimals: 18;
11648
10946
  };
10947
+ experimental_preconfirmationTime?: number | undefined | undefined;
11649
10948
  rpcUrls: {
11650
10949
  readonly default: {
11651
10950
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11657,10 +10956,12 @@ export declare const BuildClientArgs: z.ZodObject<{
11657
10956
  fees?: import('viem').ChainFees<undefined> | undefined;
11658
10957
  formatters?: undefined;
11659
10958
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11660
- }>>>;
11661
- }, "strip", z.ZodTypeAny, {
11662
- infuraKey: string;
11663
- chain: {
10959
+ }>>;
10960
+ };
10961
+ export type PublicClient = ReturnType<typeof buildPublicClient>;
10962
+ export declare const BuildClientArgs: z.ZodObject<{
10963
+ infuraKey: z.ZodReadonly<z.ZodString>;
10964
+ chain: z.ZodDefault<z.ZodOptional<z.ZodCustom<{
11664
10965
  graphCliName: string;
11665
10966
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
11666
10967
  blockExplorers: {
@@ -11670,14 +10971,11 @@ export declare const BuildClientArgs: z.ZodObject<{
11670
10971
  readonly apiUrl: "https://api.etherscan.io/api";
11671
10972
  };
11672
10973
  };
11673
- blockTime?: number | undefined | undefined;
10974
+ blockTime: 12000;
11674
10975
  contracts: {
11675
- readonly ensRegistry: {
11676
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11677
- };
11678
10976
  readonly ensUniversalResolver: {
11679
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
11680
- readonly blockCreated: 19258213;
10977
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
10978
+ readonly blockCreated: 23085558;
11681
10979
  };
11682
10980
  readonly multicall3: {
11683
10981
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11692,6 +10990,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11692
10990
  readonly symbol: "ETH";
11693
10991
  readonly decimals: 18;
11694
10992
  };
10993
+ experimental_preconfirmationTime?: number | undefined | undefined;
11695
10994
  rpcUrls: {
11696
10995
  readonly default: {
11697
10996
  readonly http: readonly ["https://eth.merkle.io"];
@@ -11719,12 +11018,9 @@ export declare const BuildClientArgs: z.ZodObject<{
11719
11018
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11720
11019
  readonly blockCreated: 751532;
11721
11020
  };
11722
- readonly ensRegistry: {
11723
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11724
- };
11725
11021
  readonly ensUniversalResolver: {
11726
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
11727
- readonly blockCreated: 5317080;
11022
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11023
+ readonly blockCreated: 8928790;
11728
11024
  };
11729
11025
  };
11730
11026
  ensTlds?: readonly string[] | undefined;
@@ -11735,6 +11031,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11735
11031
  readonly symbol: "ETH";
11736
11032
  readonly decimals: 18;
11737
11033
  };
11034
+ experimental_preconfirmationTime?: number | undefined | undefined;
11738
11035
  rpcUrls: {
11739
11036
  readonly default: {
11740
11037
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -11756,7 +11053,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11756
11053
  readonly apiUrl: "https://api.arbiscan.io/api";
11757
11054
  };
11758
11055
  };
11759
- blockTime?: number | undefined | undefined;
11056
+ blockTime: 250;
11760
11057
  contracts: {
11761
11058
  readonly multicall3: {
11762
11059
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11771,6 +11068,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11771
11068
  readonly symbol: "ETH";
11772
11069
  readonly decimals: 18;
11773
11070
  };
11071
+ experimental_preconfirmationTime?: number | undefined | undefined;
11774
11072
  rpcUrls: {
11775
11073
  readonly default: {
11776
11074
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -11792,7 +11090,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11792
11090
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11793
11091
  };
11794
11092
  };
11795
- blockTime?: number | undefined | undefined;
11093
+ blockTime: 250;
11796
11094
  contracts: {
11797
11095
  readonly multicall3: {
11798
11096
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11807,6 +11105,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11807
11105
  readonly symbol: "ETH";
11808
11106
  readonly decimals: 18;
11809
11107
  };
11108
+ experimental_preconfirmationTime?: number | undefined | undefined;
11810
11109
  rpcUrls: {
11811
11110
  readonly default: {
11812
11111
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11818,10 +11117,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11818
11117
  fees?: import('viem').ChainFees<undefined> | undefined;
11819
11118
  formatters?: undefined;
11820
11119
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11821
- };
11822
- }, {
11823
- infuraKey: string;
11824
- chain?: {
11120
+ }, {
11825
11121
  graphCliName: string;
11826
11122
  caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}` | `stellar:${string}` | `stellar:${number}`;
11827
11123
  blockExplorers: {
@@ -11831,14 +11127,11 @@ export declare const BuildClientArgs: z.ZodObject<{
11831
11127
  readonly apiUrl: "https://api.etherscan.io/api";
11832
11128
  };
11833
11129
  };
11834
- blockTime?: number | undefined | undefined;
11130
+ blockTime: 12000;
11835
11131
  contracts: {
11836
- readonly ensRegistry: {
11837
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11838
- };
11839
11132
  readonly ensUniversalResolver: {
11840
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
11841
- readonly blockCreated: 19258213;
11133
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11134
+ readonly blockCreated: 23085558;
11842
11135
  };
11843
11136
  readonly multicall3: {
11844
11137
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11853,6 +11146,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11853
11146
  readonly symbol: "ETH";
11854
11147
  readonly decimals: 18;
11855
11148
  };
11149
+ experimental_preconfirmationTime?: number | undefined | undefined;
11856
11150
  rpcUrls: {
11857
11151
  readonly default: {
11858
11152
  readonly http: readonly ["https://eth.merkle.io"];
@@ -11880,12 +11174,9 @@ export declare const BuildClientArgs: z.ZodObject<{
11880
11174
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
11881
11175
  readonly blockCreated: 751532;
11882
11176
  };
11883
- readonly ensRegistry: {
11884
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
11885
- };
11886
11177
  readonly ensUniversalResolver: {
11887
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
11888
- readonly blockCreated: 5317080;
11178
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11179
+ readonly blockCreated: 8928790;
11889
11180
  };
11890
11181
  };
11891
11182
  ensTlds?: readonly string[] | undefined;
@@ -11896,6 +11187,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11896
11187
  readonly symbol: "ETH";
11897
11188
  readonly decimals: 18;
11898
11189
  };
11190
+ experimental_preconfirmationTime?: number | undefined | undefined;
11899
11191
  rpcUrls: {
11900
11192
  readonly default: {
11901
11193
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -11917,7 +11209,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11917
11209
  readonly apiUrl: "https://api.arbiscan.io/api";
11918
11210
  };
11919
11211
  };
11920
- blockTime?: number | undefined | undefined;
11212
+ blockTime: 250;
11921
11213
  contracts: {
11922
11214
  readonly multicall3: {
11923
11215
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11932,6 +11224,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11932
11224
  readonly symbol: "ETH";
11933
11225
  readonly decimals: 18;
11934
11226
  };
11227
+ experimental_preconfirmationTime?: number | undefined | undefined;
11935
11228
  rpcUrls: {
11936
11229
  readonly default: {
11937
11230
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -11953,7 +11246,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11953
11246
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11954
11247
  };
11955
11248
  };
11956
- blockTime?: number | undefined | undefined;
11249
+ blockTime: 250;
11957
11250
  contracts: {
11958
11251
  readonly multicall3: {
11959
11252
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11968,6 +11261,7 @@ export declare const BuildClientArgs: z.ZodObject<{
11968
11261
  readonly symbol: "ETH";
11969
11262
  readonly decimals: 18;
11970
11263
  };
11264
+ experimental_preconfirmationTime?: number | undefined | undefined;
11971
11265
  rpcUrls: {
11972
11266
  readonly default: {
11973
11267
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -11979,8 +11273,8 @@ export declare const BuildClientArgs: z.ZodObject<{
11979
11273
  fees?: import('viem').ChainFees<undefined> | undefined;
11980
11274
  formatters?: undefined;
11981
11275
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11982
- } | undefined;
11983
- }>;
11276
+ }>>>;
11277
+ }, z.core.$strip>;
11984
11278
  export type BuildClientArgs = z.infer<typeof BuildClientArgs>;
11985
11279
  export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11986
11280
  account: undefined;
@@ -12001,14 +11295,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12001
11295
  readonly apiUrl: "https://api.etherscan.io/api";
12002
11296
  };
12003
11297
  };
12004
- blockTime?: number | undefined | undefined;
11298
+ blockTime: 12000;
12005
11299
  contracts: {
12006
- readonly ensRegistry: {
12007
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12008
- };
12009
11300
  readonly ensUniversalResolver: {
12010
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
12011
- readonly blockCreated: 19258213;
11301
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11302
+ readonly blockCreated: 23085558;
12012
11303
  };
12013
11304
  readonly multicall3: {
12014
11305
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12023,6 +11314,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12023
11314
  readonly symbol: "ETH";
12024
11315
  readonly decimals: 18;
12025
11316
  };
11317
+ experimental_preconfirmationTime?: number | undefined | undefined;
12026
11318
  rpcUrls: {
12027
11319
  readonly default: {
12028
11320
  readonly http: readonly ["https://eth.merkle.io"];
@@ -12050,12 +11342,9 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12050
11342
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
12051
11343
  readonly blockCreated: 751532;
12052
11344
  };
12053
- readonly ensRegistry: {
12054
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12055
- };
12056
11345
  readonly ensUniversalResolver: {
12057
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
12058
- readonly blockCreated: 5317080;
11346
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11347
+ readonly blockCreated: 8928790;
12059
11348
  };
12060
11349
  };
12061
11350
  ensTlds?: readonly string[] | undefined;
@@ -12066,6 +11355,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12066
11355
  readonly symbol: "ETH";
12067
11356
  readonly decimals: 18;
12068
11357
  };
11358
+ experimental_preconfirmationTime?: number | undefined | undefined;
12069
11359
  rpcUrls: {
12070
11360
  readonly default: {
12071
11361
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -12087,7 +11377,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12087
11377
  readonly apiUrl: "https://api.arbiscan.io/api";
12088
11378
  };
12089
11379
  };
12090
- blockTime?: number | undefined | undefined;
11380
+ blockTime: 250;
12091
11381
  contracts: {
12092
11382
  readonly multicall3: {
12093
11383
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12102,6 +11392,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12102
11392
  readonly symbol: "ETH";
12103
11393
  readonly decimals: 18;
12104
11394
  };
11395
+ experimental_preconfirmationTime?: number | undefined | undefined;
12105
11396
  rpcUrls: {
12106
11397
  readonly default: {
12107
11398
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -12123,7 +11414,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12123
11414
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
12124
11415
  };
12125
11416
  };
12126
- blockTime?: number | undefined | undefined;
11417
+ blockTime: 250;
12127
11418
  contracts: {
12128
11419
  readonly multicall3: {
12129
11420
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12138,6 +11429,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12138
11429
  readonly symbol: "ETH";
12139
11430
  readonly decimals: 18;
12140
11431
  };
11432
+ experimental_preconfirmationTime?: number | undefined | undefined;
12141
11433
  rpcUrls: {
12142
11434
  readonly default: {
12143
11435
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -12150,6 +11442,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12150
11442
  formatters?: undefined;
12151
11443
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
12152
11444
  };
11445
+ experimental_blockTag?: import('viem').BlockTag | undefined;
12153
11446
  key: string;
12154
11447
  name: string;
12155
11448
  pollingInterval: number;
@@ -12199,7 +11492,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12199
11492
  }, {
12200
11493
  Method: "eth_coinbase";
12201
11494
  Parameters?: undefined;
12202
- ReturnType: import('abitype').Address;
11495
+ ReturnType: import('viem').Address;
12203
11496
  }, {
12204
11497
  Method: "eth_estimateGas";
12205
11498
  Parameters: [transaction: import('viem').RpcTransactionRequest] | [transaction: import('viem').RpcTransactionRequest, block: import('viem').RpcBlockNumber | import('viem').BlockTag] | [transaction: import('viem').RpcTransactionRequest, block: import('viem').RpcBlockNumber | import('viem').BlockTag, stateOverride: import('viem').RpcStateOverride];
@@ -12214,7 +11507,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12214
11507
  ReturnType: import('viem').Quantity;
12215
11508
  }, {
12216
11509
  Method: "eth_getBalance";
12217
- Parameters: [address: import('abitype').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11510
+ Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
12218
11511
  ReturnType: import('viem').Quantity;
12219
11512
  }, {
12220
11513
  Method: "eth_getBlockByHash";
@@ -12234,7 +11527,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12234
11527
  ReturnType: import('viem').Quantity;
12235
11528
  }, {
12236
11529
  Method: "eth_getCode";
12237
- Parameters: [address: import('abitype').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11530
+ Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
12238
11531
  ReturnType: import('viem').Hex;
12239
11532
  }, {
12240
11533
  Method: "eth_getFilterChanges";
@@ -12247,7 +11540,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12247
11540
  }, {
12248
11541
  Method: "eth_getLogs";
12249
11542
  Parameters: [{
12250
- address?: import('abitype').Address | import('abitype').Address[] | undefined;
11543
+ address?: import('viem').Address | import('viem').Address[] | undefined;
12251
11544
  topics?: import('viem').LogTopic[] | undefined;
12252
11545
  } & ({
12253
11546
  fromBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
@@ -12261,11 +11554,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12261
11554
  ReturnType: import('viem').RpcLog[];
12262
11555
  }, {
12263
11556
  Method: "eth_getProof";
12264
- Parameters: [address: import('abitype').Address, storageKeys: import('viem').Hash[], block: import('viem').RpcBlockNumber | import('viem').BlockTag];
11557
+ Parameters: [address: import('viem').Address, storageKeys: import('viem').Hash[], block: import('viem').RpcBlockNumber | import('viem').BlockTag];
12265
11558
  ReturnType: import('viem').RpcProof;
12266
11559
  }, {
12267
11560
  Method: "eth_getStorageAt";
12268
- Parameters: [address: import('abitype').Address, index: import('viem').Quantity, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11561
+ Parameters: [address: import('viem').Address, index: import('viem').Quantity, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
12269
11562
  ReturnType: import('viem').Hex;
12270
11563
  }, {
12271
11564
  Method: "eth_getTransactionByBlockHashAndIndex";
@@ -12281,7 +11574,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12281
11574
  ReturnType: import('viem').RpcTransaction | null;
12282
11575
  }, {
12283
11576
  Method: "eth_getTransactionCount";
12284
- Parameters: [address: import('abitype').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
11577
+ Parameters: [address: import('viem').Address, block: import('viem').RpcBlockNumber | import('viem').BlockTag | import('viem').RpcBlockIdentifier];
12285
11578
  ReturnType: import('viem').Quantity;
12286
11579
  }, {
12287
11580
  Method: "eth_getTransactionReceipt";
@@ -12316,7 +11609,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12316
11609
  Parameters: [filter: {
12317
11610
  fromBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
12318
11611
  toBlock?: import('viem').RpcBlockNumber | import('viem').BlockTag | undefined;
12319
- address?: import('abitype').Address | import('abitype').Address[] | undefined;
11612
+ address?: import('viem').Address | import('viem').Address[] | undefined;
12320
11613
  topics?: import('viem').LogTopic[] | undefined;
12321
11614
  }];
12322
11615
  ReturnType: import('viem').Quantity;
@@ -12364,7 +11657,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12364
11657
  }, {
12365
11658
  Method: "eth_accounts";
12366
11659
  Parameters?: undefined;
12367
- ReturnType: import('abitype').Address[];
11660
+ ReturnType: import('viem').Address[];
12368
11661
  }, {
12369
11662
  Method: "eth_chainId";
12370
11663
  Parameters?: undefined;
@@ -12376,7 +11669,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12376
11669
  }, {
12377
11670
  Method: "eth_requestAccounts";
12378
11671
  Parameters?: undefined;
12379
- ReturnType: import('abitype').Address[];
11672
+ ReturnType: import('viem').Address[];
12380
11673
  }, {
12381
11674
  Method: "eth_sendTransaction";
12382
11675
  Parameters: [transaction: import('viem').RpcTransactionRequest];
@@ -12387,7 +11680,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12387
11680
  ReturnType: import('viem').Hash;
12388
11681
  }, {
12389
11682
  Method: "eth_sign";
12390
- Parameters: [address: import('abitype').Address, data: import('viem').Hex];
11683
+ Parameters: [address: import('viem').Address, data: import('viem').Hex];
12391
11684
  ReturnType: import('viem').Hex;
12392
11685
  }, {
12393
11686
  Method: "eth_signTransaction";
@@ -12395,7 +11688,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12395
11688
  ReturnType: import('viem').Hex;
12396
11689
  }, {
12397
11690
  Method: "eth_signTypedData_v4";
12398
- Parameters: [address: import('abitype').Address, message: string];
11691
+ Parameters: [address: import('viem').Address, message: string];
12399
11692
  ReturnType: import('viem').Hex;
12400
11693
  }, {
12401
11694
  Method: "eth_syncing";
@@ -12403,7 +11696,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12403
11696
  ReturnType: import('viem').NetworkSync | false;
12404
11697
  }, {
12405
11698
  Method: "personal_sign";
12406
- Parameters: [data: import('viem').Hex, address: import('abitype').Address];
11699
+ Parameters: [data: import('viem').Hex, address: import('viem').Address];
12407
11700
  ReturnType: import('viem').Hex;
12408
11701
  }, {
12409
11702
  Method: "wallet_addEthereumChain";
@@ -12419,21 +11712,21 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12419
11712
  }[];
12420
11713
  type: "create";
12421
11714
  } | {
12422
- address: import('abitype').Address;
11715
+ address: import('viem').Address;
12423
11716
  chainId?: number | undefined;
12424
11717
  type: "deployed";
12425
11718
  } | {
12426
- address: import('abitype').Address;
11719
+ address: import('viem').Address;
12427
11720
  chainId?: number | undefined;
12428
- factory: import('abitype').Address;
11721
+ factory: import('viem').Address;
12429
11722
  factoryData: import('viem').Hex;
12430
11723
  type: "undeployed";
12431
11724
  }>;
12432
11725
  version: string;
12433
11726
  }];
12434
11727
  ReturnType: {
12435
- address: import('abitype').Address;
12436
- factory?: import('abitype').Address | undefined;
11728
+ address: import('viem').Address;
11729
+ factory?: import('viem').Address | undefined;
12437
11730
  factoryData?: import('viem').Hex | undefined;
12438
11731
  };
12439
11732
  }, {
@@ -12444,7 +11737,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12444
11737
  }];
12445
11738
  ReturnType: {
12446
11739
  accounts: readonly {
12447
- address: import('abitype').Address;
11740
+ address: import('viem').Address;
12448
11741
  capabilities?: import('viem').Capabilities | undefined;
12449
11742
  }[];
12450
11743
  };
@@ -12452,13 +11745,17 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12452
11745
  Method: "wallet_disconnect";
12453
11746
  Parameters?: undefined;
12454
11747
  ReturnType: void;
11748
+ }, {
11749
+ Method: "wallet_getAssets";
11750
+ Parameters?: [import('viem').WalletGetAssetsParameters];
11751
+ ReturnType: import('viem').WalletGetAssetsReturnType;
12455
11752
  }, {
12456
11753
  Method: "wallet_getCallsStatus";
12457
11754
  Parameters?: [string];
12458
11755
  ReturnType: import('viem').WalletGetCallsStatusReturnType;
12459
11756
  }, {
12460
11757
  Method: "wallet_getCapabilities";
12461
- Parameters?: readonly [] | readonly [import('abitype').Address | undefined] | readonly [import('abitype').Address | undefined, readonly import('viem').Hex[] | undefined] | undefined;
11758
+ Parameters?: readonly [] | readonly [import('viem').Address | undefined] | readonly [import('viem').Address | undefined, readonly import('viem').Hex[] | undefined] | undefined;
12462
11759
  ReturnType: import('viem').Prettify<import('viem').WalletCapabilitiesRecord>;
12463
11760
  }, {
12464
11761
  Method: "wallet_getPermissions";
@@ -12508,7 +11805,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12508
11805
  ReturnType: import('viem').Hex;
12509
11806
  }, {
12510
11807
  Method: "eth_estimateUserOperationGas";
12511
- Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('abitype').Address] | [userOperation: import('viem').RpcUserOperation, entrypoint: import('abitype').Address, stateOverrideSet: import('viem').RpcStateOverride];
11808
+ Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address] | [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address, stateOverrideSet: import('viem').RpcStateOverride];
12512
11809
  ReturnType: import('viem').RpcEstimateUserOperationGasReturnType;
12513
11810
  }, {
12514
11811
  Method: "eth_getUserOperationByHash";
@@ -12520,19 +11817,19 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12520
11817
  ReturnType: import('viem').RpcUserOperationReceipt | null;
12521
11818
  }, {
12522
11819
  Method: "eth_sendUserOperation";
12523
- Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('abitype').Address];
11820
+ Parameters: [userOperation: import('viem').RpcUserOperation, entrypoint: import('viem').Address];
12524
11821
  ReturnType: import('viem').Hash;
12525
11822
  }, {
12526
11823
  Method: "eth_supportedEntryPoints";
12527
11824
  Parameters?: undefined;
12528
- ReturnType: readonly import('abitype').Address[];
11825
+ ReturnType: readonly import('viem').Address[];
12529
11826
  }, {
12530
11827
  Method: "pm_getPaymasterStubData";
12531
- Parameters?: [userOperation: import('viem').OneOf<import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit"> | import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit">>, entrypoint: import('abitype').Address, chainId: import('viem').Hex, context: unknown];
11828
+ Parameters?: [userOperation: import('viem').OneOf<import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit"> | import('viem').PartialBy<Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "preVerificationGas" | "verificationGasLimit">>, entrypoint: import('viem').Address, chainId: import('viem').Hex, context: unknown];
12532
11829
  ReturnType: import('viem').OneOf<{
12533
11830
  paymasterAndData: import('viem').Hex;
12534
11831
  } | {
12535
- paymaster: import('abitype').Address;
11832
+ paymaster: import('viem').Address;
12536
11833
  paymasterData: import('viem').Hex;
12537
11834
  paymasterVerificationGasLimit: import('viem').Hex;
12538
11835
  paymasterPostOpGasLimit: import('viem').Hex;
@@ -12545,11 +11842,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12545
11842
  };
12546
11843
  }, {
12547
11844
  Method: "pm_getPaymasterData";
12548
- Parameters?: [userOperation: Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit"> | Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, entrypoint: import('abitype').Address, chainId: import('viem').Hex, context: unknown];
11845
+ Parameters?: [userOperation: Pick<import('viem').RpcUserOperation<"0.6">, "callData" | "callGasLimit" | "initCode" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit"> | Pick<import('viem').RpcUserOperation<"0.7">, "callData" | "callGasLimit" | "factory" | "factoryData" | "maxFeePerGas" | "maxPriorityFeePerGas" | "nonce" | "sender" | "preVerificationGas" | "verificationGasLimit">, entrypoint: import('viem').Address, chainId: import('viem').Hex, context: unknown];
12549
11846
  ReturnType: import('viem').OneOf<{
12550
11847
  paymasterAndData: import('viem').Hex;
12551
11848
  } | {
12552
- paymaster: import('abitype').Address;
11849
+ paymaster: import('viem').Address;
12553
11850
  paymasterData: import('viem').Hex;
12554
11851
  paymasterVerificationGasLimit: import('viem').Hex;
12555
11852
  paymasterPostOpGasLimit: import('viem').Hex;
@@ -12568,6 +11865,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12568
11865
  cacheTime?: undefined;
12569
11866
  ccipRead?: undefined;
12570
11867
  chain?: undefined;
11868
+ experimental_blockTag?: undefined;
12571
11869
  key?: undefined;
12572
11870
  name?: undefined;
12573
11871
  pollingInterval?: undefined;
@@ -12585,14 +11883,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12585
11883
  readonly apiUrl: "https://api.etherscan.io/api";
12586
11884
  };
12587
11885
  };
12588
- blockTime?: number | undefined | undefined;
11886
+ blockTime: 12000;
12589
11887
  contracts: {
12590
- readonly ensRegistry: {
12591
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12592
- };
12593
11888
  readonly ensUniversalResolver: {
12594
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
12595
- readonly blockCreated: 19258213;
11889
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11890
+ readonly blockCreated: 23085558;
12596
11891
  };
12597
11892
  readonly multicall3: {
12598
11893
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12607,6 +11902,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12607
11902
  readonly symbol: "ETH";
12608
11903
  readonly decimals: 18;
12609
11904
  };
11905
+ experimental_preconfirmationTime?: number | undefined | undefined;
12610
11906
  rpcUrls: {
12611
11907
  readonly default: {
12612
11908
  readonly http: readonly ["https://eth.merkle.io"];
@@ -12634,12 +11930,9 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12634
11930
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
12635
11931
  readonly blockCreated: 751532;
12636
11932
  };
12637
- readonly ensRegistry: {
12638
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12639
- };
12640
11933
  readonly ensUniversalResolver: {
12641
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
12642
- readonly blockCreated: 5317080;
11934
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
11935
+ readonly blockCreated: 8928790;
12643
11936
  };
12644
11937
  };
12645
11938
  ensTlds?: readonly string[] | undefined;
@@ -12650,6 +11943,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12650
11943
  readonly symbol: "ETH";
12651
11944
  readonly decimals: 18;
12652
11945
  };
11946
+ experimental_preconfirmationTime?: number | undefined | undefined;
12653
11947
  rpcUrls: {
12654
11948
  readonly default: {
12655
11949
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -12671,7 +11965,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12671
11965
  readonly apiUrl: "https://api.arbiscan.io/api";
12672
11966
  };
12673
11967
  };
12674
- blockTime?: number | undefined | undefined;
11968
+ blockTime: 250;
12675
11969
  contracts: {
12676
11970
  readonly multicall3: {
12677
11971
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12686,6 +11980,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12686
11980
  readonly symbol: "ETH";
12687
11981
  readonly decimals: 18;
12688
11982
  };
11983
+ experimental_preconfirmationTime?: number | undefined | undefined;
12689
11984
  rpcUrls: {
12690
11985
  readonly default: {
12691
11986
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -12707,7 +12002,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12707
12002
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
12708
12003
  };
12709
12004
  };
12710
- blockTime?: number | undefined | undefined;
12005
+ blockTime: 250;
12711
12006
  contracts: {
12712
12007
  readonly multicall3: {
12713
12008
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12722,6 +12017,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12722
12017
  readonly symbol: "ETH";
12723
12018
  readonly decimals: 18;
12724
12019
  };
12020
+ experimental_preconfirmationTime?: number | undefined | undefined;
12725
12021
  rpcUrls: {
12726
12022
  readonly default: {
12727
12023
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -12743,14 +12039,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12743
12039
  readonly apiUrl: "https://api.etherscan.io/api";
12744
12040
  };
12745
12041
  };
12746
- blockTime?: number | undefined | undefined;
12042
+ blockTime: 12000;
12747
12043
  contracts: {
12748
- readonly ensRegistry: {
12749
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12750
- };
12751
12044
  readonly ensUniversalResolver: {
12752
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
12753
- readonly blockCreated: 19258213;
12045
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
12046
+ readonly blockCreated: 23085558;
12754
12047
  };
12755
12048
  readonly multicall3: {
12756
12049
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12765,6 +12058,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12765
12058
  readonly symbol: "ETH";
12766
12059
  readonly decimals: 18;
12767
12060
  };
12061
+ experimental_preconfirmationTime?: number | undefined | undefined;
12768
12062
  rpcUrls: {
12769
12063
  readonly default: {
12770
12064
  readonly http: readonly ["https://eth.merkle.io"];
@@ -12792,12 +12086,9 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12792
12086
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
12793
12087
  readonly blockCreated: 751532;
12794
12088
  };
12795
- readonly ensRegistry: {
12796
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12797
- };
12798
12089
  readonly ensUniversalResolver: {
12799
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
12800
- readonly blockCreated: 5317080;
12090
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
12091
+ readonly blockCreated: 8928790;
12801
12092
  };
12802
12093
  };
12803
12094
  ensTlds?: readonly string[] | undefined;
@@ -12808,6 +12099,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12808
12099
  readonly symbol: "ETH";
12809
12100
  readonly decimals: 18;
12810
12101
  };
12102
+ experimental_preconfirmationTime?: number | undefined | undefined;
12811
12103
  rpcUrls: {
12812
12104
  readonly default: {
12813
12105
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -12829,7 +12121,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12829
12121
  readonly apiUrl: "https://api.arbiscan.io/api";
12830
12122
  };
12831
12123
  };
12832
- blockTime?: number | undefined | undefined;
12124
+ blockTime: 250;
12833
12125
  contracts: {
12834
12126
  readonly multicall3: {
12835
12127
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12844,6 +12136,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12844
12136
  readonly symbol: "ETH";
12845
12137
  readonly decimals: 18;
12846
12138
  };
12139
+ experimental_preconfirmationTime?: number | undefined | undefined;
12847
12140
  rpcUrls: {
12848
12141
  readonly default: {
12849
12142
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -12865,7 +12158,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12865
12158
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
12866
12159
  };
12867
12160
  };
12868
- blockTime?: number | undefined | undefined;
12161
+ blockTime: 250;
12869
12162
  contracts: {
12870
12163
  readonly multicall3: {
12871
12164
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12880,6 +12173,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12880
12173
  readonly symbol: "ETH";
12881
12174
  readonly decimals: 18;
12882
12175
  };
12176
+ experimental_preconfirmationTime?: number | undefined | undefined;
12883
12177
  rpcUrls: {
12884
12178
  readonly default: {
12885
12179
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -12901,14 +12195,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12901
12195
  readonly apiUrl: "https://api.etherscan.io/api";
12902
12196
  };
12903
12197
  };
12904
- blockTime?: number | undefined | undefined;
12198
+ blockTime: 12000;
12905
12199
  contracts: {
12906
- readonly ensRegistry: {
12907
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12908
- };
12909
12200
  readonly ensUniversalResolver: {
12910
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
12911
- readonly blockCreated: 19258213;
12201
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
12202
+ readonly blockCreated: 23085558;
12912
12203
  };
12913
12204
  readonly multicall3: {
12914
12205
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12923,6 +12214,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12923
12214
  readonly symbol: "ETH";
12924
12215
  readonly decimals: 18;
12925
12216
  };
12217
+ experimental_preconfirmationTime?: number | undefined | undefined;
12926
12218
  rpcUrls: {
12927
12219
  readonly default: {
12928
12220
  readonly http: readonly ["https://eth.merkle.io"];
@@ -12950,12 +12242,9 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12950
12242
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
12951
12243
  readonly blockCreated: 751532;
12952
12244
  };
12953
- readonly ensRegistry: {
12954
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
12955
- };
12956
12245
  readonly ensUniversalResolver: {
12957
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
12958
- readonly blockCreated: 5317080;
12246
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
12247
+ readonly blockCreated: 8928790;
12959
12248
  };
12960
12249
  };
12961
12250
  ensTlds?: readonly string[] | undefined;
@@ -12966,6 +12255,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12966
12255
  readonly symbol: "ETH";
12967
12256
  readonly decimals: 18;
12968
12257
  };
12258
+ experimental_preconfirmationTime?: number | undefined | undefined;
12969
12259
  rpcUrls: {
12970
12260
  readonly default: {
12971
12261
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -12987,7 +12277,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12987
12277
  readonly apiUrl: "https://api.arbiscan.io/api";
12988
12278
  };
12989
12279
  };
12990
- blockTime?: number | undefined | undefined;
12280
+ blockTime: 250;
12991
12281
  contracts: {
12992
12282
  readonly multicall3: {
12993
12283
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13002,6 +12292,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13002
12292
  readonly symbol: "ETH";
13003
12293
  readonly decimals: 18;
13004
12294
  };
12295
+ experimental_preconfirmationTime?: number | undefined | undefined;
13005
12296
  rpcUrls: {
13006
12297
  readonly default: {
13007
12298
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -13023,7 +12314,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13023
12314
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
13024
12315
  };
13025
12316
  };
13026
- blockTime?: number | undefined | undefined;
12317
+ blockTime: 250;
13027
12318
  contracts: {
13028
12319
  readonly multicall3: {
13029
12320
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13038,6 +12329,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13038
12329
  readonly symbol: "ETH";
13039
12330
  readonly decimals: 18;
13040
12331
  };
12332
+ experimental_preconfirmationTime?: number | undefined | undefined;
13041
12333
  rpcUrls: {
13042
12334
  readonly default: {
13043
12335
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
@@ -13056,6 +12348,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13056
12348
  cacheTime?: undefined;
13057
12349
  ccipRead?: undefined;
13058
12350
  chain?: undefined;
12351
+ experimental_blockTag?: undefined;
13059
12352
  key?: undefined;
13060
12353
  name?: undefined;
13061
12354
  pollingInterval?: undefined;
@@ -13073,14 +12366,11 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13073
12366
  readonly apiUrl: "https://api.etherscan.io/api";
13074
12367
  };
13075
12368
  };
13076
- blockTime?: number | undefined | undefined;
12369
+ blockTime: 12000;
13077
12370
  contracts: {
13078
- readonly ensRegistry: {
13079
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
13080
- };
13081
12371
  readonly ensUniversalResolver: {
13082
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
13083
- readonly blockCreated: 19258213;
12372
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
12373
+ readonly blockCreated: 23085558;
13084
12374
  };
13085
12375
  readonly multicall3: {
13086
12376
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13095,6 +12385,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13095
12385
  readonly symbol: "ETH";
13096
12386
  readonly decimals: 18;
13097
12387
  };
12388
+ experimental_preconfirmationTime?: number | undefined | undefined;
13098
12389
  rpcUrls: {
13099
12390
  readonly default: {
13100
12391
  readonly http: readonly ["https://eth.merkle.io"];
@@ -13122,12 +12413,9 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13122
12413
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
13123
12414
  readonly blockCreated: 751532;
13124
12415
  };
13125
- readonly ensRegistry: {
13126
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
13127
- };
13128
12416
  readonly ensUniversalResolver: {
13129
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
13130
- readonly blockCreated: 5317080;
12417
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
12418
+ readonly blockCreated: 8928790;
13131
12419
  };
13132
12420
  };
13133
12421
  ensTlds?: readonly string[] | undefined;
@@ -13138,6 +12426,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13138
12426
  readonly symbol: "ETH";
13139
12427
  readonly decimals: 18;
13140
12428
  };
12429
+ experimental_preconfirmationTime?: number | undefined | undefined;
13141
12430
  rpcUrls: {
13142
12431
  readonly default: {
13143
12432
  readonly http: readonly ["https://sepolia.drpc.org"];
@@ -13159,7 +12448,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13159
12448
  readonly apiUrl: "https://api.arbiscan.io/api";
13160
12449
  };
13161
12450
  };
13162
- blockTime?: number | undefined | undefined;
12451
+ blockTime: 250;
13163
12452
  contracts: {
13164
12453
  readonly multicall3: {
13165
12454
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13174,6 +12463,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13174
12463
  readonly symbol: "ETH";
13175
12464
  readonly decimals: 18;
13176
12465
  };
12466
+ experimental_preconfirmationTime?: number | undefined | undefined;
13177
12467
  rpcUrls: {
13178
12468
  readonly default: {
13179
12469
  readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
@@ -13195,7 +12485,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13195
12485
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
13196
12486
  };
13197
12487
  };
13198
- blockTime?: number | undefined | undefined;
12488
+ blockTime: 250;
13199
12489
  contracts: {
13200
12490
  readonly multicall3: {
13201
12491
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13210,6 +12500,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13210
12500
  readonly symbol: "ETH";
13211
12501
  readonly decimals: 18;
13212
12502
  };
12503
+ experimental_preconfirmationTime?: number | undefined | undefined;
13213
12504
  rpcUrls: {
13214
12505
  readonly default: {
13215
12506
  readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];