viem 0.0.0-main.20240408T054443 → 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
@@ -98,6 +98,7 @@ export declare const pgn: {
|
|
98
98
|
gas?: `0x${string}`;
|
99
99
|
nonce?: `0x${string}`;
|
100
100
|
value?: `0x${string}`;
|
101
|
+
blobVersionedHashes?: undefined;
|
101
102
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
102
103
|
accessList?: undefined;
|
103
104
|
blockHash?: `0x${string}` | null;
|
@@ -105,7 +106,6 @@ export declare const pgn: {
|
|
105
106
|
hash?: `0x${string}`;
|
106
107
|
input?: `0x${string}`;
|
107
108
|
transactionIndex?: `0x${string}` | null;
|
108
|
-
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -149,6 +149,7 @@ export declare const pgn: {
|
|
149
149
|
gas?: `0x${string}`;
|
150
150
|
nonce?: `0x${string}`;
|
151
151
|
value?: `0x${string}`;
|
152
|
+
blobVersionedHashes?: undefined;
|
152
153
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
153
154
|
accessList?: undefined;
|
154
155
|
blockHash?: `0x${string}` | null;
|
@@ -156,7 +157,6 @@ export declare const pgn: {
|
|
156
157
|
hash?: `0x${string}`;
|
157
158
|
input?: `0x${string}`;
|
158
159
|
transactionIndex?: `0x${string}` | null;
|
159
|
-
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
162
162
|
isSystemTx?: boolean | undefined;
|
@@ -177,6 +177,7 @@ export declare const pgn: {
|
|
177
177
|
gas?: `0x${string}`;
|
178
178
|
nonce?: `0x${string}`;
|
179
179
|
value?: `0x${string}`;
|
180
|
+
blobVersionedHashes?: undefined;
|
180
181
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
181
182
|
accessList?: import("../../index.js").AccessList | undefined;
|
182
183
|
blockHash?: `0x${string}` | null;
|
@@ -184,7 +185,6 @@ export declare const pgn: {
|
|
184
185
|
hash?: `0x${string}`;
|
185
186
|
input?: `0x${string}`;
|
186
187
|
transactionIndex?: `0x${string}` | null;
|
187
|
-
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -228,6 +228,7 @@ export declare const pgn: {
|
|
228
228
|
gas?: `0x${string}`;
|
229
229
|
nonce?: `0x${string}`;
|
230
230
|
value?: `0x${string}`;
|
231
|
+
blobVersionedHashes?: undefined;
|
231
232
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
232
233
|
accessList?: import("../../index.js").AccessList | undefined;
|
233
234
|
blockHash?: `0x${string}` | null;
|
@@ -235,7 +236,6 @@ export declare const pgn: {
|
|
235
236
|
hash?: `0x${string}`;
|
236
237
|
input?: `0x${string}`;
|
237
238
|
transactionIndex?: `0x${string}` | null;
|
238
|
-
blobVersionedHashes?: undefined;
|
239
239
|
chainId?: `0x${string}` | undefined;
|
240
240
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
241
241
|
blockHash: `0x${string}` | null;
|
@@ -279,6 +279,7 @@ export declare const pgn: {
|
|
279
279
|
gas?: `0x${string}`;
|
280
280
|
nonce?: `0x${string}`;
|
281
281
|
value?: `0x${string}`;
|
282
|
+
blobVersionedHashes?: undefined;
|
282
283
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
283
284
|
accessList?: import("../../index.js").AccessList | undefined;
|
284
285
|
blockHash?: `0x${string}` | null;
|
@@ -286,7 +287,6 @@ export declare const pgn: {
|
|
286
287
|
hash?: `0x${string}`;
|
287
288
|
input?: `0x${string}`;
|
288
289
|
transactionIndex?: `0x${string}` | null;
|
289
|
-
blobVersionedHashes?: undefined;
|
290
290
|
chainId?: `0x${string}` | undefined;
|
291
291
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
292
292
|
blockHash: `0x${string}` | null;
|
@@ -330,6 +330,7 @@ export declare const pgn: {
|
|
330
330
|
gas?: `0x${string}`;
|
331
331
|
nonce?: `0x${string}`;
|
332
332
|
value?: `0x${string}`;
|
333
|
+
blobVersionedHashes?: undefined;
|
333
334
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
334
335
|
accessList?: import("../../index.js").AccessList | undefined;
|
335
336
|
blockHash?: `0x${string}` | null;
|
@@ -337,7 +338,6 @@ export declare const pgn: {
|
|
337
338
|
hash?: `0x${string}`;
|
338
339
|
input?: `0x${string}`;
|
339
340
|
transactionIndex?: `0x${string}` | null;
|
340
|
-
blobVersionedHashes?: undefined;
|
341
341
|
chainId?: `0x${string}` | undefined;
|
342
342
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
343
343
|
isSystemTx?: boolean | undefined;
|
@@ -358,6 +358,7 @@ export declare const pgn: {
|
|
358
358
|
gas?: `0x${string}`;
|
359
359
|
nonce?: `0x${string}`;
|
360
360
|
value?: `0x${string}`;
|
361
|
+
blobVersionedHashes?: undefined;
|
361
362
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
362
363
|
accessList?: import("../../index.js").AccessList | undefined;
|
363
364
|
blockHash?: `0x${string}` | null;
|
@@ -365,7 +366,6 @@ export declare const pgn: {
|
|
365
366
|
hash?: `0x${string}`;
|
366
367
|
input?: `0x${string}`;
|
367
368
|
transactionIndex?: `0x${string}` | null;
|
368
|
-
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -409,6 +409,7 @@ export declare const pgn: {
|
|
409
409
|
gas?: `0x${string}`;
|
410
410
|
nonce?: `0x${string}`;
|
411
411
|
value?: `0x${string}`;
|
412
|
+
blobVersionedHashes?: undefined;
|
412
413
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
413
414
|
accessList?: import("../../index.js").AccessList | undefined;
|
414
415
|
blockHash?: `0x${string}` | null;
|
@@ -416,7 +417,6 @@ export declare const pgn: {
|
|
416
417
|
hash?: `0x${string}`;
|
417
418
|
input?: `0x${string}`;
|
418
419
|
transactionIndex?: `0x${string}` | null;
|
419
|
-
blobVersionedHashes?: undefined;
|
420
420
|
chainId?: `0x${string}` | undefined;
|
421
421
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
422
422
|
blockHash: `0x${string}` | null;
|
@@ -460,6 +460,7 @@ export declare const pgn: {
|
|
460
460
|
gas?: `0x${string}`;
|
461
461
|
nonce?: `0x${string}`;
|
462
462
|
value?: `0x${string}`;
|
463
|
+
blobVersionedHashes?: undefined;
|
463
464
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
464
465
|
accessList?: import("../../index.js").AccessList | undefined;
|
465
466
|
blockHash?: `0x${string}` | null;
|
@@ -467,7 +468,6 @@ export declare const pgn: {
|
|
467
468
|
hash?: `0x${string}`;
|
468
469
|
input?: `0x${string}`;
|
469
470
|
transactionIndex?: `0x${string}` | null;
|
470
|
-
blobVersionedHashes?: undefined;
|
471
471
|
chainId?: `0x${string}` | undefined;
|
472
472
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
473
473
|
blockHash: `0x${string}` | null;
|
@@ -511,6 +511,7 @@ export declare const pgn: {
|
|
511
511
|
gas?: `0x${string}`;
|
512
512
|
nonce?: `0x${string}`;
|
513
513
|
value?: `0x${string}`;
|
514
|
+
blobVersionedHashes?: undefined;
|
514
515
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
515
516
|
accessList?: import("../../index.js").AccessList | undefined;
|
516
517
|
blockHash?: `0x${string}` | null;
|
@@ -518,7 +519,6 @@ export declare const pgn: {
|
|
518
519
|
hash?: `0x${string}`;
|
519
520
|
input?: `0x${string}`;
|
520
521
|
transactionIndex?: `0x${string}` | null;
|
521
|
-
blobVersionedHashes?: undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
524
524
|
isSystemTx?: boolean | undefined;
|
@@ -539,6 +539,7 @@ export declare const pgn: {
|
|
539
539
|
gas?: `0x${string}`;
|
540
540
|
nonce?: `0x${string}`;
|
541
541
|
value?: `0x${string}`;
|
542
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
542
543
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
543
544
|
accessList?: import("../../index.js").AccessList | undefined;
|
544
545
|
blockHash?: `0x${string}` | null;
|
@@ -546,7 +547,6 @@ export declare const pgn: {
|
|
546
547
|
hash?: `0x${string}`;
|
547
548
|
input?: `0x${string}`;
|
548
549
|
transactionIndex?: `0x${string}` | null;
|
549
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -590,6 +590,7 @@ export declare const pgn: {
|
|
590
590
|
gas?: `0x${string}`;
|
591
591
|
nonce?: `0x${string}`;
|
592
592
|
value?: `0x${string}`;
|
593
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
593
594
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
594
595
|
accessList?: import("../../index.js").AccessList | undefined;
|
595
596
|
blockHash?: `0x${string}` | null;
|
@@ -597,7 +598,6 @@ export declare const pgn: {
|
|
597
598
|
hash?: `0x${string}`;
|
598
599
|
input?: `0x${string}`;
|
599
600
|
transactionIndex?: `0x${string}` | null;
|
600
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
601
601
|
chainId?: `0x${string}` | undefined;
|
602
602
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
603
603
|
blockHash: `0x${string}` | null;
|
@@ -641,6 +641,7 @@ export declare const pgn: {
|
|
641
641
|
gas?: `0x${string}`;
|
642
642
|
nonce?: `0x${string}`;
|
643
643
|
value?: `0x${string}`;
|
644
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
644
645
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
645
646
|
accessList?: import("../../index.js").AccessList | undefined;
|
646
647
|
blockHash?: `0x${string}` | null;
|
@@ -648,7 +649,6 @@ export declare const pgn: {
|
|
648
649
|
hash?: `0x${string}`;
|
649
650
|
input?: `0x${string}`;
|
650
651
|
transactionIndex?: `0x${string}` | null;
|
651
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
652
652
|
chainId?: `0x${string}` | undefined;
|
653
653
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
654
654
|
blockHash: `0x${string}` | null;
|
@@ -692,6 +692,7 @@ export declare const pgn: {
|
|
692
692
|
gas?: `0x${string}`;
|
693
693
|
nonce?: `0x${string}`;
|
694
694
|
value?: `0x${string}`;
|
695
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
695
696
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
696
697
|
accessList?: import("../../index.js").AccessList | undefined;
|
697
698
|
blockHash?: `0x${string}` | null;
|
@@ -699,7 +700,6 @@ export declare const pgn: {
|
|
699
700
|
hash?: `0x${string}`;
|
700
701
|
input?: `0x${string}`;
|
701
702
|
transactionIndex?: `0x${string}` | null;
|
702
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
703
703
|
chainId?: `0x${string}` | undefined;
|
704
704
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
705
705
|
blockHash: `0x${string}` | null;
|
@@ -743,6 +743,7 @@ export declare const pgn: {
|
|
743
743
|
gas?: `0x${string}`;
|
744
744
|
nonce?: `0x${string}`;
|
745
745
|
value?: `0x${string}`;
|
746
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
746
747
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
747
748
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
749
|
blockHash?: `0x${string}` | null;
|
@@ -750,7 +751,6 @@ export declare const pgn: {
|
|
750
751
|
hash?: `0x${string}`;
|
751
752
|
input?: `0x${string}`;
|
752
753
|
transactionIndex?: `0x${string}` | null;
|
753
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
754
754
|
chainId?: `0x${string}` | undefined;
|
755
755
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
756
756
|
isSystemTx?: boolean | undefined;
|
@@ -98,6 +98,7 @@ export declare const pgnTestnet: {
|
|
98
98
|
gas?: `0x${string}`;
|
99
99
|
nonce?: `0x${string}`;
|
100
100
|
value?: `0x${string}`;
|
101
|
+
blobVersionedHashes?: undefined;
|
101
102
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
102
103
|
accessList?: undefined;
|
103
104
|
blockHash?: `0x${string}` | null;
|
@@ -105,7 +106,6 @@ export declare const pgnTestnet: {
|
|
105
106
|
hash?: `0x${string}`;
|
106
107
|
input?: `0x${string}`;
|
107
108
|
transactionIndex?: `0x${string}` | null;
|
108
|
-
blobVersionedHashes?: undefined;
|
109
109
|
chainId?: `0x${string}` | undefined;
|
110
110
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
111
111
|
r: `0x${string}`;
|
@@ -149,6 +149,7 @@ export declare const pgnTestnet: {
|
|
149
149
|
gas?: `0x${string}`;
|
150
150
|
nonce?: `0x${string}`;
|
151
151
|
value?: `0x${string}`;
|
152
|
+
blobVersionedHashes?: undefined;
|
152
153
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
153
154
|
accessList?: undefined;
|
154
155
|
blockHash?: `0x${string}` | null;
|
@@ -156,7 +157,6 @@ export declare const pgnTestnet: {
|
|
156
157
|
hash?: `0x${string}`;
|
157
158
|
input?: `0x${string}`;
|
158
159
|
transactionIndex?: `0x${string}` | null;
|
159
|
-
blobVersionedHashes?: undefined;
|
160
160
|
chainId?: `0x${string}` | undefined;
|
161
161
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
162
162
|
isSystemTx?: boolean | undefined;
|
@@ -177,6 +177,7 @@ export declare const pgnTestnet: {
|
|
177
177
|
gas?: `0x${string}`;
|
178
178
|
nonce?: `0x${string}`;
|
179
179
|
value?: `0x${string}`;
|
180
|
+
blobVersionedHashes?: undefined;
|
180
181
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
181
182
|
accessList?: import("../../index.js").AccessList | undefined;
|
182
183
|
blockHash?: `0x${string}` | null;
|
@@ -184,7 +185,6 @@ export declare const pgnTestnet: {
|
|
184
185
|
hash?: `0x${string}`;
|
185
186
|
input?: `0x${string}`;
|
186
187
|
transactionIndex?: `0x${string}` | null;
|
187
|
-
blobVersionedHashes?: undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
190
190
|
r: `0x${string}`;
|
@@ -228,6 +228,7 @@ export declare const pgnTestnet: {
|
|
228
228
|
gas?: `0x${string}`;
|
229
229
|
nonce?: `0x${string}`;
|
230
230
|
value?: `0x${string}`;
|
231
|
+
blobVersionedHashes?: undefined;
|
231
232
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
232
233
|
accessList?: import("../../index.js").AccessList | undefined;
|
233
234
|
blockHash?: `0x${string}` | null;
|
@@ -235,7 +236,6 @@ export declare const pgnTestnet: {
|
|
235
236
|
hash?: `0x${string}`;
|
236
237
|
input?: `0x${string}`;
|
237
238
|
transactionIndex?: `0x${string}` | null;
|
238
|
-
blobVersionedHashes?: undefined;
|
239
239
|
chainId?: `0x${string}` | undefined;
|
240
240
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
241
241
|
blockHash: `0x${string}` | null;
|
@@ -279,6 +279,7 @@ export declare const pgnTestnet: {
|
|
279
279
|
gas?: `0x${string}`;
|
280
280
|
nonce?: `0x${string}`;
|
281
281
|
value?: `0x${string}`;
|
282
|
+
blobVersionedHashes?: undefined;
|
282
283
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
283
284
|
accessList?: import("../../index.js").AccessList | undefined;
|
284
285
|
blockHash?: `0x${string}` | null;
|
@@ -286,7 +287,6 @@ export declare const pgnTestnet: {
|
|
286
287
|
hash?: `0x${string}`;
|
287
288
|
input?: `0x${string}`;
|
288
289
|
transactionIndex?: `0x${string}` | null;
|
289
|
-
blobVersionedHashes?: undefined;
|
290
290
|
chainId?: `0x${string}` | undefined;
|
291
291
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
292
292
|
blockHash: `0x${string}` | null;
|
@@ -330,6 +330,7 @@ export declare const pgnTestnet: {
|
|
330
330
|
gas?: `0x${string}`;
|
331
331
|
nonce?: `0x${string}`;
|
332
332
|
value?: `0x${string}`;
|
333
|
+
blobVersionedHashes?: undefined;
|
333
334
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
334
335
|
accessList?: import("../../index.js").AccessList | undefined;
|
335
336
|
blockHash?: `0x${string}` | null;
|
@@ -337,7 +338,6 @@ export declare const pgnTestnet: {
|
|
337
338
|
hash?: `0x${string}`;
|
338
339
|
input?: `0x${string}`;
|
339
340
|
transactionIndex?: `0x${string}` | null;
|
340
|
-
blobVersionedHashes?: undefined;
|
341
341
|
chainId?: `0x${string}` | undefined;
|
342
342
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
343
343
|
isSystemTx?: boolean | undefined;
|
@@ -358,6 +358,7 @@ export declare const pgnTestnet: {
|
|
358
358
|
gas?: `0x${string}`;
|
359
359
|
nonce?: `0x${string}`;
|
360
360
|
value?: `0x${string}`;
|
361
|
+
blobVersionedHashes?: undefined;
|
361
362
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
362
363
|
accessList?: import("../../index.js").AccessList | undefined;
|
363
364
|
blockHash?: `0x${string}` | null;
|
@@ -365,7 +366,6 @@ export declare const pgnTestnet: {
|
|
365
366
|
hash?: `0x${string}`;
|
366
367
|
input?: `0x${string}`;
|
367
368
|
transactionIndex?: `0x${string}` | null;
|
368
|
-
blobVersionedHashes?: undefined;
|
369
369
|
chainId?: `0x${string}` | undefined;
|
370
370
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
371
371
|
r: `0x${string}`;
|
@@ -409,6 +409,7 @@ export declare const pgnTestnet: {
|
|
409
409
|
gas?: `0x${string}`;
|
410
410
|
nonce?: `0x${string}`;
|
411
411
|
value?: `0x${string}`;
|
412
|
+
blobVersionedHashes?: undefined;
|
412
413
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
413
414
|
accessList?: import("../../index.js").AccessList | undefined;
|
414
415
|
blockHash?: `0x${string}` | null;
|
@@ -416,7 +417,6 @@ export declare const pgnTestnet: {
|
|
416
417
|
hash?: `0x${string}`;
|
417
418
|
input?: `0x${string}`;
|
418
419
|
transactionIndex?: `0x${string}` | null;
|
419
|
-
blobVersionedHashes?: undefined;
|
420
420
|
chainId?: `0x${string}` | undefined;
|
421
421
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
422
422
|
blockHash: `0x${string}` | null;
|
@@ -460,6 +460,7 @@ export declare const pgnTestnet: {
|
|
460
460
|
gas?: `0x${string}`;
|
461
461
|
nonce?: `0x${string}`;
|
462
462
|
value?: `0x${string}`;
|
463
|
+
blobVersionedHashes?: undefined;
|
463
464
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
464
465
|
accessList?: import("../../index.js").AccessList | undefined;
|
465
466
|
blockHash?: `0x${string}` | null;
|
@@ -467,7 +468,6 @@ export declare const pgnTestnet: {
|
|
467
468
|
hash?: `0x${string}`;
|
468
469
|
input?: `0x${string}`;
|
469
470
|
transactionIndex?: `0x${string}` | null;
|
470
|
-
blobVersionedHashes?: undefined;
|
471
471
|
chainId?: `0x${string}` | undefined;
|
472
472
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
473
473
|
blockHash: `0x${string}` | null;
|
@@ -511,6 +511,7 @@ export declare const pgnTestnet: {
|
|
511
511
|
gas?: `0x${string}`;
|
512
512
|
nonce?: `0x${string}`;
|
513
513
|
value?: `0x${string}`;
|
514
|
+
blobVersionedHashes?: undefined;
|
514
515
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
515
516
|
accessList?: import("../../index.js").AccessList | undefined;
|
516
517
|
blockHash?: `0x${string}` | null;
|
@@ -518,7 +519,6 @@ export declare const pgnTestnet: {
|
|
518
519
|
hash?: `0x${string}`;
|
519
520
|
input?: `0x${string}`;
|
520
521
|
transactionIndex?: `0x${string}` | null;
|
521
|
-
blobVersionedHashes?: undefined;
|
522
522
|
chainId?: `0x${string}` | undefined;
|
523
523
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
524
524
|
isSystemTx?: boolean | undefined;
|
@@ -539,6 +539,7 @@ export declare const pgnTestnet: {
|
|
539
539
|
gas?: `0x${string}`;
|
540
540
|
nonce?: `0x${string}`;
|
541
541
|
value?: `0x${string}`;
|
542
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
542
543
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
543
544
|
accessList?: import("../../index.js").AccessList | undefined;
|
544
545
|
blockHash?: `0x${string}` | null;
|
@@ -546,7 +547,6 @@ export declare const pgnTestnet: {
|
|
546
547
|
hash?: `0x${string}`;
|
547
548
|
input?: `0x${string}`;
|
548
549
|
transactionIndex?: `0x${string}` | null;
|
549
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
550
550
|
chainId?: `0x${string}` | undefined;
|
551
551
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
552
552
|
r: `0x${string}`;
|
@@ -590,6 +590,7 @@ export declare const pgnTestnet: {
|
|
590
590
|
gas?: `0x${string}`;
|
591
591
|
nonce?: `0x${string}`;
|
592
592
|
value?: `0x${string}`;
|
593
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
593
594
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
594
595
|
accessList?: import("../../index.js").AccessList | undefined;
|
595
596
|
blockHash?: `0x${string}` | null;
|
@@ -597,7 +598,6 @@ export declare const pgnTestnet: {
|
|
597
598
|
hash?: `0x${string}`;
|
598
599
|
input?: `0x${string}`;
|
599
600
|
transactionIndex?: `0x${string}` | null;
|
600
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
601
601
|
chainId?: `0x${string}` | undefined;
|
602
602
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
603
603
|
blockHash: `0x${string}` | null;
|
@@ -641,6 +641,7 @@ export declare const pgnTestnet: {
|
|
641
641
|
gas?: `0x${string}`;
|
642
642
|
nonce?: `0x${string}`;
|
643
643
|
value?: `0x${string}`;
|
644
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
644
645
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
645
646
|
accessList?: import("../../index.js").AccessList | undefined;
|
646
647
|
blockHash?: `0x${string}` | null;
|
@@ -648,7 +649,6 @@ export declare const pgnTestnet: {
|
|
648
649
|
hash?: `0x${string}`;
|
649
650
|
input?: `0x${string}`;
|
650
651
|
transactionIndex?: `0x${string}` | null;
|
651
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
652
652
|
chainId?: `0x${string}` | undefined;
|
653
653
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
654
654
|
blockHash: `0x${string}` | null;
|
@@ -692,6 +692,7 @@ export declare const pgnTestnet: {
|
|
692
692
|
gas?: `0x${string}`;
|
693
693
|
nonce?: `0x${string}`;
|
694
694
|
value?: `0x${string}`;
|
695
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
695
696
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
696
697
|
accessList?: import("../../index.js").AccessList | undefined;
|
697
698
|
blockHash?: `0x${string}` | null;
|
@@ -699,7 +700,6 @@ export declare const pgnTestnet: {
|
|
699
700
|
hash?: `0x${string}`;
|
700
701
|
input?: `0x${string}`;
|
701
702
|
transactionIndex?: `0x${string}` | null;
|
702
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
703
703
|
chainId?: `0x${string}` | undefined;
|
704
704
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
705
705
|
blockHash: `0x${string}` | null;
|
@@ -743,6 +743,7 @@ export declare const pgnTestnet: {
|
|
743
743
|
gas?: `0x${string}`;
|
744
744
|
nonce?: `0x${string}`;
|
745
745
|
value?: `0x${string}`;
|
746
|
+
blobVersionedHashes?: `0x${string}`[] | undefined;
|
746
747
|
type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
|
747
748
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
749
|
blockHash?: `0x${string}` | null;
|
@@ -750,7 +751,6 @@ export declare const pgnTestnet: {
|
|
750
751
|
hash?: `0x${string}`;
|
751
752
|
input?: `0x${string}`;
|
752
753
|
transactionIndex?: `0x${string}` | null;
|
753
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
754
754
|
chainId?: `0x${string}` | undefined;
|
755
755
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
756
756
|
isSystemTx?: boolean | undefined;
|