viem 2.9.18 → 2.9.20
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/CHANGELOG.md +16 -0
- package/_cjs/chains/definitions/mantleSepoliaTestnet.js +31 -0
- package/_cjs/chains/definitions/mantleSepoliaTestnet.js.map +1 -0
- package/_cjs/chains/definitions/playfiAlbireo.js +31 -0
- package/_cjs/chains/definitions/playfiAlbireo.js.map +1 -0
- package/_cjs/chains/index.js +7 -3
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_cjs/utils/rpc/http.js +4 -3
- package/_cjs/utils/rpc/http.js.map +1 -1
- package/_esm/chains/definitions/mantleSepoliaTestnet.js +28 -0
- package/_esm/chains/definitions/mantleSepoliaTestnet.js.map +1 -0
- package/_esm/chains/definitions/playfiAlbireo.js +28 -0
- package/_esm/chains/definitions/playfiAlbireo.js.map +1 -0
- package/_esm/chains/index.js +2 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_esm/utils/rpc/http.js +4 -3
- package/_esm/utils/rpc/http.js.map +1 -1
- package/_types/celo/chainConfig.d.ts +20 -20
- package/_types/celo/formatters.d.ts +10 -10
- package/_types/chains/definitions/celo.d.ts +20 -20
- package/_types/chains/definitions/celoAlfajores.d.ts +20 -20
- package/_types/chains/definitions/mantleSepoliaTestnet.d.ts +34 -0
- package/_types/chains/definitions/mantleSepoliaTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/playfiAlbireo.d.ts +1453 -0
- package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -0
- package/_types/chains/definitions/zkSync.d.ts +9 -9
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +9 -9
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +9 -9
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +9 -9
- package/_types/chains/definitions/zkSyncTestnet.d.ts +9 -9
- package/_types/chains/index.d.ts +2 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +1 -0
- package/_types/index.d.ts.map +1 -1
- package/_types/utils/rpc/http.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +9 -9
- package/_types/zksync/formatters.d.ts +9 -9
- package/chains/definitions/mantleSepoliaTestnet.ts +28 -0
- package/chains/definitions/playfiAlbireo.ts +28 -0
- package/chains/index.ts +2 -0
- package/errors/version.ts +1 -1
- package/index.ts +1 -0
- package/package.json +1 -1
- package/utils/rpc/http.ts +4 -3
@@ -1708,7 +1708,7 @@ export declare const chainConfig: {
|
|
1708
1708
|
accessList?: import("../index.js").AccessList | undefined;
|
1709
1709
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1710
1710
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1711
|
-
kzg?: import("../
|
1711
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1712
1712
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1713
1713
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1714
1714
|
} & {
|
@@ -1746,7 +1746,7 @@ export declare const chainConfig: {
|
|
1746
1746
|
accessList?: import("../index.js").AccessList | undefined;
|
1747
1747
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1748
1748
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1749
|
-
kzg?: import("../
|
1749
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1750
1750
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1751
1751
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1752
1752
|
} & {
|
@@ -1784,7 +1784,7 @@ export declare const chainConfig: {
|
|
1784
1784
|
accessList?: import("../index.js").AccessList | undefined;
|
1785
1785
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1786
1786
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1787
|
-
kzg?: import("../
|
1787
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1788
1788
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1789
1789
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1790
1790
|
} & {
|
@@ -1822,7 +1822,7 @@ export declare const chainConfig: {
|
|
1822
1822
|
accessList?: import("../index.js").AccessList | undefined;
|
1823
1823
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1824
1824
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1825
|
-
kzg?: import("../
|
1825
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1826
1826
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1827
1827
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1828
1828
|
} & {
|
@@ -1839,7 +1839,7 @@ export declare const chainConfig: {
|
|
1839
1839
|
accessList?: import("../index.js").AccessList | undefined;
|
1840
1840
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1841
1841
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1842
|
-
kzg?: import("../
|
1842
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1843
1843
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1844
1844
|
type?: "eip4844" | undefined;
|
1845
1845
|
} & {
|
@@ -1860,7 +1860,7 @@ export declare const chainConfig: {
|
|
1860
1860
|
accessList?: import("../index.js").AccessList | undefined;
|
1861
1861
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1862
1862
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1863
|
-
kzg?: import("../
|
1863
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1864
1864
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1865
1865
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1866
1866
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
@@ -1883,7 +1883,7 @@ export declare const chainConfig: {
|
|
1883
1883
|
accessList?: import("../index.js").AccessList | undefined;
|
1884
1884
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1885
1885
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1886
|
-
kzg?: import("../
|
1886
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1887
1887
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1888
1888
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1889
1889
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
@@ -2206,7 +2206,7 @@ export declare const chainConfig: {
|
|
2206
2206
|
accessList?: import("../index.js").AccessList | undefined;
|
2207
2207
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2208
2208
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2209
|
-
kzg?: import("../
|
2209
|
+
kzg?: import("../index.js").Kzg | undefined;
|
2210
2210
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2211
2211
|
type?: "0x3" | undefined;
|
2212
2212
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2226,7 +2226,7 @@ export declare const chainConfig: {
|
|
2226
2226
|
accessList?: import("../index.js").AccessList | undefined;
|
2227
2227
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2228
2228
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2229
|
-
kzg?: import("../
|
2229
|
+
kzg?: import("../index.js").Kzg | undefined;
|
2230
2230
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2231
2231
|
type?: "0x7c" | undefined;
|
2232
2232
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2246,7 +2246,7 @@ export declare const chainConfig: {
|
|
2246
2246
|
accessList?: import("../index.js").AccessList | undefined;
|
2247
2247
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2248
2248
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2249
|
-
kzg?: import("../
|
2249
|
+
kzg?: import("../index.js").Kzg | undefined;
|
2250
2250
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2251
2251
|
type?: "0x7b" | undefined;
|
2252
2252
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -3968,7 +3968,7 @@ export declare const chainConfig: {
|
|
3968
3968
|
accessList?: import("../index.js").AccessList | undefined;
|
3969
3969
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
3970
3970
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3971
|
-
kzg?: import("../
|
3971
|
+
kzg?: import("../index.js").Kzg | undefined;
|
3972
3972
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
3973
3973
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
3974
3974
|
} & {
|
@@ -4006,7 +4006,7 @@ export declare const chainConfig: {
|
|
4006
4006
|
accessList?: import("../index.js").AccessList | undefined;
|
4007
4007
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4008
4008
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4009
|
-
kzg?: import("../
|
4009
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4010
4010
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4011
4011
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4012
4012
|
} & {
|
@@ -4044,7 +4044,7 @@ export declare const chainConfig: {
|
|
4044
4044
|
accessList?: import("../index.js").AccessList | undefined;
|
4045
4045
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4046
4046
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4047
|
-
kzg?: import("../
|
4047
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4048
4048
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4049
4049
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4050
4050
|
} & {
|
@@ -4082,7 +4082,7 @@ export declare const chainConfig: {
|
|
4082
4082
|
accessList?: import("../index.js").AccessList | undefined;
|
4083
4083
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4084
4084
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4085
|
-
kzg?: import("../
|
4085
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4086
4086
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4087
4087
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4088
4088
|
} & {
|
@@ -4099,7 +4099,7 @@ export declare const chainConfig: {
|
|
4099
4099
|
accessList?: import("../index.js").AccessList | undefined;
|
4100
4100
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4101
4101
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4102
|
-
kzg?: import("../
|
4102
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4103
4103
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4104
4104
|
type?: "eip4844" | undefined;
|
4105
4105
|
} & {
|
@@ -4120,7 +4120,7 @@ export declare const chainConfig: {
|
|
4120
4120
|
accessList?: import("../index.js").AccessList | undefined;
|
4121
4121
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4122
4122
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4123
|
-
kzg?: import("../
|
4123
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4124
4124
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4125
4125
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4126
4126
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
@@ -4143,7 +4143,7 @@ export declare const chainConfig: {
|
|
4143
4143
|
accessList?: import("../index.js").AccessList | undefined;
|
4144
4144
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4145
4145
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4146
|
-
kzg?: import("../
|
4146
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4147
4147
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4148
4148
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4149
4149
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
@@ -4466,7 +4466,7 @@ export declare const chainConfig: {
|
|
4466
4466
|
accessList?: import("../index.js").AccessList | undefined;
|
4467
4467
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4468
4468
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4469
|
-
kzg?: import("../
|
4469
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4470
4470
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4471
4471
|
type?: "0x3" | undefined;
|
4472
4472
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4486,7 +4486,7 @@ export declare const chainConfig: {
|
|
4486
4486
|
accessList?: import("../index.js").AccessList | undefined;
|
4487
4487
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4488
4488
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4489
|
-
kzg?: import("../
|
4489
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4490
4490
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4491
4491
|
type?: "0x7c" | undefined;
|
4492
4492
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4506,7 +4506,7 @@ export declare const chainConfig: {
|
|
4506
4506
|
accessList?: import("../index.js").AccessList | undefined;
|
4507
4507
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4508
4508
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4509
|
-
kzg?: import("../
|
4509
|
+
kzg?: import("../index.js").Kzg | undefined;
|
4510
4510
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4511
4511
|
type?: "0x7b" | undefined;
|
4512
4512
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1709,7 +1709,7 @@ export declare const formatters: {
|
|
1709
1709
|
accessList?: import("../index.js").AccessList | undefined;
|
1710
1710
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1711
1711
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1712
|
-
kzg?: import("../
|
1712
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1713
1713
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1714
1714
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1715
1715
|
} & {
|
@@ -1747,7 +1747,7 @@ export declare const formatters: {
|
|
1747
1747
|
accessList?: import("../index.js").AccessList | undefined;
|
1748
1748
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1749
1749
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1750
|
-
kzg?: import("../
|
1750
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1751
1751
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1752
1752
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1753
1753
|
} & {
|
@@ -1785,7 +1785,7 @@ export declare const formatters: {
|
|
1785
1785
|
accessList?: import("../index.js").AccessList | undefined;
|
1786
1786
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1787
1787
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1788
|
-
kzg?: import("../
|
1788
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1789
1789
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1790
1790
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1791
1791
|
} & {
|
@@ -1823,7 +1823,7 @@ export declare const formatters: {
|
|
1823
1823
|
accessList?: import("../index.js").AccessList | undefined;
|
1824
1824
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1825
1825
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1826
|
-
kzg?: import("../
|
1826
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1827
1827
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1828
1828
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1829
1829
|
} & {
|
@@ -1840,7 +1840,7 @@ export declare const formatters: {
|
|
1840
1840
|
accessList?: import("../index.js").AccessList | undefined;
|
1841
1841
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1842
1842
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1843
|
-
kzg?: import("../
|
1843
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1844
1844
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1845
1845
|
type?: "eip4844" | undefined;
|
1846
1846
|
} & {
|
@@ -1861,7 +1861,7 @@ export declare const formatters: {
|
|
1861
1861
|
accessList?: import("../index.js").AccessList | undefined;
|
1862
1862
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1863
1863
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1864
|
-
kzg?: import("../
|
1864
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1865
1865
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1866
1866
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1867
1867
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
@@ -1884,7 +1884,7 @@ export declare const formatters: {
|
|
1884
1884
|
accessList?: import("../index.js").AccessList | undefined;
|
1885
1885
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1886
1886
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1887
|
-
kzg?: import("../
|
1887
|
+
kzg?: import("../index.js").Kzg | undefined;
|
1888
1888
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1889
1889
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1890
1890
|
} & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
|
@@ -2207,7 +2207,7 @@ export declare const formatters: {
|
|
2207
2207
|
accessList?: import("../index.js").AccessList | undefined;
|
2208
2208
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2209
2209
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2210
|
-
kzg?: import("../
|
2210
|
+
kzg?: import("../index.js").Kzg | undefined;
|
2211
2211
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2212
2212
|
type?: "0x3" | undefined;
|
2213
2213
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2227,7 +2227,7 @@ export declare const formatters: {
|
|
2227
2227
|
accessList?: import("../index.js").AccessList | undefined;
|
2228
2228
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2229
2229
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2230
|
-
kzg?: import("../
|
2230
|
+
kzg?: import("../index.js").Kzg | undefined;
|
2231
2231
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2232
2232
|
type?: "0x7c" | undefined;
|
2233
2233
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2247,7 +2247,7 @@ export declare const formatters: {
|
|
2247
2247
|
accessList?: import("../index.js").AccessList | undefined;
|
2248
2248
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2249
2249
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2250
|
-
kzg?: import("../
|
2250
|
+
kzg?: import("../index.js").Kzg | undefined;
|
2251
2251
|
sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2252
2252
|
type?: "0x7b" | undefined;
|
2253
2253
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1736,7 +1736,7 @@ export declare const celo: {
|
|
1736
1736
|
accessList?: import("../../index.js").AccessList | undefined;
|
1737
1737
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1738
1738
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1739
|
-
kzg?: import("../../
|
1739
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1740
1740
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1741
1741
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1742
1742
|
} & {
|
@@ -1774,7 +1774,7 @@ export declare const celo: {
|
|
1774
1774
|
accessList?: import("../../index.js").AccessList | undefined;
|
1775
1775
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1776
1776
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1777
|
-
kzg?: import("../../
|
1777
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1778
1778
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1779
1779
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1780
1780
|
} & {
|
@@ -1812,7 +1812,7 @@ export declare const celo: {
|
|
1812
1812
|
accessList?: import("../../index.js").AccessList | undefined;
|
1813
1813
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1814
1814
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1815
|
-
kzg?: import("../../
|
1815
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1816
1816
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1817
1817
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1818
1818
|
} & {
|
@@ -1850,7 +1850,7 @@ export declare const celo: {
|
|
1850
1850
|
accessList?: import("../../index.js").AccessList | undefined;
|
1851
1851
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1852
1852
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1853
|
-
kzg?: import("../../
|
1853
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1854
1854
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1855
1855
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1856
1856
|
} & {
|
@@ -1867,7 +1867,7 @@ export declare const celo: {
|
|
1867
1867
|
accessList?: import("../../index.js").AccessList | undefined;
|
1868
1868
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1869
1869
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1870
|
-
kzg?: import("../../
|
1870
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1871
1871
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1872
1872
|
type?: "eip4844" | undefined;
|
1873
1873
|
} & {
|
@@ -1888,7 +1888,7 @@ export declare const celo: {
|
|
1888
1888
|
accessList?: import("../../index.js").AccessList | undefined;
|
1889
1889
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1890
1890
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1891
|
-
kzg?: import("../../
|
1891
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1892
1892
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1893
1893
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1894
1894
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -1911,7 +1911,7 @@ export declare const celo: {
|
|
1911
1911
|
accessList?: import("../../index.js").AccessList | undefined;
|
1912
1912
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1913
1913
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1914
|
-
kzg?: import("../../
|
1914
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1915
1915
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1916
1916
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1917
1917
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -2234,7 +2234,7 @@ export declare const celo: {
|
|
2234
2234
|
accessList?: import("../../index.js").AccessList | undefined;
|
2235
2235
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2236
2236
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2237
|
-
kzg?: import("../../
|
2237
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
2238
2238
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2239
2239
|
type?: "0x3" | undefined;
|
2240
2240
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2254,7 +2254,7 @@ export declare const celo: {
|
|
2254
2254
|
accessList?: import("../../index.js").AccessList | undefined;
|
2255
2255
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2256
2256
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2257
|
-
kzg?: import("../../
|
2257
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
2258
2258
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2259
2259
|
type?: "0x7c" | undefined;
|
2260
2260
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2274,7 +2274,7 @@ export declare const celo: {
|
|
2274
2274
|
accessList?: import("../../index.js").AccessList | undefined;
|
2275
2275
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2276
2276
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2277
|
-
kzg?: import("../../
|
2277
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
2278
2278
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2279
2279
|
type?: "0x7b" | undefined;
|
2280
2280
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -3996,7 +3996,7 @@ export declare const celo: {
|
|
3996
3996
|
accessList?: import("../../index.js").AccessList | undefined;
|
3997
3997
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
3998
3998
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3999
|
-
kzg?: import("../../
|
3999
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4000
4000
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4001
4001
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4002
4002
|
} & {
|
@@ -4034,7 +4034,7 @@ export declare const celo: {
|
|
4034
4034
|
accessList?: import("../../index.js").AccessList | undefined;
|
4035
4035
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4036
4036
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4037
|
-
kzg?: import("../../
|
4037
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4038
4038
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4039
4039
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4040
4040
|
} & {
|
@@ -4072,7 +4072,7 @@ export declare const celo: {
|
|
4072
4072
|
accessList?: import("../../index.js").AccessList | undefined;
|
4073
4073
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4074
4074
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4075
|
-
kzg?: import("../../
|
4075
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4076
4076
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4077
4077
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4078
4078
|
} & {
|
@@ -4110,7 +4110,7 @@ export declare const celo: {
|
|
4110
4110
|
accessList?: import("../../index.js").AccessList | undefined;
|
4111
4111
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4112
4112
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4113
|
-
kzg?: import("../../
|
4113
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4114
4114
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4115
4115
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4116
4116
|
} & {
|
@@ -4127,7 +4127,7 @@ export declare const celo: {
|
|
4127
4127
|
accessList?: import("../../index.js").AccessList | undefined;
|
4128
4128
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4129
4129
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4130
|
-
kzg?: import("../../
|
4130
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4131
4131
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4132
4132
|
type?: "eip4844" | undefined;
|
4133
4133
|
} & {
|
@@ -4148,7 +4148,7 @@ export declare const celo: {
|
|
4148
4148
|
accessList?: import("../../index.js").AccessList | undefined;
|
4149
4149
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4150
4150
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4151
|
-
kzg?: import("../../
|
4151
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4152
4152
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4153
4153
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4154
4154
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -4171,7 +4171,7 @@ export declare const celo: {
|
|
4171
4171
|
accessList?: import("../../index.js").AccessList | undefined;
|
4172
4172
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4173
4173
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4174
|
-
kzg?: import("../../
|
4174
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4175
4175
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4176
4176
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4177
4177
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -4494,7 +4494,7 @@ export declare const celo: {
|
|
4494
4494
|
accessList?: import("../../index.js").AccessList | undefined;
|
4495
4495
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4496
4496
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4497
|
-
kzg?: import("../../
|
4497
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4498
4498
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4499
4499
|
type?: "0x3" | undefined;
|
4500
4500
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4514,7 +4514,7 @@ export declare const celo: {
|
|
4514
4514
|
accessList?: import("../../index.js").AccessList | undefined;
|
4515
4515
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4516
4516
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4517
|
-
kzg?: import("../../
|
4517
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4518
4518
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4519
4519
|
type?: "0x7c" | undefined;
|
4520
4520
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4534,7 +4534,7 @@ export declare const celo: {
|
|
4534
4534
|
accessList?: import("../../index.js").AccessList | undefined;
|
4535
4535
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4536
4536
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4537
|
-
kzg?: import("../../
|
4537
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4538
4538
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4539
4539
|
type?: "0x7b" | undefined;
|
4540
4540
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -1736,7 +1736,7 @@ export declare const celoAlfajores: {
|
|
1736
1736
|
accessList?: import("../../index.js").AccessList | undefined;
|
1737
1737
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1738
1738
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1739
|
-
kzg?: import("../../
|
1739
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1740
1740
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1741
1741
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1742
1742
|
} & {
|
@@ -1774,7 +1774,7 @@ export declare const celoAlfajores: {
|
|
1774
1774
|
accessList?: import("../../index.js").AccessList | undefined;
|
1775
1775
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1776
1776
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1777
|
-
kzg?: import("../../
|
1777
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1778
1778
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1779
1779
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1780
1780
|
} & {
|
@@ -1812,7 +1812,7 @@ export declare const celoAlfajores: {
|
|
1812
1812
|
accessList?: import("../../index.js").AccessList | undefined;
|
1813
1813
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1814
1814
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1815
|
-
kzg?: import("../../
|
1815
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1816
1816
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1817
1817
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1818
1818
|
} & {
|
@@ -1850,7 +1850,7 @@ export declare const celoAlfajores: {
|
|
1850
1850
|
accessList?: import("../../index.js").AccessList | undefined;
|
1851
1851
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1852
1852
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1853
|
-
kzg?: import("../../
|
1853
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1854
1854
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1855
1855
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1856
1856
|
} & {
|
@@ -1867,7 +1867,7 @@ export declare const celoAlfajores: {
|
|
1867
1867
|
accessList?: import("../../index.js").AccessList | undefined;
|
1868
1868
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1869
1869
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1870
|
-
kzg?: import("../../
|
1870
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1871
1871
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1872
1872
|
type?: "eip4844" | undefined;
|
1873
1873
|
} & {
|
@@ -1888,7 +1888,7 @@ export declare const celoAlfajores: {
|
|
1888
1888
|
accessList?: import("../../index.js").AccessList | undefined;
|
1889
1889
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1890
1890
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1891
|
-
kzg?: import("../../
|
1891
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1892
1892
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1893
1893
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1894
1894
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -1911,7 +1911,7 @@ export declare const celoAlfajores: {
|
|
1911
1911
|
accessList?: import("../../index.js").AccessList | undefined;
|
1912
1912
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1913
1913
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1914
|
-
kzg?: import("../../
|
1914
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
1915
1915
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1916
1916
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
1917
1917
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -2234,7 +2234,7 @@ export declare const celoAlfajores: {
|
|
2234
2234
|
accessList?: import("../../index.js").AccessList | undefined;
|
2235
2235
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2236
2236
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2237
|
-
kzg?: import("../../
|
2237
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
2238
2238
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2239
2239
|
type?: "0x3" | undefined;
|
2240
2240
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2254,7 +2254,7 @@ export declare const celoAlfajores: {
|
|
2254
2254
|
accessList?: import("../../index.js").AccessList | undefined;
|
2255
2255
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2256
2256
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2257
|
-
kzg?: import("../../
|
2257
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
2258
2258
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2259
2259
|
type?: "0x7c" | undefined;
|
2260
2260
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -2274,7 +2274,7 @@ export declare const celoAlfajores: {
|
|
2274
2274
|
accessList?: import("../../index.js").AccessList | undefined;
|
2275
2275
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
2276
2276
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2277
|
-
kzg?: import("../../
|
2277
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
2278
2278
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
2279
2279
|
type?: "0x7b" | undefined;
|
2280
2280
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -3996,7 +3996,7 @@ export declare const celoAlfajores: {
|
|
3996
3996
|
accessList?: import("../../index.js").AccessList | undefined;
|
3997
3997
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
3998
3998
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3999
|
-
kzg?: import("../../
|
3999
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4000
4000
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4001
4001
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4002
4002
|
} & {
|
@@ -4034,7 +4034,7 @@ export declare const celoAlfajores: {
|
|
4034
4034
|
accessList?: import("../../index.js").AccessList | undefined;
|
4035
4035
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4036
4036
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4037
|
-
kzg?: import("../../
|
4037
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4038
4038
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4039
4039
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4040
4040
|
} & {
|
@@ -4072,7 +4072,7 @@ export declare const celoAlfajores: {
|
|
4072
4072
|
accessList?: import("../../index.js").AccessList | undefined;
|
4073
4073
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4074
4074
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4075
|
-
kzg?: import("../../
|
4075
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4076
4076
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4077
4077
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4078
4078
|
} & {
|
@@ -4110,7 +4110,7 @@ export declare const celoAlfajores: {
|
|
4110
4110
|
accessList?: import("../../index.js").AccessList | undefined;
|
4111
4111
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4112
4112
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4113
|
-
kzg?: import("../../
|
4113
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4114
4114
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4115
4115
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4116
4116
|
} & {
|
@@ -4127,7 +4127,7 @@ export declare const celoAlfajores: {
|
|
4127
4127
|
accessList?: import("../../index.js").AccessList | undefined;
|
4128
4128
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4129
4129
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4130
|
-
kzg?: import("../../
|
4130
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4131
4131
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4132
4132
|
type?: "eip4844" | undefined;
|
4133
4133
|
} & {
|
@@ -4148,7 +4148,7 @@ export declare const celoAlfajores: {
|
|
4148
4148
|
accessList?: import("../../index.js").AccessList | undefined;
|
4149
4149
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4150
4150
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4151
|
-
kzg?: import("../../
|
4151
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4152
4152
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4153
4153
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4154
4154
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -4171,7 +4171,7 @@ export declare const celoAlfajores: {
|
|
4171
4171
|
accessList?: import("../../index.js").AccessList | undefined;
|
4172
4172
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
4173
4173
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4174
|
-
kzg?: import("../../
|
4174
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4175
4175
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4176
4176
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
|
4177
4177
|
} & import("../../index.js").TransactionRequestBase & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
@@ -4494,7 +4494,7 @@ export declare const celoAlfajores: {
|
|
4494
4494
|
accessList?: import("../../index.js").AccessList | undefined;
|
4495
4495
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4496
4496
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4497
|
-
kzg?: import("../../
|
4497
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4498
4498
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4499
4499
|
type?: "0x3" | undefined;
|
4500
4500
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4514,7 +4514,7 @@ export declare const celoAlfajores: {
|
|
4514
4514
|
accessList?: import("../../index.js").AccessList | undefined;
|
4515
4515
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4516
4516
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4517
|
-
kzg?: import("../../
|
4517
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4518
4518
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4519
4519
|
type?: "0x7c" | undefined;
|
4520
4520
|
feeCurrency?: `0x${string}` | undefined;
|
@@ -4534,7 +4534,7 @@ export declare const celoAlfajores: {
|
|
4534
4534
|
accessList?: import("../../index.js").AccessList | undefined;
|
4535
4535
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
4536
4536
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
4537
|
-
kzg?: import("../../
|
4537
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
4538
4538
|
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
4539
4539
|
type?: "0x7b" | undefined;
|
4540
4540
|
feeCurrency?: `0x${string}` | undefined;
|