@edgeandnode/graph-auth-kit 7.4.1 → 7.5.0-states-1752521181825-6c1260222f8def2e2f57e6a4068ce1b416834153

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
@@ -1,10 +1,10 @@
1
1
  import { HttpTransport } from 'viem';
2
2
  import { z } from 'zod';
3
- declare const BuildInfuraHttpTransportArgs: z.ZodObject<z.objectUtil.extendShape<{
3
+ declare const BuildInfuraHttpTransportArgs: z.ZodObject<{
4
4
  infuraKey: z.ZodReadonly<z.ZodString>;
5
- }, {
5
+ } & {
6
6
  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, {
7
+ }, "strip", z.ZodTypeAny, {
8
8
  infuraKey: string;
9
9
  chain: 1 | 11155111 | 42161 | 421614 | null;
10
10
  }, {
@@ -13,9 +13,9 @@ declare const BuildInfuraHttpTransportArgs: z.ZodObject<z.objectUtil.extendShape
13
13
  }>;
14
14
  export type BuildInfuraHttpTransportArgs = z.infer<typeof BuildInfuraHttpTransportArgs>;
15
15
  export declare function buildInfuraHttpTransport({ chain, infuraKey, }: BuildInfuraHttpTransportArgs): HttpTransport;
16
- export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape<{
16
+ export declare const BuildPublicClientArgs: z.ZodObject<{
17
17
  infuraKey: z.ZodReadonly<z.ZodString>;
18
- }, {
18
+ } & {
19
19
  chain: z.ZodDefault<z.ZodOptional<z.ZodType<{
20
20
  graphCliName: string;
21
21
  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}`;
@@ -26,6 +26,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
26
26
  readonly apiUrl: "https://api.etherscan.io/api";
27
27
  };
28
28
  };
29
+ blockTime?: number | undefined | undefined;
29
30
  contracts: {
30
31
  readonly ensRegistry: {
31
32
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -68,6 +69,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
68
69
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
69
70
  };
70
71
  };
72
+ blockTime?: number | undefined | undefined;
71
73
  contracts: {
72
74
  readonly multicall3: {
73
75
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -110,6 +112,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
110
112
  readonly apiUrl: "https://api.arbiscan.io/api";
111
113
  };
112
114
  };
115
+ blockTime?: number | undefined | undefined;
113
116
  contracts: {
114
117
  readonly multicall3: {
115
118
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -145,6 +148,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
145
148
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
146
149
  };
147
150
  };
151
+ blockTime?: number | undefined | undefined;
148
152
  contracts: {
149
153
  readonly multicall3: {
150
154
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -180,6 +184,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
180
184
  readonly apiUrl: "https://api.etherscan.io/api";
181
185
  };
182
186
  };
187
+ blockTime?: number | undefined | undefined;
183
188
  contracts: {
184
189
  readonly ensRegistry: {
185
190
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -222,6 +227,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
222
227
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
223
228
  };
224
229
  };
230
+ blockTime?: number | undefined | undefined;
225
231
  contracts: {
226
232
  readonly multicall3: {
227
233
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -264,6 +270,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
264
270
  readonly apiUrl: "https://api.arbiscan.io/api";
265
271
  };
266
272
  };
273
+ blockTime?: number | undefined | undefined;
267
274
  contracts: {
268
275
  readonly multicall3: {
269
276
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -299,6 +306,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
299
306
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
300
307
  };
301
308
  };
309
+ blockTime?: number | undefined | undefined;
302
310
  contracts: {
303
311
  readonly multicall3: {
304
312
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -325,7 +333,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
325
333
  formatters?: undefined;
326
334
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
327
335
  }>>>;
328
- }>, "strip", z.ZodTypeAny, {
336
+ }, "strip", z.ZodTypeAny, {
329
337
  infuraKey: string;
330
338
  chain: {
331
339
  graphCliName: string;
@@ -337,6 +345,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
337
345
  readonly apiUrl: "https://api.etherscan.io/api";
338
346
  };
339
347
  };
348
+ blockTime?: number | undefined | undefined;
340
349
  contracts: {
341
350
  readonly ensRegistry: {
342
351
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -379,6 +388,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
379
388
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
380
389
  };
381
390
  };
391
+ blockTime?: number | undefined | undefined;
382
392
  contracts: {
383
393
  readonly multicall3: {
384
394
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -421,6 +431,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
421
431
  readonly apiUrl: "https://api.arbiscan.io/api";
422
432
  };
423
433
  };
434
+ blockTime?: number | undefined | undefined;
424
435
  contracts: {
425
436
  readonly multicall3: {
426
437
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -456,6 +467,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
456
467
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
457
468
  };
458
469
  };
470
+ blockTime?: number | undefined | undefined;
459
471
  contracts: {
460
472
  readonly multicall3: {
461
473
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -494,6 +506,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
494
506
  readonly apiUrl: "https://api.etherscan.io/api";
495
507
  };
496
508
  };
509
+ blockTime?: number | undefined | undefined;
497
510
  contracts: {
498
511
  readonly ensRegistry: {
499
512
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -536,6 +549,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
536
549
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
537
550
  };
538
551
  };
552
+ blockTime?: number | undefined | undefined;
539
553
  contracts: {
540
554
  readonly multicall3: {
541
555
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -578,6 +592,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
578
592
  readonly apiUrl: "https://api.arbiscan.io/api";
579
593
  };
580
594
  };
595
+ blockTime?: number | undefined | undefined;
581
596
  contracts: {
582
597
  readonly multicall3: {
583
598
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -613,6 +628,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
613
628
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
614
629
  };
615
630
  };
631
+ blockTime?: number | undefined | undefined;
616
632
  contracts: {
617
633
  readonly multicall3: {
618
634
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -661,6 +677,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
661
677
  readonly apiUrl: "https://api.etherscan.io/api";
662
678
  };
663
679
  };
680
+ blockTime?: number | undefined | undefined;
664
681
  contracts: {
665
682
  readonly ensRegistry: {
666
683
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -703,6 +720,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
703
720
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
704
721
  };
705
722
  };
723
+ blockTime?: number | undefined | undefined;
706
724
  contracts: {
707
725
  readonly multicall3: {
708
726
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -745,6 +763,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
745
763
  readonly apiUrl: "https://api.arbiscan.io/api";
746
764
  };
747
765
  };
766
+ blockTime?: number | undefined | undefined;
748
767
  contracts: {
749
768
  readonly multicall3: {
750
769
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -780,6 +799,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
780
799
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
781
800
  };
782
801
  };
802
+ blockTime?: number | undefined | undefined;
783
803
  contracts: {
784
804
  readonly multicall3: {
785
805
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -826,6 +846,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
826
846
  readonly apiUrl: "https://api.etherscan.io/api";
827
847
  };
828
848
  };
849
+ blockTime?: number | undefined | undefined;
829
850
  contracts: {
830
851
  readonly ensRegistry: {
831
852
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -868,6 +889,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
868
889
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
869
890
  };
870
891
  };
892
+ blockTime?: number | undefined | undefined;
871
893
  contracts: {
872
894
  readonly multicall3: {
873
895
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -910,6 +932,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
910
932
  readonly apiUrl: "https://api.arbiscan.io/api";
911
933
  };
912
934
  };
935
+ blockTime?: number | undefined | undefined;
913
936
  contracts: {
914
937
  readonly multicall3: {
915
938
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -945,6 +968,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
945
968
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
946
969
  };
947
970
  };
971
+ blockTime?: number | undefined | undefined;
948
972
  contracts: {
949
973
  readonly multicall3: {
950
974
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -981,6 +1005,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
981
1005
  readonly apiUrl: "https://api.etherscan.io/api";
982
1006
  };
983
1007
  };
1008
+ blockTime?: number | undefined | undefined;
984
1009
  contracts: {
985
1010
  readonly ensRegistry: {
986
1011
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -1023,6 +1048,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1023
1048
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1024
1049
  };
1025
1050
  };
1051
+ blockTime?: number | undefined | undefined;
1026
1052
  contracts: {
1027
1053
  readonly multicall3: {
1028
1054
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1065,6 +1091,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1065
1091
  readonly apiUrl: "https://api.arbiscan.io/api";
1066
1092
  };
1067
1093
  };
1094
+ blockTime?: number | undefined | undefined;
1068
1095
  contracts: {
1069
1096
  readonly multicall3: {
1070
1097
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1100,6 +1127,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1100
1127
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1101
1128
  };
1102
1129
  };
1130
+ blockTime?: number | undefined | undefined;
1103
1131
  contracts: {
1104
1132
  readonly multicall3: {
1105
1133
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1144,6 +1172,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1144
1172
  readonly apiUrl: "https://api.etherscan.io/api";
1145
1173
  };
1146
1174
  };
1175
+ blockTime?: number | undefined | undefined;
1147
1176
  contracts: {
1148
1177
  readonly ensRegistry: {
1149
1178
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -1186,6 +1215,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1186
1215
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1187
1216
  };
1188
1217
  };
1218
+ blockTime?: number | undefined | undefined;
1189
1219
  contracts: {
1190
1220
  readonly multicall3: {
1191
1221
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1228,6 +1258,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1228
1258
  readonly apiUrl: "https://api.arbiscan.io/api";
1229
1259
  };
1230
1260
  };
1261
+ blockTime?: number | undefined | undefined;
1231
1262
  contracts: {
1232
1263
  readonly multicall3: {
1233
1264
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1263,6 +1294,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1263
1294
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1264
1295
  };
1265
1296
  };
1297
+ blockTime?: number | undefined | undefined;
1266
1298
  contracts: {
1267
1299
  readonly multicall3: {
1268
1300
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1468,6 +1500,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1468
1500
  readonly apiUrl: "https://api.etherscan.io/api";
1469
1501
  };
1470
1502
  };
1503
+ blockTime?: number | undefined | undefined;
1471
1504
  contracts: {
1472
1505
  readonly ensRegistry: {
1473
1506
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -1510,6 +1543,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1510
1543
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1511
1544
  };
1512
1545
  };
1546
+ blockTime?: number | undefined | undefined;
1513
1547
  contracts: {
1514
1548
  readonly multicall3: {
1515
1549
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1552,6 +1586,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1552
1586
  readonly apiUrl: "https://api.arbiscan.io/api";
1553
1587
  };
1554
1588
  };
1589
+ blockTime?: number | undefined | undefined;
1555
1590
  contracts: {
1556
1591
  readonly multicall3: {
1557
1592
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1587,6 +1622,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1587
1622
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1588
1623
  };
1589
1624
  };
1625
+ blockTime?: number | undefined | undefined;
1590
1626
  contracts: {
1591
1627
  readonly multicall3: {
1592
1628
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1758,6 +1794,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1758
1794
  readonly apiUrl: "https://api.etherscan.io/api";
1759
1795
  };
1760
1796
  };
1797
+ blockTime?: number | undefined | undefined;
1761
1798
  contracts: {
1762
1799
  readonly ensRegistry: {
1763
1800
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -1800,6 +1837,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1800
1837
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1801
1838
  };
1802
1839
  };
1840
+ blockTime?: number | undefined | undefined;
1803
1841
  contracts: {
1804
1842
  readonly multicall3: {
1805
1843
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1842,6 +1880,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1842
1880
  readonly apiUrl: "https://api.arbiscan.io/api";
1843
1881
  };
1844
1882
  };
1883
+ blockTime?: number | undefined | undefined;
1845
1884
  contracts: {
1846
1885
  readonly multicall3: {
1847
1886
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1877,6 +1916,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1877
1916
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1878
1917
  };
1879
1918
  };
1919
+ blockTime?: number | undefined | undefined;
1880
1920
  contracts: {
1881
1921
  readonly multicall3: {
1882
1922
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1916,6 +1956,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1916
1956
  readonly apiUrl: "https://api.etherscan.io/api";
1917
1957
  };
1918
1958
  };
1959
+ blockTime?: number | undefined | undefined;
1919
1960
  contracts: {
1920
1961
  readonly ensRegistry: {
1921
1962
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -1958,6 +1999,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
1958
1999
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1959
2000
  };
1960
2001
  };
2002
+ blockTime?: number | undefined | undefined;
1961
2003
  contracts: {
1962
2004
  readonly multicall3: {
1963
2005
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2000,6 +2042,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2000
2042
  readonly apiUrl: "https://api.arbiscan.io/api";
2001
2043
  };
2002
2044
  };
2045
+ blockTime?: number | undefined | undefined;
2003
2046
  contracts: {
2004
2047
  readonly multicall3: {
2005
2048
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2035,6 +2078,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2035
2078
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2036
2079
  };
2037
2080
  };
2081
+ blockTime?: number | undefined | undefined;
2038
2082
  contracts: {
2039
2083
  readonly multicall3: {
2040
2084
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2070,6 +2114,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2070
2114
  readonly apiUrl: "https://api.etherscan.io/api";
2071
2115
  };
2072
2116
  };
2117
+ blockTime?: number | undefined | undefined;
2073
2118
  contracts: {
2074
2119
  readonly ensRegistry: {
2075
2120
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -2112,6 +2157,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2112
2157
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2113
2158
  };
2114
2159
  };
2160
+ blockTime?: number | undefined | undefined;
2115
2161
  contracts: {
2116
2162
  readonly multicall3: {
2117
2163
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2154,6 +2200,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2154
2200
  readonly apiUrl: "https://api.arbiscan.io/api";
2155
2201
  };
2156
2202
  };
2203
+ blockTime?: number | undefined | undefined;
2157
2204
  contracts: {
2158
2205
  readonly multicall3: {
2159
2206
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2189,6 +2236,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2189
2236
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2190
2237
  };
2191
2238
  };
2239
+ blockTime?: number | undefined | undefined;
2192
2240
  contracts: {
2193
2241
  readonly multicall3: {
2194
2242
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2224,6 +2272,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2224
2272
  readonly apiUrl: "https://api.etherscan.io/api";
2225
2273
  };
2226
2274
  };
2275
+ blockTime?: number | undefined | undefined;
2227
2276
  contracts: {
2228
2277
  readonly ensRegistry: {
2229
2278
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -2266,6 +2315,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2266
2315
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2267
2316
  };
2268
2317
  };
2318
+ blockTime?: number | undefined | undefined;
2269
2319
  contracts: {
2270
2320
  readonly multicall3: {
2271
2321
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2308,6 +2358,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2308
2358
  readonly apiUrl: "https://api.arbiscan.io/api";
2309
2359
  };
2310
2360
  };
2361
+ blockTime?: number | undefined | undefined;
2311
2362
  contracts: {
2312
2363
  readonly multicall3: {
2313
2364
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2343,6 +2394,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2343
2394
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2344
2395
  };
2345
2396
  };
2397
+ blockTime?: number | undefined | undefined;
2346
2398
  contracts: {
2347
2399
  readonly multicall3: {
2348
2400
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2378,6 +2430,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2378
2430
  readonly apiUrl: "https://api.etherscan.io/api";
2379
2431
  };
2380
2432
  };
2433
+ blockTime?: number | undefined | undefined;
2381
2434
  contracts: {
2382
2435
  readonly ensRegistry: {
2383
2436
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -2420,6 +2473,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2420
2473
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2421
2474
  };
2422
2475
  };
2476
+ blockTime?: number | undefined | undefined;
2423
2477
  contracts: {
2424
2478
  readonly multicall3: {
2425
2479
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2462,6 +2516,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2462
2516
  readonly apiUrl: "https://api.arbiscan.io/api";
2463
2517
  };
2464
2518
  };
2519
+ blockTime?: number | undefined | undefined;
2465
2520
  contracts: {
2466
2521
  readonly multicall3: {
2467
2522
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2497,6 +2552,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2497
2552
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2498
2553
  };
2499
2554
  };
2555
+ blockTime?: number | undefined | undefined;
2500
2556
  contracts: {
2501
2557
  readonly multicall3: {
2502
2558
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2532,6 +2588,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2532
2588
  readonly apiUrl: "https://api.etherscan.io/api";
2533
2589
  };
2534
2590
  };
2591
+ blockTime?: number | undefined | undefined;
2535
2592
  contracts: {
2536
2593
  readonly ensRegistry: {
2537
2594
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -2574,6 +2631,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2574
2631
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2575
2632
  };
2576
2633
  };
2634
+ blockTime?: number | undefined | undefined;
2577
2635
  contracts: {
2578
2636
  readonly multicall3: {
2579
2637
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2616,6 +2674,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2616
2674
  readonly apiUrl: "https://api.arbiscan.io/api";
2617
2675
  };
2618
2676
  };
2677
+ blockTime?: number | undefined | undefined;
2619
2678
  contracts: {
2620
2679
  readonly multicall3: {
2621
2680
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -2651,6 +2710,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
2651
2710
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2652
2711
  };
2653
2712
  };
2713
+ blockTime?: number | undefined | undefined;
2654
2714
  contracts: {
2655
2715
  readonly multicall3: {
2656
2716
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -5938,6 +5998,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
5938
5998
  readonly apiUrl: "https://api.etherscan.io/api";
5939
5999
  };
5940
6000
  };
6001
+ blockTime?: number | undefined | undefined;
5941
6002
  contracts: {
5942
6003
  readonly ensRegistry: {
5943
6004
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -5980,6 +6041,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
5980
6041
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
5981
6042
  };
5982
6043
  };
6044
+ blockTime?: number | undefined | undefined;
5983
6045
  contracts: {
5984
6046
  readonly multicall3: {
5985
6047
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6022,6 +6084,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6022
6084
  readonly apiUrl: "https://api.arbiscan.io/api";
6023
6085
  };
6024
6086
  };
6087
+ blockTime?: number | undefined | undefined;
6025
6088
  contracts: {
6026
6089
  readonly multicall3: {
6027
6090
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6057,6 +6120,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6057
6120
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6058
6121
  };
6059
6122
  };
6123
+ blockTime?: number | undefined | undefined;
6060
6124
  contracts: {
6061
6125
  readonly multicall3: {
6062
6126
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6092,6 +6156,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6092
6156
  readonly apiUrl: "https://api.etherscan.io/api";
6093
6157
  };
6094
6158
  };
6159
+ blockTime?: number | undefined | undefined;
6095
6160
  contracts: {
6096
6161
  readonly ensRegistry: {
6097
6162
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -6134,6 +6199,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6134
6199
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
6135
6200
  };
6136
6201
  };
6202
+ blockTime?: number | undefined | undefined;
6137
6203
  contracts: {
6138
6204
  readonly multicall3: {
6139
6205
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6176,6 +6242,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6176
6242
  readonly apiUrl: "https://api.arbiscan.io/api";
6177
6243
  };
6178
6244
  };
6245
+ blockTime?: number | undefined | undefined;
6179
6246
  contracts: {
6180
6247
  readonly multicall3: {
6181
6248
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6211,6 +6278,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6211
6278
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6212
6279
  };
6213
6280
  };
6281
+ blockTime?: number | undefined | undefined;
6214
6282
  contracts: {
6215
6283
  readonly multicall3: {
6216
6284
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6246,6 +6314,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6246
6314
  readonly apiUrl: "https://api.etherscan.io/api";
6247
6315
  };
6248
6316
  };
6317
+ blockTime?: number | undefined | undefined;
6249
6318
  contracts: {
6250
6319
  readonly ensRegistry: {
6251
6320
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -6288,6 +6357,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6288
6357
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
6289
6358
  };
6290
6359
  };
6360
+ blockTime?: number | undefined | undefined;
6291
6361
  contracts: {
6292
6362
  readonly multicall3: {
6293
6363
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6330,6 +6400,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6330
6400
  readonly apiUrl: "https://api.arbiscan.io/api";
6331
6401
  };
6332
6402
  };
6403
+ blockTime?: number | undefined | undefined;
6333
6404
  contracts: {
6334
6405
  readonly multicall3: {
6335
6406
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -6365,6 +6436,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
6365
6436
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
6366
6437
  };
6367
6438
  };
6439
+ blockTime?: number | undefined | undefined;
6368
6440
  contracts: {
6369
6441
  readonly multicall3: {
6370
6442
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9658,6 +9730,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9658
9730
  readonly apiUrl: "https://api.etherscan.io/api";
9659
9731
  };
9660
9732
  };
9733
+ blockTime?: number | undefined | undefined;
9661
9734
  contracts: {
9662
9735
  readonly ensRegistry: {
9663
9736
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -9700,6 +9773,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9700
9773
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
9701
9774
  };
9702
9775
  };
9776
+ blockTime?: number | undefined | undefined;
9703
9777
  contracts: {
9704
9778
  readonly multicall3: {
9705
9779
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9742,6 +9816,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9742
9816
  readonly apiUrl: "https://api.arbiscan.io/api";
9743
9817
  };
9744
9818
  };
9819
+ blockTime?: number | undefined | undefined;
9745
9820
  contracts: {
9746
9821
  readonly multicall3: {
9747
9822
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9777,6 +9852,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9777
9852
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
9778
9853
  };
9779
9854
  };
9855
+ blockTime?: number | undefined | undefined;
9780
9856
  contracts: {
9781
9857
  readonly multicall3: {
9782
9858
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9812,6 +9888,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9812
9888
  readonly apiUrl: "https://api.etherscan.io/api";
9813
9889
  };
9814
9890
  };
9891
+ blockTime?: number | undefined | undefined;
9815
9892
  contracts: {
9816
9893
  readonly ensRegistry: {
9817
9894
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -9854,6 +9931,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9854
9931
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
9855
9932
  };
9856
9933
  };
9934
+ blockTime?: number | undefined | undefined;
9857
9935
  contracts: {
9858
9936
  readonly multicall3: {
9859
9937
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9896,6 +9974,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9896
9974
  readonly apiUrl: "https://api.arbiscan.io/api";
9897
9975
  };
9898
9976
  };
9977
+ blockTime?: number | undefined | undefined;
9899
9978
  contracts: {
9900
9979
  readonly multicall3: {
9901
9980
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9931,6 +10010,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9931
10010
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
9932
10011
  };
9933
10012
  };
10013
+ blockTime?: number | undefined | undefined;
9934
10014
  contracts: {
9935
10015
  readonly multicall3: {
9936
10016
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -9981,6 +10061,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
9981
10061
  readonly apiUrl: "https://api.etherscan.io/api";
9982
10062
  };
9983
10063
  };
10064
+ blockTime?: number | undefined | undefined;
9984
10065
  contracts: {
9985
10066
  readonly ensRegistry: {
9986
10067
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10023,6 +10104,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10023
10104
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10024
10105
  };
10025
10106
  };
10107
+ blockTime?: number | undefined | undefined;
10026
10108
  contracts: {
10027
10109
  readonly multicall3: {
10028
10110
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10065,6 +10147,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10065
10147
  readonly apiUrl: "https://api.arbiscan.io/api";
10066
10148
  };
10067
10149
  };
10150
+ blockTime?: number | undefined | undefined;
10068
10151
  contracts: {
10069
10152
  readonly multicall3: {
10070
10153
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10100,6 +10183,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10100
10183
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10101
10184
  };
10102
10185
  };
10186
+ blockTime?: number | undefined | undefined;
10103
10187
  contracts: {
10104
10188
  readonly multicall3: {
10105
10189
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10137,6 +10221,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10137
10221
  readonly apiUrl: "https://api.etherscan.io/api";
10138
10222
  };
10139
10223
  };
10224
+ blockTime?: number | undefined | undefined;
10140
10225
  contracts: {
10141
10226
  readonly ensRegistry: {
10142
10227
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10179,6 +10264,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10179
10264
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10180
10265
  };
10181
10266
  };
10267
+ blockTime?: number | undefined | undefined;
10182
10268
  contracts: {
10183
10269
  readonly multicall3: {
10184
10270
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10221,6 +10307,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10221
10307
  readonly apiUrl: "https://api.arbiscan.io/api";
10222
10308
  };
10223
10309
  };
10310
+ blockTime?: number | undefined | undefined;
10224
10311
  contracts: {
10225
10312
  readonly multicall3: {
10226
10313
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10256,6 +10343,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10256
10343
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10257
10344
  };
10258
10345
  };
10346
+ blockTime?: number | undefined | undefined;
10259
10347
  contracts: {
10260
10348
  readonly multicall3: {
10261
10349
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10309,6 +10397,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10309
10397
  readonly apiUrl: "https://api.etherscan.io/api";
10310
10398
  };
10311
10399
  };
10400
+ blockTime?: number | undefined | undefined;
10312
10401
  contracts: {
10313
10402
  readonly ensRegistry: {
10314
10403
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10351,6 +10440,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10351
10440
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10352
10441
  };
10353
10442
  };
10443
+ blockTime?: number | undefined | undefined;
10354
10444
  contracts: {
10355
10445
  readonly multicall3: {
10356
10446
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10393,6 +10483,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10393
10483
  readonly apiUrl: "https://api.arbiscan.io/api";
10394
10484
  };
10395
10485
  };
10486
+ blockTime?: number | undefined | undefined;
10396
10487
  contracts: {
10397
10488
  readonly multicall3: {
10398
10489
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10428,6 +10519,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10428
10519
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10429
10520
  };
10430
10521
  };
10522
+ blockTime?: number | undefined | undefined;
10431
10523
  contracts: {
10432
10524
  readonly multicall3: {
10433
10525
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10463,6 +10555,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10463
10555
  readonly apiUrl: "https://api.etherscan.io/api";
10464
10556
  };
10465
10557
  };
10558
+ blockTime?: number | undefined | undefined;
10466
10559
  contracts: {
10467
10560
  readonly ensRegistry: {
10468
10561
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10505,6 +10598,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10505
10598
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10506
10599
  };
10507
10600
  };
10601
+ blockTime?: number | undefined | undefined;
10508
10602
  contracts: {
10509
10603
  readonly multicall3: {
10510
10604
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10547,6 +10641,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10547
10641
  readonly apiUrl: "https://api.arbiscan.io/api";
10548
10642
  };
10549
10643
  };
10644
+ blockTime?: number | undefined | undefined;
10550
10645
  contracts: {
10551
10646
  readonly multicall3: {
10552
10647
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10582,6 +10677,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10582
10677
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10583
10678
  };
10584
10679
  };
10680
+ blockTime?: number | undefined | undefined;
10585
10681
  contracts: {
10586
10682
  readonly multicall3: {
10587
10683
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10617,6 +10713,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10617
10713
  readonly apiUrl: "https://api.etherscan.io/api";
10618
10714
  };
10619
10715
  };
10716
+ blockTime?: number | undefined | undefined;
10620
10717
  contracts: {
10621
10718
  readonly ensRegistry: {
10622
10719
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10659,6 +10756,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10659
10756
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10660
10757
  };
10661
10758
  };
10759
+ blockTime?: number | undefined | undefined;
10662
10760
  contracts: {
10663
10761
  readonly multicall3: {
10664
10762
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10701,6 +10799,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10701
10799
  readonly apiUrl: "https://api.arbiscan.io/api";
10702
10800
  };
10703
10801
  };
10802
+ blockTime?: number | undefined | undefined;
10704
10803
  contracts: {
10705
10804
  readonly multicall3: {
10706
10805
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10736,6 +10835,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10736
10835
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10737
10836
  };
10738
10837
  };
10838
+ blockTime?: number | undefined | undefined;
10739
10839
  contracts: {
10740
10840
  readonly multicall3: {
10741
10841
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10771,6 +10871,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10771
10871
  readonly apiUrl: "https://api.etherscan.io/api";
10772
10872
  };
10773
10873
  };
10874
+ blockTime?: number | undefined | undefined;
10774
10875
  contracts: {
10775
10876
  readonly ensRegistry: {
10776
10877
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10813,6 +10914,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10813
10914
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10814
10915
  };
10815
10916
  };
10917
+ blockTime?: number | undefined | undefined;
10816
10918
  contracts: {
10817
10919
  readonly multicall3: {
10818
10920
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10855,6 +10957,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10855
10957
  readonly apiUrl: "https://api.arbiscan.io/api";
10856
10958
  };
10857
10959
  };
10960
+ blockTime?: number | undefined | undefined;
10858
10961
  contracts: {
10859
10962
  readonly multicall3: {
10860
10963
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10890,6 +10993,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10890
10993
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
10891
10994
  };
10892
10995
  };
10996
+ blockTime?: number | undefined | undefined;
10893
10997
  contracts: {
10894
10998
  readonly multicall3: {
10895
10999
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -10925,6 +11029,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10925
11029
  readonly apiUrl: "https://api.etherscan.io/api";
10926
11030
  };
10927
11031
  };
11032
+ blockTime?: number | undefined | undefined;
10928
11033
  contracts: {
10929
11034
  readonly ensRegistry: {
10930
11035
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -10967,6 +11072,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
10967
11072
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
10968
11073
  };
10969
11074
  };
11075
+ blockTime?: number | undefined | undefined;
10970
11076
  contracts: {
10971
11077
  readonly multicall3: {
10972
11078
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11009,6 +11115,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11009
11115
  readonly apiUrl: "https://api.arbiscan.io/api";
11010
11116
  };
11011
11117
  };
11118
+ blockTime?: number | undefined | undefined;
11012
11119
  contracts: {
11013
11120
  readonly multicall3: {
11014
11121
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11044,6 +11151,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11044
11151
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11045
11152
  };
11046
11153
  };
11154
+ blockTime?: number | undefined | undefined;
11047
11155
  contracts: {
11048
11156
  readonly multicall3: {
11049
11157
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11079,6 +11187,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11079
11187
  readonly apiUrl: "https://api.etherscan.io/api";
11080
11188
  };
11081
11189
  };
11190
+ blockTime?: number | undefined | undefined;
11082
11191
  contracts: {
11083
11192
  readonly ensRegistry: {
11084
11193
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -11121,6 +11230,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11121
11230
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11122
11231
  };
11123
11232
  };
11233
+ blockTime?: number | undefined | undefined;
11124
11234
  contracts: {
11125
11235
  readonly multicall3: {
11126
11236
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11163,6 +11273,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11163
11273
  readonly apiUrl: "https://api.arbiscan.io/api";
11164
11274
  };
11165
11275
  };
11276
+ blockTime?: number | undefined | undefined;
11166
11277
  contracts: {
11167
11278
  readonly multicall3: {
11168
11279
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11198,6 +11309,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11198
11309
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11199
11310
  };
11200
11311
  };
11312
+ blockTime?: number | undefined | undefined;
11201
11313
  contracts: {
11202
11314
  readonly multicall3: {
11203
11315
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11226,9 +11338,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
11226
11338
  }>>;
11227
11339
  };
11228
11340
  export type PublicClient = ReturnType<typeof buildPublicClient>;
11229
- export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11341
+ export declare const BuildClientArgs: z.ZodObject<{
11230
11342
  infuraKey: z.ZodReadonly<z.ZodString>;
11231
- }, {
11343
+ } & {
11232
11344
  chain: z.ZodDefault<z.ZodOptional<z.ZodType<{
11233
11345
  graphCliName: string;
11234
11346
  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}`;
@@ -11239,6 +11351,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11239
11351
  readonly apiUrl: "https://api.etherscan.io/api";
11240
11352
  };
11241
11353
  };
11354
+ blockTime?: number | undefined | undefined;
11242
11355
  contracts: {
11243
11356
  readonly ensRegistry: {
11244
11357
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -11281,6 +11394,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11281
11394
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11282
11395
  };
11283
11396
  };
11397
+ blockTime?: number | undefined | undefined;
11284
11398
  contracts: {
11285
11399
  readonly multicall3: {
11286
11400
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11323,6 +11437,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11323
11437
  readonly apiUrl: "https://api.arbiscan.io/api";
11324
11438
  };
11325
11439
  };
11440
+ blockTime?: number | undefined | undefined;
11326
11441
  contracts: {
11327
11442
  readonly multicall3: {
11328
11443
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11358,6 +11473,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11358
11473
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11359
11474
  };
11360
11475
  };
11476
+ blockTime?: number | undefined | undefined;
11361
11477
  contracts: {
11362
11478
  readonly multicall3: {
11363
11479
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11393,6 +11509,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11393
11509
  readonly apiUrl: "https://api.etherscan.io/api";
11394
11510
  };
11395
11511
  };
11512
+ blockTime?: number | undefined | undefined;
11396
11513
  contracts: {
11397
11514
  readonly ensRegistry: {
11398
11515
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -11435,6 +11552,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11435
11552
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11436
11553
  };
11437
11554
  };
11555
+ blockTime?: number | undefined | undefined;
11438
11556
  contracts: {
11439
11557
  readonly multicall3: {
11440
11558
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11477,6 +11595,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11477
11595
  readonly apiUrl: "https://api.arbiscan.io/api";
11478
11596
  };
11479
11597
  };
11598
+ blockTime?: number | undefined | undefined;
11480
11599
  contracts: {
11481
11600
  readonly multicall3: {
11482
11601
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11512,6 +11631,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11512
11631
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11513
11632
  };
11514
11633
  };
11634
+ blockTime?: number | undefined | undefined;
11515
11635
  contracts: {
11516
11636
  readonly multicall3: {
11517
11637
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11538,7 +11658,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11538
11658
  formatters?: undefined;
11539
11659
  serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
11540
11660
  }>>>;
11541
- }>, "strip", z.ZodTypeAny, {
11661
+ }, "strip", z.ZodTypeAny, {
11542
11662
  infuraKey: string;
11543
11663
  chain: {
11544
11664
  graphCliName: string;
@@ -11550,6 +11670,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11550
11670
  readonly apiUrl: "https://api.etherscan.io/api";
11551
11671
  };
11552
11672
  };
11673
+ blockTime?: number | undefined | undefined;
11553
11674
  contracts: {
11554
11675
  readonly ensRegistry: {
11555
11676
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -11592,6 +11713,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11592
11713
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11593
11714
  };
11594
11715
  };
11716
+ blockTime?: number | undefined | undefined;
11595
11717
  contracts: {
11596
11718
  readonly multicall3: {
11597
11719
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11634,6 +11756,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11634
11756
  readonly apiUrl: "https://api.arbiscan.io/api";
11635
11757
  };
11636
11758
  };
11759
+ blockTime?: number | undefined | undefined;
11637
11760
  contracts: {
11638
11761
  readonly multicall3: {
11639
11762
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11669,6 +11792,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11669
11792
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11670
11793
  };
11671
11794
  };
11795
+ blockTime?: number | undefined | undefined;
11672
11796
  contracts: {
11673
11797
  readonly multicall3: {
11674
11798
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11707,6 +11831,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11707
11831
  readonly apiUrl: "https://api.etherscan.io/api";
11708
11832
  };
11709
11833
  };
11834
+ blockTime?: number | undefined | undefined;
11710
11835
  contracts: {
11711
11836
  readonly ensRegistry: {
11712
11837
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -11749,6 +11874,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11749
11874
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11750
11875
  };
11751
11876
  };
11877
+ blockTime?: number | undefined | undefined;
11752
11878
  contracts: {
11753
11879
  readonly multicall3: {
11754
11880
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11791,6 +11917,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11791
11917
  readonly apiUrl: "https://api.arbiscan.io/api";
11792
11918
  };
11793
11919
  };
11920
+ blockTime?: number | undefined | undefined;
11794
11921
  contracts: {
11795
11922
  readonly multicall3: {
11796
11923
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11826,6 +11953,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
11826
11953
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11827
11954
  };
11828
11955
  };
11956
+ blockTime?: number | undefined | undefined;
11829
11957
  contracts: {
11830
11958
  readonly multicall3: {
11831
11959
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11873,6 +12001,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11873
12001
  readonly apiUrl: "https://api.etherscan.io/api";
11874
12002
  };
11875
12003
  };
12004
+ blockTime?: number | undefined | undefined;
11876
12005
  contracts: {
11877
12006
  readonly ensRegistry: {
11878
12007
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -11915,6 +12044,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11915
12044
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
11916
12045
  };
11917
12046
  };
12047
+ blockTime?: number | undefined | undefined;
11918
12048
  contracts: {
11919
12049
  readonly multicall3: {
11920
12050
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11957,6 +12087,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11957
12087
  readonly apiUrl: "https://api.arbiscan.io/api";
11958
12088
  };
11959
12089
  };
12090
+ blockTime?: number | undefined | undefined;
11960
12091
  contracts: {
11961
12092
  readonly multicall3: {
11962
12093
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -11992,6 +12123,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
11992
12123
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
11993
12124
  };
11994
12125
  };
12126
+ blockTime?: number | undefined | undefined;
11995
12127
  contracts: {
11996
12128
  readonly multicall3: {
11997
12129
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12453,6 +12585,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12453
12585
  readonly apiUrl: "https://api.etherscan.io/api";
12454
12586
  };
12455
12587
  };
12588
+ blockTime?: number | undefined | undefined;
12456
12589
  contracts: {
12457
12590
  readonly ensRegistry: {
12458
12591
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -12495,6 +12628,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12495
12628
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
12496
12629
  };
12497
12630
  };
12631
+ blockTime?: number | undefined | undefined;
12498
12632
  contracts: {
12499
12633
  readonly multicall3: {
12500
12634
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12537,6 +12671,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12537
12671
  readonly apiUrl: "https://api.arbiscan.io/api";
12538
12672
  };
12539
12673
  };
12674
+ blockTime?: number | undefined | undefined;
12540
12675
  contracts: {
12541
12676
  readonly multicall3: {
12542
12677
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12572,6 +12707,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12572
12707
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
12573
12708
  };
12574
12709
  };
12710
+ blockTime?: number | undefined | undefined;
12575
12711
  contracts: {
12576
12712
  readonly multicall3: {
12577
12713
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12607,6 +12743,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12607
12743
  readonly apiUrl: "https://api.etherscan.io/api";
12608
12744
  };
12609
12745
  };
12746
+ blockTime?: number | undefined | undefined;
12610
12747
  contracts: {
12611
12748
  readonly ensRegistry: {
12612
12749
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -12649,6 +12786,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12649
12786
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
12650
12787
  };
12651
12788
  };
12789
+ blockTime?: number | undefined | undefined;
12652
12790
  contracts: {
12653
12791
  readonly multicall3: {
12654
12792
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12691,6 +12829,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12691
12829
  readonly apiUrl: "https://api.arbiscan.io/api";
12692
12830
  };
12693
12831
  };
12832
+ blockTime?: number | undefined | undefined;
12694
12833
  contracts: {
12695
12834
  readonly multicall3: {
12696
12835
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12726,6 +12865,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12726
12865
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
12727
12866
  };
12728
12867
  };
12868
+ blockTime?: number | undefined | undefined;
12729
12869
  contracts: {
12730
12870
  readonly multicall3: {
12731
12871
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12761,6 +12901,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12761
12901
  readonly apiUrl: "https://api.etherscan.io/api";
12762
12902
  };
12763
12903
  };
12904
+ blockTime?: number | undefined | undefined;
12764
12905
  contracts: {
12765
12906
  readonly ensRegistry: {
12766
12907
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -12803,6 +12944,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12803
12944
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
12804
12945
  };
12805
12946
  };
12947
+ blockTime?: number | undefined | undefined;
12806
12948
  contracts: {
12807
12949
  readonly multicall3: {
12808
12950
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12845,6 +12987,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12845
12987
  readonly apiUrl: "https://api.arbiscan.io/api";
12846
12988
  };
12847
12989
  };
12990
+ blockTime?: number | undefined | undefined;
12848
12991
  contracts: {
12849
12992
  readonly multicall3: {
12850
12993
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12880,6 +13023,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12880
13023
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
12881
13024
  };
12882
13025
  };
13026
+ blockTime?: number | undefined | undefined;
12883
13027
  contracts: {
12884
13028
  readonly multicall3: {
12885
13029
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -12929,6 +13073,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12929
13073
  readonly apiUrl: "https://api.etherscan.io/api";
12930
13074
  };
12931
13075
  };
13076
+ blockTime?: number | undefined | undefined;
12932
13077
  contracts: {
12933
13078
  readonly ensRegistry: {
12934
13079
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -12971,6 +13116,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
12971
13116
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
12972
13117
  };
12973
13118
  };
13119
+ blockTime?: number | undefined | undefined;
12974
13120
  contracts: {
12975
13121
  readonly multicall3: {
12976
13122
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13013,6 +13159,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13013
13159
  readonly apiUrl: "https://api.arbiscan.io/api";
13014
13160
  };
13015
13161
  };
13162
+ blockTime?: number | undefined | undefined;
13016
13163
  contracts: {
13017
13164
  readonly multicall3: {
13018
13165
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -13048,6 +13195,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
13048
13195
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
13049
13196
  };
13050
13197
  };
13198
+ blockTime?: number | undefined | undefined;
13051
13199
  contracts: {
13052
13200
  readonly multicall3: {
13053
13201
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";