viem 2.0.0-alpha.3 → 2.0.0-alpha.4
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/chains/{utils/index.js → utils.js} +5 -5
- package/_cjs/chains/utils.js.map +1 -0
- package/_cjs/errors/node.js +11 -11
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/rpc.js +18 -18
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_esm/chains/utils.js +5 -0
- package/_esm/chains/utils.js.map +1 -0
- package/_esm/errors/node.js +22 -11
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/rpc.js +36 -18
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/chains/definitions/base.d.ts +12 -12
- package/_types/chains/definitions/baseGoerli.d.ts +12 -12
- package/_types/chains/definitions/celo.d.ts +15 -15
- package/_types/chains/definitions/celoAlfajores.d.ts +15 -15
- package/_types/chains/definitions/celoCannoli.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +12 -12
- package/_types/chains/definitions/optimismGoerli.d.ts +12 -12
- package/_types/chains/definitions/zora.d.ts +12 -12
- package/_types/chains/definitions/zoraTestnet.d.ts +12 -12
- package/_types/chains/{utils/index.d.ts → utils.d.ts} +7 -7
- package/_types/chains/utils.d.ts.map +1 -0
- package/_types/errors/version.d.ts +1 -1
- package/chains/utils/package.json +3 -3
- package/chains/{utils/index.ts → utils.ts} +6 -6
- package/errors/version.ts +1 -1
- package/package.json +5 -5
- package/_cjs/chains/utils/index.js.map +0 -1
- package/_esm/chains/utils/index.js +0 -5
- package/_esm/chains/utils/index.js.map +0 -1
- package/_types/chains/utils/index.d.ts.map +0 -1
@@ -38,8 +38,8 @@ export declare const celoAlfajores: {
|
|
38
38
|
formatters?: {
|
39
39
|
readonly block: {
|
40
40
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
41
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
42
|
-
transactions: `0x${string}`[] | import("../
|
41
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").CeloBlockOverrides & {
|
42
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloRpcTransaction[];
|
43
43
|
}>) => {
|
44
44
|
baseFeePerGas: bigint | null;
|
45
45
|
difficulty: bigint;
|
@@ -60,7 +60,7 @@ export declare const celoAlfajores: {
|
|
60
60
|
stateRoot: `0x${string}`;
|
61
61
|
timestamp: bigint;
|
62
62
|
totalDifficulty: bigint | null;
|
63
|
-
transactions: `0x${string}`[] | import("../
|
63
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloTransaction[];
|
64
64
|
transactionsRoot: `0x${string}`;
|
65
65
|
uncles: `0x${string}`[];
|
66
66
|
randomness: {
|
@@ -518,7 +518,7 @@ export declare const celoAlfajores: {
|
|
518
518
|
};
|
519
519
|
readonly transactionReceipt: {
|
520
520
|
exclude: [] | undefined;
|
521
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
521
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").CeloRpcTransactionReceiptOverrides>) => {
|
522
522
|
blockHash: `0x${string}`;
|
523
523
|
blockNumber: bigint;
|
524
524
|
contractAddress: `0x${string}` | null;
|
@@ -541,7 +541,7 @@ export declare const celoAlfajores: {
|
|
541
541
|
};
|
542
542
|
readonly transactionRequest: {
|
543
543
|
exclude: [] | undefined;
|
544
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../
|
544
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../utils.js").CeloTransactionRequest>) => ({
|
545
545
|
data?: `0x${string}` | undefined;
|
546
546
|
from: `0x${string}`;
|
547
547
|
gas?: `0x${string}` | undefined;
|
@@ -728,8 +728,8 @@ export declare const celoAlfajores: {
|
|
728
728
|
serializers?: import("../../index.js").ChainSerializers<{
|
729
729
|
readonly block: {
|
730
730
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
731
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
732
|
-
transactions: `0x${string}`[] | import("../
|
731
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").CeloBlockOverrides & {
|
732
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloRpcTransaction[];
|
733
733
|
}>) => {
|
734
734
|
baseFeePerGas: bigint | null;
|
735
735
|
difficulty: bigint;
|
@@ -750,7 +750,7 @@ export declare const celoAlfajores: {
|
|
750
750
|
stateRoot: `0x${string}`;
|
751
751
|
timestamp: bigint;
|
752
752
|
totalDifficulty: bigint | null;
|
753
|
-
transactions: `0x${string}`[] | import("../
|
753
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloTransaction[];
|
754
754
|
transactionsRoot: `0x${string}`;
|
755
755
|
uncles: `0x${string}`[];
|
756
756
|
randomness: {
|
@@ -1208,7 +1208,7 @@ export declare const celoAlfajores: {
|
|
1208
1208
|
};
|
1209
1209
|
readonly transactionReceipt: {
|
1210
1210
|
exclude: [] | undefined;
|
1211
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1211
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").CeloRpcTransactionReceiptOverrides>) => {
|
1212
1212
|
blockHash: `0x${string}`;
|
1213
1213
|
blockNumber: bigint;
|
1214
1214
|
contractAddress: `0x${string}` | null;
|
@@ -1231,7 +1231,7 @@ export declare const celoAlfajores: {
|
|
1231
1231
|
};
|
1232
1232
|
readonly transactionRequest: {
|
1233
1233
|
exclude: [] | undefined;
|
1234
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../
|
1234
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../utils.js").CeloTransactionRequest>) => ({
|
1235
1235
|
data?: `0x${string}` | undefined;
|
1236
1236
|
from: `0x${string}`;
|
1237
1237
|
gas?: `0x${string}` | undefined;
|
@@ -1418,8 +1418,8 @@ export declare const celoAlfajores: {
|
|
1418
1418
|
fees?: import("../../index.js").ChainFees<{
|
1419
1419
|
readonly block: {
|
1420
1420
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
1421
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1422
|
-
transactions: `0x${string}`[] | import("../
|
1421
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").CeloBlockOverrides & {
|
1422
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloRpcTransaction[];
|
1423
1423
|
}>) => {
|
1424
1424
|
baseFeePerGas: bigint | null;
|
1425
1425
|
difficulty: bigint;
|
@@ -1440,7 +1440,7 @@ export declare const celoAlfajores: {
|
|
1440
1440
|
stateRoot: `0x${string}`;
|
1441
1441
|
timestamp: bigint;
|
1442
1442
|
totalDifficulty: bigint | null;
|
1443
|
-
transactions: `0x${string}`[] | import("../
|
1443
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloTransaction[];
|
1444
1444
|
transactionsRoot: `0x${string}`;
|
1445
1445
|
uncles: `0x${string}`[];
|
1446
1446
|
randomness: {
|
@@ -1898,7 +1898,7 @@ export declare const celoAlfajores: {
|
|
1898
1898
|
};
|
1899
1899
|
readonly transactionReceipt: {
|
1900
1900
|
exclude: [] | undefined;
|
1901
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1901
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").CeloRpcTransactionReceiptOverrides>) => {
|
1902
1902
|
blockHash: `0x${string}`;
|
1903
1903
|
blockNumber: bigint;
|
1904
1904
|
contractAddress: `0x${string}` | null;
|
@@ -1921,7 +1921,7 @@ export declare const celoAlfajores: {
|
|
1921
1921
|
};
|
1922
1922
|
readonly transactionRequest: {
|
1923
1923
|
exclude: [] | undefined;
|
1924
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../
|
1924
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../utils.js").CeloTransactionRequest>) => ({
|
1925
1925
|
data?: `0x${string}` | undefined;
|
1926
1926
|
from: `0x${string}`;
|
1927
1927
|
gas?: `0x${string}` | undefined;
|
@@ -31,8 +31,8 @@ export declare const celoCannoli: {
|
|
31
31
|
formatters?: {
|
32
32
|
readonly block: {
|
33
33
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
34
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
35
|
-
transactions: `0x${string}`[] | import("../
|
34
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").CeloBlockOverrides & {
|
35
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloRpcTransaction[];
|
36
36
|
}>) => {
|
37
37
|
baseFeePerGas: bigint | null;
|
38
38
|
difficulty: bigint;
|
@@ -53,7 +53,7 @@ export declare const celoCannoli: {
|
|
53
53
|
stateRoot: `0x${string}`;
|
54
54
|
timestamp: bigint;
|
55
55
|
totalDifficulty: bigint | null;
|
56
|
-
transactions: `0x${string}`[] | import("../
|
56
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloTransaction[];
|
57
57
|
transactionsRoot: `0x${string}`;
|
58
58
|
uncles: `0x${string}`[];
|
59
59
|
randomness: {
|
@@ -511,7 +511,7 @@ export declare const celoCannoli: {
|
|
511
511
|
};
|
512
512
|
readonly transactionReceipt: {
|
513
513
|
exclude: [] | undefined;
|
514
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
514
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").CeloRpcTransactionReceiptOverrides>) => {
|
515
515
|
blockHash: `0x${string}`;
|
516
516
|
blockNumber: bigint;
|
517
517
|
contractAddress: `0x${string}` | null;
|
@@ -534,7 +534,7 @@ export declare const celoCannoli: {
|
|
534
534
|
};
|
535
535
|
readonly transactionRequest: {
|
536
536
|
exclude: [] | undefined;
|
537
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../
|
537
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../utils.js").CeloTransactionRequest>) => ({
|
538
538
|
data?: `0x${string}` | undefined;
|
539
539
|
from: `0x${string}`;
|
540
540
|
gas?: `0x${string}` | undefined;
|
@@ -721,8 +721,8 @@ export declare const celoCannoli: {
|
|
721
721
|
serializers?: import("../../index.js").ChainSerializers<{
|
722
722
|
readonly block: {
|
723
723
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
724
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
725
|
-
transactions: `0x${string}`[] | import("../
|
724
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").CeloBlockOverrides & {
|
725
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloRpcTransaction[];
|
726
726
|
}>) => {
|
727
727
|
baseFeePerGas: bigint | null;
|
728
728
|
difficulty: bigint;
|
@@ -743,7 +743,7 @@ export declare const celoCannoli: {
|
|
743
743
|
stateRoot: `0x${string}`;
|
744
744
|
timestamp: bigint;
|
745
745
|
totalDifficulty: bigint | null;
|
746
|
-
transactions: `0x${string}`[] | import("../
|
746
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloTransaction[];
|
747
747
|
transactionsRoot: `0x${string}`;
|
748
748
|
uncles: `0x${string}`[];
|
749
749
|
randomness: {
|
@@ -1201,7 +1201,7 @@ export declare const celoCannoli: {
|
|
1201
1201
|
};
|
1202
1202
|
readonly transactionReceipt: {
|
1203
1203
|
exclude: [] | undefined;
|
1204
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1204
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").CeloRpcTransactionReceiptOverrides>) => {
|
1205
1205
|
blockHash: `0x${string}`;
|
1206
1206
|
blockNumber: bigint;
|
1207
1207
|
contractAddress: `0x${string}` | null;
|
@@ -1224,7 +1224,7 @@ export declare const celoCannoli: {
|
|
1224
1224
|
};
|
1225
1225
|
readonly transactionRequest: {
|
1226
1226
|
exclude: [] | undefined;
|
1227
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../
|
1227
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../utils.js").CeloTransactionRequest>) => ({
|
1228
1228
|
data?: `0x${string}` | undefined;
|
1229
1229
|
from: `0x${string}`;
|
1230
1230
|
gas?: `0x${string}` | undefined;
|
@@ -1411,8 +1411,8 @@ export declare const celoCannoli: {
|
|
1411
1411
|
fees?: import("../../index.js").ChainFees<{
|
1412
1412
|
readonly block: {
|
1413
1413
|
exclude: ("nonce" | "difficulty" | "gasLimit" | "mixHash" | "uncles")[] | undefined;
|
1414
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1415
|
-
transactions: `0x${string}`[] | import("../
|
1414
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").CeloBlockOverrides & {
|
1415
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloRpcTransaction[];
|
1416
1416
|
}>) => {
|
1417
1417
|
baseFeePerGas: bigint | null;
|
1418
1418
|
difficulty: bigint;
|
@@ -1433,7 +1433,7 @@ export declare const celoCannoli: {
|
|
1433
1433
|
stateRoot: `0x${string}`;
|
1434
1434
|
timestamp: bigint;
|
1435
1435
|
totalDifficulty: bigint | null;
|
1436
|
-
transactions: `0x${string}`[] | import("../
|
1436
|
+
transactions: `0x${string}`[] | import("../utils.js").CeloTransaction[];
|
1437
1437
|
transactionsRoot: `0x${string}`;
|
1438
1438
|
uncles: `0x${string}`[];
|
1439
1439
|
randomness: {
|
@@ -1891,7 +1891,7 @@ export declare const celoCannoli: {
|
|
1891
1891
|
};
|
1892
1892
|
readonly transactionReceipt: {
|
1893
1893
|
exclude: [] | undefined;
|
1894
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1894
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").CeloRpcTransactionReceiptOverrides>) => {
|
1895
1895
|
blockHash: `0x${string}`;
|
1896
1896
|
blockNumber: bigint;
|
1897
1897
|
contractAddress: `0x${string}` | null;
|
@@ -1914,7 +1914,7 @@ export declare const celoCannoli: {
|
|
1914
1914
|
};
|
1915
1915
|
readonly transactionRequest: {
|
1916
1916
|
exclude: [] | undefined;
|
1917
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../
|
1917
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").TransactionRequest>, import("../utils.js").CeloTransactionRequest>) => ({
|
1918
1918
|
data?: `0x${string}` | undefined;
|
1919
1919
|
from: `0x${string}`;
|
1920
1920
|
gas?: `0x${string}` | undefined;
|
@@ -42,8 +42,8 @@ export declare const optimism: {
|
|
42
42
|
formatters?: {
|
43
43
|
readonly block: {
|
44
44
|
exclude: [] | undefined;
|
45
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
46
|
-
transactions: `0x${string}`[] | import("../
|
45
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
46
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
47
47
|
}>) => {
|
48
48
|
baseFeePerGas: bigint | null;
|
49
49
|
difficulty: bigint;
|
@@ -64,7 +64,7 @@ export declare const optimism: {
|
|
64
64
|
stateRoot: `0x${string}`;
|
65
65
|
timestamp: bigint;
|
66
66
|
totalDifficulty: bigint | null;
|
67
|
-
transactions: `0x${string}`[] | import("../
|
67
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
68
68
|
transactionsRoot: `0x${string}`;
|
69
69
|
uncles: `0x${string}`[];
|
70
70
|
} & {};
|
@@ -512,7 +512,7 @@ export declare const optimism: {
|
|
512
512
|
};
|
513
513
|
readonly transactionReceipt: {
|
514
514
|
exclude: [] | undefined;
|
515
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
515
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
516
516
|
blockHash: `0x${string}`;
|
517
517
|
blockNumber: bigint;
|
518
518
|
contractAddress: `0x${string}` | null;
|
@@ -538,8 +538,8 @@ export declare const optimism: {
|
|
538
538
|
serializers?: import("../../index.js").ChainSerializers<{
|
539
539
|
readonly block: {
|
540
540
|
exclude: [] | undefined;
|
541
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
542
|
-
transactions: `0x${string}`[] | import("../
|
541
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
542
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
543
543
|
}>) => {
|
544
544
|
baseFeePerGas: bigint | null;
|
545
545
|
difficulty: bigint;
|
@@ -560,7 +560,7 @@ export declare const optimism: {
|
|
560
560
|
stateRoot: `0x${string}`;
|
561
561
|
timestamp: bigint;
|
562
562
|
totalDifficulty: bigint | null;
|
563
|
-
transactions: `0x${string}`[] | import("../
|
563
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
564
564
|
transactionsRoot: `0x${string}`;
|
565
565
|
uncles: `0x${string}`[];
|
566
566
|
} & {};
|
@@ -1008,7 +1008,7 @@ export declare const optimism: {
|
|
1008
1008
|
};
|
1009
1009
|
readonly transactionReceipt: {
|
1010
1010
|
exclude: [] | undefined;
|
1011
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1011
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1012
1012
|
blockHash: `0x${string}`;
|
1013
1013
|
blockNumber: bigint;
|
1014
1014
|
contractAddress: `0x${string}` | null;
|
@@ -1034,8 +1034,8 @@ export declare const optimism: {
|
|
1034
1034
|
fees?: import("../../index.js").ChainFees<{
|
1035
1035
|
readonly block: {
|
1036
1036
|
exclude: [] | undefined;
|
1037
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1038
|
-
transactions: `0x${string}`[] | import("../
|
1037
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
1038
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
1039
1039
|
}>) => {
|
1040
1040
|
baseFeePerGas: bigint | null;
|
1041
1041
|
difficulty: bigint;
|
@@ -1056,7 +1056,7 @@ export declare const optimism: {
|
|
1056
1056
|
stateRoot: `0x${string}`;
|
1057
1057
|
timestamp: bigint;
|
1058
1058
|
totalDifficulty: bigint | null;
|
1059
|
-
transactions: `0x${string}`[] | import("../
|
1059
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
1060
1060
|
transactionsRoot: `0x${string}`;
|
1061
1061
|
uncles: `0x${string}`[];
|
1062
1062
|
} & {};
|
@@ -1504,7 +1504,7 @@ export declare const optimism: {
|
|
1504
1504
|
};
|
1505
1505
|
readonly transactionReceipt: {
|
1506
1506
|
exclude: [] | undefined;
|
1507
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1507
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1508
1508
|
blockHash: `0x${string}`;
|
1509
1509
|
blockNumber: bigint;
|
1510
1510
|
contractAddress: `0x${string}` | null;
|
@@ -43,8 +43,8 @@ export declare const optimismGoerli: {
|
|
43
43
|
formatters?: {
|
44
44
|
readonly block: {
|
45
45
|
exclude: [] | undefined;
|
46
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
47
|
-
transactions: `0x${string}`[] | import("../
|
46
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
47
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
48
48
|
}>) => {
|
49
49
|
baseFeePerGas: bigint | null;
|
50
50
|
difficulty: bigint;
|
@@ -65,7 +65,7 @@ export declare const optimismGoerli: {
|
|
65
65
|
stateRoot: `0x${string}`;
|
66
66
|
timestamp: bigint;
|
67
67
|
totalDifficulty: bigint | null;
|
68
|
-
transactions: `0x${string}`[] | import("../
|
68
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
69
69
|
transactionsRoot: `0x${string}`;
|
70
70
|
uncles: `0x${string}`[];
|
71
71
|
} & {};
|
@@ -513,7 +513,7 @@ export declare const optimismGoerli: {
|
|
513
513
|
};
|
514
514
|
readonly transactionReceipt: {
|
515
515
|
exclude: [] | undefined;
|
516
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
516
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
517
517
|
blockHash: `0x${string}`;
|
518
518
|
blockNumber: bigint;
|
519
519
|
contractAddress: `0x${string}` | null;
|
@@ -539,8 +539,8 @@ export declare const optimismGoerli: {
|
|
539
539
|
serializers?: import("../../index.js").ChainSerializers<{
|
540
540
|
readonly block: {
|
541
541
|
exclude: [] | undefined;
|
542
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
543
|
-
transactions: `0x${string}`[] | import("../
|
542
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
543
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
544
544
|
}>) => {
|
545
545
|
baseFeePerGas: bigint | null;
|
546
546
|
difficulty: bigint;
|
@@ -561,7 +561,7 @@ export declare const optimismGoerli: {
|
|
561
561
|
stateRoot: `0x${string}`;
|
562
562
|
timestamp: bigint;
|
563
563
|
totalDifficulty: bigint | null;
|
564
|
-
transactions: `0x${string}`[] | import("../
|
564
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
565
565
|
transactionsRoot: `0x${string}`;
|
566
566
|
uncles: `0x${string}`[];
|
567
567
|
} & {};
|
@@ -1009,7 +1009,7 @@ export declare const optimismGoerli: {
|
|
1009
1009
|
};
|
1010
1010
|
readonly transactionReceipt: {
|
1011
1011
|
exclude: [] | undefined;
|
1012
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1012
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1013
1013
|
blockHash: `0x${string}`;
|
1014
1014
|
blockNumber: bigint;
|
1015
1015
|
contractAddress: `0x${string}` | null;
|
@@ -1035,8 +1035,8 @@ export declare const optimismGoerli: {
|
|
1035
1035
|
fees?: import("../../index.js").ChainFees<{
|
1036
1036
|
readonly block: {
|
1037
1037
|
exclude: [] | undefined;
|
1038
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1039
|
-
transactions: `0x${string}`[] | import("../
|
1038
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
1039
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
1040
1040
|
}>) => {
|
1041
1041
|
baseFeePerGas: bigint | null;
|
1042
1042
|
difficulty: bigint;
|
@@ -1057,7 +1057,7 @@ export declare const optimismGoerli: {
|
|
1057
1057
|
stateRoot: `0x${string}`;
|
1058
1058
|
timestamp: bigint;
|
1059
1059
|
totalDifficulty: bigint | null;
|
1060
|
-
transactions: `0x${string}`[] | import("../
|
1060
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
1061
1061
|
transactionsRoot: `0x${string}`;
|
1062
1062
|
uncles: `0x${string}`[];
|
1063
1063
|
} & {};
|
@@ -1505,7 +1505,7 @@ export declare const optimismGoerli: {
|
|
1505
1505
|
};
|
1506
1506
|
readonly transactionReceipt: {
|
1507
1507
|
exclude: [] | undefined;
|
1508
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1508
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1509
1509
|
blockHash: `0x${string}`;
|
1510
1510
|
blockNumber: bigint;
|
1511
1511
|
contractAddress: `0x${string}` | null;
|
@@ -32,8 +32,8 @@ export declare const zora: {
|
|
32
32
|
formatters?: {
|
33
33
|
readonly block: {
|
34
34
|
exclude: [] | undefined;
|
35
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
36
|
-
transactions: `0x${string}`[] | import("../
|
35
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
36
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
39
39
|
difficulty: bigint;
|
@@ -54,7 +54,7 @@ export declare const zora: {
|
|
54
54
|
stateRoot: `0x${string}`;
|
55
55
|
timestamp: bigint;
|
56
56
|
totalDifficulty: bigint | null;
|
57
|
-
transactions: `0x${string}`[] | import("../
|
57
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
58
58
|
transactionsRoot: `0x${string}`;
|
59
59
|
uncles: `0x${string}`[];
|
60
60
|
} & {};
|
@@ -502,7 +502,7 @@ export declare const zora: {
|
|
502
502
|
};
|
503
503
|
readonly transactionReceipt: {
|
504
504
|
exclude: [] | undefined;
|
505
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
505
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
506
506
|
blockHash: `0x${string}`;
|
507
507
|
blockNumber: bigint;
|
508
508
|
contractAddress: `0x${string}` | null;
|
@@ -528,8 +528,8 @@ export declare const zora: {
|
|
528
528
|
serializers?: import("../../index.js").ChainSerializers<{
|
529
529
|
readonly block: {
|
530
530
|
exclude: [] | undefined;
|
531
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
532
|
-
transactions: `0x${string}`[] | import("../
|
531
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
532
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
533
533
|
}>) => {
|
534
534
|
baseFeePerGas: bigint | null;
|
535
535
|
difficulty: bigint;
|
@@ -550,7 +550,7 @@ export declare const zora: {
|
|
550
550
|
stateRoot: `0x${string}`;
|
551
551
|
timestamp: bigint;
|
552
552
|
totalDifficulty: bigint | null;
|
553
|
-
transactions: `0x${string}`[] | import("../
|
553
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
554
554
|
transactionsRoot: `0x${string}`;
|
555
555
|
uncles: `0x${string}`[];
|
556
556
|
} & {};
|
@@ -998,7 +998,7 @@ export declare const zora: {
|
|
998
998
|
};
|
999
999
|
readonly transactionReceipt: {
|
1000
1000
|
exclude: [] | undefined;
|
1001
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1001
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1002
1002
|
blockHash: `0x${string}`;
|
1003
1003
|
blockNumber: bigint;
|
1004
1004
|
contractAddress: `0x${string}` | null;
|
@@ -1024,8 +1024,8 @@ export declare const zora: {
|
|
1024
1024
|
fees?: import("../../index.js").ChainFees<{
|
1025
1025
|
readonly block: {
|
1026
1026
|
exclude: [] | undefined;
|
1027
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1028
|
-
transactions: `0x${string}`[] | import("../
|
1027
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
1028
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
1029
1029
|
}>) => {
|
1030
1030
|
baseFeePerGas: bigint | null;
|
1031
1031
|
difficulty: bigint;
|
@@ -1046,7 +1046,7 @@ export declare const zora: {
|
|
1046
1046
|
stateRoot: `0x${string}`;
|
1047
1047
|
timestamp: bigint;
|
1048
1048
|
totalDifficulty: bigint | null;
|
1049
|
-
transactions: `0x${string}`[] | import("../
|
1049
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
1050
1050
|
transactionsRoot: `0x${string}`;
|
1051
1051
|
uncles: `0x${string}`[];
|
1052
1052
|
} & {};
|
@@ -1494,7 +1494,7 @@ export declare const zora: {
|
|
1494
1494
|
};
|
1495
1495
|
readonly transactionReceipt: {
|
1496
1496
|
exclude: [] | undefined;
|
1497
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1497
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1498
1498
|
blockHash: `0x${string}`;
|
1499
1499
|
blockNumber: bigint;
|
1500
1500
|
contractAddress: `0x${string}` | null;
|
@@ -33,8 +33,8 @@ export declare const zoraTestnet: {
|
|
33
33
|
formatters?: {
|
34
34
|
readonly block: {
|
35
35
|
exclude: [] | undefined;
|
36
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
37
|
-
transactions: `0x${string}`[] | import("../
|
36
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
37
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
38
38
|
}>) => {
|
39
39
|
baseFeePerGas: bigint | null;
|
40
40
|
difficulty: bigint;
|
@@ -55,7 +55,7 @@ export declare const zoraTestnet: {
|
|
55
55
|
stateRoot: `0x${string}`;
|
56
56
|
timestamp: bigint;
|
57
57
|
totalDifficulty: bigint | null;
|
58
|
-
transactions: `0x${string}`[] | import("../
|
58
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
59
59
|
transactionsRoot: `0x${string}`;
|
60
60
|
uncles: `0x${string}`[];
|
61
61
|
} & {};
|
@@ -503,7 +503,7 @@ export declare const zoraTestnet: {
|
|
503
503
|
};
|
504
504
|
readonly transactionReceipt: {
|
505
505
|
exclude: [] | undefined;
|
506
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
506
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
507
507
|
blockHash: `0x${string}`;
|
508
508
|
blockNumber: bigint;
|
509
509
|
contractAddress: `0x${string}` | null;
|
@@ -529,8 +529,8 @@ export declare const zoraTestnet: {
|
|
529
529
|
serializers?: import("../../index.js").ChainSerializers<{
|
530
530
|
readonly block: {
|
531
531
|
exclude: [] | undefined;
|
532
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
533
|
-
transactions: `0x${string}`[] | import("../
|
532
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
533
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
534
534
|
}>) => {
|
535
535
|
baseFeePerGas: bigint | null;
|
536
536
|
difficulty: bigint;
|
@@ -551,7 +551,7 @@ export declare const zoraTestnet: {
|
|
551
551
|
stateRoot: `0x${string}`;
|
552
552
|
timestamp: bigint;
|
553
553
|
totalDifficulty: bigint | null;
|
554
|
-
transactions: `0x${string}`[] | import("../
|
554
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
555
555
|
transactionsRoot: `0x${string}`;
|
556
556
|
uncles: `0x${string}`[];
|
557
557
|
} & {};
|
@@ -999,7 +999,7 @@ export declare const zoraTestnet: {
|
|
999
999
|
};
|
1000
1000
|
readonly transactionReceipt: {
|
1001
1001
|
exclude: [] | undefined;
|
1002
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1002
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1003
1003
|
blockHash: `0x${string}`;
|
1004
1004
|
blockNumber: bigint;
|
1005
1005
|
contractAddress: `0x${string}` | null;
|
@@ -1025,8 +1025,8 @@ export declare const zoraTestnet: {
|
|
1025
1025
|
fees?: import("../../index.js").ChainFees<{
|
1026
1026
|
readonly block: {
|
1027
1027
|
exclude: [] | undefined;
|
1028
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../
|
1029
|
-
transactions: `0x${string}`[] | import("../
|
1028
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcBlock>, import("../utils.js").OptimismRpcBlockOverrides & {
|
1029
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismRpcTransaction[];
|
1030
1030
|
}>) => {
|
1031
1031
|
baseFeePerGas: bigint | null;
|
1032
1032
|
difficulty: bigint;
|
@@ -1047,7 +1047,7 @@ export declare const zoraTestnet: {
|
|
1047
1047
|
stateRoot: `0x${string}`;
|
1048
1048
|
timestamp: bigint;
|
1049
1049
|
totalDifficulty: bigint | null;
|
1050
|
-
transactions: `0x${string}`[] | import("../
|
1050
|
+
transactions: `0x${string}`[] | import("../utils.js").OptimismTransaction[];
|
1051
1051
|
transactionsRoot: `0x${string}`;
|
1052
1052
|
uncles: `0x${string}`[];
|
1053
1053
|
} & {};
|
@@ -1495,7 +1495,7 @@ export declare const zoraTestnet: {
|
|
1495
1495
|
};
|
1496
1496
|
readonly transactionReceipt: {
|
1497
1497
|
exclude: [] | undefined;
|
1498
|
-
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../
|
1498
|
+
format: (args: import("../index.js").Assign<Partial<import("../../index.js").RpcTransactionReceipt>, import("../utils.js").OptimismRpcTransactionReceiptOverrides>) => {
|
1499
1499
|
blockHash: `0x${string}`;
|
1500
1500
|
blockNumber: bigint;
|
1501
1501
|
contractAddress: `0x${string}` | null;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
export { formattersCelo } from '
|
2
|
-
export { serializeTransactionCelo, serializersCelo, } from '
|
3
|
-
export { parseTransactionCelo } from '
|
4
|
-
export type { CeloBlock, CeloBlockOverrides, CeloRpcBlock, CeloRpcBlockOverrides, CeloRpcTransaction, CeloRpcTransactionReceipt, CeloRpcTransactionReceiptOverrides, CeloRpcTransactionRequest, CeloTransaction, CeloTransactionReceipt, CeloTransactionReceiptOverrides, CeloTransactionRequest, CeloTransactionSerializable, CeloTransactionSerialized, CeloTransactionType, RpcTransactionCIP42, RpcTransactionRequestCIP42, TransactionCIP42, TransactionRequestCIP42, TransactionSerializableCIP42, TransactionSerializedCIP42, } from '
|
5
|
-
export { formattersOptimism } from '
|
6
|
-
export type { OptimismBlock, OptimismBlockOverrides, OptimismDepositTransaction, OptimismRpcBlock, OptimismRpcBlockOverrides, OptimismRpcDepositTransaction, OptimismRpcTransaction, OptimismRpcTransactionReceipt, OptimismRpcTransactionReceiptOverrides, OptimismTransaction, OptimismTransactionReceipt, OptimismTransactionReceiptOverrides, } from '
|
7
|
-
//# sourceMappingURL=
|
1
|
+
export { formattersCelo } from './celo/formatters.js';
|
2
|
+
export { serializeTransactionCelo, serializersCelo, } from './celo/serializers.js';
|
3
|
+
export { parseTransactionCelo } from './celo/parsers.js';
|
4
|
+
export type { CeloBlock, CeloBlockOverrides, CeloRpcBlock, CeloRpcBlockOverrides, CeloRpcTransaction, CeloRpcTransactionReceipt, CeloRpcTransactionReceiptOverrides, CeloRpcTransactionRequest, CeloTransaction, CeloTransactionReceipt, CeloTransactionReceiptOverrides, CeloTransactionRequest, CeloTransactionSerializable, CeloTransactionSerialized, CeloTransactionType, RpcTransactionCIP42, RpcTransactionRequestCIP42, TransactionCIP42, TransactionRequestCIP42, TransactionSerializableCIP42, TransactionSerializedCIP42, } from './celo/types.js';
|
5
|
+
export { formattersOptimism } from './optimism/formatters.js';
|
6
|
+
export type { OptimismBlock, OptimismBlockOverrides, OptimismDepositTransaction, OptimismRpcBlock, OptimismRpcBlockOverrides, OptimismRpcDepositTransaction, OptimismRpcTransaction, OptimismRpcTransactionReceipt, OptimismRpcTransactionReceiptOverrides, OptimismTransaction, OptimismTransactionReceipt, OptimismTransactionReceiptOverrides, } from './optimism/types.js';
|
7
|
+
//# sourceMappingURL=utils.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../chains/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AACrD,OAAO,EACL,wBAAwB,EACxB,eAAe,GAChB,MAAM,uBAAuB,CAAA;AAC9B,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AACxD,YAAY,EACV,SAAS,EACT,kBAAkB,EAClB,YAAY,EACZ,qBAAqB,EACrB,kBAAkB,EAClB,yBAAyB,EACzB,kCAAkC,EAClC,yBAAyB,EACzB,eAAe,EACf,sBAAsB,EACtB,+BAA+B,EAC/B,sBAAsB,EACtB,2BAA2B,EAC3B,yBAAyB,EACzB,mBAAmB,EACnB,mBAAmB,EACnB,0BAA0B,EAC1B,gBAAgB,EAChB,uBAAuB,EACvB,4BAA4B,EAC5B,0BAA0B,GAC3B,MAAM,iBAAiB,CAAA;AAExB,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AAC7D,YAAY,EACV,aAAa,EACb,sBAAsB,EACtB,0BAA0B,EAC1B,gBAAgB,EAChB,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,6BAA6B,EAC7B,sCAAsC,EACtC,mBAAmB,EACnB,0BAA0B,EAC1B,mCAAmC,GACpC,MAAM,qBAAqB,CAAA"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "2.0.0-alpha.
|
1
|
+
export declare const version = "2.0.0-alpha.4";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"type": "module",
|
3
|
-
"types": "../../_types/chains/utils
|
4
|
-
"module": "../../_esm/chains/utils
|
5
|
-
"main": "../../_cjs/chains/utils
|
3
|
+
"types": "../../_types/chains/utils.d.ts",
|
4
|
+
"module": "../../_esm/chains/utils.js",
|
5
|
+
"main": "../../_cjs/chains/utils.js"
|
6
6
|
}
|