@edgeandnode/graph-auth-kit 7.4.0-states-1749874630398-e741ab38af76609ac1ca9cf555f2ee3511df25ce → 7.4.0

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