viem 2.9.19 → 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.
Files changed (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/_cjs/chains/definitions/playfiAlbireo.js +31 -0
  3. package/_cjs/chains/definitions/playfiAlbireo.js.map +1 -0
  4. package/_cjs/chains/index.js +4 -2
  5. package/_cjs/chains/index.js.map +1 -1
  6. package/_cjs/errors/version.js +1 -1
  7. package/_cjs/index.js.map +1 -1
  8. package/_esm/chains/definitions/playfiAlbireo.js +28 -0
  9. package/_esm/chains/definitions/playfiAlbireo.js.map +1 -0
  10. package/_esm/chains/index.js +1 -0
  11. package/_esm/chains/index.js.map +1 -1
  12. package/_esm/errors/version.js +1 -1
  13. package/_esm/index.js.map +1 -1
  14. package/_types/celo/chainConfig.d.ts +20 -20
  15. package/_types/celo/formatters.d.ts +10 -10
  16. package/_types/chains/definitions/celo.d.ts +20 -20
  17. package/_types/chains/definitions/celoAlfajores.d.ts +20 -20
  18. package/_types/chains/definitions/playfiAlbireo.d.ts +1453 -0
  19. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -0
  20. package/_types/chains/definitions/zkSync.d.ts +9 -9
  21. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +9 -9
  22. package/_types/chains/definitions/zkSyncLocalNode.d.ts +9 -9
  23. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +9 -9
  24. package/_types/chains/definitions/zkSyncTestnet.d.ts +9 -9
  25. package/_types/chains/index.d.ts +1 -0
  26. package/_types/chains/index.d.ts.map +1 -1
  27. package/_types/errors/version.d.ts +1 -1
  28. package/_types/index.d.ts +1 -0
  29. package/_types/index.d.ts.map +1 -1
  30. package/_types/zksync/chainConfig.d.ts +9 -9
  31. package/_types/zksync/formatters.d.ts +9 -9
  32. package/chains/definitions/playfiAlbireo.ts +28 -0
  33. package/chains/index.ts +1 -0
  34. package/errors/version.ts +1 -1
  35. package/index.ts +1 -0
  36. package/package.json +1 -1
@@ -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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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("../../types/kzg.js").Kzg | undefined;
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;