viem 0.0.0-main.20240408T055542 → 0.0.0-main.20240408T061242
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/_cjs/actions/index.js +2 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +5 -3
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +1 -0
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +10 -6
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +8 -3
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +2 -1
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
- package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +2 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +10 -6
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_types/actions/index.d.ts +1 -1
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +1679 -183
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +846 -98
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +15 -15
- package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
- package/_types/chains/definitions/base.d.ts +15 -15
- package/_types/chains/definitions/baseGoerli.d.ts +15 -15
- package/_types/chains/definitions/baseSepolia.d.ts +15 -15
- package/_types/chains/definitions/celo.d.ts +1679 -183
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +1679 -183
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +15 -15
- package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
- package/_types/chains/definitions/liskSepolia.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +15 -15
- package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
- package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
- package/_types/chains/definitions/pgn.d.ts +15 -15
- package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
- package/_types/chains/definitions/rss3.d.ts +15 -15
- package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
- package/_types/chains/definitions/zkSync.d.ts +844 -128
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +844 -128
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +844 -128
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +844 -128
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +844 -128
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +15 -15
- package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
- package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +15 -15
- package/_types/op-stack/formatters.d.ts +15 -15
- package/_types/types/transaction.d.ts +22 -3
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
- package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
- package/_types/utils/blob/blobsToProofs.d.ts +2 -2
- package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
- package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +1 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +186 -2
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -3
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +844 -128
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +844 -128
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +1 -0
- package/actions/public/estimateGas.ts +9 -7
- package/actions/wallet/prepareTransactionRequest.ts +73 -17
- package/actions/wallet/sendTransaction.ts +2 -0
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +28 -3
- package/utils/blob/blobsToCommitments.ts +9 -7
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +14 -11
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +2 -0
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +12 -6
@@ -111,6 +111,7 @@ export declare const optimismGoerli: {
|
|
111
111
|
gas?: `0x${string}`;
|
112
112
|
nonce?: `0x${string}`;
|
113
113
|
value?: `0x${string}`;
|
114
|
+
blobVersionedHashes?: undefined;
|
114
115
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
115
116
|
accessList?: undefined;
|
116
117
|
blockHash?: `0x${string}` | null;
|
@@ -118,7 +119,6 @@ export declare const optimismGoerli: {
|
|
118
119
|
hash?: `0x${string}`;
|
119
120
|
input?: `0x${string}`;
|
120
121
|
transactionIndex?: `0x${string}` | null;
|
121
|
-
blobVersionedHashes?: undefined;
|
122
122
|
chainId?: `0x${string}` | undefined;
|
123
123
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
124
124
|
r: `0x${string}`;
|
@@ -162,6 +162,7 @@ export declare const optimismGoerli: {
|
|
162
162
|
gas?: `0x${string}`;
|
163
163
|
nonce?: `0x${string}`;
|
164
164
|
value?: `0x${string}`;
|
165
|
+
blobVersionedHashes?: undefined;
|
165
166
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
166
167
|
accessList?: undefined;
|
167
168
|
blockHash?: `0x${string}` | null;
|
@@ -169,7 +170,6 @@ export declare const optimismGoerli: {
|
|
169
170
|
hash?: `0x${string}`;
|
170
171
|
input?: `0x${string}`;
|
171
172
|
transactionIndex?: `0x${string}` | null;
|
172
|
-
blobVersionedHashes?: undefined;
|
173
173
|
chainId?: `0x${string}` | undefined;
|
174
174
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
175
175
|
isSystemTx?: boolean | undefined;
|
@@ -190,6 +190,7 @@ export declare const optimismGoerli: {
|
|
190
190
|
gas?: `0x${string}`;
|
191
191
|
nonce?: `0x${string}`;
|
192
192
|
value?: `0x${string}`;
|
193
|
+
blobVersionedHashes?: undefined;
|
193
194
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
194
195
|
accessList?: import("../../index.js").AccessList | undefined;
|
195
196
|
blockHash?: `0x${string}` | null;
|
@@ -197,7 +198,6 @@ export declare const optimismGoerli: {
|
|
197
198
|
hash?: `0x${string}`;
|
198
199
|
input?: `0x${string}`;
|
199
200
|
transactionIndex?: `0x${string}` | null;
|
200
|
-
blobVersionedHashes?: undefined;
|
201
201
|
chainId?: `0x${string}` | undefined;
|
202
202
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
203
203
|
r: `0x${string}`;
|
@@ -241,6 +241,7 @@ export declare const optimismGoerli: {
|
|
241
241
|
gas?: `0x${string}`;
|
242
242
|
nonce?: `0x${string}`;
|
243
243
|
value?: `0x${string}`;
|
244
|
+
blobVersionedHashes?: undefined;
|
244
245
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
245
246
|
accessList?: import("../../index.js").AccessList | undefined;
|
246
247
|
blockHash?: `0x${string}` | null;
|
@@ -248,7 +249,6 @@ export declare const optimismGoerli: {
|
|
248
249
|
hash?: `0x${string}`;
|
249
250
|
input?: `0x${string}`;
|
250
251
|
transactionIndex?: `0x${string}` | null;
|
251
|
-
blobVersionedHashes?: undefined;
|
252
252
|
chainId?: `0x${string}` | undefined;
|
253
253
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
254
254
|
blockHash: `0x${string}` | null;
|
@@ -292,6 +292,7 @@ export declare const optimismGoerli: {
|
|
292
292
|
gas?: `0x${string}`;
|
293
293
|
nonce?: `0x${string}`;
|
294
294
|
value?: `0x${string}`;
|
295
|
+
blobVersionedHashes?: undefined;
|
295
296
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
296
297
|
accessList?: import("../../index.js").AccessList | undefined;
|
297
298
|
blockHash?: `0x${string}` | null;
|
@@ -299,7 +300,6 @@ export declare const optimismGoerli: {
|
|
299
300
|
hash?: `0x${string}`;
|
300
301
|
input?: `0x${string}`;
|
301
302
|
transactionIndex?: `0x${string}` | null;
|
302
|
-
blobVersionedHashes?: undefined;
|
303
303
|
chainId?: `0x${string}` | undefined;
|
304
304
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
305
305
|
blockHash: `0x${string}` | null;
|
@@ -343,6 +343,7 @@ export declare const optimismGoerli: {
|
|
343
343
|
gas?: `0x${string}`;
|
344
344
|
nonce?: `0x${string}`;
|
345
345
|
value?: `0x${string}`;
|
346
|
+
blobVersionedHashes?: undefined;
|
346
347
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
347
348
|
accessList?: import("../../index.js").AccessList | undefined;
|
348
349
|
blockHash?: `0x${string}` | null;
|
@@ -350,7 +351,6 @@ export declare const optimismGoerli: {
|
|
350
351
|
hash?: `0x${string}`;
|
351
352
|
input?: `0x${string}`;
|
352
353
|
transactionIndex?: `0x${string}` | null;
|
353
|
-
blobVersionedHashes?: undefined;
|
354
354
|
chainId?: `0x${string}` | undefined;
|
355
355
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
356
356
|
isSystemTx?: boolean | undefined;
|
@@ -371,6 +371,7 @@ export declare const optimismGoerli: {
|
|
371
371
|
gas?: `0x${string}`;
|
372
372
|
nonce?: `0x${string}`;
|
373
373
|
value?: `0x${string}`;
|
374
|
+
blobVersionedHashes?: undefined;
|
374
375
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
375
376
|
accessList?: import("../../index.js").AccessList | undefined;
|
376
377
|
blockHash?: `0x${string}` | null;
|
@@ -378,7 +379,6 @@ export declare const optimismGoerli: {
|
|
378
379
|
hash?: `0x${string}`;
|
379
380
|
input?: `0x${string}`;
|
380
381
|
transactionIndex?: `0x${string}` | null;
|
381
|
-
blobVersionedHashes?: undefined;
|
382
382
|
chainId?: `0x${string}` | undefined;
|
383
383
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
384
384
|
r: `0x${string}`;
|
@@ -422,6 +422,7 @@ export declare const optimismGoerli: {
|
|
422
422
|
gas?: `0x${string}`;
|
423
423
|
nonce?: `0x${string}`;
|
424
424
|
value?: `0x${string}`;
|
425
|
+
blobVersionedHashes?: undefined;
|
425
426
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
426
427
|
accessList?: import("../../index.js").AccessList | undefined;
|
427
428
|
blockHash?: `0x${string}` | null;
|
@@ -429,7 +430,6 @@ export declare const optimismGoerli: {
|
|
429
430
|
hash?: `0x${string}`;
|
430
431
|
input?: `0x${string}`;
|
431
432
|
transactionIndex?: `0x${string}` | null;
|
432
|
-
blobVersionedHashes?: undefined;
|
433
433
|
chainId?: `0x${string}` | undefined;
|
434
434
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
435
435
|
blockHash: `0x${string}` | null;
|
@@ -473,6 +473,7 @@ export declare const optimismGoerli: {
|
|
473
473
|
gas?: `0x${string}`;
|
474
474
|
nonce?: `0x${string}`;
|
475
475
|
value?: `0x${string}`;
|
476
|
+
blobVersionedHashes?: undefined;
|
476
477
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
477
478
|
accessList?: import("../../index.js").AccessList | undefined;
|
478
479
|
blockHash?: `0x${string}` | null;
|
@@ -480,7 +481,6 @@ export declare const optimismGoerli: {
|
|
480
481
|
hash?: `0x${string}`;
|
481
482
|
input?: `0x${string}`;
|
482
483
|
transactionIndex?: `0x${string}` | null;
|
483
|
-
blobVersionedHashes?: undefined;
|
484
484
|
chainId?: `0x${string}` | undefined;
|
485
485
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
486
486
|
blockHash: `0x${string}` | null;
|
@@ -524,6 +524,7 @@ export declare const optimismGoerli: {
|
|
524
524
|
gas?: `0x${string}`;
|
525
525
|
nonce?: `0x${string}`;
|
526
526
|
value?: `0x${string}`;
|
527
|
+
blobVersionedHashes?: undefined;
|
527
528
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
528
529
|
accessList?: import("../../index.js").AccessList | undefined;
|
529
530
|
blockHash?: `0x${string}` | null;
|
@@ -531,7 +532,6 @@ export declare const optimismGoerli: {
|
|
531
532
|
hash?: `0x${string}`;
|
532
533
|
input?: `0x${string}`;
|
533
534
|
transactionIndex?: `0x${string}` | null;
|
534
|
-
blobVersionedHashes?: undefined;
|
535
535
|
chainId?: `0x${string}` | undefined;
|
536
536
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
537
537
|
isSystemTx?: boolean | undefined;
|
@@ -552,6 +552,7 @@ export declare const optimismGoerli: {
|
|
552
552
|
gas?: `0x${string}`;
|
553
553
|
nonce?: `0x${string}`;
|
554
554
|
value?: `0x${string}`;
|
555
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
555
556
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
556
557
|
accessList?: import("../../index.js").AccessList | undefined;
|
557
558
|
blockHash?: `0x${string}` | null;
|
@@ -559,7 +560,6 @@ export declare const optimismGoerli: {
|
|
559
560
|
hash?: `0x${string}`;
|
560
561
|
input?: `0x${string}`;
|
561
562
|
transactionIndex?: `0x${string}` | null;
|
562
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
563
563
|
chainId?: `0x${string}` | undefined;
|
564
564
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
565
565
|
r: `0x${string}`;
|
@@ -603,6 +603,7 @@ export declare const optimismGoerli: {
|
|
603
603
|
gas?: `0x${string}`;
|
604
604
|
nonce?: `0x${string}`;
|
605
605
|
value?: `0x${string}`;
|
606
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
606
607
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
607
608
|
accessList?: import("../../index.js").AccessList | undefined;
|
608
609
|
blockHash?: `0x${string}` | null;
|
@@ -610,7 +611,6 @@ export declare const optimismGoerli: {
|
|
610
611
|
hash?: `0x${string}`;
|
611
612
|
input?: `0x${string}`;
|
612
613
|
transactionIndex?: `0x${string}` | null;
|
613
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
614
614
|
chainId?: `0x${string}` | undefined;
|
615
615
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
616
616
|
blockHash: `0x${string}` | null;
|
@@ -654,6 +654,7 @@ export declare const optimismGoerli: {
|
|
654
654
|
gas?: `0x${string}`;
|
655
655
|
nonce?: `0x${string}`;
|
656
656
|
value?: `0x${string}`;
|
657
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
657
658
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
658
659
|
accessList?: import("../../index.js").AccessList | undefined;
|
659
660
|
blockHash?: `0x${string}` | null;
|
@@ -661,7 +662,6 @@ export declare const optimismGoerli: {
|
|
661
662
|
hash?: `0x${string}`;
|
662
663
|
input?: `0x${string}`;
|
663
664
|
transactionIndex?: `0x${string}` | null;
|
664
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
665
665
|
chainId?: `0x${string}` | undefined;
|
666
666
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
667
667
|
blockHash: `0x${string}` | null;
|
@@ -705,6 +705,7 @@ export declare const optimismGoerli: {
|
|
705
705
|
gas?: `0x${string}`;
|
706
706
|
nonce?: `0x${string}`;
|
707
707
|
value?: `0x${string}`;
|
708
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
708
709
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
709
710
|
accessList?: import("../../index.js").AccessList | undefined;
|
710
711
|
blockHash?: `0x${string}` | null;
|
@@ -712,7 +713,6 @@ export declare const optimismGoerli: {
|
|
712
713
|
hash?: `0x${string}`;
|
713
714
|
input?: `0x${string}`;
|
714
715
|
transactionIndex?: `0x${string}` | null;
|
715
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
716
716
|
chainId?: `0x${string}` | undefined;
|
717
717
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
718
718
|
blockHash: `0x${string}` | null;
|
@@ -756,6 +756,7 @@ export declare const optimismGoerli: {
|
|
756
756
|
gas?: `0x${string}`;
|
757
757
|
nonce?: `0x${string}`;
|
758
758
|
value?: `0x${string}`;
|
759
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
759
760
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
760
761
|
accessList?: import("../../index.js").AccessList | undefined;
|
761
762
|
blockHash?: `0x${string}` | null;
|
@@ -763,7 +764,6 @@ export declare const optimismGoerli: {
|
|
763
764
|
hash?: `0x${string}`;
|
764
765
|
input?: `0x${string}`;
|
765
766
|
transactionIndex?: `0x${string}` | null;
|
766
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
767
767
|
chainId?: `0x${string}` | undefined;
|
768
768
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
769
769
|
isSystemTx?: boolean | undefined;
|
@@ -116,6 +116,7 @@ export declare const optimismSepolia: {
|
|
116
116
|
gas?: `0x${string}`;
|
117
117
|
nonce?: `0x${string}`;
|
118
118
|
value?: `0x${string}`;
|
119
|
+
blobVersionedHashes?: undefined;
|
119
120
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
120
121
|
accessList?: undefined;
|
121
122
|
blockHash?: `0x${string}` | null;
|
@@ -123,7 +124,6 @@ export declare const optimismSepolia: {
|
|
123
124
|
hash?: `0x${string}`;
|
124
125
|
input?: `0x${string}`;
|
125
126
|
transactionIndex?: `0x${string}` | null;
|
126
|
-
blobVersionedHashes?: undefined;
|
127
127
|
chainId?: `0x${string}` | undefined;
|
128
128
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
129
129
|
r: `0x${string}`;
|
@@ -167,6 +167,7 @@ export declare const optimismSepolia: {
|
|
167
167
|
gas?: `0x${string}`;
|
168
168
|
nonce?: `0x${string}`;
|
169
169
|
value?: `0x${string}`;
|
170
|
+
blobVersionedHashes?: undefined;
|
170
171
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
171
172
|
accessList?: undefined;
|
172
173
|
blockHash?: `0x${string}` | null;
|
@@ -174,7 +175,6 @@ export declare const optimismSepolia: {
|
|
174
175
|
hash?: `0x${string}`;
|
175
176
|
input?: `0x${string}`;
|
176
177
|
transactionIndex?: `0x${string}` | null;
|
177
|
-
blobVersionedHashes?: undefined;
|
178
178
|
chainId?: `0x${string}` | undefined;
|
179
179
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
180
180
|
isSystemTx?: boolean | undefined;
|
@@ -195,6 +195,7 @@ export declare const optimismSepolia: {
|
|
195
195
|
gas?: `0x${string}`;
|
196
196
|
nonce?: `0x${string}`;
|
197
197
|
value?: `0x${string}`;
|
198
|
+
blobVersionedHashes?: undefined;
|
198
199
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
199
200
|
accessList?: import("../../index.js").AccessList | undefined;
|
200
201
|
blockHash?: `0x${string}` | null;
|
@@ -202,7 +203,6 @@ export declare const optimismSepolia: {
|
|
202
203
|
hash?: `0x${string}`;
|
203
204
|
input?: `0x${string}`;
|
204
205
|
transactionIndex?: `0x${string}` | null;
|
205
|
-
blobVersionedHashes?: undefined;
|
206
206
|
chainId?: `0x${string}` | undefined;
|
207
207
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
208
208
|
r: `0x${string}`;
|
@@ -246,6 +246,7 @@ export declare const optimismSepolia: {
|
|
246
246
|
gas?: `0x${string}`;
|
247
247
|
nonce?: `0x${string}`;
|
248
248
|
value?: `0x${string}`;
|
249
|
+
blobVersionedHashes?: undefined;
|
249
250
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
250
251
|
accessList?: import("../../index.js").AccessList | undefined;
|
251
252
|
blockHash?: `0x${string}` | null;
|
@@ -253,7 +254,6 @@ export declare const optimismSepolia: {
|
|
253
254
|
hash?: `0x${string}`;
|
254
255
|
input?: `0x${string}`;
|
255
256
|
transactionIndex?: `0x${string}` | null;
|
256
|
-
blobVersionedHashes?: undefined;
|
257
257
|
chainId?: `0x${string}` | undefined;
|
258
258
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
259
259
|
blockHash: `0x${string}` | null;
|
@@ -297,6 +297,7 @@ export declare const optimismSepolia: {
|
|
297
297
|
gas?: `0x${string}`;
|
298
298
|
nonce?: `0x${string}`;
|
299
299
|
value?: `0x${string}`;
|
300
|
+
blobVersionedHashes?: undefined;
|
300
301
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
301
302
|
accessList?: import("../../index.js").AccessList | undefined;
|
302
303
|
blockHash?: `0x${string}` | null;
|
@@ -304,7 +305,6 @@ export declare const optimismSepolia: {
|
|
304
305
|
hash?: `0x${string}`;
|
305
306
|
input?: `0x${string}`;
|
306
307
|
transactionIndex?: `0x${string}` | null;
|
307
|
-
blobVersionedHashes?: undefined;
|
308
308
|
chainId?: `0x${string}` | undefined;
|
309
309
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
310
310
|
blockHash: `0x${string}` | null;
|
@@ -348,6 +348,7 @@ export declare const optimismSepolia: {
|
|
348
348
|
gas?: `0x${string}`;
|
349
349
|
nonce?: `0x${string}`;
|
350
350
|
value?: `0x${string}`;
|
351
|
+
blobVersionedHashes?: undefined;
|
351
352
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
352
353
|
accessList?: import("../../index.js").AccessList | undefined;
|
353
354
|
blockHash?: `0x${string}` | null;
|
@@ -355,7 +356,6 @@ export declare const optimismSepolia: {
|
|
355
356
|
hash?: `0x${string}`;
|
356
357
|
input?: `0x${string}`;
|
357
358
|
transactionIndex?: `0x${string}` | null;
|
358
|
-
blobVersionedHashes?: undefined;
|
359
359
|
chainId?: `0x${string}` | undefined;
|
360
360
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
361
361
|
isSystemTx?: boolean | undefined;
|
@@ -376,6 +376,7 @@ export declare const optimismSepolia: {
|
|
376
376
|
gas?: `0x${string}`;
|
377
377
|
nonce?: `0x${string}`;
|
378
378
|
value?: `0x${string}`;
|
379
|
+
blobVersionedHashes?: undefined;
|
379
380
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
380
381
|
accessList?: import("../../index.js").AccessList | undefined;
|
381
382
|
blockHash?: `0x${string}` | null;
|
@@ -383,7 +384,6 @@ export declare const optimismSepolia: {
|
|
383
384
|
hash?: `0x${string}`;
|
384
385
|
input?: `0x${string}`;
|
385
386
|
transactionIndex?: `0x${string}` | null;
|
386
|
-
blobVersionedHashes?: undefined;
|
387
387
|
chainId?: `0x${string}` | undefined;
|
388
388
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
389
389
|
r: `0x${string}`;
|
@@ -427,6 +427,7 @@ export declare const optimismSepolia: {
|
|
427
427
|
gas?: `0x${string}`;
|
428
428
|
nonce?: `0x${string}`;
|
429
429
|
value?: `0x${string}`;
|
430
|
+
blobVersionedHashes?: undefined;
|
430
431
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
431
432
|
accessList?: import("../../index.js").AccessList | undefined;
|
432
433
|
blockHash?: `0x${string}` | null;
|
@@ -434,7 +435,6 @@ export declare const optimismSepolia: {
|
|
434
435
|
hash?: `0x${string}`;
|
435
436
|
input?: `0x${string}`;
|
436
437
|
transactionIndex?: `0x${string}` | null;
|
437
|
-
blobVersionedHashes?: undefined;
|
438
438
|
chainId?: `0x${string}` | undefined;
|
439
439
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
440
440
|
blockHash: `0x${string}` | null;
|
@@ -478,6 +478,7 @@ export declare const optimismSepolia: {
|
|
478
478
|
gas?: `0x${string}`;
|
479
479
|
nonce?: `0x${string}`;
|
480
480
|
value?: `0x${string}`;
|
481
|
+
blobVersionedHashes?: undefined;
|
481
482
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
482
483
|
accessList?: import("../../index.js").AccessList | undefined;
|
483
484
|
blockHash?: `0x${string}` | null;
|
@@ -485,7 +486,6 @@ export declare const optimismSepolia: {
|
|
485
486
|
hash?: `0x${string}`;
|
486
487
|
input?: `0x${string}`;
|
487
488
|
transactionIndex?: `0x${string}` | null;
|
488
|
-
blobVersionedHashes?: undefined;
|
489
489
|
chainId?: `0x${string}` | undefined;
|
490
490
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
491
491
|
blockHash: `0x${string}` | null;
|
@@ -529,6 +529,7 @@ export declare const optimismSepolia: {
|
|
529
529
|
gas?: `0x${string}`;
|
530
530
|
nonce?: `0x${string}`;
|
531
531
|
value?: `0x${string}`;
|
532
|
+
blobVersionedHashes?: undefined;
|
532
533
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
533
534
|
accessList?: import("../../index.js").AccessList | undefined;
|
534
535
|
blockHash?: `0x${string}` | null;
|
@@ -536,7 +537,6 @@ export declare const optimismSepolia: {
|
|
536
537
|
hash?: `0x${string}`;
|
537
538
|
input?: `0x${string}`;
|
538
539
|
transactionIndex?: `0x${string}` | null;
|
539
|
-
blobVersionedHashes?: undefined;
|
540
540
|
chainId?: `0x${string}` | undefined;
|
541
541
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
542
542
|
isSystemTx?: boolean | undefined;
|
@@ -557,6 +557,7 @@ export declare const optimismSepolia: {
|
|
557
557
|
gas?: `0x${string}`;
|
558
558
|
nonce?: `0x${string}`;
|
559
559
|
value?: `0x${string}`;
|
560
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
560
561
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
561
562
|
accessList?: import("../../index.js").AccessList | undefined;
|
562
563
|
blockHash?: `0x${string}` | null;
|
@@ -564,7 +565,6 @@ export declare const optimismSepolia: {
|
|
564
565
|
hash?: `0x${string}`;
|
565
566
|
input?: `0x${string}`;
|
566
567
|
transactionIndex?: `0x${string}` | null;
|
567
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
568
568
|
chainId?: `0x${string}` | undefined;
|
569
569
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
570
570
|
r: `0x${string}`;
|
@@ -608,6 +608,7 @@ export declare const optimismSepolia: {
|
|
608
608
|
gas?: `0x${string}`;
|
609
609
|
nonce?: `0x${string}`;
|
610
610
|
value?: `0x${string}`;
|
611
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
611
612
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
612
613
|
accessList?: import("../../index.js").AccessList | undefined;
|
613
614
|
blockHash?: `0x${string}` | null;
|
@@ -615,7 +616,6 @@ export declare const optimismSepolia: {
|
|
615
616
|
hash?: `0x${string}`;
|
616
617
|
input?: `0x${string}`;
|
617
618
|
transactionIndex?: `0x${string}` | null;
|
618
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
619
619
|
chainId?: `0x${string}` | undefined;
|
620
620
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
621
621
|
blockHash: `0x${string}` | null;
|
@@ -659,6 +659,7 @@ export declare const optimismSepolia: {
|
|
659
659
|
gas?: `0x${string}`;
|
660
660
|
nonce?: `0x${string}`;
|
661
661
|
value?: `0x${string}`;
|
662
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
662
663
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
663
664
|
accessList?: import("../../index.js").AccessList | undefined;
|
664
665
|
blockHash?: `0x${string}` | null;
|
@@ -666,7 +667,6 @@ export declare const optimismSepolia: {
|
|
666
667
|
hash?: `0x${string}`;
|
667
668
|
input?: `0x${string}`;
|
668
669
|
transactionIndex?: `0x${string}` | null;
|
669
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
670
670
|
chainId?: `0x${string}` | undefined;
|
671
671
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
672
672
|
blockHash: `0x${string}` | null;
|
@@ -710,6 +710,7 @@ export declare const optimismSepolia: {
|
|
710
710
|
gas?: `0x${string}`;
|
711
711
|
nonce?: `0x${string}`;
|
712
712
|
value?: `0x${string}`;
|
713
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
713
714
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
714
715
|
accessList?: import("../../index.js").AccessList | undefined;
|
715
716
|
blockHash?: `0x${string}` | null;
|
@@ -717,7 +718,6 @@ export declare const optimismSepolia: {
|
|
717
718
|
hash?: `0x${string}`;
|
718
719
|
input?: `0x${string}`;
|
719
720
|
transactionIndex?: `0x${string}` | null;
|
720
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
721
721
|
chainId?: `0x${string}` | undefined;
|
722
722
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
723
723
|
blockHash: `0x${string}` | null;
|
@@ -761,6 +761,7 @@ export declare const optimismSepolia: {
|
|
761
761
|
gas?: `0x${string}`;
|
762
762
|
nonce?: `0x${string}`;
|
763
763
|
value?: `0x${string}`;
|
764
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
764
765
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
765
766
|
accessList?: import("../../index.js").AccessList | undefined;
|
766
767
|
blockHash?: `0x${string}` | null;
|
@@ -768,7 +769,6 @@ export declare const optimismSepolia: {
|
|
768
769
|
hash?: `0x${string}`;
|
769
770
|
input?: `0x${string}`;
|
770
771
|
transactionIndex?: `0x${string}` | null;
|
771
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
772
772
|
chainId?: `0x${string}` | undefined;
|
773
773
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
774
774
|
isSystemTx?: boolean | undefined;
|