@edgeandnode/graph-auth-kit 6.4.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4 → 6.4.10
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 +384 -384
- package/dist/client.d.ts.map +1 -1
- package/dist/constants.d.ts +14 -14
- package/dist/constants.d.ts.map +1 -1
- package/package.json +8 -8
package/dist/client.d.ts
CHANGED
|
@@ -51,8 +51,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
51
51
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
|
-
sourceId?: number | undefined;
|
|
55
|
-
testnet?: boolean | undefined;
|
|
54
|
+
sourceId?: number | undefined | undefined;
|
|
55
|
+
testnet?: boolean | undefined | undefined;
|
|
56
56
|
custom?: Record<string, unknown> | undefined;
|
|
57
57
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
58
58
|
formatters?: undefined;
|
|
@@ -92,7 +92,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
92
92
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
93
93
|
};
|
|
94
94
|
};
|
|
95
|
-
sourceId?: number | undefined;
|
|
95
|
+
sourceId?: number | undefined | undefined;
|
|
96
96
|
testnet: true;
|
|
97
97
|
custom?: Record<string, unknown> | undefined;
|
|
98
98
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -126,8 +126,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
126
126
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
-
sourceId?: number | undefined;
|
|
130
|
-
testnet?: boolean | undefined;
|
|
129
|
+
sourceId?: number | undefined | undefined;
|
|
130
|
+
testnet?: boolean | undefined | undefined;
|
|
131
131
|
custom?: Record<string, unknown> | undefined;
|
|
132
132
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
133
133
|
formatters?: undefined;
|
|
@@ -160,7 +160,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
160
160
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
161
161
|
};
|
|
162
162
|
};
|
|
163
|
-
sourceId?: number | undefined;
|
|
163
|
+
sourceId?: number | undefined | undefined;
|
|
164
164
|
testnet: true;
|
|
165
165
|
custom?: Record<string, unknown> | undefined;
|
|
166
166
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -201,8 +201,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
201
201
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
|
-
sourceId?: number | undefined;
|
|
205
|
-
testnet?: boolean | undefined;
|
|
204
|
+
sourceId?: number | undefined | undefined;
|
|
205
|
+
testnet?: boolean | undefined | undefined;
|
|
206
206
|
custom?: Record<string, unknown> | undefined;
|
|
207
207
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
208
208
|
formatters?: undefined;
|
|
@@ -242,7 +242,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
242
242
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
243
243
|
};
|
|
244
244
|
};
|
|
245
|
-
sourceId?: number | undefined;
|
|
245
|
+
sourceId?: number | undefined | undefined;
|
|
246
246
|
testnet: true;
|
|
247
247
|
custom?: Record<string, unknown> | undefined;
|
|
248
248
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -276,8 +276,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
276
276
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
277
277
|
};
|
|
278
278
|
};
|
|
279
|
-
sourceId?: number | undefined;
|
|
280
|
-
testnet?: boolean | undefined;
|
|
279
|
+
sourceId?: number | undefined | undefined;
|
|
280
|
+
testnet?: boolean | undefined | undefined;
|
|
281
281
|
custom?: Record<string, unknown> | undefined;
|
|
282
282
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
283
283
|
formatters?: undefined;
|
|
@@ -310,7 +310,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
310
310
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
311
311
|
};
|
|
312
312
|
};
|
|
313
|
-
sourceId?: number | undefined;
|
|
313
|
+
sourceId?: number | undefined | undefined;
|
|
314
314
|
testnet: true;
|
|
315
315
|
custom?: Record<string, unknown> | undefined;
|
|
316
316
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -354,8 +354,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
354
354
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
355
355
|
};
|
|
356
356
|
};
|
|
357
|
-
sourceId?: number | undefined;
|
|
358
|
-
testnet?: boolean | undefined;
|
|
357
|
+
sourceId?: number | undefined | undefined;
|
|
358
|
+
testnet?: boolean | undefined | undefined;
|
|
359
359
|
custom?: Record<string, unknown> | undefined;
|
|
360
360
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
361
361
|
formatters?: undefined;
|
|
@@ -395,7 +395,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
395
395
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
396
396
|
};
|
|
397
397
|
};
|
|
398
|
-
sourceId?: number | undefined;
|
|
398
|
+
sourceId?: number | undefined | undefined;
|
|
399
399
|
testnet: true;
|
|
400
400
|
custom?: Record<string, unknown> | undefined;
|
|
401
401
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -429,8 +429,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
429
429
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
430
430
|
};
|
|
431
431
|
};
|
|
432
|
-
sourceId?: number | undefined;
|
|
433
|
-
testnet?: boolean | undefined;
|
|
432
|
+
sourceId?: number | undefined | undefined;
|
|
433
|
+
testnet?: boolean | undefined | undefined;
|
|
434
434
|
custom?: Record<string, unknown> | undefined;
|
|
435
435
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
436
436
|
formatters?: undefined;
|
|
@@ -463,7 +463,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
463
463
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
464
464
|
};
|
|
465
465
|
};
|
|
466
|
-
sourceId?: number | undefined;
|
|
466
|
+
sourceId?: number | undefined | undefined;
|
|
467
467
|
testnet: true;
|
|
468
468
|
custom?: Record<string, unknown> | undefined;
|
|
469
469
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -507,8 +507,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
507
507
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
508
508
|
};
|
|
509
509
|
};
|
|
510
|
-
sourceId?: number | undefined;
|
|
511
|
-
testnet?: boolean | undefined;
|
|
510
|
+
sourceId?: number | undefined | undefined;
|
|
511
|
+
testnet?: boolean | undefined | undefined;
|
|
512
512
|
custom?: Record<string, unknown> | undefined;
|
|
513
513
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
514
514
|
formatters?: undefined;
|
|
@@ -548,7 +548,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
548
548
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
549
549
|
};
|
|
550
550
|
};
|
|
551
|
-
sourceId?: number | undefined;
|
|
551
|
+
sourceId?: number | undefined | undefined;
|
|
552
552
|
testnet: true;
|
|
553
553
|
custom?: Record<string, unknown> | undefined;
|
|
554
554
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -582,8 +582,8 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
582
582
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
583
583
|
};
|
|
584
584
|
};
|
|
585
|
-
sourceId?: number | undefined;
|
|
586
|
-
testnet?: boolean | undefined;
|
|
585
|
+
sourceId?: number | undefined | undefined;
|
|
586
|
+
testnet?: boolean | undefined | undefined;
|
|
587
587
|
custom?: Record<string, unknown> | undefined;
|
|
588
588
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
589
589
|
formatters?: undefined;
|
|
@@ -616,7 +616,7 @@ export declare const BuildPublicClientArgs: z.ZodObject<z.objectUtil.extendShape
|
|
|
616
616
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
617
617
|
};
|
|
618
618
|
};
|
|
619
|
-
sourceId?: number | undefined;
|
|
619
|
+
sourceId?: number | undefined | undefined;
|
|
620
620
|
testnet: true;
|
|
621
621
|
custom?: Record<string, unknown> | undefined;
|
|
622
622
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -670,8 +670,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
670
670
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
671
671
|
};
|
|
672
672
|
};
|
|
673
|
-
sourceId?: number | undefined;
|
|
674
|
-
testnet?: boolean | undefined;
|
|
673
|
+
sourceId?: number | undefined | undefined;
|
|
674
|
+
testnet?: boolean | undefined | undefined;
|
|
675
675
|
custom?: Record<string, unknown> | undefined;
|
|
676
676
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
677
677
|
formatters?: undefined;
|
|
@@ -711,7 +711,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
711
711
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
712
712
|
};
|
|
713
713
|
};
|
|
714
|
-
sourceId?: number | undefined;
|
|
714
|
+
sourceId?: number | undefined | undefined;
|
|
715
715
|
testnet: true;
|
|
716
716
|
custom?: Record<string, unknown> | undefined;
|
|
717
717
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -745,8 +745,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
745
745
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
746
746
|
};
|
|
747
747
|
};
|
|
748
|
-
sourceId?: number | undefined;
|
|
749
|
-
testnet?: boolean | undefined;
|
|
748
|
+
sourceId?: number | undefined | undefined;
|
|
749
|
+
testnet?: boolean | undefined | undefined;
|
|
750
750
|
custom?: Record<string, unknown> | undefined;
|
|
751
751
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
752
752
|
formatters?: undefined;
|
|
@@ -779,7 +779,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
779
779
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
780
780
|
};
|
|
781
781
|
};
|
|
782
|
-
sourceId?: number | undefined;
|
|
782
|
+
sourceId?: number | undefined | undefined;
|
|
783
783
|
testnet: true;
|
|
784
784
|
custom?: Record<string, unknown> | undefined;
|
|
785
785
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -831,8 +831,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
831
831
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
832
832
|
};
|
|
833
833
|
};
|
|
834
|
-
sourceId?: number | undefined;
|
|
835
|
-
testnet?: boolean | undefined;
|
|
834
|
+
sourceId?: number | undefined | undefined;
|
|
835
|
+
testnet?: boolean | undefined | undefined;
|
|
836
836
|
custom?: Record<string, unknown> | undefined;
|
|
837
837
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
838
838
|
formatters?: undefined;
|
|
@@ -872,7 +872,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
872
872
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
873
873
|
};
|
|
874
874
|
};
|
|
875
|
-
sourceId?: number | undefined;
|
|
875
|
+
sourceId?: number | undefined | undefined;
|
|
876
876
|
testnet: true;
|
|
877
877
|
custom?: Record<string, unknown> | undefined;
|
|
878
878
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -906,8 +906,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
906
906
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
907
907
|
};
|
|
908
908
|
};
|
|
909
|
-
sourceId?: number | undefined;
|
|
910
|
-
testnet?: boolean | undefined;
|
|
909
|
+
sourceId?: number | undefined | undefined;
|
|
910
|
+
testnet?: boolean | undefined | undefined;
|
|
911
911
|
custom?: Record<string, unknown> | undefined;
|
|
912
912
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
913
913
|
formatters?: undefined;
|
|
@@ -940,7 +940,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
940
940
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
941
941
|
};
|
|
942
942
|
};
|
|
943
|
-
sourceId?: number | undefined;
|
|
943
|
+
sourceId?: number | undefined | undefined;
|
|
944
944
|
testnet: true;
|
|
945
945
|
custom?: Record<string, unknown> | undefined;
|
|
946
946
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -982,8 +982,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
982
982
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
983
983
|
};
|
|
984
984
|
};
|
|
985
|
-
sourceId?: number | undefined;
|
|
986
|
-
testnet?: boolean | undefined;
|
|
985
|
+
sourceId?: number | undefined | undefined;
|
|
986
|
+
testnet?: boolean | undefined | undefined;
|
|
987
987
|
custom?: Record<string, unknown> | undefined;
|
|
988
988
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
989
989
|
formatters?: undefined;
|
|
@@ -1023,7 +1023,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1023
1023
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1024
1024
|
};
|
|
1025
1025
|
};
|
|
1026
|
-
sourceId?: number | undefined;
|
|
1026
|
+
sourceId?: number | undefined | undefined;
|
|
1027
1027
|
testnet: true;
|
|
1028
1028
|
custom?: Record<string, unknown> | undefined;
|
|
1029
1029
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1057,8 +1057,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1057
1057
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1058
1058
|
};
|
|
1059
1059
|
};
|
|
1060
|
-
sourceId?: number | undefined;
|
|
1061
|
-
testnet?: boolean | undefined;
|
|
1060
|
+
sourceId?: number | undefined | undefined;
|
|
1061
|
+
testnet?: boolean | undefined | undefined;
|
|
1062
1062
|
custom?: Record<string, unknown> | undefined;
|
|
1063
1063
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1064
1064
|
formatters?: undefined;
|
|
@@ -1091,7 +1091,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1091
1091
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
1092
1092
|
};
|
|
1093
1093
|
};
|
|
1094
|
-
sourceId?: number | undefined;
|
|
1094
|
+
sourceId?: number | undefined | undefined;
|
|
1095
1095
|
testnet: true;
|
|
1096
1096
|
custom?: Record<string, unknown> | undefined;
|
|
1097
1097
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1141,8 +1141,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1141
1141
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
1142
1142
|
};
|
|
1143
1143
|
};
|
|
1144
|
-
sourceId?: number | undefined;
|
|
1145
|
-
testnet?: boolean | undefined;
|
|
1144
|
+
sourceId?: number | undefined | undefined;
|
|
1145
|
+
testnet?: boolean | undefined | undefined;
|
|
1146
1146
|
custom?: Record<string, unknown> | undefined;
|
|
1147
1147
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1148
1148
|
formatters?: undefined;
|
|
@@ -1182,7 +1182,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1182
1182
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1183
1183
|
};
|
|
1184
1184
|
};
|
|
1185
|
-
sourceId?: number | undefined;
|
|
1185
|
+
sourceId?: number | undefined | undefined;
|
|
1186
1186
|
testnet: true;
|
|
1187
1187
|
custom?: Record<string, unknown> | undefined;
|
|
1188
1188
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1216,8 +1216,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1216
1216
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1217
1217
|
};
|
|
1218
1218
|
};
|
|
1219
|
-
sourceId?: number | undefined;
|
|
1220
|
-
testnet?: boolean | undefined;
|
|
1219
|
+
sourceId?: number | undefined | undefined;
|
|
1220
|
+
testnet?: boolean | undefined | undefined;
|
|
1221
1221
|
custom?: Record<string, unknown> | undefined;
|
|
1222
1222
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1223
1223
|
formatters?: undefined;
|
|
@@ -1250,7 +1250,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1250
1250
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
1251
1251
|
};
|
|
1252
1252
|
};
|
|
1253
|
-
sourceId?: number | undefined;
|
|
1253
|
+
sourceId?: number | undefined | undefined;
|
|
1254
1254
|
testnet: true;
|
|
1255
1255
|
custom?: Record<string, unknown> | undefined;
|
|
1256
1256
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1404,7 +1404,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1404
1404
|
maxPriorityFeePerGas: bigint;
|
|
1405
1405
|
chainId: number;
|
|
1406
1406
|
accessList: import('viem').AccessList;
|
|
1407
|
-
authorizationList: import('viem
|
|
1407
|
+
authorizationList: import('viem').SignedAuthorizationList;
|
|
1408
1408
|
hash: import('viem').Hash;
|
|
1409
1409
|
input: import('viem').Hex;
|
|
1410
1410
|
typeHex: import('viem').Hex | null;
|
|
@@ -1461,8 +1461,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1461
1461
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
1462
1462
|
};
|
|
1463
1463
|
};
|
|
1464
|
-
sourceId?: number | undefined;
|
|
1465
|
-
testnet?: boolean | undefined;
|
|
1464
|
+
sourceId?: number | undefined | undefined;
|
|
1465
|
+
testnet?: boolean | undefined | undefined;
|
|
1466
1466
|
custom?: Record<string, unknown> | undefined;
|
|
1467
1467
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1468
1468
|
formatters?: undefined;
|
|
@@ -1502,7 +1502,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1502
1502
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1503
1503
|
};
|
|
1504
1504
|
};
|
|
1505
|
-
sourceId?: number | undefined;
|
|
1505
|
+
sourceId?: number | undefined | undefined;
|
|
1506
1506
|
testnet: true;
|
|
1507
1507
|
custom?: Record<string, unknown> | undefined;
|
|
1508
1508
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1536,8 +1536,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1536
1536
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1537
1537
|
};
|
|
1538
1538
|
};
|
|
1539
|
-
sourceId?: number | undefined;
|
|
1540
|
-
testnet?: boolean | undefined;
|
|
1539
|
+
sourceId?: number | undefined | undefined;
|
|
1540
|
+
testnet?: boolean | undefined | undefined;
|
|
1541
1541
|
custom?: Record<string, unknown> | undefined;
|
|
1542
1542
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1543
1543
|
formatters?: undefined;
|
|
@@ -1570,7 +1570,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1570
1570
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
1571
1571
|
};
|
|
1572
1572
|
};
|
|
1573
|
-
sourceId?: number | undefined;
|
|
1573
|
+
sourceId?: number | undefined | undefined;
|
|
1574
1574
|
testnet: true;
|
|
1575
1575
|
custom?: Record<string, unknown> | undefined;
|
|
1576
1576
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1704,7 +1704,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1704
1704
|
maxPriorityFeePerGas: bigint;
|
|
1705
1705
|
chainId: number;
|
|
1706
1706
|
accessList: import('viem').AccessList;
|
|
1707
|
-
authorizationList: import('viem
|
|
1707
|
+
authorizationList: import('viem').SignedAuthorizationList;
|
|
1708
1708
|
hash: import('viem').Hash;
|
|
1709
1709
|
input: import('viem').Hex;
|
|
1710
1710
|
typeHex: import('viem').Hex | null;
|
|
@@ -1747,8 +1747,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1747
1747
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
1748
1748
|
};
|
|
1749
1749
|
};
|
|
1750
|
-
sourceId?: number | undefined;
|
|
1751
|
-
testnet?: boolean | undefined;
|
|
1750
|
+
sourceId?: number | undefined | undefined;
|
|
1751
|
+
testnet?: boolean | undefined | undefined;
|
|
1752
1752
|
custom?: Record<string, unknown> | undefined;
|
|
1753
1753
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1754
1754
|
formatters?: undefined;
|
|
@@ -1788,7 +1788,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1788
1788
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1789
1789
|
};
|
|
1790
1790
|
};
|
|
1791
|
-
sourceId?: number | undefined;
|
|
1791
|
+
sourceId?: number | undefined | undefined;
|
|
1792
1792
|
testnet: true;
|
|
1793
1793
|
custom?: Record<string, unknown> | undefined;
|
|
1794
1794
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1822,8 +1822,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1822
1822
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1823
1823
|
};
|
|
1824
1824
|
};
|
|
1825
|
-
sourceId?: number | undefined;
|
|
1826
|
-
testnet?: boolean | undefined;
|
|
1825
|
+
sourceId?: number | undefined | undefined;
|
|
1826
|
+
testnet?: boolean | undefined | undefined;
|
|
1827
1827
|
custom?: Record<string, unknown> | undefined;
|
|
1828
1828
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1829
1829
|
formatters?: undefined;
|
|
@@ -1856,7 +1856,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1856
1856
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
1857
1857
|
};
|
|
1858
1858
|
};
|
|
1859
|
-
sourceId?: number | undefined;
|
|
1859
|
+
sourceId?: number | undefined | undefined;
|
|
1860
1860
|
testnet: true;
|
|
1861
1861
|
custom?: Record<string, unknown> | undefined;
|
|
1862
1862
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1901,8 +1901,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1901
1901
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
1902
1902
|
};
|
|
1903
1903
|
};
|
|
1904
|
-
sourceId?: number | undefined;
|
|
1905
|
-
testnet?: boolean | undefined;
|
|
1904
|
+
sourceId?: number | undefined | undefined;
|
|
1905
|
+
testnet?: boolean | undefined | undefined;
|
|
1906
1906
|
custom?: Record<string, unknown> | undefined;
|
|
1907
1907
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1908
1908
|
formatters?: undefined;
|
|
@@ -1942,7 +1942,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1942
1942
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
1943
1943
|
};
|
|
1944
1944
|
};
|
|
1945
|
-
sourceId?: number | undefined;
|
|
1945
|
+
sourceId?: number | undefined | undefined;
|
|
1946
1946
|
testnet: true;
|
|
1947
1947
|
custom?: Record<string, unknown> | undefined;
|
|
1948
1948
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -1976,8 +1976,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
1976
1976
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
1977
1977
|
};
|
|
1978
1978
|
};
|
|
1979
|
-
sourceId?: number | undefined;
|
|
1980
|
-
testnet?: boolean | undefined;
|
|
1979
|
+
sourceId?: number | undefined | undefined;
|
|
1980
|
+
testnet?: boolean | undefined | undefined;
|
|
1981
1981
|
custom?: Record<string, unknown> | undefined;
|
|
1982
1982
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
1983
1983
|
formatters?: undefined;
|
|
@@ -2010,7 +2010,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2010
2010
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2011
2011
|
};
|
|
2012
2012
|
};
|
|
2013
|
-
sourceId?: number | undefined;
|
|
2013
|
+
sourceId?: number | undefined | undefined;
|
|
2014
2014
|
testnet: true;
|
|
2015
2015
|
custom?: Record<string, unknown> | undefined;
|
|
2016
2016
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2051,8 +2051,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2051
2051
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
2052
2052
|
};
|
|
2053
2053
|
};
|
|
2054
|
-
sourceId?: number | undefined;
|
|
2055
|
-
testnet?: boolean | undefined;
|
|
2054
|
+
sourceId?: number | undefined | undefined;
|
|
2055
|
+
testnet?: boolean | undefined | undefined;
|
|
2056
2056
|
custom?: Record<string, unknown> | undefined;
|
|
2057
2057
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2058
2058
|
formatters?: undefined;
|
|
@@ -2092,7 +2092,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2092
2092
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
2093
2093
|
};
|
|
2094
2094
|
};
|
|
2095
|
-
sourceId?: number | undefined;
|
|
2095
|
+
sourceId?: number | undefined | undefined;
|
|
2096
2096
|
testnet: true;
|
|
2097
2097
|
custom?: Record<string, unknown> | undefined;
|
|
2098
2098
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2126,8 +2126,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2126
2126
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
2127
2127
|
};
|
|
2128
2128
|
};
|
|
2129
|
-
sourceId?: number | undefined;
|
|
2130
|
-
testnet?: boolean | undefined;
|
|
2129
|
+
sourceId?: number | undefined | undefined;
|
|
2130
|
+
testnet?: boolean | undefined | undefined;
|
|
2131
2131
|
custom?: Record<string, unknown> | undefined;
|
|
2132
2132
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2133
2133
|
formatters?: undefined;
|
|
@@ -2160,7 +2160,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2160
2160
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2161
2161
|
};
|
|
2162
2162
|
};
|
|
2163
|
-
sourceId?: number | undefined;
|
|
2163
|
+
sourceId?: number | undefined | undefined;
|
|
2164
2164
|
testnet: true;
|
|
2165
2165
|
custom?: Record<string, unknown> | undefined;
|
|
2166
2166
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2201,8 +2201,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2201
2201
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
2202
2202
|
};
|
|
2203
2203
|
};
|
|
2204
|
-
sourceId?: number | undefined;
|
|
2205
|
-
testnet?: boolean | undefined;
|
|
2204
|
+
sourceId?: number | undefined | undefined;
|
|
2205
|
+
testnet?: boolean | undefined | undefined;
|
|
2206
2206
|
custom?: Record<string, unknown> | undefined;
|
|
2207
2207
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2208
2208
|
formatters?: undefined;
|
|
@@ -2242,7 +2242,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2242
2242
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
2243
2243
|
};
|
|
2244
2244
|
};
|
|
2245
|
-
sourceId?: number | undefined;
|
|
2245
|
+
sourceId?: number | undefined | undefined;
|
|
2246
2246
|
testnet: true;
|
|
2247
2247
|
custom?: Record<string, unknown> | undefined;
|
|
2248
2248
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2276,8 +2276,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2276
2276
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
2277
2277
|
};
|
|
2278
2278
|
};
|
|
2279
|
-
sourceId?: number | undefined;
|
|
2280
|
-
testnet?: boolean | undefined;
|
|
2279
|
+
sourceId?: number | undefined | undefined;
|
|
2280
|
+
testnet?: boolean | undefined | undefined;
|
|
2281
2281
|
custom?: Record<string, unknown> | undefined;
|
|
2282
2282
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2283
2283
|
formatters?: undefined;
|
|
@@ -2310,7 +2310,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2310
2310
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2311
2311
|
};
|
|
2312
2312
|
};
|
|
2313
|
-
sourceId?: number | undefined;
|
|
2313
|
+
sourceId?: number | undefined | undefined;
|
|
2314
2314
|
testnet: true;
|
|
2315
2315
|
custom?: Record<string, unknown> | undefined;
|
|
2316
2316
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2351,8 +2351,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2351
2351
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
2352
2352
|
};
|
|
2353
2353
|
};
|
|
2354
|
-
sourceId?: number | undefined;
|
|
2355
|
-
testnet?: boolean | undefined;
|
|
2354
|
+
sourceId?: number | undefined | undefined;
|
|
2355
|
+
testnet?: boolean | undefined | undefined;
|
|
2356
2356
|
custom?: Record<string, unknown> | undefined;
|
|
2357
2357
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2358
2358
|
formatters?: undefined;
|
|
@@ -2392,7 +2392,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2392
2392
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
2393
2393
|
};
|
|
2394
2394
|
};
|
|
2395
|
-
sourceId?: number | undefined;
|
|
2395
|
+
sourceId?: number | undefined | undefined;
|
|
2396
2396
|
testnet: true;
|
|
2397
2397
|
custom?: Record<string, unknown> | undefined;
|
|
2398
2398
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2426,8 +2426,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2426
2426
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
2427
2427
|
};
|
|
2428
2428
|
};
|
|
2429
|
-
sourceId?: number | undefined;
|
|
2430
|
-
testnet?: boolean | undefined;
|
|
2429
|
+
sourceId?: number | undefined | undefined;
|
|
2430
|
+
testnet?: boolean | undefined | undefined;
|
|
2431
2431
|
custom?: Record<string, unknown> | undefined;
|
|
2432
2432
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2433
2433
|
formatters?: undefined;
|
|
@@ -2460,7 +2460,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2460
2460
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2461
2461
|
};
|
|
2462
2462
|
};
|
|
2463
|
-
sourceId?: number | undefined;
|
|
2463
|
+
sourceId?: number | undefined | undefined;
|
|
2464
2464
|
testnet: true;
|
|
2465
2465
|
custom?: Record<string, unknown> | undefined;
|
|
2466
2466
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2501,8 +2501,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2501
2501
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
2502
2502
|
};
|
|
2503
2503
|
};
|
|
2504
|
-
sourceId?: number | undefined;
|
|
2505
|
-
testnet?: boolean | undefined;
|
|
2504
|
+
sourceId?: number | undefined | undefined;
|
|
2505
|
+
testnet?: boolean | undefined | undefined;
|
|
2506
2506
|
custom?: Record<string, unknown> | undefined;
|
|
2507
2507
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2508
2508
|
formatters?: undefined;
|
|
@@ -2542,7 +2542,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2542
2542
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
2543
2543
|
};
|
|
2544
2544
|
};
|
|
2545
|
-
sourceId?: number | undefined;
|
|
2545
|
+
sourceId?: number | undefined | undefined;
|
|
2546
2546
|
testnet: true;
|
|
2547
2547
|
custom?: Record<string, unknown> | undefined;
|
|
2548
2548
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2576,8 +2576,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2576
2576
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
2577
2577
|
};
|
|
2578
2578
|
};
|
|
2579
|
-
sourceId?: number | undefined;
|
|
2580
|
-
testnet?: boolean | undefined;
|
|
2579
|
+
sourceId?: number | undefined | undefined;
|
|
2580
|
+
testnet?: boolean | undefined | undefined;
|
|
2581
2581
|
custom?: Record<string, unknown> | undefined;
|
|
2582
2582
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
2583
2583
|
formatters?: undefined;
|
|
@@ -2610,7 +2610,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2610
2610
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
2611
2611
|
};
|
|
2612
2612
|
};
|
|
2613
|
-
sourceId?: number | undefined;
|
|
2613
|
+
sourceId?: number | undefined | undefined;
|
|
2614
2614
|
testnet: true;
|
|
2615
2615
|
custom?: Record<string, unknown> | undefined;
|
|
2616
2616
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -2687,7 +2687,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2687
2687
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
2688
2688
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2689
2689
|
accessList?: import('viem').AccessList | undefined;
|
|
2690
|
-
authorizationList?: import('viem
|
|
2690
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2691
2691
|
blobs?: undefined | undefined;
|
|
2692
2692
|
blobVersionedHashes?: undefined | undefined;
|
|
2693
2693
|
gasPrice?: undefined | undefined;
|
|
@@ -2697,7 +2697,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2697
2697
|
sidecars?: undefined | undefined;
|
|
2698
2698
|
} | {
|
|
2699
2699
|
accessList?: import('viem').AccessList | undefined;
|
|
2700
|
-
authorizationList?: import('viem
|
|
2700
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2701
2701
|
blobs?: undefined | undefined;
|
|
2702
2702
|
blobVersionedHashes?: undefined | undefined;
|
|
2703
2703
|
gasPrice?: undefined | undefined;
|
|
@@ -2768,7 +2768,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2768
2768
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
2769
2769
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2770
2770
|
accessList?: import('viem').AccessList | undefined;
|
|
2771
|
-
authorizationList?: import('viem
|
|
2771
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2772
2772
|
blobs?: undefined | undefined;
|
|
2773
2773
|
blobVersionedHashes?: undefined | undefined;
|
|
2774
2774
|
gasPrice?: undefined | undefined;
|
|
@@ -2778,7 +2778,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2778
2778
|
sidecars?: undefined | undefined;
|
|
2779
2779
|
} | {
|
|
2780
2780
|
accessList?: import('viem').AccessList | undefined;
|
|
2781
|
-
authorizationList?: import('viem
|
|
2781
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2782
2782
|
blobs?: undefined | undefined;
|
|
2783
2783
|
blobVersionedHashes?: undefined | undefined;
|
|
2784
2784
|
gasPrice?: undefined | undefined;
|
|
@@ -2849,7 +2849,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2849
2849
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
2850
2850
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2851
2851
|
accessList?: import('viem').AccessList | undefined;
|
|
2852
|
-
authorizationList?: import('viem
|
|
2852
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2853
2853
|
blobs?: undefined | undefined;
|
|
2854
2854
|
blobVersionedHashes?: undefined | undefined;
|
|
2855
2855
|
gasPrice?: undefined | undefined;
|
|
@@ -2859,7 +2859,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2859
2859
|
sidecars?: undefined | undefined;
|
|
2860
2860
|
} | {
|
|
2861
2861
|
accessList?: import('viem').AccessList | undefined;
|
|
2862
|
-
authorizationList?: import('viem
|
|
2862
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2863
2863
|
blobs?: undefined | undefined;
|
|
2864
2864
|
blobVersionedHashes?: undefined | undefined;
|
|
2865
2865
|
gasPrice?: undefined | undefined;
|
|
@@ -2930,7 +2930,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2930
2930
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
2931
2931
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
2932
2932
|
accessList?: import('viem').AccessList | undefined;
|
|
2933
|
-
authorizationList?: import('viem
|
|
2933
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2934
2934
|
blobs?: undefined | undefined;
|
|
2935
2935
|
blobVersionedHashes?: undefined | undefined;
|
|
2936
2936
|
gasPrice?: undefined | undefined;
|
|
@@ -2940,7 +2940,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
2940
2940
|
sidecars?: undefined | undefined;
|
|
2941
2941
|
} | {
|
|
2942
2942
|
accessList?: import('viem').AccessList | undefined;
|
|
2943
|
-
authorizationList?: import('viem
|
|
2943
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
2944
2944
|
blobs?: undefined | undefined;
|
|
2945
2945
|
blobVersionedHashes?: undefined | undefined;
|
|
2946
2946
|
gasPrice?: undefined | undefined;
|
|
@@ -3011,7 +3011,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3011
3011
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3012
3012
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3013
3013
|
accessList?: import('viem').AccessList | undefined;
|
|
3014
|
-
authorizationList?: import('viem
|
|
3014
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3015
3015
|
blobs?: undefined | undefined;
|
|
3016
3016
|
blobVersionedHashes?: undefined | undefined;
|
|
3017
3017
|
gasPrice?: undefined | undefined;
|
|
@@ -3021,7 +3021,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3021
3021
|
sidecars?: undefined | undefined;
|
|
3022
3022
|
} | {
|
|
3023
3023
|
accessList?: import('viem').AccessList | undefined;
|
|
3024
|
-
authorizationList?: import('viem
|
|
3024
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3025
3025
|
blobs?: undefined | undefined;
|
|
3026
3026
|
blobVersionedHashes?: undefined | undefined;
|
|
3027
3027
|
gasPrice?: undefined | undefined;
|
|
@@ -3092,7 +3092,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3092
3092
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3093
3093
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3094
3094
|
accessList?: import('viem').AccessList | undefined;
|
|
3095
|
-
authorizationList?: import('viem
|
|
3095
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3096
3096
|
blobs?: undefined | undefined;
|
|
3097
3097
|
blobVersionedHashes?: undefined | undefined;
|
|
3098
3098
|
gasPrice?: undefined | undefined;
|
|
@@ -3102,7 +3102,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3102
3102
|
sidecars?: undefined | undefined;
|
|
3103
3103
|
} | {
|
|
3104
3104
|
accessList?: import('viem').AccessList | undefined;
|
|
3105
|
-
authorizationList?: import('viem
|
|
3105
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3106
3106
|
blobs?: undefined | undefined;
|
|
3107
3107
|
blobVersionedHashes?: undefined | undefined;
|
|
3108
3108
|
gasPrice?: undefined | undefined;
|
|
@@ -3173,7 +3173,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3173
3173
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3174
3174
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3175
3175
|
accessList?: import('viem').AccessList | undefined;
|
|
3176
|
-
authorizationList?: import('viem
|
|
3176
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3177
3177
|
blobs?: undefined | undefined;
|
|
3178
3178
|
blobVersionedHashes?: undefined | undefined;
|
|
3179
3179
|
gasPrice?: undefined | undefined;
|
|
@@ -3183,7 +3183,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3183
3183
|
sidecars?: undefined | undefined;
|
|
3184
3184
|
} | {
|
|
3185
3185
|
accessList?: import('viem').AccessList | undefined;
|
|
3186
|
-
authorizationList?: import('viem
|
|
3186
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3187
3187
|
blobs?: undefined | undefined;
|
|
3188
3188
|
blobVersionedHashes?: undefined | undefined;
|
|
3189
3189
|
gasPrice?: undefined | undefined;
|
|
@@ -3254,7 +3254,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3254
3254
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3255
3255
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3256
3256
|
accessList?: import('viem').AccessList | undefined;
|
|
3257
|
-
authorizationList?: import('viem
|
|
3257
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3258
3258
|
blobs?: undefined | undefined;
|
|
3259
3259
|
blobVersionedHashes?: undefined | undefined;
|
|
3260
3260
|
gasPrice?: undefined | undefined;
|
|
@@ -3264,7 +3264,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3264
3264
|
sidecars?: undefined | undefined;
|
|
3265
3265
|
} | {
|
|
3266
3266
|
accessList?: import('viem').AccessList | undefined;
|
|
3267
|
-
authorizationList?: import('viem
|
|
3267
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3268
3268
|
blobs?: undefined | undefined;
|
|
3269
3269
|
blobVersionedHashes?: undefined | undefined;
|
|
3270
3270
|
gasPrice?: undefined | undefined;
|
|
@@ -3335,7 +3335,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3335
3335
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3336
3336
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3337
3337
|
accessList?: import('viem').AccessList | undefined;
|
|
3338
|
-
authorizationList?: import('viem
|
|
3338
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3339
3339
|
blobs?: undefined | undefined;
|
|
3340
3340
|
blobVersionedHashes?: undefined | undefined;
|
|
3341
3341
|
gasPrice?: undefined | undefined;
|
|
@@ -3345,7 +3345,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3345
3345
|
sidecars?: undefined | undefined;
|
|
3346
3346
|
} | {
|
|
3347
3347
|
accessList?: import('viem').AccessList | undefined;
|
|
3348
|
-
authorizationList?: import('viem
|
|
3348
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3349
3349
|
blobs?: undefined | undefined;
|
|
3350
3350
|
blobVersionedHashes?: undefined | undefined;
|
|
3351
3351
|
gasPrice?: undefined | undefined;
|
|
@@ -3416,7 +3416,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3416
3416
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3417
3417
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3418
3418
|
accessList?: import('viem').AccessList | undefined;
|
|
3419
|
-
authorizationList?: import('viem
|
|
3419
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3420
3420
|
blobs?: undefined | undefined;
|
|
3421
3421
|
blobVersionedHashes?: undefined | undefined;
|
|
3422
3422
|
gasPrice?: undefined | undefined;
|
|
@@ -3426,7 +3426,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3426
3426
|
sidecars?: undefined | undefined;
|
|
3427
3427
|
} | {
|
|
3428
3428
|
accessList?: import('viem').AccessList | undefined;
|
|
3429
|
-
authorizationList?: import('viem
|
|
3429
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3430
3430
|
blobs?: undefined | undefined;
|
|
3431
3431
|
blobVersionedHashes?: undefined | undefined;
|
|
3432
3432
|
gasPrice?: undefined | undefined;
|
|
@@ -3497,7 +3497,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3497
3497
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3498
3498
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3499
3499
|
accessList?: import('viem').AccessList | undefined;
|
|
3500
|
-
authorizationList?: import('viem
|
|
3500
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3501
3501
|
blobs?: undefined | undefined;
|
|
3502
3502
|
blobVersionedHashes?: undefined | undefined;
|
|
3503
3503
|
gasPrice?: undefined | undefined;
|
|
@@ -3507,7 +3507,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3507
3507
|
sidecars?: undefined | undefined;
|
|
3508
3508
|
} | {
|
|
3509
3509
|
accessList?: import('viem').AccessList | undefined;
|
|
3510
|
-
authorizationList?: import('viem
|
|
3510
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3511
3511
|
blobs?: undefined | undefined;
|
|
3512
3512
|
blobVersionedHashes?: undefined | undefined;
|
|
3513
3513
|
gasPrice?: undefined | undefined;
|
|
@@ -3578,7 +3578,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3578
3578
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3579
3579
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3580
3580
|
accessList?: import('viem').AccessList | undefined;
|
|
3581
|
-
authorizationList?: import('viem
|
|
3581
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3582
3582
|
blobs?: undefined | undefined;
|
|
3583
3583
|
blobVersionedHashes?: undefined | undefined;
|
|
3584
3584
|
gasPrice?: undefined | undefined;
|
|
@@ -3588,7 +3588,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3588
3588
|
sidecars?: undefined | undefined;
|
|
3589
3589
|
} | {
|
|
3590
3590
|
accessList?: import('viem').AccessList | undefined;
|
|
3591
|
-
authorizationList?: import('viem
|
|
3591
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3592
3592
|
blobs?: undefined | undefined;
|
|
3593
3593
|
blobVersionedHashes?: undefined | undefined;
|
|
3594
3594
|
gasPrice?: undefined | undefined;
|
|
@@ -3659,7 +3659,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3659
3659
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3660
3660
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3661
3661
|
accessList?: import('viem').AccessList | undefined;
|
|
3662
|
-
authorizationList?: import('viem
|
|
3662
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3663
3663
|
blobs?: undefined | undefined;
|
|
3664
3664
|
blobVersionedHashes?: undefined | undefined;
|
|
3665
3665
|
gasPrice?: undefined | undefined;
|
|
@@ -3669,7 +3669,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3669
3669
|
sidecars?: undefined | undefined;
|
|
3670
3670
|
} | {
|
|
3671
3671
|
accessList?: import('viem').AccessList | undefined;
|
|
3672
|
-
authorizationList?: import('viem
|
|
3672
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3673
3673
|
blobs?: undefined | undefined;
|
|
3674
3674
|
blobVersionedHashes?: undefined | undefined;
|
|
3675
3675
|
gasPrice?: undefined | undefined;
|
|
@@ -3740,7 +3740,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3740
3740
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3741
3741
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3742
3742
|
accessList?: import('viem').AccessList | undefined;
|
|
3743
|
-
authorizationList?: import('viem
|
|
3743
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3744
3744
|
blobs?: undefined | undefined;
|
|
3745
3745
|
blobVersionedHashes?: undefined | undefined;
|
|
3746
3746
|
gasPrice?: undefined | undefined;
|
|
@@ -3750,7 +3750,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3750
3750
|
sidecars?: undefined | undefined;
|
|
3751
3751
|
} | {
|
|
3752
3752
|
accessList?: import('viem').AccessList | undefined;
|
|
3753
|
-
authorizationList?: import('viem
|
|
3753
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3754
3754
|
blobs?: undefined | undefined;
|
|
3755
3755
|
blobVersionedHashes?: undefined | undefined;
|
|
3756
3756
|
gasPrice?: undefined | undefined;
|
|
@@ -3821,7 +3821,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3821
3821
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3822
3822
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3823
3823
|
accessList?: import('viem').AccessList | undefined;
|
|
3824
|
-
authorizationList?: import('viem
|
|
3824
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3825
3825
|
blobs?: undefined | undefined;
|
|
3826
3826
|
blobVersionedHashes?: undefined | undefined;
|
|
3827
3827
|
gasPrice?: undefined | undefined;
|
|
@@ -3831,7 +3831,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3831
3831
|
sidecars?: undefined | undefined;
|
|
3832
3832
|
} | {
|
|
3833
3833
|
accessList?: import('viem').AccessList | undefined;
|
|
3834
|
-
authorizationList?: import('viem
|
|
3834
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3835
3835
|
blobs?: undefined | undefined;
|
|
3836
3836
|
blobVersionedHashes?: undefined | undefined;
|
|
3837
3837
|
gasPrice?: undefined | undefined;
|
|
@@ -3902,7 +3902,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3902
3902
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3903
3903
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3904
3904
|
accessList?: import('viem').AccessList | undefined;
|
|
3905
|
-
authorizationList?: import('viem
|
|
3905
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3906
3906
|
blobs?: undefined | undefined;
|
|
3907
3907
|
blobVersionedHashes?: undefined | undefined;
|
|
3908
3908
|
gasPrice?: undefined | undefined;
|
|
@@ -3912,7 +3912,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3912
3912
|
sidecars?: undefined | undefined;
|
|
3913
3913
|
} | {
|
|
3914
3914
|
accessList?: import('viem').AccessList | undefined;
|
|
3915
|
-
authorizationList?: import('viem
|
|
3915
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3916
3916
|
blobs?: undefined | undefined;
|
|
3917
3917
|
blobVersionedHashes?: undefined | undefined;
|
|
3918
3918
|
gasPrice?: undefined | undefined;
|
|
@@ -3983,7 +3983,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3983
3983
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
3984
3984
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
3985
3985
|
accessList?: import('viem').AccessList | undefined;
|
|
3986
|
-
authorizationList?: import('viem
|
|
3986
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3987
3987
|
blobs?: undefined | undefined;
|
|
3988
3988
|
blobVersionedHashes?: undefined | undefined;
|
|
3989
3989
|
gasPrice?: undefined | undefined;
|
|
@@ -3993,7 +3993,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
3993
3993
|
sidecars?: undefined | undefined;
|
|
3994
3994
|
} | {
|
|
3995
3995
|
accessList?: import('viem').AccessList | undefined;
|
|
3996
|
-
authorizationList?: import('viem
|
|
3996
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
3997
3997
|
blobs?: undefined | undefined;
|
|
3998
3998
|
blobVersionedHashes?: undefined | undefined;
|
|
3999
3999
|
gasPrice?: undefined | undefined;
|
|
@@ -4064,7 +4064,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4064
4064
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4065
4065
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4066
4066
|
accessList?: import('viem').AccessList | undefined;
|
|
4067
|
-
authorizationList?: import('viem
|
|
4067
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4068
4068
|
blobs?: undefined | undefined;
|
|
4069
4069
|
blobVersionedHashes?: undefined | undefined;
|
|
4070
4070
|
gasPrice?: undefined | undefined;
|
|
@@ -4074,7 +4074,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4074
4074
|
sidecars?: undefined | undefined;
|
|
4075
4075
|
} | {
|
|
4076
4076
|
accessList?: import('viem').AccessList | undefined;
|
|
4077
|
-
authorizationList?: import('viem
|
|
4077
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4078
4078
|
blobs?: undefined | undefined;
|
|
4079
4079
|
blobVersionedHashes?: undefined | undefined;
|
|
4080
4080
|
gasPrice?: undefined | undefined;
|
|
@@ -4145,7 +4145,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4145
4145
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4146
4146
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4147
4147
|
accessList?: import('viem').AccessList | undefined;
|
|
4148
|
-
authorizationList?: import('viem
|
|
4148
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4149
4149
|
blobs?: undefined | undefined;
|
|
4150
4150
|
blobVersionedHashes?: undefined | undefined;
|
|
4151
4151
|
gasPrice?: undefined | undefined;
|
|
@@ -4155,7 +4155,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4155
4155
|
sidecars?: undefined | undefined;
|
|
4156
4156
|
} | {
|
|
4157
4157
|
accessList?: import('viem').AccessList | undefined;
|
|
4158
|
-
authorizationList?: import('viem
|
|
4158
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4159
4159
|
blobs?: undefined | undefined;
|
|
4160
4160
|
blobVersionedHashes?: undefined | undefined;
|
|
4161
4161
|
gasPrice?: undefined | undefined;
|
|
@@ -4226,7 +4226,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4226
4226
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4227
4227
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4228
4228
|
accessList?: import('viem').AccessList | undefined;
|
|
4229
|
-
authorizationList?: import('viem
|
|
4229
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4230
4230
|
blobs?: undefined | undefined;
|
|
4231
4231
|
blobVersionedHashes?: undefined | undefined;
|
|
4232
4232
|
gasPrice?: undefined | undefined;
|
|
@@ -4236,7 +4236,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4236
4236
|
sidecars?: undefined | undefined;
|
|
4237
4237
|
} | {
|
|
4238
4238
|
accessList?: import('viem').AccessList | undefined;
|
|
4239
|
-
authorizationList?: import('viem
|
|
4239
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4240
4240
|
blobs?: undefined | undefined;
|
|
4241
4241
|
blobVersionedHashes?: undefined | undefined;
|
|
4242
4242
|
gasPrice?: undefined | undefined;
|
|
@@ -4307,7 +4307,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4307
4307
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4308
4308
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4309
4309
|
accessList?: import('viem').AccessList | undefined;
|
|
4310
|
-
authorizationList?: import('viem
|
|
4310
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4311
4311
|
blobs?: undefined | undefined;
|
|
4312
4312
|
blobVersionedHashes?: undefined | undefined;
|
|
4313
4313
|
gasPrice?: undefined | undefined;
|
|
@@ -4317,7 +4317,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4317
4317
|
sidecars?: undefined | undefined;
|
|
4318
4318
|
} | {
|
|
4319
4319
|
accessList?: import('viem').AccessList | undefined;
|
|
4320
|
-
authorizationList?: import('viem
|
|
4320
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4321
4321
|
blobs?: undefined | undefined;
|
|
4322
4322
|
blobVersionedHashes?: undefined | undefined;
|
|
4323
4323
|
gasPrice?: undefined | undefined;
|
|
@@ -4388,7 +4388,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4388
4388
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4389
4389
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4390
4390
|
accessList?: import('viem').AccessList | undefined;
|
|
4391
|
-
authorizationList?: import('viem
|
|
4391
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4392
4392
|
blobs?: undefined | undefined;
|
|
4393
4393
|
blobVersionedHashes?: undefined | undefined;
|
|
4394
4394
|
gasPrice?: undefined | undefined;
|
|
@@ -4398,7 +4398,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4398
4398
|
sidecars?: undefined | undefined;
|
|
4399
4399
|
} | {
|
|
4400
4400
|
accessList?: import('viem').AccessList | undefined;
|
|
4401
|
-
authorizationList?: import('viem
|
|
4401
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4402
4402
|
blobs?: undefined | undefined;
|
|
4403
4403
|
blobVersionedHashes?: undefined | undefined;
|
|
4404
4404
|
gasPrice?: undefined | undefined;
|
|
@@ -4469,7 +4469,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4469
4469
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4470
4470
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4471
4471
|
accessList?: import('viem').AccessList | undefined;
|
|
4472
|
-
authorizationList?: import('viem
|
|
4472
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4473
4473
|
blobs?: undefined | undefined;
|
|
4474
4474
|
blobVersionedHashes?: undefined | undefined;
|
|
4475
4475
|
gasPrice?: undefined | undefined;
|
|
@@ -4479,7 +4479,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4479
4479
|
sidecars?: undefined | undefined;
|
|
4480
4480
|
} | {
|
|
4481
4481
|
accessList?: import('viem').AccessList | undefined;
|
|
4482
|
-
authorizationList?: import('viem
|
|
4482
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4483
4483
|
blobs?: undefined | undefined;
|
|
4484
4484
|
blobVersionedHashes?: undefined | undefined;
|
|
4485
4485
|
gasPrice?: undefined | undefined;
|
|
@@ -4550,7 +4550,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4550
4550
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4551
4551
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4552
4552
|
accessList?: import('viem').AccessList | undefined;
|
|
4553
|
-
authorizationList?: import('viem
|
|
4553
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4554
4554
|
blobs?: undefined | undefined;
|
|
4555
4555
|
blobVersionedHashes?: undefined | undefined;
|
|
4556
4556
|
gasPrice?: undefined | undefined;
|
|
@@ -4560,7 +4560,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4560
4560
|
sidecars?: undefined | undefined;
|
|
4561
4561
|
} | {
|
|
4562
4562
|
accessList?: import('viem').AccessList | undefined;
|
|
4563
|
-
authorizationList?: import('viem
|
|
4563
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4564
4564
|
blobs?: undefined | undefined;
|
|
4565
4565
|
blobVersionedHashes?: undefined | undefined;
|
|
4566
4566
|
gasPrice?: undefined | undefined;
|
|
@@ -4631,7 +4631,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4631
4631
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4632
4632
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4633
4633
|
accessList?: import('viem').AccessList | undefined;
|
|
4634
|
-
authorizationList?: import('viem
|
|
4634
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4635
4635
|
blobs?: undefined | undefined;
|
|
4636
4636
|
blobVersionedHashes?: undefined | undefined;
|
|
4637
4637
|
gasPrice?: undefined | undefined;
|
|
@@ -4641,7 +4641,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4641
4641
|
sidecars?: undefined | undefined;
|
|
4642
4642
|
} | {
|
|
4643
4643
|
accessList?: import('viem').AccessList | undefined;
|
|
4644
|
-
authorizationList?: import('viem
|
|
4644
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4645
4645
|
blobs?: undefined | undefined;
|
|
4646
4646
|
blobVersionedHashes?: undefined | undefined;
|
|
4647
4647
|
gasPrice?: undefined | undefined;
|
|
@@ -4712,7 +4712,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4712
4712
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4713
4713
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4714
4714
|
accessList?: import('viem').AccessList | undefined;
|
|
4715
|
-
authorizationList?: import('viem
|
|
4715
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4716
4716
|
blobs?: undefined | undefined;
|
|
4717
4717
|
blobVersionedHashes?: undefined | undefined;
|
|
4718
4718
|
gasPrice?: undefined | undefined;
|
|
@@ -4722,7 +4722,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4722
4722
|
sidecars?: undefined | undefined;
|
|
4723
4723
|
} | {
|
|
4724
4724
|
accessList?: import('viem').AccessList | undefined;
|
|
4725
|
-
authorizationList?: import('viem
|
|
4725
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4726
4726
|
blobs?: undefined | undefined;
|
|
4727
4727
|
blobVersionedHashes?: undefined | undefined;
|
|
4728
4728
|
gasPrice?: undefined | undefined;
|
|
@@ -4793,7 +4793,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4793
4793
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4794
4794
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4795
4795
|
accessList?: import('viem').AccessList | undefined;
|
|
4796
|
-
authorizationList?: import('viem
|
|
4796
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4797
4797
|
blobs?: undefined | undefined;
|
|
4798
4798
|
blobVersionedHashes?: undefined | undefined;
|
|
4799
4799
|
gasPrice?: undefined | undefined;
|
|
@@ -4803,7 +4803,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4803
4803
|
sidecars?: undefined | undefined;
|
|
4804
4804
|
} | {
|
|
4805
4805
|
accessList?: import('viem').AccessList | undefined;
|
|
4806
|
-
authorizationList?: import('viem
|
|
4806
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4807
4807
|
blobs?: undefined | undefined;
|
|
4808
4808
|
blobVersionedHashes?: undefined | undefined;
|
|
4809
4809
|
gasPrice?: undefined | undefined;
|
|
@@ -4874,7 +4874,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4874
4874
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4875
4875
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4876
4876
|
accessList?: import('viem').AccessList | undefined;
|
|
4877
|
-
authorizationList?: import('viem
|
|
4877
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4878
4878
|
blobs?: undefined | undefined;
|
|
4879
4879
|
blobVersionedHashes?: undefined | undefined;
|
|
4880
4880
|
gasPrice?: undefined | undefined;
|
|
@@ -4884,7 +4884,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4884
4884
|
sidecars?: undefined | undefined;
|
|
4885
4885
|
} | {
|
|
4886
4886
|
accessList?: import('viem').AccessList | undefined;
|
|
4887
|
-
authorizationList?: import('viem
|
|
4887
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4888
4888
|
blobs?: undefined | undefined;
|
|
4889
4889
|
blobVersionedHashes?: undefined | undefined;
|
|
4890
4890
|
gasPrice?: undefined | undefined;
|
|
@@ -4955,7 +4955,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4955
4955
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
4956
4956
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
4957
4957
|
accessList?: import('viem').AccessList | undefined;
|
|
4958
|
-
authorizationList?: import('viem
|
|
4958
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4959
4959
|
blobs?: undefined | undefined;
|
|
4960
4960
|
blobVersionedHashes?: undefined | undefined;
|
|
4961
4961
|
gasPrice?: undefined | undefined;
|
|
@@ -4965,7 +4965,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
4965
4965
|
sidecars?: undefined | undefined;
|
|
4966
4966
|
} | {
|
|
4967
4967
|
accessList?: import('viem').AccessList | undefined;
|
|
4968
|
-
authorizationList?: import('viem
|
|
4968
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
4969
4969
|
blobs?: undefined | undefined;
|
|
4970
4970
|
blobVersionedHashes?: undefined | undefined;
|
|
4971
4971
|
gasPrice?: undefined | undefined;
|
|
@@ -5036,7 +5036,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5036
5036
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5037
5037
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5038
5038
|
accessList?: import('viem').AccessList | undefined;
|
|
5039
|
-
authorizationList?: import('viem
|
|
5039
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5040
5040
|
blobs?: undefined | undefined;
|
|
5041
5041
|
blobVersionedHashes?: undefined | undefined;
|
|
5042
5042
|
gasPrice?: undefined | undefined;
|
|
@@ -5046,7 +5046,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5046
5046
|
sidecars?: undefined | undefined;
|
|
5047
5047
|
} | {
|
|
5048
5048
|
accessList?: import('viem').AccessList | undefined;
|
|
5049
|
-
authorizationList?: import('viem
|
|
5049
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5050
5050
|
blobs?: undefined | undefined;
|
|
5051
5051
|
blobVersionedHashes?: undefined | undefined;
|
|
5052
5052
|
gasPrice?: undefined | undefined;
|
|
@@ -5117,7 +5117,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5117
5117
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5118
5118
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5119
5119
|
accessList?: import('viem').AccessList | undefined;
|
|
5120
|
-
authorizationList?: import('viem
|
|
5120
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5121
5121
|
blobs?: undefined | undefined;
|
|
5122
5122
|
blobVersionedHashes?: undefined | undefined;
|
|
5123
5123
|
gasPrice?: undefined | undefined;
|
|
@@ -5127,7 +5127,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5127
5127
|
sidecars?: undefined | undefined;
|
|
5128
5128
|
} | {
|
|
5129
5129
|
accessList?: import('viem').AccessList | undefined;
|
|
5130
|
-
authorizationList?: import('viem
|
|
5130
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5131
5131
|
blobs?: undefined | undefined;
|
|
5132
5132
|
blobVersionedHashes?: undefined | undefined;
|
|
5133
5133
|
gasPrice?: undefined | undefined;
|
|
@@ -5198,7 +5198,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5198
5198
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5199
5199
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5200
5200
|
accessList?: import('viem').AccessList | undefined;
|
|
5201
|
-
authorizationList?: import('viem
|
|
5201
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5202
5202
|
blobs?: undefined | undefined;
|
|
5203
5203
|
blobVersionedHashes?: undefined | undefined;
|
|
5204
5204
|
gasPrice?: undefined | undefined;
|
|
@@ -5208,7 +5208,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5208
5208
|
sidecars?: undefined | undefined;
|
|
5209
5209
|
} | {
|
|
5210
5210
|
accessList?: import('viem').AccessList | undefined;
|
|
5211
|
-
authorizationList?: import('viem
|
|
5211
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5212
5212
|
blobs?: undefined | undefined;
|
|
5213
5213
|
blobVersionedHashes?: undefined | undefined;
|
|
5214
5214
|
gasPrice?: undefined | undefined;
|
|
@@ -5279,7 +5279,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5279
5279
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5280
5280
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5281
5281
|
accessList?: import('viem').AccessList | undefined;
|
|
5282
|
-
authorizationList?: import('viem
|
|
5282
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5283
5283
|
blobs?: undefined | undefined;
|
|
5284
5284
|
blobVersionedHashes?: undefined | undefined;
|
|
5285
5285
|
gasPrice?: undefined | undefined;
|
|
@@ -5289,7 +5289,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5289
5289
|
sidecars?: undefined | undefined;
|
|
5290
5290
|
} | {
|
|
5291
5291
|
accessList?: import('viem').AccessList | undefined;
|
|
5292
|
-
authorizationList?: import('viem
|
|
5292
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5293
5293
|
blobs?: undefined | undefined;
|
|
5294
5294
|
blobVersionedHashes?: undefined | undefined;
|
|
5295
5295
|
gasPrice?: undefined | undefined;
|
|
@@ -5360,7 +5360,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5360
5360
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5361
5361
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5362
5362
|
accessList?: import('viem').AccessList | undefined;
|
|
5363
|
-
authorizationList?: import('viem
|
|
5363
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5364
5364
|
blobs?: undefined | undefined;
|
|
5365
5365
|
blobVersionedHashes?: undefined | undefined;
|
|
5366
5366
|
gasPrice?: undefined | undefined;
|
|
@@ -5370,7 +5370,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5370
5370
|
sidecars?: undefined | undefined;
|
|
5371
5371
|
} | {
|
|
5372
5372
|
accessList?: import('viem').AccessList | undefined;
|
|
5373
|
-
authorizationList?: import('viem
|
|
5373
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5374
5374
|
blobs?: undefined | undefined;
|
|
5375
5375
|
blobVersionedHashes?: undefined | undefined;
|
|
5376
5376
|
gasPrice?: undefined | undefined;
|
|
@@ -5441,7 +5441,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5441
5441
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5442
5442
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5443
5443
|
accessList?: import('viem').AccessList | undefined;
|
|
5444
|
-
authorizationList?: import('viem
|
|
5444
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5445
5445
|
blobs?: undefined | undefined;
|
|
5446
5446
|
blobVersionedHashes?: undefined | undefined;
|
|
5447
5447
|
gasPrice?: undefined | undefined;
|
|
@@ -5451,7 +5451,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5451
5451
|
sidecars?: undefined | undefined;
|
|
5452
5452
|
} | {
|
|
5453
5453
|
accessList?: import('viem').AccessList | undefined;
|
|
5454
|
-
authorizationList?: import('viem
|
|
5454
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5455
5455
|
blobs?: undefined | undefined;
|
|
5456
5456
|
blobVersionedHashes?: undefined | undefined;
|
|
5457
5457
|
gasPrice?: undefined | undefined;
|
|
@@ -5522,7 +5522,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5522
5522
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5523
5523
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5524
5524
|
accessList?: import('viem').AccessList | undefined;
|
|
5525
|
-
authorizationList?: import('viem
|
|
5525
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5526
5526
|
blobs?: undefined | undefined;
|
|
5527
5527
|
blobVersionedHashes?: undefined | undefined;
|
|
5528
5528
|
gasPrice?: undefined | undefined;
|
|
@@ -5532,7 +5532,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5532
5532
|
sidecars?: undefined | undefined;
|
|
5533
5533
|
} | {
|
|
5534
5534
|
accessList?: import('viem').AccessList | undefined;
|
|
5535
|
-
authorizationList?: import('viem
|
|
5535
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5536
5536
|
blobs?: undefined | undefined;
|
|
5537
5537
|
blobVersionedHashes?: undefined | undefined;
|
|
5538
5538
|
gasPrice?: undefined | undefined;
|
|
@@ -5603,7 +5603,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5603
5603
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5604
5604
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5605
5605
|
accessList?: import('viem').AccessList | undefined;
|
|
5606
|
-
authorizationList?: import('viem
|
|
5606
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5607
5607
|
blobs?: undefined | undefined;
|
|
5608
5608
|
blobVersionedHashes?: undefined | undefined;
|
|
5609
5609
|
gasPrice?: undefined | undefined;
|
|
@@ -5613,7 +5613,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5613
5613
|
sidecars?: undefined | undefined;
|
|
5614
5614
|
} | {
|
|
5615
5615
|
accessList?: import('viem').AccessList | undefined;
|
|
5616
|
-
authorizationList?: import('viem
|
|
5616
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5617
5617
|
blobs?: undefined | undefined;
|
|
5618
5618
|
blobVersionedHashes?: undefined | undefined;
|
|
5619
5619
|
gasPrice?: undefined | undefined;
|
|
@@ -5684,7 +5684,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5684
5684
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5685
5685
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5686
5686
|
accessList?: import('viem').AccessList | undefined;
|
|
5687
|
-
authorizationList?: import('viem
|
|
5687
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5688
5688
|
blobs?: undefined | undefined;
|
|
5689
5689
|
blobVersionedHashes?: undefined | undefined;
|
|
5690
5690
|
gasPrice?: undefined | undefined;
|
|
@@ -5694,7 +5694,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5694
5694
|
sidecars?: undefined | undefined;
|
|
5695
5695
|
} | {
|
|
5696
5696
|
accessList?: import('viem').AccessList | undefined;
|
|
5697
|
-
authorizationList?: import('viem
|
|
5697
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5698
5698
|
blobs?: undefined | undefined;
|
|
5699
5699
|
blobVersionedHashes?: undefined | undefined;
|
|
5700
5700
|
gasPrice?: undefined | undefined;
|
|
@@ -5765,7 +5765,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5765
5765
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5766
5766
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5767
5767
|
accessList?: import('viem').AccessList | undefined;
|
|
5768
|
-
authorizationList?: import('viem
|
|
5768
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5769
5769
|
blobs?: undefined | undefined;
|
|
5770
5770
|
blobVersionedHashes?: undefined | undefined;
|
|
5771
5771
|
gasPrice?: undefined | undefined;
|
|
@@ -5775,7 +5775,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5775
5775
|
sidecars?: undefined | undefined;
|
|
5776
5776
|
} | {
|
|
5777
5777
|
accessList?: import('viem').AccessList | undefined;
|
|
5778
|
-
authorizationList?: import('viem
|
|
5778
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5779
5779
|
blobs?: undefined | undefined;
|
|
5780
5780
|
blobVersionedHashes?: undefined | undefined;
|
|
5781
5781
|
gasPrice?: undefined | undefined;
|
|
@@ -5846,7 +5846,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5846
5846
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
5847
5847
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
5848
5848
|
accessList?: import('viem').AccessList | undefined;
|
|
5849
|
-
authorizationList?: import('viem
|
|
5849
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5850
5850
|
blobs?: undefined | undefined;
|
|
5851
5851
|
blobVersionedHashes?: undefined | undefined;
|
|
5852
5852
|
gasPrice?: undefined | undefined;
|
|
@@ -5856,7 +5856,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5856
5856
|
sidecars?: undefined | undefined;
|
|
5857
5857
|
} | {
|
|
5858
5858
|
accessList?: import('viem').AccessList | undefined;
|
|
5859
|
-
authorizationList?: import('viem
|
|
5859
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
5860
5860
|
blobs?: undefined | undefined;
|
|
5861
5861
|
blobVersionedHashes?: undefined | undefined;
|
|
5862
5862
|
gasPrice?: undefined | undefined;
|
|
@@ -5903,8 +5903,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5903
5903
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
5904
5904
|
};
|
|
5905
5905
|
};
|
|
5906
|
-
sourceId?: number | undefined;
|
|
5907
|
-
testnet?: boolean | undefined;
|
|
5906
|
+
sourceId?: number | undefined | undefined;
|
|
5907
|
+
testnet?: boolean | undefined | undefined;
|
|
5908
5908
|
custom?: Record<string, unknown> | undefined;
|
|
5909
5909
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
5910
5910
|
formatters?: undefined;
|
|
@@ -5944,7 +5944,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5944
5944
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
5945
5945
|
};
|
|
5946
5946
|
};
|
|
5947
|
-
sourceId?: number | undefined;
|
|
5947
|
+
sourceId?: number | undefined | undefined;
|
|
5948
5948
|
testnet: true;
|
|
5949
5949
|
custom?: Record<string, unknown> | undefined;
|
|
5950
5950
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -5978,8 +5978,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
5978
5978
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
5979
5979
|
};
|
|
5980
5980
|
};
|
|
5981
|
-
sourceId?: number | undefined;
|
|
5982
|
-
testnet?: boolean | undefined;
|
|
5981
|
+
sourceId?: number | undefined | undefined;
|
|
5982
|
+
testnet?: boolean | undefined | undefined;
|
|
5983
5983
|
custom?: Record<string, unknown> | undefined;
|
|
5984
5984
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
5985
5985
|
formatters?: undefined;
|
|
@@ -6012,7 +6012,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6012
6012
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
6013
6013
|
};
|
|
6014
6014
|
};
|
|
6015
|
-
sourceId?: number | undefined;
|
|
6015
|
+
sourceId?: number | undefined | undefined;
|
|
6016
6016
|
testnet: true;
|
|
6017
6017
|
custom?: Record<string, unknown> | undefined;
|
|
6018
6018
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -6053,8 +6053,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6053
6053
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
6054
6054
|
};
|
|
6055
6055
|
};
|
|
6056
|
-
sourceId?: number | undefined;
|
|
6057
|
-
testnet?: boolean | undefined;
|
|
6056
|
+
sourceId?: number | undefined | undefined;
|
|
6057
|
+
testnet?: boolean | undefined | undefined;
|
|
6058
6058
|
custom?: Record<string, unknown> | undefined;
|
|
6059
6059
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
6060
6060
|
formatters?: undefined;
|
|
@@ -6094,7 +6094,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6094
6094
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
6095
6095
|
};
|
|
6096
6096
|
};
|
|
6097
|
-
sourceId?: number | undefined;
|
|
6097
|
+
sourceId?: number | undefined | undefined;
|
|
6098
6098
|
testnet: true;
|
|
6099
6099
|
custom?: Record<string, unknown> | undefined;
|
|
6100
6100
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -6128,8 +6128,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6128
6128
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
6129
6129
|
};
|
|
6130
6130
|
};
|
|
6131
|
-
sourceId?: number | undefined;
|
|
6132
|
-
testnet?: boolean | undefined;
|
|
6131
|
+
sourceId?: number | undefined | undefined;
|
|
6132
|
+
testnet?: boolean | undefined | undefined;
|
|
6133
6133
|
custom?: Record<string, unknown> | undefined;
|
|
6134
6134
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
6135
6135
|
formatters?: undefined;
|
|
@@ -6162,7 +6162,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6162
6162
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
6163
6163
|
};
|
|
6164
6164
|
};
|
|
6165
|
-
sourceId?: number | undefined;
|
|
6165
|
+
sourceId?: number | undefined | undefined;
|
|
6166
6166
|
testnet: true;
|
|
6167
6167
|
custom?: Record<string, unknown> | undefined;
|
|
6168
6168
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -6203,8 +6203,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6203
6203
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
6204
6204
|
};
|
|
6205
6205
|
};
|
|
6206
|
-
sourceId?: number | undefined;
|
|
6207
|
-
testnet?: boolean | undefined;
|
|
6206
|
+
sourceId?: number | undefined | undefined;
|
|
6207
|
+
testnet?: boolean | undefined | undefined;
|
|
6208
6208
|
custom?: Record<string, unknown> | undefined;
|
|
6209
6209
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
6210
6210
|
formatters?: undefined;
|
|
@@ -6244,7 +6244,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6244
6244
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
6245
6245
|
};
|
|
6246
6246
|
};
|
|
6247
|
-
sourceId?: number | undefined;
|
|
6247
|
+
sourceId?: number | undefined | undefined;
|
|
6248
6248
|
testnet: true;
|
|
6249
6249
|
custom?: Record<string, unknown> | undefined;
|
|
6250
6250
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -6278,8 +6278,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6278
6278
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
6279
6279
|
};
|
|
6280
6280
|
};
|
|
6281
|
-
sourceId?: number | undefined;
|
|
6282
|
-
testnet?: boolean | undefined;
|
|
6281
|
+
sourceId?: number | undefined | undefined;
|
|
6282
|
+
testnet?: boolean | undefined | undefined;
|
|
6283
6283
|
custom?: Record<string, unknown> | undefined;
|
|
6284
6284
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
6285
6285
|
formatters?: undefined;
|
|
@@ -6312,7 +6312,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6312
6312
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
6313
6313
|
};
|
|
6314
6314
|
};
|
|
6315
|
-
sourceId?: number | undefined;
|
|
6315
|
+
sourceId?: number | undefined | undefined;
|
|
6316
6316
|
testnet: true;
|
|
6317
6317
|
custom?: Record<string, unknown> | undefined;
|
|
6318
6318
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -6389,7 +6389,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6389
6389
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6390
6390
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6391
6391
|
accessList?: import('viem').AccessList | undefined;
|
|
6392
|
-
authorizationList?: import('viem
|
|
6392
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6393
6393
|
blobs?: undefined | undefined;
|
|
6394
6394
|
blobVersionedHashes?: undefined | undefined;
|
|
6395
6395
|
gasPrice?: undefined | undefined;
|
|
@@ -6399,7 +6399,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6399
6399
|
sidecars?: undefined | undefined;
|
|
6400
6400
|
} | {
|
|
6401
6401
|
accessList?: import('viem').AccessList | undefined;
|
|
6402
|
-
authorizationList?: import('viem
|
|
6402
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6403
6403
|
blobs?: undefined | undefined;
|
|
6404
6404
|
blobVersionedHashes?: undefined | undefined;
|
|
6405
6405
|
gasPrice?: undefined | undefined;
|
|
@@ -6470,7 +6470,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6470
6470
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6471
6471
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6472
6472
|
accessList?: import('viem').AccessList | undefined;
|
|
6473
|
-
authorizationList?: import('viem
|
|
6473
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6474
6474
|
blobs?: undefined | undefined;
|
|
6475
6475
|
blobVersionedHashes?: undefined | undefined;
|
|
6476
6476
|
gasPrice?: undefined | undefined;
|
|
@@ -6480,7 +6480,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6480
6480
|
sidecars?: undefined | undefined;
|
|
6481
6481
|
} | {
|
|
6482
6482
|
accessList?: import('viem').AccessList | undefined;
|
|
6483
|
-
authorizationList?: import('viem
|
|
6483
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6484
6484
|
blobs?: undefined | undefined;
|
|
6485
6485
|
blobVersionedHashes?: undefined | undefined;
|
|
6486
6486
|
gasPrice?: undefined | undefined;
|
|
@@ -6551,7 +6551,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6551
6551
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6552
6552
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6553
6553
|
accessList?: import('viem').AccessList | undefined;
|
|
6554
|
-
authorizationList?: import('viem
|
|
6554
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6555
6555
|
blobs?: undefined | undefined;
|
|
6556
6556
|
blobVersionedHashes?: undefined | undefined;
|
|
6557
6557
|
gasPrice?: undefined | undefined;
|
|
@@ -6561,7 +6561,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6561
6561
|
sidecars?: undefined | undefined;
|
|
6562
6562
|
} | {
|
|
6563
6563
|
accessList?: import('viem').AccessList | undefined;
|
|
6564
|
-
authorizationList?: import('viem
|
|
6564
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6565
6565
|
blobs?: undefined | undefined;
|
|
6566
6566
|
blobVersionedHashes?: undefined | undefined;
|
|
6567
6567
|
gasPrice?: undefined | undefined;
|
|
@@ -6632,7 +6632,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6632
6632
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6633
6633
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6634
6634
|
accessList?: import('viem').AccessList | undefined;
|
|
6635
|
-
authorizationList?: import('viem
|
|
6635
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6636
6636
|
blobs?: undefined | undefined;
|
|
6637
6637
|
blobVersionedHashes?: undefined | undefined;
|
|
6638
6638
|
gasPrice?: undefined | undefined;
|
|
@@ -6642,7 +6642,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6642
6642
|
sidecars?: undefined | undefined;
|
|
6643
6643
|
} | {
|
|
6644
6644
|
accessList?: import('viem').AccessList | undefined;
|
|
6645
|
-
authorizationList?: import('viem
|
|
6645
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6646
6646
|
blobs?: undefined | undefined;
|
|
6647
6647
|
blobVersionedHashes?: undefined | undefined;
|
|
6648
6648
|
gasPrice?: undefined | undefined;
|
|
@@ -6713,7 +6713,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6713
6713
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6714
6714
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6715
6715
|
accessList?: import('viem').AccessList | undefined;
|
|
6716
|
-
authorizationList?: import('viem
|
|
6716
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6717
6717
|
blobs?: undefined | undefined;
|
|
6718
6718
|
blobVersionedHashes?: undefined | undefined;
|
|
6719
6719
|
gasPrice?: undefined | undefined;
|
|
@@ -6723,7 +6723,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6723
6723
|
sidecars?: undefined | undefined;
|
|
6724
6724
|
} | {
|
|
6725
6725
|
accessList?: import('viem').AccessList | undefined;
|
|
6726
|
-
authorizationList?: import('viem
|
|
6726
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6727
6727
|
blobs?: undefined | undefined;
|
|
6728
6728
|
blobVersionedHashes?: undefined | undefined;
|
|
6729
6729
|
gasPrice?: undefined | undefined;
|
|
@@ -6794,7 +6794,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6794
6794
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6795
6795
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6796
6796
|
accessList?: import('viem').AccessList | undefined;
|
|
6797
|
-
authorizationList?: import('viem
|
|
6797
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6798
6798
|
blobs?: undefined | undefined;
|
|
6799
6799
|
blobVersionedHashes?: undefined | undefined;
|
|
6800
6800
|
gasPrice?: undefined | undefined;
|
|
@@ -6804,7 +6804,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6804
6804
|
sidecars?: undefined | undefined;
|
|
6805
6805
|
} | {
|
|
6806
6806
|
accessList?: import('viem').AccessList | undefined;
|
|
6807
|
-
authorizationList?: import('viem
|
|
6807
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6808
6808
|
blobs?: undefined | undefined;
|
|
6809
6809
|
blobVersionedHashes?: undefined | undefined;
|
|
6810
6810
|
gasPrice?: undefined | undefined;
|
|
@@ -6875,7 +6875,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6875
6875
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6876
6876
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6877
6877
|
accessList?: import('viem').AccessList | undefined;
|
|
6878
|
-
authorizationList?: import('viem
|
|
6878
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6879
6879
|
blobs?: undefined | undefined;
|
|
6880
6880
|
blobVersionedHashes?: undefined | undefined;
|
|
6881
6881
|
gasPrice?: undefined | undefined;
|
|
@@ -6885,7 +6885,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6885
6885
|
sidecars?: undefined | undefined;
|
|
6886
6886
|
} | {
|
|
6887
6887
|
accessList?: import('viem').AccessList | undefined;
|
|
6888
|
-
authorizationList?: import('viem
|
|
6888
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6889
6889
|
blobs?: undefined | undefined;
|
|
6890
6890
|
blobVersionedHashes?: undefined | undefined;
|
|
6891
6891
|
gasPrice?: undefined | undefined;
|
|
@@ -6956,7 +6956,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6956
6956
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
6957
6957
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
6958
6958
|
accessList?: import('viem').AccessList | undefined;
|
|
6959
|
-
authorizationList?: import('viem
|
|
6959
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6960
6960
|
blobs?: undefined | undefined;
|
|
6961
6961
|
blobVersionedHashes?: undefined | undefined;
|
|
6962
6962
|
gasPrice?: undefined | undefined;
|
|
@@ -6966,7 +6966,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
6966
6966
|
sidecars?: undefined | undefined;
|
|
6967
6967
|
} | {
|
|
6968
6968
|
accessList?: import('viem').AccessList | undefined;
|
|
6969
|
-
authorizationList?: import('viem
|
|
6969
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
6970
6970
|
blobs?: undefined | undefined;
|
|
6971
6971
|
blobVersionedHashes?: undefined | undefined;
|
|
6972
6972
|
gasPrice?: undefined | undefined;
|
|
@@ -7037,7 +7037,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7037
7037
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7038
7038
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7039
7039
|
accessList?: import('viem').AccessList | undefined;
|
|
7040
|
-
authorizationList?: import('viem
|
|
7040
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7041
7041
|
blobs?: undefined | undefined;
|
|
7042
7042
|
blobVersionedHashes?: undefined | undefined;
|
|
7043
7043
|
gasPrice?: undefined | undefined;
|
|
@@ -7047,7 +7047,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7047
7047
|
sidecars?: undefined | undefined;
|
|
7048
7048
|
} | {
|
|
7049
7049
|
accessList?: import('viem').AccessList | undefined;
|
|
7050
|
-
authorizationList?: import('viem
|
|
7050
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7051
7051
|
blobs?: undefined | undefined;
|
|
7052
7052
|
blobVersionedHashes?: undefined | undefined;
|
|
7053
7053
|
gasPrice?: undefined | undefined;
|
|
@@ -7118,7 +7118,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7118
7118
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7119
7119
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7120
7120
|
accessList?: import('viem').AccessList | undefined;
|
|
7121
|
-
authorizationList?: import('viem
|
|
7121
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7122
7122
|
blobs?: undefined | undefined;
|
|
7123
7123
|
blobVersionedHashes?: undefined | undefined;
|
|
7124
7124
|
gasPrice?: undefined | undefined;
|
|
@@ -7128,7 +7128,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7128
7128
|
sidecars?: undefined | undefined;
|
|
7129
7129
|
} | {
|
|
7130
7130
|
accessList?: import('viem').AccessList | undefined;
|
|
7131
|
-
authorizationList?: import('viem
|
|
7131
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7132
7132
|
blobs?: undefined | undefined;
|
|
7133
7133
|
blobVersionedHashes?: undefined | undefined;
|
|
7134
7134
|
gasPrice?: undefined | undefined;
|
|
@@ -7199,7 +7199,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7199
7199
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7200
7200
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7201
7201
|
accessList?: import('viem').AccessList | undefined;
|
|
7202
|
-
authorizationList?: import('viem
|
|
7202
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7203
7203
|
blobs?: undefined | undefined;
|
|
7204
7204
|
blobVersionedHashes?: undefined | undefined;
|
|
7205
7205
|
gasPrice?: undefined | undefined;
|
|
@@ -7209,7 +7209,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7209
7209
|
sidecars?: undefined | undefined;
|
|
7210
7210
|
} | {
|
|
7211
7211
|
accessList?: import('viem').AccessList | undefined;
|
|
7212
|
-
authorizationList?: import('viem
|
|
7212
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7213
7213
|
blobs?: undefined | undefined;
|
|
7214
7214
|
blobVersionedHashes?: undefined | undefined;
|
|
7215
7215
|
gasPrice?: undefined | undefined;
|
|
@@ -7280,7 +7280,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7280
7280
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7281
7281
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7282
7282
|
accessList?: import('viem').AccessList | undefined;
|
|
7283
|
-
authorizationList?: import('viem
|
|
7283
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7284
7284
|
blobs?: undefined | undefined;
|
|
7285
7285
|
blobVersionedHashes?: undefined | undefined;
|
|
7286
7286
|
gasPrice?: undefined | undefined;
|
|
@@ -7290,7 +7290,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7290
7290
|
sidecars?: undefined | undefined;
|
|
7291
7291
|
} | {
|
|
7292
7292
|
accessList?: import('viem').AccessList | undefined;
|
|
7293
|
-
authorizationList?: import('viem
|
|
7293
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7294
7294
|
blobs?: undefined | undefined;
|
|
7295
7295
|
blobVersionedHashes?: undefined | undefined;
|
|
7296
7296
|
gasPrice?: undefined | undefined;
|
|
@@ -7361,7 +7361,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7361
7361
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7362
7362
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7363
7363
|
accessList?: import('viem').AccessList | undefined;
|
|
7364
|
-
authorizationList?: import('viem
|
|
7364
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7365
7365
|
blobs?: undefined | undefined;
|
|
7366
7366
|
blobVersionedHashes?: undefined | undefined;
|
|
7367
7367
|
gasPrice?: undefined | undefined;
|
|
@@ -7371,7 +7371,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7371
7371
|
sidecars?: undefined | undefined;
|
|
7372
7372
|
} | {
|
|
7373
7373
|
accessList?: import('viem').AccessList | undefined;
|
|
7374
|
-
authorizationList?: import('viem
|
|
7374
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7375
7375
|
blobs?: undefined | undefined;
|
|
7376
7376
|
blobVersionedHashes?: undefined | undefined;
|
|
7377
7377
|
gasPrice?: undefined | undefined;
|
|
@@ -7442,7 +7442,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7442
7442
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7443
7443
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7444
7444
|
accessList?: import('viem').AccessList | undefined;
|
|
7445
|
-
authorizationList?: import('viem
|
|
7445
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7446
7446
|
blobs?: undefined | undefined;
|
|
7447
7447
|
blobVersionedHashes?: undefined | undefined;
|
|
7448
7448
|
gasPrice?: undefined | undefined;
|
|
@@ -7452,7 +7452,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7452
7452
|
sidecars?: undefined | undefined;
|
|
7453
7453
|
} | {
|
|
7454
7454
|
accessList?: import('viem').AccessList | undefined;
|
|
7455
|
-
authorizationList?: import('viem
|
|
7455
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7456
7456
|
blobs?: undefined | undefined;
|
|
7457
7457
|
blobVersionedHashes?: undefined | undefined;
|
|
7458
7458
|
gasPrice?: undefined | undefined;
|
|
@@ -7523,7 +7523,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7523
7523
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7524
7524
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7525
7525
|
accessList?: import('viem').AccessList | undefined;
|
|
7526
|
-
authorizationList?: import('viem
|
|
7526
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7527
7527
|
blobs?: undefined | undefined;
|
|
7528
7528
|
blobVersionedHashes?: undefined | undefined;
|
|
7529
7529
|
gasPrice?: undefined | undefined;
|
|
@@ -7533,7 +7533,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7533
7533
|
sidecars?: undefined | undefined;
|
|
7534
7534
|
} | {
|
|
7535
7535
|
accessList?: import('viem').AccessList | undefined;
|
|
7536
|
-
authorizationList?: import('viem
|
|
7536
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7537
7537
|
blobs?: undefined | undefined;
|
|
7538
7538
|
blobVersionedHashes?: undefined | undefined;
|
|
7539
7539
|
gasPrice?: undefined | undefined;
|
|
@@ -7604,7 +7604,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7604
7604
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7605
7605
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7606
7606
|
accessList?: import('viem').AccessList | undefined;
|
|
7607
|
-
authorizationList?: import('viem
|
|
7607
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7608
7608
|
blobs?: undefined | undefined;
|
|
7609
7609
|
blobVersionedHashes?: undefined | undefined;
|
|
7610
7610
|
gasPrice?: undefined | undefined;
|
|
@@ -7614,7 +7614,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7614
7614
|
sidecars?: undefined | undefined;
|
|
7615
7615
|
} | {
|
|
7616
7616
|
accessList?: import('viem').AccessList | undefined;
|
|
7617
|
-
authorizationList?: import('viem
|
|
7617
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7618
7618
|
blobs?: undefined | undefined;
|
|
7619
7619
|
blobVersionedHashes?: undefined | undefined;
|
|
7620
7620
|
gasPrice?: undefined | undefined;
|
|
@@ -7685,7 +7685,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7685
7685
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7686
7686
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7687
7687
|
accessList?: import('viem').AccessList | undefined;
|
|
7688
|
-
authorizationList?: import('viem
|
|
7688
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7689
7689
|
blobs?: undefined | undefined;
|
|
7690
7690
|
blobVersionedHashes?: undefined | undefined;
|
|
7691
7691
|
gasPrice?: undefined | undefined;
|
|
@@ -7695,7 +7695,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7695
7695
|
sidecars?: undefined | undefined;
|
|
7696
7696
|
} | {
|
|
7697
7697
|
accessList?: import('viem').AccessList | undefined;
|
|
7698
|
-
authorizationList?: import('viem
|
|
7698
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7699
7699
|
blobs?: undefined | undefined;
|
|
7700
7700
|
blobVersionedHashes?: undefined | undefined;
|
|
7701
7701
|
gasPrice?: undefined | undefined;
|
|
@@ -7766,7 +7766,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7766
7766
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7767
7767
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7768
7768
|
accessList?: import('viem').AccessList | undefined;
|
|
7769
|
-
authorizationList?: import('viem
|
|
7769
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7770
7770
|
blobs?: undefined | undefined;
|
|
7771
7771
|
blobVersionedHashes?: undefined | undefined;
|
|
7772
7772
|
gasPrice?: undefined | undefined;
|
|
@@ -7776,7 +7776,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7776
7776
|
sidecars?: undefined | undefined;
|
|
7777
7777
|
} | {
|
|
7778
7778
|
accessList?: import('viem').AccessList | undefined;
|
|
7779
|
-
authorizationList?: import('viem
|
|
7779
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7780
7780
|
blobs?: undefined | undefined;
|
|
7781
7781
|
blobVersionedHashes?: undefined | undefined;
|
|
7782
7782
|
gasPrice?: undefined | undefined;
|
|
@@ -7847,7 +7847,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7847
7847
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7848
7848
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7849
7849
|
accessList?: import('viem').AccessList | undefined;
|
|
7850
|
-
authorizationList?: import('viem
|
|
7850
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7851
7851
|
blobs?: undefined | undefined;
|
|
7852
7852
|
blobVersionedHashes?: undefined | undefined;
|
|
7853
7853
|
gasPrice?: undefined | undefined;
|
|
@@ -7857,7 +7857,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7857
7857
|
sidecars?: undefined | undefined;
|
|
7858
7858
|
} | {
|
|
7859
7859
|
accessList?: import('viem').AccessList | undefined;
|
|
7860
|
-
authorizationList?: import('viem
|
|
7860
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7861
7861
|
blobs?: undefined | undefined;
|
|
7862
7862
|
blobVersionedHashes?: undefined | undefined;
|
|
7863
7863
|
gasPrice?: undefined | undefined;
|
|
@@ -7928,7 +7928,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7928
7928
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
7929
7929
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
7930
7930
|
accessList?: import('viem').AccessList | undefined;
|
|
7931
|
-
authorizationList?: import('viem
|
|
7931
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7932
7932
|
blobs?: undefined | undefined;
|
|
7933
7933
|
blobVersionedHashes?: undefined | undefined;
|
|
7934
7934
|
gasPrice?: undefined | undefined;
|
|
@@ -7938,7 +7938,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
7938
7938
|
sidecars?: undefined | undefined;
|
|
7939
7939
|
} | {
|
|
7940
7940
|
accessList?: import('viem').AccessList | undefined;
|
|
7941
|
-
authorizationList?: import('viem
|
|
7941
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
7942
7942
|
blobs?: undefined | undefined;
|
|
7943
7943
|
blobVersionedHashes?: undefined | undefined;
|
|
7944
7944
|
gasPrice?: undefined | undefined;
|
|
@@ -8009,7 +8009,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8009
8009
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8010
8010
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8011
8011
|
accessList?: import('viem').AccessList | undefined;
|
|
8012
|
-
authorizationList?: import('viem
|
|
8012
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8013
8013
|
blobs?: undefined | undefined;
|
|
8014
8014
|
blobVersionedHashes?: undefined | undefined;
|
|
8015
8015
|
gasPrice?: undefined | undefined;
|
|
@@ -8019,7 +8019,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8019
8019
|
sidecars?: undefined | undefined;
|
|
8020
8020
|
} | {
|
|
8021
8021
|
accessList?: import('viem').AccessList | undefined;
|
|
8022
|
-
authorizationList?: import('viem
|
|
8022
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8023
8023
|
blobs?: undefined | undefined;
|
|
8024
8024
|
blobVersionedHashes?: undefined | undefined;
|
|
8025
8025
|
gasPrice?: undefined | undefined;
|
|
@@ -8090,7 +8090,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8090
8090
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8091
8091
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8092
8092
|
accessList?: import('viem').AccessList | undefined;
|
|
8093
|
-
authorizationList?: import('viem
|
|
8093
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8094
8094
|
blobs?: undefined | undefined;
|
|
8095
8095
|
blobVersionedHashes?: undefined | undefined;
|
|
8096
8096
|
gasPrice?: undefined | undefined;
|
|
@@ -8100,7 +8100,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8100
8100
|
sidecars?: undefined | undefined;
|
|
8101
8101
|
} | {
|
|
8102
8102
|
accessList?: import('viem').AccessList | undefined;
|
|
8103
|
-
authorizationList?: import('viem
|
|
8103
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8104
8104
|
blobs?: undefined | undefined;
|
|
8105
8105
|
blobVersionedHashes?: undefined | undefined;
|
|
8106
8106
|
gasPrice?: undefined | undefined;
|
|
@@ -8171,7 +8171,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8171
8171
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8172
8172
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8173
8173
|
accessList?: import('viem').AccessList | undefined;
|
|
8174
|
-
authorizationList?: import('viem
|
|
8174
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8175
8175
|
blobs?: undefined | undefined;
|
|
8176
8176
|
blobVersionedHashes?: undefined | undefined;
|
|
8177
8177
|
gasPrice?: undefined | undefined;
|
|
@@ -8181,7 +8181,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8181
8181
|
sidecars?: undefined | undefined;
|
|
8182
8182
|
} | {
|
|
8183
8183
|
accessList?: import('viem').AccessList | undefined;
|
|
8184
|
-
authorizationList?: import('viem
|
|
8184
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8185
8185
|
blobs?: undefined | undefined;
|
|
8186
8186
|
blobVersionedHashes?: undefined | undefined;
|
|
8187
8187
|
gasPrice?: undefined | undefined;
|
|
@@ -8252,7 +8252,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8252
8252
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8253
8253
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8254
8254
|
accessList?: import('viem').AccessList | undefined;
|
|
8255
|
-
authorizationList?: import('viem
|
|
8255
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8256
8256
|
blobs?: undefined | undefined;
|
|
8257
8257
|
blobVersionedHashes?: undefined | undefined;
|
|
8258
8258
|
gasPrice?: undefined | undefined;
|
|
@@ -8262,7 +8262,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8262
8262
|
sidecars?: undefined | undefined;
|
|
8263
8263
|
} | {
|
|
8264
8264
|
accessList?: import('viem').AccessList | undefined;
|
|
8265
|
-
authorizationList?: import('viem
|
|
8265
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8266
8266
|
blobs?: undefined | undefined;
|
|
8267
8267
|
blobVersionedHashes?: undefined | undefined;
|
|
8268
8268
|
gasPrice?: undefined | undefined;
|
|
@@ -8333,7 +8333,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8333
8333
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8334
8334
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8335
8335
|
accessList?: import('viem').AccessList | undefined;
|
|
8336
|
-
authorizationList?: import('viem
|
|
8336
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8337
8337
|
blobs?: undefined | undefined;
|
|
8338
8338
|
blobVersionedHashes?: undefined | undefined;
|
|
8339
8339
|
gasPrice?: undefined | undefined;
|
|
@@ -8343,7 +8343,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8343
8343
|
sidecars?: undefined | undefined;
|
|
8344
8344
|
} | {
|
|
8345
8345
|
accessList?: import('viem').AccessList | undefined;
|
|
8346
|
-
authorizationList?: import('viem
|
|
8346
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8347
8347
|
blobs?: undefined | undefined;
|
|
8348
8348
|
blobVersionedHashes?: undefined | undefined;
|
|
8349
8349
|
gasPrice?: undefined | undefined;
|
|
@@ -8414,7 +8414,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8414
8414
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8415
8415
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8416
8416
|
accessList?: import('viem').AccessList | undefined;
|
|
8417
|
-
authorizationList?: import('viem
|
|
8417
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8418
8418
|
blobs?: undefined | undefined;
|
|
8419
8419
|
blobVersionedHashes?: undefined | undefined;
|
|
8420
8420
|
gasPrice?: undefined | undefined;
|
|
@@ -8424,7 +8424,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8424
8424
|
sidecars?: undefined | undefined;
|
|
8425
8425
|
} | {
|
|
8426
8426
|
accessList?: import('viem').AccessList | undefined;
|
|
8427
|
-
authorizationList?: import('viem
|
|
8427
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8428
8428
|
blobs?: undefined | undefined;
|
|
8429
8429
|
blobVersionedHashes?: undefined | undefined;
|
|
8430
8430
|
gasPrice?: undefined | undefined;
|
|
@@ -8495,7 +8495,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8495
8495
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8496
8496
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8497
8497
|
accessList?: import('viem').AccessList | undefined;
|
|
8498
|
-
authorizationList?: import('viem
|
|
8498
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8499
8499
|
blobs?: undefined | undefined;
|
|
8500
8500
|
blobVersionedHashes?: undefined | undefined;
|
|
8501
8501
|
gasPrice?: undefined | undefined;
|
|
@@ -8505,7 +8505,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8505
8505
|
sidecars?: undefined | undefined;
|
|
8506
8506
|
} | {
|
|
8507
8507
|
accessList?: import('viem').AccessList | undefined;
|
|
8508
|
-
authorizationList?: import('viem
|
|
8508
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8509
8509
|
blobs?: undefined | undefined;
|
|
8510
8510
|
blobVersionedHashes?: undefined | undefined;
|
|
8511
8511
|
gasPrice?: undefined | undefined;
|
|
@@ -8576,7 +8576,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8576
8576
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8577
8577
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8578
8578
|
accessList?: import('viem').AccessList | undefined;
|
|
8579
|
-
authorizationList?: import('viem
|
|
8579
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8580
8580
|
blobs?: undefined | undefined;
|
|
8581
8581
|
blobVersionedHashes?: undefined | undefined;
|
|
8582
8582
|
gasPrice?: undefined | undefined;
|
|
@@ -8586,7 +8586,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8586
8586
|
sidecars?: undefined | undefined;
|
|
8587
8587
|
} | {
|
|
8588
8588
|
accessList?: import('viem').AccessList | undefined;
|
|
8589
|
-
authorizationList?: import('viem
|
|
8589
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8590
8590
|
blobs?: undefined | undefined;
|
|
8591
8591
|
blobVersionedHashes?: undefined | undefined;
|
|
8592
8592
|
gasPrice?: undefined | undefined;
|
|
@@ -8657,7 +8657,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8657
8657
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8658
8658
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8659
8659
|
accessList?: import('viem').AccessList | undefined;
|
|
8660
|
-
authorizationList?: import('viem
|
|
8660
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8661
8661
|
blobs?: undefined | undefined;
|
|
8662
8662
|
blobVersionedHashes?: undefined | undefined;
|
|
8663
8663
|
gasPrice?: undefined | undefined;
|
|
@@ -8667,7 +8667,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8667
8667
|
sidecars?: undefined | undefined;
|
|
8668
8668
|
} | {
|
|
8669
8669
|
accessList?: import('viem').AccessList | undefined;
|
|
8670
|
-
authorizationList?: import('viem
|
|
8670
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8671
8671
|
blobs?: undefined | undefined;
|
|
8672
8672
|
blobVersionedHashes?: undefined | undefined;
|
|
8673
8673
|
gasPrice?: undefined | undefined;
|
|
@@ -8738,7 +8738,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8738
8738
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8739
8739
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8740
8740
|
accessList?: import('viem').AccessList | undefined;
|
|
8741
|
-
authorizationList?: import('viem
|
|
8741
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8742
8742
|
blobs?: undefined | undefined;
|
|
8743
8743
|
blobVersionedHashes?: undefined | undefined;
|
|
8744
8744
|
gasPrice?: undefined | undefined;
|
|
@@ -8748,7 +8748,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8748
8748
|
sidecars?: undefined | undefined;
|
|
8749
8749
|
} | {
|
|
8750
8750
|
accessList?: import('viem').AccessList | undefined;
|
|
8751
|
-
authorizationList?: import('viem
|
|
8751
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8752
8752
|
blobs?: undefined | undefined;
|
|
8753
8753
|
blobVersionedHashes?: undefined | undefined;
|
|
8754
8754
|
gasPrice?: undefined | undefined;
|
|
@@ -8819,7 +8819,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8819
8819
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8820
8820
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8821
8821
|
accessList?: import('viem').AccessList | undefined;
|
|
8822
|
-
authorizationList?: import('viem
|
|
8822
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8823
8823
|
blobs?: undefined | undefined;
|
|
8824
8824
|
blobVersionedHashes?: undefined | undefined;
|
|
8825
8825
|
gasPrice?: undefined | undefined;
|
|
@@ -8829,7 +8829,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8829
8829
|
sidecars?: undefined | undefined;
|
|
8830
8830
|
} | {
|
|
8831
8831
|
accessList?: import('viem').AccessList | undefined;
|
|
8832
|
-
authorizationList?: import('viem
|
|
8832
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8833
8833
|
blobs?: undefined | undefined;
|
|
8834
8834
|
blobVersionedHashes?: undefined | undefined;
|
|
8835
8835
|
gasPrice?: undefined | undefined;
|
|
@@ -8900,7 +8900,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8900
8900
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8901
8901
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8902
8902
|
accessList?: import('viem').AccessList | undefined;
|
|
8903
|
-
authorizationList?: import('viem
|
|
8903
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8904
8904
|
blobs?: undefined | undefined;
|
|
8905
8905
|
blobVersionedHashes?: undefined | undefined;
|
|
8906
8906
|
gasPrice?: undefined | undefined;
|
|
@@ -8910,7 +8910,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8910
8910
|
sidecars?: undefined | undefined;
|
|
8911
8911
|
} | {
|
|
8912
8912
|
accessList?: import('viem').AccessList | undefined;
|
|
8913
|
-
authorizationList?: import('viem
|
|
8913
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8914
8914
|
blobs?: undefined | undefined;
|
|
8915
8915
|
blobVersionedHashes?: undefined | undefined;
|
|
8916
8916
|
gasPrice?: undefined | undefined;
|
|
@@ -8981,7 +8981,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8981
8981
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
8982
8982
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
8983
8983
|
accessList?: import('viem').AccessList | undefined;
|
|
8984
|
-
authorizationList?: import('viem
|
|
8984
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8985
8985
|
blobs?: undefined | undefined;
|
|
8986
8986
|
blobVersionedHashes?: undefined | undefined;
|
|
8987
8987
|
gasPrice?: undefined | undefined;
|
|
@@ -8991,7 +8991,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
8991
8991
|
sidecars?: undefined | undefined;
|
|
8992
8992
|
} | {
|
|
8993
8993
|
accessList?: import('viem').AccessList | undefined;
|
|
8994
|
-
authorizationList?: import('viem
|
|
8994
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
8995
8995
|
blobs?: undefined | undefined;
|
|
8996
8996
|
blobVersionedHashes?: undefined | undefined;
|
|
8997
8997
|
gasPrice?: undefined | undefined;
|
|
@@ -9062,7 +9062,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9062
9062
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9063
9063
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9064
9064
|
accessList?: import('viem').AccessList | undefined;
|
|
9065
|
-
authorizationList?: import('viem
|
|
9065
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9066
9066
|
blobs?: undefined | undefined;
|
|
9067
9067
|
blobVersionedHashes?: undefined | undefined;
|
|
9068
9068
|
gasPrice?: undefined | undefined;
|
|
@@ -9072,7 +9072,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9072
9072
|
sidecars?: undefined | undefined;
|
|
9073
9073
|
} | {
|
|
9074
9074
|
accessList?: import('viem').AccessList | undefined;
|
|
9075
|
-
authorizationList?: import('viem
|
|
9075
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9076
9076
|
blobs?: undefined | undefined;
|
|
9077
9077
|
blobVersionedHashes?: undefined | undefined;
|
|
9078
9078
|
gasPrice?: undefined | undefined;
|
|
@@ -9143,7 +9143,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9143
9143
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9144
9144
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9145
9145
|
accessList?: import('viem').AccessList | undefined;
|
|
9146
|
-
authorizationList?: import('viem
|
|
9146
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9147
9147
|
blobs?: undefined | undefined;
|
|
9148
9148
|
blobVersionedHashes?: undefined | undefined;
|
|
9149
9149
|
gasPrice?: undefined | undefined;
|
|
@@ -9153,7 +9153,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9153
9153
|
sidecars?: undefined | undefined;
|
|
9154
9154
|
} | {
|
|
9155
9155
|
accessList?: import('viem').AccessList | undefined;
|
|
9156
|
-
authorizationList?: import('viem
|
|
9156
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9157
9157
|
blobs?: undefined | undefined;
|
|
9158
9158
|
blobVersionedHashes?: undefined | undefined;
|
|
9159
9159
|
gasPrice?: undefined | undefined;
|
|
@@ -9224,7 +9224,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9224
9224
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9225
9225
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9226
9226
|
accessList?: import('viem').AccessList | undefined;
|
|
9227
|
-
authorizationList?: import('viem
|
|
9227
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9228
9228
|
blobs?: undefined | undefined;
|
|
9229
9229
|
blobVersionedHashes?: undefined | undefined;
|
|
9230
9230
|
gasPrice?: undefined | undefined;
|
|
@@ -9234,7 +9234,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9234
9234
|
sidecars?: undefined | undefined;
|
|
9235
9235
|
} | {
|
|
9236
9236
|
accessList?: import('viem').AccessList | undefined;
|
|
9237
|
-
authorizationList?: import('viem
|
|
9237
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9238
9238
|
blobs?: undefined | undefined;
|
|
9239
9239
|
blobVersionedHashes?: undefined | undefined;
|
|
9240
9240
|
gasPrice?: undefined | undefined;
|
|
@@ -9305,7 +9305,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9305
9305
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9306
9306
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9307
9307
|
accessList?: import('viem').AccessList | undefined;
|
|
9308
|
-
authorizationList?: import('viem
|
|
9308
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9309
9309
|
blobs?: undefined | undefined;
|
|
9310
9310
|
blobVersionedHashes?: undefined | undefined;
|
|
9311
9311
|
gasPrice?: undefined | undefined;
|
|
@@ -9315,7 +9315,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9315
9315
|
sidecars?: undefined | undefined;
|
|
9316
9316
|
} | {
|
|
9317
9317
|
accessList?: import('viem').AccessList | undefined;
|
|
9318
|
-
authorizationList?: import('viem
|
|
9318
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9319
9319
|
blobs?: undefined | undefined;
|
|
9320
9320
|
blobVersionedHashes?: undefined | undefined;
|
|
9321
9321
|
gasPrice?: undefined | undefined;
|
|
@@ -9386,7 +9386,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9386
9386
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9387
9387
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9388
9388
|
accessList?: import('viem').AccessList | undefined;
|
|
9389
|
-
authorizationList?: import('viem
|
|
9389
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9390
9390
|
blobs?: undefined | undefined;
|
|
9391
9391
|
blobVersionedHashes?: undefined | undefined;
|
|
9392
9392
|
gasPrice?: undefined | undefined;
|
|
@@ -9396,7 +9396,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9396
9396
|
sidecars?: undefined | undefined;
|
|
9397
9397
|
} | {
|
|
9398
9398
|
accessList?: import('viem').AccessList | undefined;
|
|
9399
|
-
authorizationList?: import('viem
|
|
9399
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9400
9400
|
blobs?: undefined | undefined;
|
|
9401
9401
|
blobVersionedHashes?: undefined | undefined;
|
|
9402
9402
|
gasPrice?: undefined | undefined;
|
|
@@ -9467,7 +9467,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9467
9467
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9468
9468
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9469
9469
|
accessList?: import('viem').AccessList | undefined;
|
|
9470
|
-
authorizationList?: import('viem
|
|
9470
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9471
9471
|
blobs?: undefined | undefined;
|
|
9472
9472
|
blobVersionedHashes?: undefined | undefined;
|
|
9473
9473
|
gasPrice?: undefined | undefined;
|
|
@@ -9477,7 +9477,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9477
9477
|
sidecars?: undefined | undefined;
|
|
9478
9478
|
} | {
|
|
9479
9479
|
accessList?: import('viem').AccessList | undefined;
|
|
9480
|
-
authorizationList?: import('viem
|
|
9480
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9481
9481
|
blobs?: undefined | undefined;
|
|
9482
9482
|
blobVersionedHashes?: undefined | undefined;
|
|
9483
9483
|
gasPrice?: undefined | undefined;
|
|
@@ -9548,7 +9548,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9548
9548
|
sidecars: import('viem').TransactionSerializableEIP4844["sidecars"];
|
|
9549
9549
|
}, import('viem').TransactionSerializableEIP4844>) ? "eip4844" : never) | (request extends ({
|
|
9550
9550
|
accessList?: import('viem').AccessList | undefined;
|
|
9551
|
-
authorizationList?: import('viem
|
|
9551
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9552
9552
|
blobs?: undefined | undefined;
|
|
9553
9553
|
blobVersionedHashes?: undefined | undefined;
|
|
9554
9554
|
gasPrice?: undefined | undefined;
|
|
@@ -9558,7 +9558,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9558
9558
|
sidecars?: undefined | undefined;
|
|
9559
9559
|
} | {
|
|
9560
9560
|
accessList?: import('viem').AccessList | undefined;
|
|
9561
|
-
authorizationList?: import('viem
|
|
9561
|
+
authorizationList?: import('viem').SignedAuthorizationList | undefined;
|
|
9562
9562
|
blobs?: undefined | undefined;
|
|
9563
9563
|
blobVersionedHashes?: undefined | undefined;
|
|
9564
9564
|
gasPrice?: undefined | undefined;
|
|
@@ -9611,8 +9611,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9611
9611
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
9612
9612
|
};
|
|
9613
9613
|
};
|
|
9614
|
-
sourceId?: number | undefined;
|
|
9615
|
-
testnet?: boolean | undefined;
|
|
9614
|
+
sourceId?: number | undefined | undefined;
|
|
9615
|
+
testnet?: boolean | undefined | undefined;
|
|
9616
9616
|
custom?: Record<string, unknown> | undefined;
|
|
9617
9617
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
9618
9618
|
formatters?: undefined;
|
|
@@ -9652,7 +9652,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9652
9652
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
9653
9653
|
};
|
|
9654
9654
|
};
|
|
9655
|
-
sourceId?: number | undefined;
|
|
9655
|
+
sourceId?: number | undefined | undefined;
|
|
9656
9656
|
testnet: true;
|
|
9657
9657
|
custom?: Record<string, unknown> | undefined;
|
|
9658
9658
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -9686,8 +9686,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9686
9686
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
9687
9687
|
};
|
|
9688
9688
|
};
|
|
9689
|
-
sourceId?: number | undefined;
|
|
9690
|
-
testnet?: boolean | undefined;
|
|
9689
|
+
sourceId?: number | undefined | undefined;
|
|
9690
|
+
testnet?: boolean | undefined | undefined;
|
|
9691
9691
|
custom?: Record<string, unknown> | undefined;
|
|
9692
9692
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
9693
9693
|
formatters?: undefined;
|
|
@@ -9720,7 +9720,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9720
9720
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
9721
9721
|
};
|
|
9722
9722
|
};
|
|
9723
|
-
sourceId?: number | undefined;
|
|
9723
|
+
sourceId?: number | undefined | undefined;
|
|
9724
9724
|
testnet: true;
|
|
9725
9725
|
custom?: Record<string, unknown> | undefined;
|
|
9726
9726
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -9761,8 +9761,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9761
9761
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
9762
9762
|
};
|
|
9763
9763
|
};
|
|
9764
|
-
sourceId?: number | undefined;
|
|
9765
|
-
testnet?: boolean | undefined;
|
|
9764
|
+
sourceId?: number | undefined | undefined;
|
|
9765
|
+
testnet?: boolean | undefined | undefined;
|
|
9766
9766
|
custom?: Record<string, unknown> | undefined;
|
|
9767
9767
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
9768
9768
|
formatters?: undefined;
|
|
@@ -9802,7 +9802,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9802
9802
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
9803
9803
|
};
|
|
9804
9804
|
};
|
|
9805
|
-
sourceId?: number | undefined;
|
|
9805
|
+
sourceId?: number | undefined | undefined;
|
|
9806
9806
|
testnet: true;
|
|
9807
9807
|
custom?: Record<string, unknown> | undefined;
|
|
9808
9808
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -9836,8 +9836,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9836
9836
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
9837
9837
|
};
|
|
9838
9838
|
};
|
|
9839
|
-
sourceId?: number | undefined;
|
|
9840
|
-
testnet?: boolean | undefined;
|
|
9839
|
+
sourceId?: number | undefined | undefined;
|
|
9840
|
+
testnet?: boolean | undefined | undefined;
|
|
9841
9841
|
custom?: Record<string, unknown> | undefined;
|
|
9842
9842
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
9843
9843
|
formatters?: undefined;
|
|
@@ -9870,7 +9870,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9870
9870
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
9871
9871
|
};
|
|
9872
9872
|
};
|
|
9873
|
-
sourceId?: number | undefined;
|
|
9873
|
+
sourceId?: number | undefined | undefined;
|
|
9874
9874
|
testnet: true;
|
|
9875
9875
|
custom?: Record<string, unknown> | undefined;
|
|
9876
9876
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -9926,8 +9926,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9926
9926
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
9927
9927
|
};
|
|
9928
9928
|
};
|
|
9929
|
-
sourceId?: number | undefined;
|
|
9930
|
-
testnet?: boolean | undefined;
|
|
9929
|
+
sourceId?: number | undefined | undefined;
|
|
9930
|
+
testnet?: boolean | undefined | undefined;
|
|
9931
9931
|
custom?: Record<string, unknown> | undefined;
|
|
9932
9932
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
9933
9933
|
formatters?: undefined;
|
|
@@ -9967,7 +9967,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9967
9967
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
9968
9968
|
};
|
|
9969
9969
|
};
|
|
9970
|
-
sourceId?: number | undefined;
|
|
9970
|
+
sourceId?: number | undefined | undefined;
|
|
9971
9971
|
testnet: true;
|
|
9972
9972
|
custom?: Record<string, unknown> | undefined;
|
|
9973
9973
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10001,8 +10001,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10001
10001
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10002
10002
|
};
|
|
10003
10003
|
};
|
|
10004
|
-
sourceId?: number | undefined;
|
|
10005
|
-
testnet?: boolean | undefined;
|
|
10004
|
+
sourceId?: number | undefined | undefined;
|
|
10005
|
+
testnet?: boolean | undefined | undefined;
|
|
10006
10006
|
custom?: Record<string, unknown> | undefined;
|
|
10007
10007
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10008
10008
|
formatters?: undefined;
|
|
@@ -10035,7 +10035,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10035
10035
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10036
10036
|
};
|
|
10037
10037
|
};
|
|
10038
|
-
sourceId?: number | undefined;
|
|
10038
|
+
sourceId?: number | undefined | undefined;
|
|
10039
10039
|
testnet: true;
|
|
10040
10040
|
custom?: Record<string, unknown> | undefined;
|
|
10041
10041
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10078,8 +10078,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10078
10078
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10079
10079
|
};
|
|
10080
10080
|
};
|
|
10081
|
-
sourceId?: number | undefined;
|
|
10082
|
-
testnet?: boolean | undefined;
|
|
10081
|
+
sourceId?: number | undefined | undefined;
|
|
10082
|
+
testnet?: boolean | undefined | undefined;
|
|
10083
10083
|
custom?: Record<string, unknown> | undefined;
|
|
10084
10084
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10085
10085
|
formatters?: undefined;
|
|
@@ -10119,7 +10119,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10119
10119
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
10120
10120
|
};
|
|
10121
10121
|
};
|
|
10122
|
-
sourceId?: number | undefined;
|
|
10122
|
+
sourceId?: number | undefined | undefined;
|
|
10123
10123
|
testnet: true;
|
|
10124
10124
|
custom?: Record<string, unknown> | undefined;
|
|
10125
10125
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10153,8 +10153,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10153
10153
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10154
10154
|
};
|
|
10155
10155
|
};
|
|
10156
|
-
sourceId?: number | undefined;
|
|
10157
|
-
testnet?: boolean | undefined;
|
|
10156
|
+
sourceId?: number | undefined | undefined;
|
|
10157
|
+
testnet?: boolean | undefined | undefined;
|
|
10158
10158
|
custom?: Record<string, unknown> | undefined;
|
|
10159
10159
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10160
10160
|
formatters?: undefined;
|
|
@@ -10187,7 +10187,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10187
10187
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10188
10188
|
};
|
|
10189
10189
|
};
|
|
10190
|
-
sourceId?: number | undefined;
|
|
10190
|
+
sourceId?: number | undefined | undefined;
|
|
10191
10191
|
testnet: true;
|
|
10192
10192
|
custom?: Record<string, unknown> | undefined;
|
|
10193
10193
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10246,8 +10246,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10246
10246
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10247
10247
|
};
|
|
10248
10248
|
};
|
|
10249
|
-
sourceId?: number | undefined;
|
|
10250
|
-
testnet?: boolean | undefined;
|
|
10249
|
+
sourceId?: number | undefined | undefined;
|
|
10250
|
+
testnet?: boolean | undefined | undefined;
|
|
10251
10251
|
custom?: Record<string, unknown> | undefined;
|
|
10252
10252
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10253
10253
|
formatters?: undefined;
|
|
@@ -10287,7 +10287,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10287
10287
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
10288
10288
|
};
|
|
10289
10289
|
};
|
|
10290
|
-
sourceId?: number | undefined;
|
|
10290
|
+
sourceId?: number | undefined | undefined;
|
|
10291
10291
|
testnet: true;
|
|
10292
10292
|
custom?: Record<string, unknown> | undefined;
|
|
10293
10293
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10321,8 +10321,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10321
10321
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10322
10322
|
};
|
|
10323
10323
|
};
|
|
10324
|
-
sourceId?: number | undefined;
|
|
10325
|
-
testnet?: boolean | undefined;
|
|
10324
|
+
sourceId?: number | undefined | undefined;
|
|
10325
|
+
testnet?: boolean | undefined | undefined;
|
|
10326
10326
|
custom?: Record<string, unknown> | undefined;
|
|
10327
10327
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10328
10328
|
formatters?: undefined;
|
|
@@ -10355,7 +10355,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10355
10355
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10356
10356
|
};
|
|
10357
10357
|
};
|
|
10358
|
-
sourceId?: number | undefined;
|
|
10358
|
+
sourceId?: number | undefined | undefined;
|
|
10359
10359
|
testnet: true;
|
|
10360
10360
|
custom?: Record<string, unknown> | undefined;
|
|
10361
10361
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10396,8 +10396,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10396
10396
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10397
10397
|
};
|
|
10398
10398
|
};
|
|
10399
|
-
sourceId?: number | undefined;
|
|
10400
|
-
testnet?: boolean | undefined;
|
|
10399
|
+
sourceId?: number | undefined | undefined;
|
|
10400
|
+
testnet?: boolean | undefined | undefined;
|
|
10401
10401
|
custom?: Record<string, unknown> | undefined;
|
|
10402
10402
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10403
10403
|
formatters?: undefined;
|
|
@@ -10437,7 +10437,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10437
10437
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
10438
10438
|
};
|
|
10439
10439
|
};
|
|
10440
|
-
sourceId?: number | undefined;
|
|
10440
|
+
sourceId?: number | undefined | undefined;
|
|
10441
10441
|
testnet: true;
|
|
10442
10442
|
custom?: Record<string, unknown> | undefined;
|
|
10443
10443
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10471,8 +10471,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10471
10471
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10472
10472
|
};
|
|
10473
10473
|
};
|
|
10474
|
-
sourceId?: number | undefined;
|
|
10475
|
-
testnet?: boolean | undefined;
|
|
10474
|
+
sourceId?: number | undefined | undefined;
|
|
10475
|
+
testnet?: boolean | undefined | undefined;
|
|
10476
10476
|
custom?: Record<string, unknown> | undefined;
|
|
10477
10477
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10478
10478
|
formatters?: undefined;
|
|
@@ -10505,7 +10505,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10505
10505
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10506
10506
|
};
|
|
10507
10507
|
};
|
|
10508
|
-
sourceId?: number | undefined;
|
|
10508
|
+
sourceId?: number | undefined | undefined;
|
|
10509
10509
|
testnet: true;
|
|
10510
10510
|
custom?: Record<string, unknown> | undefined;
|
|
10511
10511
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10546,8 +10546,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10546
10546
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10547
10547
|
};
|
|
10548
10548
|
};
|
|
10549
|
-
sourceId?: number | undefined;
|
|
10550
|
-
testnet?: boolean | undefined;
|
|
10549
|
+
sourceId?: number | undefined | undefined;
|
|
10550
|
+
testnet?: boolean | undefined | undefined;
|
|
10551
10551
|
custom?: Record<string, unknown> | undefined;
|
|
10552
10552
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10553
10553
|
formatters?: undefined;
|
|
@@ -10587,7 +10587,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10587
10587
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
10588
10588
|
};
|
|
10589
10589
|
};
|
|
10590
|
-
sourceId?: number | undefined;
|
|
10590
|
+
sourceId?: number | undefined | undefined;
|
|
10591
10591
|
testnet: true;
|
|
10592
10592
|
custom?: Record<string, unknown> | undefined;
|
|
10593
10593
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10621,8 +10621,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10621
10621
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10622
10622
|
};
|
|
10623
10623
|
};
|
|
10624
|
-
sourceId?: number | undefined;
|
|
10625
|
-
testnet?: boolean | undefined;
|
|
10624
|
+
sourceId?: number | undefined | undefined;
|
|
10625
|
+
testnet?: boolean | undefined | undefined;
|
|
10626
10626
|
custom?: Record<string, unknown> | undefined;
|
|
10627
10627
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10628
10628
|
formatters?: undefined;
|
|
@@ -10655,7 +10655,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10655
10655
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10656
10656
|
};
|
|
10657
10657
|
};
|
|
10658
|
-
sourceId?: number | undefined;
|
|
10658
|
+
sourceId?: number | undefined | undefined;
|
|
10659
10659
|
testnet: true;
|
|
10660
10660
|
custom?: Record<string, unknown> | undefined;
|
|
10661
10661
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10696,8 +10696,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10696
10696
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10697
10697
|
};
|
|
10698
10698
|
};
|
|
10699
|
-
sourceId?: number | undefined;
|
|
10700
|
-
testnet?: boolean | undefined;
|
|
10699
|
+
sourceId?: number | undefined | undefined;
|
|
10700
|
+
testnet?: boolean | undefined | undefined;
|
|
10701
10701
|
custom?: Record<string, unknown> | undefined;
|
|
10702
10702
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10703
10703
|
formatters?: undefined;
|
|
@@ -10737,7 +10737,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10737
10737
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
10738
10738
|
};
|
|
10739
10739
|
};
|
|
10740
|
-
sourceId?: number | undefined;
|
|
10740
|
+
sourceId?: number | undefined | undefined;
|
|
10741
10741
|
testnet: true;
|
|
10742
10742
|
custom?: Record<string, unknown> | undefined;
|
|
10743
10743
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10771,8 +10771,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10771
10771
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10772
10772
|
};
|
|
10773
10773
|
};
|
|
10774
|
-
sourceId?: number | undefined;
|
|
10775
|
-
testnet?: boolean | undefined;
|
|
10774
|
+
sourceId?: number | undefined | undefined;
|
|
10775
|
+
testnet?: boolean | undefined | undefined;
|
|
10776
10776
|
custom?: Record<string, unknown> | undefined;
|
|
10777
10777
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10778
10778
|
formatters?: undefined;
|
|
@@ -10805,7 +10805,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10805
10805
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10806
10806
|
};
|
|
10807
10807
|
};
|
|
10808
|
-
sourceId?: number | undefined;
|
|
10808
|
+
sourceId?: number | undefined | undefined;
|
|
10809
10809
|
testnet: true;
|
|
10810
10810
|
custom?: Record<string, unknown> | undefined;
|
|
10811
10811
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10846,8 +10846,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10846
10846
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10847
10847
|
};
|
|
10848
10848
|
};
|
|
10849
|
-
sourceId?: number | undefined;
|
|
10850
|
-
testnet?: boolean | undefined;
|
|
10849
|
+
sourceId?: number | undefined | undefined;
|
|
10850
|
+
testnet?: boolean | undefined | undefined;
|
|
10851
10851
|
custom?: Record<string, unknown> | undefined;
|
|
10852
10852
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10853
10853
|
formatters?: undefined;
|
|
@@ -10887,7 +10887,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10887
10887
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
10888
10888
|
};
|
|
10889
10889
|
};
|
|
10890
|
-
sourceId?: number | undefined;
|
|
10890
|
+
sourceId?: number | undefined | undefined;
|
|
10891
10891
|
testnet: true;
|
|
10892
10892
|
custom?: Record<string, unknown> | undefined;
|
|
10893
10893
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10921,8 +10921,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10921
10921
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
10922
10922
|
};
|
|
10923
10923
|
};
|
|
10924
|
-
sourceId?: number | undefined;
|
|
10925
|
-
testnet?: boolean | undefined;
|
|
10924
|
+
sourceId?: number | undefined | undefined;
|
|
10925
|
+
testnet?: boolean | undefined | undefined;
|
|
10926
10926
|
custom?: Record<string, unknown> | undefined;
|
|
10927
10927
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
10928
10928
|
formatters?: undefined;
|
|
@@ -10955,7 +10955,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10955
10955
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
10956
10956
|
};
|
|
10957
10957
|
};
|
|
10958
|
-
sourceId?: number | undefined;
|
|
10958
|
+
sourceId?: number | undefined | undefined;
|
|
10959
10959
|
testnet: true;
|
|
10960
10960
|
custom?: Record<string, unknown> | undefined;
|
|
10961
10961
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -10996,8 +10996,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
10996
10996
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
10997
10997
|
};
|
|
10998
10998
|
};
|
|
10999
|
-
sourceId?: number | undefined;
|
|
11000
|
-
testnet?: boolean | undefined;
|
|
10999
|
+
sourceId?: number | undefined | undefined;
|
|
11000
|
+
testnet?: boolean | undefined | undefined;
|
|
11001
11001
|
custom?: Record<string, unknown> | undefined;
|
|
11002
11002
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11003
11003
|
formatters?: undefined;
|
|
@@ -11037,7 +11037,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
11037
11037
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
11038
11038
|
};
|
|
11039
11039
|
};
|
|
11040
|
-
sourceId?: number | undefined;
|
|
11040
|
+
sourceId?: number | undefined | undefined;
|
|
11041
11041
|
testnet: true;
|
|
11042
11042
|
custom?: Record<string, unknown> | undefined;
|
|
11043
11043
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11071,8 +11071,8 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
11071
11071
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
11072
11072
|
};
|
|
11073
11073
|
};
|
|
11074
|
-
sourceId?: number | undefined;
|
|
11075
|
-
testnet?: boolean | undefined;
|
|
11074
|
+
sourceId?: number | undefined | undefined;
|
|
11075
|
+
testnet?: boolean | undefined | undefined;
|
|
11076
11076
|
custom?: Record<string, unknown> | undefined;
|
|
11077
11077
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11078
11078
|
formatters?: undefined;
|
|
@@ -11105,7 +11105,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
11105
11105
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
11106
11106
|
};
|
|
11107
11107
|
};
|
|
11108
|
-
sourceId?: number | undefined;
|
|
11108
|
+
sourceId?: number | undefined | undefined;
|
|
11109
11109
|
testnet: true;
|
|
11110
11110
|
custom?: Record<string, unknown> | undefined;
|
|
11111
11111
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11152,8 +11152,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11152
11152
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
11153
11153
|
};
|
|
11154
11154
|
};
|
|
11155
|
-
sourceId?: number | undefined;
|
|
11156
|
-
testnet?: boolean | undefined;
|
|
11155
|
+
sourceId?: number | undefined | undefined;
|
|
11156
|
+
testnet?: boolean | undefined | undefined;
|
|
11157
11157
|
custom?: Record<string, unknown> | undefined;
|
|
11158
11158
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11159
11159
|
formatters?: undefined;
|
|
@@ -11193,7 +11193,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11193
11193
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
11194
11194
|
};
|
|
11195
11195
|
};
|
|
11196
|
-
sourceId?: number | undefined;
|
|
11196
|
+
sourceId?: number | undefined | undefined;
|
|
11197
11197
|
testnet: true;
|
|
11198
11198
|
custom?: Record<string, unknown> | undefined;
|
|
11199
11199
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11227,8 +11227,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11227
11227
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
11228
11228
|
};
|
|
11229
11229
|
};
|
|
11230
|
-
sourceId?: number | undefined;
|
|
11231
|
-
testnet?: boolean | undefined;
|
|
11230
|
+
sourceId?: number | undefined | undefined;
|
|
11231
|
+
testnet?: boolean | undefined | undefined;
|
|
11232
11232
|
custom?: Record<string, unknown> | undefined;
|
|
11233
11233
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11234
11234
|
formatters?: undefined;
|
|
@@ -11261,7 +11261,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11261
11261
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
11262
11262
|
};
|
|
11263
11263
|
};
|
|
11264
|
-
sourceId?: number | undefined;
|
|
11264
|
+
sourceId?: number | undefined | undefined;
|
|
11265
11265
|
testnet: true;
|
|
11266
11266
|
custom?: Record<string, unknown> | undefined;
|
|
11267
11267
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11302,8 +11302,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11302
11302
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
11303
11303
|
};
|
|
11304
11304
|
};
|
|
11305
|
-
sourceId?: number | undefined;
|
|
11306
|
-
testnet?: boolean | undefined;
|
|
11305
|
+
sourceId?: number | undefined | undefined;
|
|
11306
|
+
testnet?: boolean | undefined | undefined;
|
|
11307
11307
|
custom?: Record<string, unknown> | undefined;
|
|
11308
11308
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11309
11309
|
formatters?: undefined;
|
|
@@ -11343,7 +11343,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11343
11343
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
11344
11344
|
};
|
|
11345
11345
|
};
|
|
11346
|
-
sourceId?: number | undefined;
|
|
11346
|
+
sourceId?: number | undefined | undefined;
|
|
11347
11347
|
testnet: true;
|
|
11348
11348
|
custom?: Record<string, unknown> | undefined;
|
|
11349
11349
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11377,8 +11377,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11377
11377
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
11378
11378
|
};
|
|
11379
11379
|
};
|
|
11380
|
-
sourceId?: number | undefined;
|
|
11381
|
-
testnet?: boolean | undefined;
|
|
11380
|
+
sourceId?: number | undefined | undefined;
|
|
11381
|
+
testnet?: boolean | undefined | undefined;
|
|
11382
11382
|
custom?: Record<string, unknown> | undefined;
|
|
11383
11383
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11384
11384
|
formatters?: undefined;
|
|
@@ -11411,7 +11411,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11411
11411
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
11412
11412
|
};
|
|
11413
11413
|
};
|
|
11414
|
-
sourceId?: number | undefined;
|
|
11414
|
+
sourceId?: number | undefined | undefined;
|
|
11415
11415
|
testnet: true;
|
|
11416
11416
|
custom?: Record<string, unknown> | undefined;
|
|
11417
11417
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11455,8 +11455,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11455
11455
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
11456
11456
|
};
|
|
11457
11457
|
};
|
|
11458
|
-
sourceId?: number | undefined;
|
|
11459
|
-
testnet?: boolean | undefined;
|
|
11458
|
+
sourceId?: number | undefined | undefined;
|
|
11459
|
+
testnet?: boolean | undefined | undefined;
|
|
11460
11460
|
custom?: Record<string, unknown> | undefined;
|
|
11461
11461
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11462
11462
|
formatters?: undefined;
|
|
@@ -11496,7 +11496,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11496
11496
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
11497
11497
|
};
|
|
11498
11498
|
};
|
|
11499
|
-
sourceId?: number | undefined;
|
|
11499
|
+
sourceId?: number | undefined | undefined;
|
|
11500
11500
|
testnet: true;
|
|
11501
11501
|
custom?: Record<string, unknown> | undefined;
|
|
11502
11502
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11530,8 +11530,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11530
11530
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
11531
11531
|
};
|
|
11532
11532
|
};
|
|
11533
|
-
sourceId?: number | undefined;
|
|
11534
|
-
testnet?: boolean | undefined;
|
|
11533
|
+
sourceId?: number | undefined | undefined;
|
|
11534
|
+
testnet?: boolean | undefined | undefined;
|
|
11535
11535
|
custom?: Record<string, unknown> | undefined;
|
|
11536
11536
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11537
11537
|
formatters?: undefined;
|
|
@@ -11564,7 +11564,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11564
11564
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
11565
11565
|
};
|
|
11566
11566
|
};
|
|
11567
|
-
sourceId?: number | undefined;
|
|
11567
|
+
sourceId?: number | undefined | undefined;
|
|
11568
11568
|
testnet: true;
|
|
11569
11569
|
custom?: Record<string, unknown> | undefined;
|
|
11570
11570
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11608,8 +11608,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11608
11608
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
11609
11609
|
};
|
|
11610
11610
|
};
|
|
11611
|
-
sourceId?: number | undefined;
|
|
11612
|
-
testnet?: boolean | undefined;
|
|
11611
|
+
sourceId?: number | undefined | undefined;
|
|
11612
|
+
testnet?: boolean | undefined | undefined;
|
|
11613
11613
|
custom?: Record<string, unknown> | undefined;
|
|
11614
11614
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11615
11615
|
formatters?: undefined;
|
|
@@ -11649,7 +11649,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11649
11649
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
11650
11650
|
};
|
|
11651
11651
|
};
|
|
11652
|
-
sourceId?: number | undefined;
|
|
11652
|
+
sourceId?: number | undefined | undefined;
|
|
11653
11653
|
testnet: true;
|
|
11654
11654
|
custom?: Record<string, unknown> | undefined;
|
|
11655
11655
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11683,8 +11683,8 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11683
11683
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
11684
11684
|
};
|
|
11685
11685
|
};
|
|
11686
|
-
sourceId?: number | undefined;
|
|
11687
|
-
testnet?: boolean | undefined;
|
|
11686
|
+
sourceId?: number | undefined | undefined;
|
|
11687
|
+
testnet?: boolean | undefined | undefined;
|
|
11688
11688
|
custom?: Record<string, unknown> | undefined;
|
|
11689
11689
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11690
11690
|
formatters?: undefined;
|
|
@@ -11717,7 +11717,7 @@ export declare const BuildClientArgs: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11717
11717
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
11718
11718
|
};
|
|
11719
11719
|
};
|
|
11720
|
-
sourceId?: number | undefined;
|
|
11720
|
+
sourceId?: number | undefined | undefined;
|
|
11721
11721
|
testnet: true;
|
|
11722
11722
|
custom?: Record<string, unknown> | undefined;
|
|
11723
11723
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11770,8 +11770,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11770
11770
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
11771
11771
|
};
|
|
11772
11772
|
};
|
|
11773
|
-
sourceId?: number | undefined;
|
|
11774
|
-
testnet?: boolean | undefined;
|
|
11773
|
+
sourceId?: number | undefined | undefined;
|
|
11774
|
+
testnet?: boolean | undefined | undefined;
|
|
11775
11775
|
custom?: Record<string, unknown> | undefined;
|
|
11776
11776
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11777
11777
|
formatters?: undefined;
|
|
@@ -11811,7 +11811,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11811
11811
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
11812
11812
|
};
|
|
11813
11813
|
};
|
|
11814
|
-
sourceId?: number | undefined;
|
|
11814
|
+
sourceId?: number | undefined | undefined;
|
|
11815
11815
|
testnet: true;
|
|
11816
11816
|
custom?: Record<string, unknown> | undefined;
|
|
11817
11817
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -11845,8 +11845,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11845
11845
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
11846
11846
|
};
|
|
11847
11847
|
};
|
|
11848
|
-
sourceId?: number | undefined;
|
|
11849
|
-
testnet?: boolean | undefined;
|
|
11848
|
+
sourceId?: number | undefined | undefined;
|
|
11849
|
+
testnet?: boolean | undefined | undefined;
|
|
11850
11850
|
custom?: Record<string, unknown> | undefined;
|
|
11851
11851
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
11852
11852
|
formatters?: undefined;
|
|
@@ -11879,7 +11879,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
11879
11879
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
11880
11880
|
};
|
|
11881
11881
|
};
|
|
11882
|
-
sourceId?: number | undefined;
|
|
11882
|
+
sourceId?: number | undefined | undefined;
|
|
11883
11883
|
testnet: true;
|
|
11884
11884
|
custom?: Record<string, unknown> | undefined;
|
|
11885
11885
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12303,8 +12303,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12303
12303
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
12304
12304
|
};
|
|
12305
12305
|
};
|
|
12306
|
-
sourceId?: number | undefined;
|
|
12307
|
-
testnet?: boolean | undefined;
|
|
12306
|
+
sourceId?: number | undefined | undefined;
|
|
12307
|
+
testnet?: boolean | undefined | undefined;
|
|
12308
12308
|
custom?: Record<string, unknown> | undefined;
|
|
12309
12309
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12310
12310
|
formatters?: undefined;
|
|
@@ -12344,7 +12344,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12344
12344
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
12345
12345
|
};
|
|
12346
12346
|
};
|
|
12347
|
-
sourceId?: number | undefined;
|
|
12347
|
+
sourceId?: number | undefined | undefined;
|
|
12348
12348
|
testnet: true;
|
|
12349
12349
|
custom?: Record<string, unknown> | undefined;
|
|
12350
12350
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12378,8 +12378,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12378
12378
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
12379
12379
|
};
|
|
12380
12380
|
};
|
|
12381
|
-
sourceId?: number | undefined;
|
|
12382
|
-
testnet?: boolean | undefined;
|
|
12381
|
+
sourceId?: number | undefined | undefined;
|
|
12382
|
+
testnet?: boolean | undefined | undefined;
|
|
12383
12383
|
custom?: Record<string, unknown> | undefined;
|
|
12384
12384
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12385
12385
|
formatters?: undefined;
|
|
@@ -12412,7 +12412,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12412
12412
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
12413
12413
|
};
|
|
12414
12414
|
};
|
|
12415
|
-
sourceId?: number | undefined;
|
|
12415
|
+
sourceId?: number | undefined | undefined;
|
|
12416
12416
|
testnet: true;
|
|
12417
12417
|
custom?: Record<string, unknown> | undefined;
|
|
12418
12418
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12453,8 +12453,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12453
12453
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
12454
12454
|
};
|
|
12455
12455
|
};
|
|
12456
|
-
sourceId?: number | undefined;
|
|
12457
|
-
testnet?: boolean | undefined;
|
|
12456
|
+
sourceId?: number | undefined | undefined;
|
|
12457
|
+
testnet?: boolean | undefined | undefined;
|
|
12458
12458
|
custom?: Record<string, unknown> | undefined;
|
|
12459
12459
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12460
12460
|
formatters?: undefined;
|
|
@@ -12494,7 +12494,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12494
12494
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
12495
12495
|
};
|
|
12496
12496
|
};
|
|
12497
|
-
sourceId?: number | undefined;
|
|
12497
|
+
sourceId?: number | undefined | undefined;
|
|
12498
12498
|
testnet: true;
|
|
12499
12499
|
custom?: Record<string, unknown> | undefined;
|
|
12500
12500
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12528,8 +12528,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12528
12528
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
12529
12529
|
};
|
|
12530
12530
|
};
|
|
12531
|
-
sourceId?: number | undefined;
|
|
12532
|
-
testnet?: boolean | undefined;
|
|
12531
|
+
sourceId?: number | undefined | undefined;
|
|
12532
|
+
testnet?: boolean | undefined | undefined;
|
|
12533
12533
|
custom?: Record<string, unknown> | undefined;
|
|
12534
12534
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12535
12535
|
formatters?: undefined;
|
|
@@ -12562,7 +12562,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12562
12562
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
12563
12563
|
};
|
|
12564
12564
|
};
|
|
12565
|
-
sourceId?: number | undefined;
|
|
12565
|
+
sourceId?: number | undefined | undefined;
|
|
12566
12566
|
testnet: true;
|
|
12567
12567
|
custom?: Record<string, unknown> | undefined;
|
|
12568
12568
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12603,8 +12603,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12603
12603
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
12604
12604
|
};
|
|
12605
12605
|
};
|
|
12606
|
-
sourceId?: number | undefined;
|
|
12607
|
-
testnet?: boolean | undefined;
|
|
12606
|
+
sourceId?: number | undefined | undefined;
|
|
12607
|
+
testnet?: boolean | undefined | undefined;
|
|
12608
12608
|
custom?: Record<string, unknown> | undefined;
|
|
12609
12609
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12610
12610
|
formatters?: undefined;
|
|
@@ -12644,7 +12644,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12644
12644
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
12645
12645
|
};
|
|
12646
12646
|
};
|
|
12647
|
-
sourceId?: number | undefined;
|
|
12647
|
+
sourceId?: number | undefined | undefined;
|
|
12648
12648
|
testnet: true;
|
|
12649
12649
|
custom?: Record<string, unknown> | undefined;
|
|
12650
12650
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12678,8 +12678,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12678
12678
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
12679
12679
|
};
|
|
12680
12680
|
};
|
|
12681
|
-
sourceId?: number | undefined;
|
|
12682
|
-
testnet?: boolean | undefined;
|
|
12681
|
+
sourceId?: number | undefined | undefined;
|
|
12682
|
+
testnet?: boolean | undefined | undefined;
|
|
12683
12683
|
custom?: Record<string, unknown> | undefined;
|
|
12684
12684
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12685
12685
|
formatters?: undefined;
|
|
@@ -12712,7 +12712,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12712
12712
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
12713
12713
|
};
|
|
12714
12714
|
};
|
|
12715
|
-
sourceId?: number | undefined;
|
|
12715
|
+
sourceId?: number | undefined | undefined;
|
|
12716
12716
|
testnet: true;
|
|
12717
12717
|
custom?: Record<string, unknown> | undefined;
|
|
12718
12718
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12767,8 +12767,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12767
12767
|
readonly http: readonly ["https://eth.merkle.io"];
|
|
12768
12768
|
};
|
|
12769
12769
|
};
|
|
12770
|
-
sourceId?: number | undefined;
|
|
12771
|
-
testnet?: boolean | undefined;
|
|
12770
|
+
sourceId?: number | undefined | undefined;
|
|
12771
|
+
testnet?: boolean | undefined | undefined;
|
|
12772
12772
|
custom?: Record<string, unknown> | undefined;
|
|
12773
12773
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12774
12774
|
formatters?: undefined;
|
|
@@ -12808,7 +12808,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12808
12808
|
readonly http: readonly ["https://sepolia.drpc.org"];
|
|
12809
12809
|
};
|
|
12810
12810
|
};
|
|
12811
|
-
sourceId?: number | undefined;
|
|
12811
|
+
sourceId?: number | undefined | undefined;
|
|
12812
12812
|
testnet: true;
|
|
12813
12813
|
custom?: Record<string, unknown> | undefined;
|
|
12814
12814
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
@@ -12842,8 +12842,8 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12842
12842
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
12843
12843
|
};
|
|
12844
12844
|
};
|
|
12845
|
-
sourceId?: number | undefined;
|
|
12846
|
-
testnet?: boolean | undefined;
|
|
12845
|
+
sourceId?: number | undefined | undefined;
|
|
12846
|
+
testnet?: boolean | undefined | undefined;
|
|
12847
12847
|
custom?: Record<string, unknown> | undefined;
|
|
12848
12848
|
fees?: import('viem').ChainFees<undefined> | undefined;
|
|
12849
12849
|
formatters?: undefined;
|
|
@@ -12876,7 +12876,7 @@ export declare function buildClient({ chain, infuraKey }: BuildClientArgs): {
|
|
|
12876
12876
|
readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
|
|
12877
12877
|
};
|
|
12878
12878
|
};
|
|
12879
|
-
sourceId?: number | undefined;
|
|
12879
|
+
sourceId?: number | undefined | undefined;
|
|
12880
12880
|
testnet: true;
|
|
12881
12881
|
custom?: Record<string, unknown> | undefined;
|
|
12882
12882
|
fees?: import('viem').ChainFees<undefined> | undefined;
|