@funkit/connect 1.1.6 → 1.2.0

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 (130) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/components/CloseButton/CloseButton.d.ts +1 -1
  3. package/dist/components/FunButton/FunIconButton.d.ts +3 -3
  4. package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +1 -1
  5. package/dist/components/Icons/ClockIcon.d.ts +1 -1
  6. package/dist/components/Icons/CoinIcon.d.ts +1 -1
  7. package/dist/components/Icons/Coinbase.d.ts +1 -1
  8. package/dist/components/Icons/Copied.d.ts +1 -1
  9. package/dist/components/Icons/EditIcon.d.ts +1 -1
  10. package/dist/components/Icons/EthereumIcon.d.ts +1 -1
  11. package/dist/components/Icons/FunkitPaymentsIconLine.d.ts +2 -2
  12. package/dist/components/Icons/LightningIcon.d.ts +1 -1
  13. package/dist/components/Icons/NoAssetsFoundIcon.d.ts +1 -1
  14. package/dist/components/Icons/PaymentMethodIcons.d.ts +1 -1
  15. package/dist/components/Icons/SearchIcon.d.ts +1 -1
  16. package/dist/components/Icons/Spinner.d.ts +2 -2
  17. package/dist/components/InfoButton/InfoButton.d.ts +1 -1
  18. package/dist/components/WalletButton/WalletButton.d.ts +1 -1
  19. package/dist/config/getDefaultConfig.d.ts +204 -60
  20. package/dist/index.js +31 -26
  21. package/dist/types/utils.d.ts +37 -0
  22. package/dist/wallets/getInjectedConnector.d.ts +3 -2
  23. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/bitskiWallet/bitskiWallet.js +2 -2
  26. package/dist/wallets/walletConnectors/braveWallet/braveWallet.js +2 -2
  27. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  28. package/dist/wallets/walletConnectors/{chunk-MIWCKFYE.js → chunk-2DWBVWFI.js} +4 -4
  29. package/dist/wallets/walletConnectors/{chunk-X255T3C4.js → chunk-32KBKKGT.js} +6 -2
  30. package/dist/wallets/walletConnectors/{chunk-IBWFKX7P.js → chunk-32O7HVBJ.js} +4 -4
  31. package/dist/wallets/walletConnectors/{chunk-FDIIMYTB.js → chunk-3CLNL7LR.js} +1 -1
  32. package/dist/wallets/walletConnectors/{chunk-3WZRNEZH.js → chunk-3F5GNHAG.js} +9 -5
  33. package/dist/wallets/walletConnectors/{chunk-4FQLUQNA.js → chunk-3QXMJHL4.js} +1 -1
  34. package/dist/wallets/walletConnectors/{chunk-ZNXQ4V6G.js → chunk-3R3RNCGE.js} +4 -4
  35. package/dist/wallets/walletConnectors/{chunk-KGBLSE7L.js → chunk-4PTY6XNU.js} +1 -1
  36. package/dist/wallets/walletConnectors/{chunk-2GAW2UBU.js → chunk-5L2OLU3J.js} +1 -1
  37. package/dist/wallets/walletConnectors/{chunk-XPEBP6XV.js → chunk-5SIHQ5GA.js} +1 -1
  38. package/dist/wallets/walletConnectors/{chunk-NGXIHASN.js → chunk-5ZGE5SN5.js} +1 -1
  39. package/dist/wallets/walletConnectors/{chunk-XSSD5ZVD.js → chunk-7GGRZNT3.js} +1 -1
  40. package/dist/wallets/walletConnectors/{chunk-75A2U7T7.js → chunk-7YDZTPO4.js} +1 -1
  41. package/dist/wallets/walletConnectors/{chunk-6LTLPR2Q.js → chunk-AFONKDII.js} +1 -1
  42. package/dist/wallets/walletConnectors/{chunk-ZUAHWUEL.js → chunk-BCXBFAL4.js} +4 -4
  43. package/dist/wallets/walletConnectors/{chunk-OAEJQOAV.js → chunk-BMHNXJZK.js} +4 -4
  44. package/dist/wallets/walletConnectors/{chunk-2PC2XXUH.js → chunk-CMXZK5RR.js} +1 -1
  45. package/dist/wallets/walletConnectors/{chunk-GW6EF4G2.js → chunk-CNTLU4ZV.js} +4 -4
  46. package/dist/wallets/walletConnectors/{chunk-O5NKWWEG.js → chunk-EXN2ODSI.js} +1 -1
  47. package/dist/wallets/walletConnectors/{chunk-QII6PY2D.js → chunk-F3VCNZXS.js} +8 -6
  48. package/dist/wallets/walletConnectors/{chunk-Z2DGDHHZ.js → chunk-F4EJ42XO.js} +4 -4
  49. package/dist/wallets/walletConnectors/{chunk-SL4VH23R.js → chunk-FL2VIO76.js} +1 -1
  50. package/dist/wallets/walletConnectors/{chunk-63NPZXAL.js → chunk-FQDX6QIP.js} +1 -1
  51. package/dist/wallets/walletConnectors/{chunk-7CQPABJG.js → chunk-G4DNQN67.js} +1 -1
  52. package/dist/wallets/walletConnectors/{chunk-KIHCNUU3.js → chunk-GUJHPWTU.js} +1 -1
  53. package/dist/wallets/walletConnectors/{chunk-XXFJVY73.js → chunk-HXGBE5AH.js} +1 -1
  54. package/dist/wallets/walletConnectors/{chunk-SQGFKNNZ.js → chunk-IIJOJ6AD.js} +1 -1
  55. package/dist/wallets/walletConnectors/{chunk-C67TQJ6W.js → chunk-IMZRCMZR.js} +1 -1
  56. package/dist/wallets/walletConnectors/{chunk-L734HTUS.js → chunk-JNZ3EYC7.js} +1 -1
  57. package/dist/wallets/walletConnectors/{chunk-ENZLEAG2.js → chunk-JRABHUUZ.js} +1 -1
  58. package/dist/wallets/walletConnectors/{chunk-ABYQAXUX.js → chunk-KJWMF6GZ.js} +1 -1
  59. package/dist/wallets/walletConnectors/{chunk-4XQDKOGF.js → chunk-KZFAL4RZ.js} +4 -4
  60. package/dist/wallets/walletConnectors/{chunk-2UXZAUWT.js → chunk-LJRV5JY7.js} +4 -4
  61. package/dist/wallets/walletConnectors/{chunk-N3VZE65M.js → chunk-LOEDYNWO.js} +4 -4
  62. package/dist/wallets/walletConnectors/{chunk-Q4RLUJJD.js → chunk-M4SPCKW4.js} +4 -4
  63. package/dist/wallets/walletConnectors/chunk-MFS6NY6T.js +105 -0
  64. package/dist/wallets/walletConnectors/{chunk-OR3PU2W4.js → chunk-MOAWRDEM.js} +4 -4
  65. package/dist/wallets/walletConnectors/{chunk-AM4SSLAP.js → chunk-MSRKKVDE.js} +4 -4
  66. package/dist/wallets/walletConnectors/{chunk-T6JVHES7.js → chunk-ND5YG63V.js} +4 -4
  67. package/dist/wallets/walletConnectors/{chunk-LVRXH33E.js → chunk-NK3DYIAB.js} +4 -4
  68. package/dist/wallets/walletConnectors/{chunk-XBUTWYE4.js → chunk-O77H3VWW.js} +14 -18
  69. package/dist/wallets/walletConnectors/{chunk-JLQ5HJYV.js → chunk-OMKARG6Y.js} +4 -4
  70. package/dist/wallets/walletConnectors/chunk-OPO2D6GL.js +102 -0
  71. package/dist/wallets/walletConnectors/chunk-OUQ3ZF2W.js +100 -0
  72. package/dist/wallets/walletConnectors/chunk-OXWTS7HX.js +98 -0
  73. package/dist/wallets/walletConnectors/{chunk-P4JLZ42R.js → chunk-P4C7ZHIS.js} +1 -1
  74. package/dist/wallets/walletConnectors/{chunk-H76YCX2M.js → chunk-PILSRRPJ.js} +1 -1
  75. package/dist/wallets/walletConnectors/chunk-PJRUHFBT.js +71 -0
  76. package/dist/wallets/walletConnectors/{chunk-RTW6PVQI.js → chunk-PQSJXOGA.js} +4 -4
  77. package/dist/wallets/walletConnectors/{chunk-V45EXW7A.js → chunk-QGQISKXF.js} +1 -1
  78. package/dist/wallets/walletConnectors/{chunk-4WOV4ITL.js → chunk-QS2J6MWB.js} +1 -1
  79. package/dist/wallets/walletConnectors/{chunk-VWZEDVW6.js → chunk-QUFNIKMV.js} +4 -4
  80. package/dist/wallets/walletConnectors/{chunk-H273OTQA.js → chunk-R2GYJ376.js} +1 -1
  81. package/dist/wallets/walletConnectors/{chunk-Z2HIQYVN.js → chunk-R5GNFRXW.js} +1 -1
  82. package/dist/wallets/walletConnectors/chunk-S2IWMXKX.js +94 -0
  83. package/dist/wallets/walletConnectors/{chunk-FLY7F4XA.js → chunk-SJWHYD45.js} +1 -1
  84. package/dist/wallets/walletConnectors/{chunk-OKWOB3DN.js → chunk-TKXMLZXG.js} +4 -4
  85. package/dist/wallets/walletConnectors/chunk-TUK3HNKY.js +182 -0
  86. package/dist/wallets/walletConnectors/chunk-UWU574XS.js +95 -0
  87. package/dist/wallets/walletConnectors/chunk-WH7S23VZ.js +73 -0
  88. package/dist/wallets/walletConnectors/{chunk-ZBAQFL6G.js → chunk-WS4EM7AZ.js} +1 -1
  89. package/dist/wallets/walletConnectors/{chunk-SYELB4QO.js → chunk-XB2GFXBL.js} +4 -4
  90. package/dist/wallets/walletConnectors/{chunk-ZOL6ZMTJ.js → chunk-XEZPRJPV.js} +1 -1
  91. package/dist/wallets/walletConnectors/chunk-XUXFYTCV.js +96 -0
  92. package/dist/wallets/walletConnectors/{chunk-DPXMP5KS.js → chunk-Z5QFIFDP.js} +1 -1
  93. package/dist/wallets/walletConnectors/{chunk-CUKVUCIP.js → chunk-ZBQT5PV6.js} +4 -4
  94. package/dist/wallets/walletConnectors/{chunk-PWYTDYBE.js → chunk-ZCSUP7CX.js} +1 -1
  95. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  96. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  97. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.d.ts +7 -1
  98. package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.js +1 -2
  99. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  100. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
  101. package/dist/wallets/walletConnectors/desigWallet/desigWallet.js +2 -2
  102. package/dist/wallets/walletConnectors/enkryptWallet/enkryptWallet.js +2 -2
  103. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  104. package/dist/wallets/walletConnectors/frameWallet/frameWallet.js +2 -2
  105. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  106. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  107. package/dist/wallets/walletConnectors/index.js +78 -78
  108. package/dist/wallets/walletConnectors/injectedWallet/injectedWallet.js +2 -2
  109. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  110. package/dist/wallets/walletConnectors/mewWallet/mewWallet.js +2 -2
  111. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  112. package/dist/wallets/walletConnectors/oneKeyWallet/oneKeyWallet.js +2 -2
  113. package/dist/wallets/walletConnectors/phantomWallet/phantomWallet.js +2 -2
  114. package/dist/wallets/walletConnectors/rabbyWallet/rabbyWallet.js +2 -2
  115. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  116. package/dist/wallets/walletConnectors/ramperWallet/ramperWallet.js +2 -2
  117. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  118. package/dist/wallets/walletConnectors/safeheronWallet/safeheronWallet.js +2 -2
  119. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  120. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  121. package/dist/wallets/walletConnectors/tahoWallet/tahoWallet.js +2 -2
  122. package/dist/wallets/walletConnectors/talismanWallet/talismanWallet.js +2 -2
  123. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  124. package/dist/wallets/walletConnectors/tokenaryWallet/tokenaryWallet.js +2 -2
  125. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  126. package/dist/wallets/walletConnectors/xdefiWallet/xdefiWallet.js +2 -2
  127. package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
  128. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  129. package/package.json +4 -4
  130. package/dist/wallets/walletConnectors/chunk-YC7XNS7C.js +0 -98
@@ -169,18 +169,18 @@ export declare const getDefaultChains: () => ({
169
169
  maxFeePerBlobGas?: `0x${string}` | undefined;
170
170
  maxFeePerGas?: `0x${string}` | undefined;
171
171
  maxPriorityFeePerGas?: `0x${string}` | undefined;
172
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
172
173
  to?: `0x${string}` | null | undefined;
173
174
  from?: `0x${string}` | undefined;
174
175
  gas?: `0x${string}` | undefined;
175
176
  nonce?: `0x${string}` | undefined;
176
177
  value?: `0x${string}` | undefined;
177
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
178
- accessList?: undefined;
179
178
  blockHash?: `0x${string}` | null | undefined;
180
179
  blockNumber?: `0x${string}` | null | undefined;
181
180
  hash?: `0x${string}` | undefined;
182
181
  input?: `0x${string}` | undefined;
183
182
  transactionIndex?: `0x${string}` | null | undefined;
183
+ accessList?: undefined;
184
184
  blobVersionedHashes?: undefined;
185
185
  chainId?: `0x${string}` | undefined;
186
186
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -220,18 +220,18 @@ export declare const getDefaultChains: () => ({
220
220
  maxFeePerBlobGas?: `0x${string}` | undefined;
221
221
  maxFeePerGas?: `0x${string}` | undefined;
222
222
  maxPriorityFeePerGas?: `0x${string}` | undefined;
223
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
223
224
  to?: `0x${string}` | null | undefined;
224
225
  from?: `0x${string}` | undefined;
225
226
  gas?: `0x${string}` | undefined;
226
227
  nonce?: `0x${string}` | undefined;
227
228
  value?: `0x${string}` | undefined;
228
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
229
- accessList?: undefined;
230
229
  blockHash?: `0x${string}` | null | undefined;
231
230
  blockNumber?: `0x${string}` | null | undefined;
232
231
  hash?: `0x${string}` | undefined;
233
232
  input?: `0x${string}` | undefined;
234
233
  transactionIndex?: `0x${string}` | null | undefined;
234
+ accessList?: undefined;
235
235
  blobVersionedHashes?: undefined;
236
236
  chainId?: `0x${string}` | undefined;
237
237
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -248,18 +248,18 @@ export declare const getDefaultChains: () => ({
248
248
  maxFeePerBlobGas?: `0x${string}` | undefined;
249
249
  maxFeePerGas?: `0x${string}` | undefined;
250
250
  maxPriorityFeePerGas?: `0x${string}` | undefined;
251
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
251
252
  to?: `0x${string}` | null | undefined;
252
253
  from?: `0x${string}` | undefined;
253
254
  gas?: `0x${string}` | undefined;
254
255
  nonce?: `0x${string}` | undefined;
255
256
  value?: `0x${string}` | undefined;
256
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
257
- accessList?: import("viem").AccessList | undefined;
258
257
  blockHash?: `0x${string}` | null | undefined;
259
258
  blockNumber?: `0x${string}` | null | undefined;
260
259
  hash?: `0x${string}` | undefined;
261
260
  input?: `0x${string}` | undefined;
262
261
  transactionIndex?: `0x${string}` | null | undefined;
262
+ accessList?: import("viem").AccessList | undefined;
263
263
  blobVersionedHashes?: undefined;
264
264
  chainId?: `0x${string}` | undefined;
265
265
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -299,18 +299,18 @@ export declare const getDefaultChains: () => ({
299
299
  maxFeePerBlobGas?: `0x${string}` | undefined;
300
300
  maxFeePerGas?: `0x${string}` | undefined;
301
301
  maxPriorityFeePerGas?: `0x${string}` | undefined;
302
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
302
303
  to?: `0x${string}` | null | undefined;
303
304
  from?: `0x${string}` | undefined;
304
305
  gas?: `0x${string}` | undefined;
305
306
  nonce?: `0x${string}` | undefined;
306
307
  value?: `0x${string}` | undefined;
307
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
308
- accessList?: import("viem").AccessList | undefined;
309
308
  blockHash?: `0x${string}` | null | undefined;
310
309
  blockNumber?: `0x${string}` | null | undefined;
311
310
  hash?: `0x${string}` | undefined;
312
311
  input?: `0x${string}` | undefined;
313
312
  transactionIndex?: `0x${string}` | null | undefined;
313
+ accessList?: import("viem").AccessList | undefined;
314
314
  blobVersionedHashes?: undefined;
315
315
  chainId?: `0x${string}` | undefined;
316
316
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -350,18 +350,18 @@ export declare const getDefaultChains: () => ({
350
350
  maxFeePerBlobGas?: `0x${string}` | undefined;
351
351
  maxFeePerGas?: `0x${string}` | undefined;
352
352
  maxPriorityFeePerGas?: `0x${string}` | undefined;
353
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
353
354
  to?: `0x${string}` | null | undefined;
354
355
  from?: `0x${string}` | undefined;
355
356
  gas?: `0x${string}` | undefined;
356
357
  nonce?: `0x${string}` | undefined;
357
358
  value?: `0x${string}` | undefined;
358
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
359
- accessList?: import("viem").AccessList | undefined;
360
359
  blockHash?: `0x${string}` | null | undefined;
361
360
  blockNumber?: `0x${string}` | null | undefined;
362
361
  hash?: `0x${string}` | undefined;
363
362
  input?: `0x${string}` | undefined;
364
363
  transactionIndex?: `0x${string}` | null | undefined;
364
+ accessList?: import("viem").AccessList | undefined;
365
365
  blobVersionedHashes?: undefined;
366
366
  chainId?: `0x${string}` | undefined;
367
367
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -401,18 +401,18 @@ export declare const getDefaultChains: () => ({
401
401
  maxFeePerBlobGas?: `0x${string}` | undefined;
402
402
  maxFeePerGas?: `0x${string}` | undefined;
403
403
  maxPriorityFeePerGas?: `0x${string}` | undefined;
404
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
404
405
  to?: `0x${string}` | null | undefined;
405
406
  from?: `0x${string}` | undefined;
406
407
  gas?: `0x${string}` | undefined;
407
408
  nonce?: `0x${string}` | undefined;
408
409
  value?: `0x${string}` | undefined;
409
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
410
- accessList?: import("viem").AccessList | undefined;
411
410
  blockHash?: `0x${string}` | null | undefined;
412
411
  blockNumber?: `0x${string}` | null | undefined;
413
412
  hash?: `0x${string}` | undefined;
414
413
  input?: `0x${string}` | undefined;
415
414
  transactionIndex?: `0x${string}` | null | undefined;
415
+ accessList?: import("viem").AccessList | undefined;
416
416
  blobVersionedHashes?: undefined;
417
417
  chainId?: `0x${string}` | undefined;
418
418
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -429,18 +429,18 @@ export declare const getDefaultChains: () => ({
429
429
  maxFeePerBlobGas?: `0x${string}` | undefined;
430
430
  maxFeePerGas?: `0x${string}` | undefined;
431
431
  maxPriorityFeePerGas?: `0x${string}` | undefined;
432
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
432
433
  to?: `0x${string}` | null | undefined;
433
434
  from?: `0x${string}` | undefined;
434
435
  gas?: `0x${string}` | undefined;
435
436
  nonce?: `0x${string}` | undefined;
436
437
  value?: `0x${string}` | undefined;
437
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
438
- accessList?: import("viem").AccessList | undefined;
439
438
  blockHash?: `0x${string}` | null | undefined;
440
439
  blockNumber?: `0x${string}` | null | undefined;
441
440
  hash?: `0x${string}` | undefined;
442
441
  input?: `0x${string}` | undefined;
443
442
  transactionIndex?: `0x${string}` | null | undefined;
443
+ accessList?: import("viem").AccessList | undefined;
444
444
  blobVersionedHashes?: undefined;
445
445
  chainId?: `0x${string}` | undefined;
446
446
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -480,18 +480,18 @@ export declare const getDefaultChains: () => ({
480
480
  maxFeePerBlobGas?: `0x${string}` | undefined;
481
481
  maxFeePerGas?: `0x${string}` | undefined;
482
482
  maxPriorityFeePerGas?: `0x${string}` | undefined;
483
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
483
484
  to?: `0x${string}` | null | undefined;
484
485
  from?: `0x${string}` | undefined;
485
486
  gas?: `0x${string}` | undefined;
486
487
  nonce?: `0x${string}` | undefined;
487
488
  value?: `0x${string}` | undefined;
488
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
489
- accessList?: import("viem").AccessList | undefined;
490
489
  blockHash?: `0x${string}` | null | undefined;
491
490
  blockNumber?: `0x${string}` | null | undefined;
492
491
  hash?: `0x${string}` | undefined;
493
492
  input?: `0x${string}` | undefined;
494
493
  transactionIndex?: `0x${string}` | null | undefined;
494
+ accessList?: import("viem").AccessList | undefined;
495
495
  blobVersionedHashes?: undefined;
496
496
  chainId?: `0x${string}` | undefined;
497
497
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -531,18 +531,18 @@ export declare const getDefaultChains: () => ({
531
531
  maxFeePerBlobGas?: `0x${string}` | undefined;
532
532
  maxFeePerGas?: `0x${string}` | undefined;
533
533
  maxPriorityFeePerGas?: `0x${string}` | undefined;
534
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
534
535
  to?: `0x${string}` | null | undefined;
535
536
  from?: `0x${string}` | undefined;
536
537
  gas?: `0x${string}` | undefined;
537
538
  nonce?: `0x${string}` | undefined;
538
539
  value?: `0x${string}` | undefined;
539
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
540
- accessList?: import("viem").AccessList | undefined;
541
540
  blockHash?: `0x${string}` | null | undefined;
542
541
  blockNumber?: `0x${string}` | null | undefined;
543
542
  hash?: `0x${string}` | undefined;
544
543
  input?: `0x${string}` | undefined;
545
544
  transactionIndex?: `0x${string}` | null | undefined;
545
+ accessList?: import("viem").AccessList | undefined;
546
546
  blobVersionedHashes?: undefined;
547
547
  chainId?: `0x${string}` | undefined;
548
548
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -582,18 +582,18 @@ export declare const getDefaultChains: () => ({
582
582
  maxFeePerBlobGas?: `0x${string}` | undefined;
583
583
  maxFeePerGas?: `0x${string}` | undefined;
584
584
  maxPriorityFeePerGas?: `0x${string}` | undefined;
585
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
585
586
  to?: `0x${string}` | null | undefined;
586
587
  from?: `0x${string}` | undefined;
587
588
  gas?: `0x${string}` | undefined;
588
589
  nonce?: `0x${string}` | undefined;
589
590
  value?: `0x${string}` | undefined;
590
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
591
- accessList?: import("viem").AccessList | undefined;
592
591
  blockHash?: `0x${string}` | null | undefined;
593
592
  blockNumber?: `0x${string}` | null | undefined;
594
593
  hash?: `0x${string}` | undefined;
595
594
  input?: `0x${string}` | undefined;
596
595
  transactionIndex?: `0x${string}` | null | undefined;
596
+ accessList?: import("viem").AccessList | undefined;
597
597
  blobVersionedHashes?: undefined;
598
598
  chainId?: `0x${string}` | undefined;
599
599
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -610,18 +610,18 @@ export declare const getDefaultChains: () => ({
610
610
  maxFeePerBlobGas?: `0x${string}` | undefined;
611
611
  maxFeePerGas?: `0x${string}` | undefined;
612
612
  maxPriorityFeePerGas?: `0x${string}` | undefined;
613
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
613
614
  to?: `0x${string}` | null | undefined;
614
615
  from?: `0x${string}` | undefined;
615
616
  gas?: `0x${string}` | undefined;
616
617
  nonce?: `0x${string}` | undefined;
617
618
  value?: `0x${string}` | undefined;
618
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
619
- accessList?: import("viem").AccessList | undefined;
620
619
  blockHash?: `0x${string}` | null | undefined;
621
620
  blockNumber?: `0x${string}` | null | undefined;
622
621
  hash?: `0x${string}` | undefined;
623
622
  input?: `0x${string}` | undefined;
624
623
  transactionIndex?: `0x${string}` | null | undefined;
624
+ accessList?: import("viem").AccessList | undefined;
625
625
  blobVersionedHashes?: `0x${string}`[] | undefined;
626
626
  chainId?: `0x${string}` | undefined;
627
627
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -661,18 +661,18 @@ export declare const getDefaultChains: () => ({
661
661
  maxFeePerBlobGas?: `0x${string}` | undefined;
662
662
  maxFeePerGas?: `0x${string}` | undefined;
663
663
  maxPriorityFeePerGas?: `0x${string}` | undefined;
664
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
664
665
  to?: `0x${string}` | null | undefined;
665
666
  from?: `0x${string}` | undefined;
666
667
  gas?: `0x${string}` | undefined;
667
668
  nonce?: `0x${string}` | undefined;
668
669
  value?: `0x${string}` | undefined;
669
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
670
- accessList?: import("viem").AccessList | undefined;
671
670
  blockHash?: `0x${string}` | null | undefined;
672
671
  blockNumber?: `0x${string}` | null | undefined;
673
672
  hash?: `0x${string}` | undefined;
674
673
  input?: `0x${string}` | undefined;
675
674
  transactionIndex?: `0x${string}` | null | undefined;
675
+ accessList?: import("viem").AccessList | undefined;
676
676
  blobVersionedHashes?: `0x${string}`[] | undefined;
677
677
  chainId?: `0x${string}` | undefined;
678
678
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -712,18 +712,18 @@ export declare const getDefaultChains: () => ({
712
712
  maxFeePerBlobGas?: `0x${string}` | undefined;
713
713
  maxFeePerGas?: `0x${string}` | undefined;
714
714
  maxPriorityFeePerGas?: `0x${string}` | undefined;
715
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
715
716
  to?: `0x${string}` | null | undefined;
716
717
  from?: `0x${string}` | undefined;
717
718
  gas?: `0x${string}` | undefined;
718
719
  nonce?: `0x${string}` | undefined;
719
720
  value?: `0x${string}` | undefined;
720
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
721
- accessList?: import("viem").AccessList | undefined;
722
721
  blockHash?: `0x${string}` | null | undefined;
723
722
  blockNumber?: `0x${string}` | null | undefined;
724
723
  hash?: `0x${string}` | undefined;
725
724
  input?: `0x${string}` | undefined;
726
725
  transactionIndex?: `0x${string}` | null | undefined;
726
+ accessList?: import("viem").AccessList | undefined;
727
727
  blobVersionedHashes?: `0x${string}`[] | undefined;
728
728
  chainId?: `0x${string}` | undefined;
729
729
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -763,18 +763,18 @@ export declare const getDefaultChains: () => ({
763
763
  maxFeePerBlobGas?: `0x${string}` | undefined;
764
764
  maxFeePerGas?: `0x${string}` | undefined;
765
765
  maxPriorityFeePerGas?: `0x${string}` | undefined;
766
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
766
767
  to?: `0x${string}` | null | undefined;
767
768
  from?: `0x${string}` | undefined;
768
769
  gas?: `0x${string}` | undefined;
769
770
  nonce?: `0x${string}` | undefined;
770
771
  value?: `0x${string}` | undefined;
771
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
772
- accessList?: import("viem").AccessList | undefined;
773
772
  blockHash?: `0x${string}` | null | undefined;
774
773
  blockNumber?: `0x${string}` | null | undefined;
775
774
  hash?: `0x${string}` | undefined;
776
775
  input?: `0x${string}` | undefined;
777
776
  transactionIndex?: `0x${string}` | null | undefined;
777
+ accessList?: import("viem").AccessList | undefined;
778
778
  blobVersionedHashes?: `0x${string}`[] | undefined;
779
779
  chainId?: `0x${string}` | undefined;
780
780
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -814,18 +814,18 @@ export declare const getDefaultChains: () => ({
814
814
  maxFeePerBlobGas?: `0x${string}` | undefined;
815
815
  maxFeePerGas?: `0x${string}` | undefined;
816
816
  maxPriorityFeePerGas?: `0x${string}` | undefined;
817
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
817
818
  to?: `0x${string}` | null | undefined;
818
819
  from?: `0x${string}` | undefined;
819
820
  gas?: `0x${string}` | undefined;
820
821
  nonce?: `0x${string}` | undefined;
821
822
  value?: `0x${string}` | undefined;
822
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
823
- accessList?: import("viem").AccessList | undefined;
824
823
  blockHash?: `0x${string}` | null | undefined;
825
824
  blockNumber?: `0x${string}` | null | undefined;
826
825
  hash?: `0x${string}` | undefined;
827
826
  input?: `0x${string}` | undefined;
828
827
  transactionIndex?: `0x${string}` | null | undefined;
828
+ accessList?: import("viem").AccessList | undefined;
829
829
  blobVersionedHashes?: `0x${string}`[] | undefined;
830
830
  chainId?: `0x${string}` | undefined;
831
831
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -1310,18 +1310,18 @@ export declare const getDefaultChains: () => ({
1310
1310
  maxFeePerBlobGas?: `0x${string}` | undefined;
1311
1311
  maxFeePerGas?: `0x${string}` | undefined;
1312
1312
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1313
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1313
1314
  to?: `0x${string}` | null | undefined;
1314
1315
  from?: `0x${string}` | undefined;
1315
1316
  gas?: `0x${string}` | undefined;
1316
1317
  nonce?: `0x${string}` | undefined;
1317
1318
  value?: `0x${string}` | undefined;
1318
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1319
- accessList?: undefined;
1320
1319
  blockHash?: `0x${string}` | null | undefined;
1321
1320
  blockNumber?: `0x${string}` | null | undefined;
1322
1321
  hash?: `0x${string}` | undefined;
1323
1322
  input?: `0x${string}` | undefined;
1324
1323
  transactionIndex?: `0x${string}` | null | undefined;
1324
+ accessList?: undefined;
1325
1325
  blobVersionedHashes?: undefined;
1326
1326
  chainId?: `0x${string}` | undefined;
1327
1327
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1361,18 +1361,18 @@ export declare const getDefaultChains: () => ({
1361
1361
  maxFeePerBlobGas?: `0x${string}` | undefined;
1362
1362
  maxFeePerGas?: `0x${string}` | undefined;
1363
1363
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1364
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1364
1365
  to?: `0x${string}` | null | undefined;
1365
1366
  from?: `0x${string}` | undefined;
1366
1367
  gas?: `0x${string}` | undefined;
1367
1368
  nonce?: `0x${string}` | undefined;
1368
1369
  value?: `0x${string}` | undefined;
1369
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1370
- accessList?: undefined;
1371
1370
  blockHash?: `0x${string}` | null | undefined;
1372
1371
  blockNumber?: `0x${string}` | null | undefined;
1373
1372
  hash?: `0x${string}` | undefined;
1374
1373
  input?: `0x${string}` | undefined;
1375
1374
  transactionIndex?: `0x${string}` | null | undefined;
1375
+ accessList?: undefined;
1376
1376
  blobVersionedHashes?: undefined;
1377
1377
  chainId?: `0x${string}` | undefined;
1378
1378
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -1389,18 +1389,18 @@ export declare const getDefaultChains: () => ({
1389
1389
  maxFeePerBlobGas?: `0x${string}` | undefined;
1390
1390
  maxFeePerGas?: `0x${string}` | undefined;
1391
1391
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1392
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1392
1393
  to?: `0x${string}` | null | undefined;
1393
1394
  from?: `0x${string}` | undefined;
1394
1395
  gas?: `0x${string}` | undefined;
1395
1396
  nonce?: `0x${string}` | undefined;
1396
1397
  value?: `0x${string}` | undefined;
1397
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1398
- accessList?: import("viem").AccessList | undefined;
1399
1398
  blockHash?: `0x${string}` | null | undefined;
1400
1399
  blockNumber?: `0x${string}` | null | undefined;
1401
1400
  hash?: `0x${string}` | undefined;
1402
1401
  input?: `0x${string}` | undefined;
1403
1402
  transactionIndex?: `0x${string}` | null | undefined;
1403
+ accessList?: import("viem").AccessList | undefined;
1404
1404
  blobVersionedHashes?: undefined;
1405
1405
  chainId?: `0x${string}` | undefined;
1406
1406
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1440,18 +1440,18 @@ export declare const getDefaultChains: () => ({
1440
1440
  maxFeePerBlobGas?: `0x${string}` | undefined;
1441
1441
  maxFeePerGas?: `0x${string}` | undefined;
1442
1442
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1443
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1443
1444
  to?: `0x${string}` | null | undefined;
1444
1445
  from?: `0x${string}` | undefined;
1445
1446
  gas?: `0x${string}` | undefined;
1446
1447
  nonce?: `0x${string}` | undefined;
1447
1448
  value?: `0x${string}` | undefined;
1448
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1449
- accessList?: import("viem").AccessList | undefined;
1450
1449
  blockHash?: `0x${string}` | null | undefined;
1451
1450
  blockNumber?: `0x${string}` | null | undefined;
1452
1451
  hash?: `0x${string}` | undefined;
1453
1452
  input?: `0x${string}` | undefined;
1454
1453
  transactionIndex?: `0x${string}` | null | undefined;
1454
+ accessList?: import("viem").AccessList | undefined;
1455
1455
  blobVersionedHashes?: undefined;
1456
1456
  chainId?: `0x${string}` | undefined;
1457
1457
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1491,18 +1491,18 @@ export declare const getDefaultChains: () => ({
1491
1491
  maxFeePerBlobGas?: `0x${string}` | undefined;
1492
1492
  maxFeePerGas?: `0x${string}` | undefined;
1493
1493
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1494
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1494
1495
  to?: `0x${string}` | null | undefined;
1495
1496
  from?: `0x${string}` | undefined;
1496
1497
  gas?: `0x${string}` | undefined;
1497
1498
  nonce?: `0x${string}` | undefined;
1498
1499
  value?: `0x${string}` | undefined;
1499
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1500
- accessList?: import("viem").AccessList | undefined;
1501
1500
  blockHash?: `0x${string}` | null | undefined;
1502
1501
  blockNumber?: `0x${string}` | null | undefined;
1503
1502
  hash?: `0x${string}` | undefined;
1504
1503
  input?: `0x${string}` | undefined;
1505
1504
  transactionIndex?: `0x${string}` | null | undefined;
1505
+ accessList?: import("viem").AccessList | undefined;
1506
1506
  blobVersionedHashes?: undefined;
1507
1507
  chainId?: `0x${string}` | undefined;
1508
1508
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1542,18 +1542,18 @@ export declare const getDefaultChains: () => ({
1542
1542
  maxFeePerBlobGas?: `0x${string}` | undefined;
1543
1543
  maxFeePerGas?: `0x${string}` | undefined;
1544
1544
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1545
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1545
1546
  to?: `0x${string}` | null | undefined;
1546
1547
  from?: `0x${string}` | undefined;
1547
1548
  gas?: `0x${string}` | undefined;
1548
1549
  nonce?: `0x${string}` | undefined;
1549
1550
  value?: `0x${string}` | undefined;
1550
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1551
- accessList?: import("viem").AccessList | undefined;
1552
1551
  blockHash?: `0x${string}` | null | undefined;
1553
1552
  blockNumber?: `0x${string}` | null | undefined;
1554
1553
  hash?: `0x${string}` | undefined;
1555
1554
  input?: `0x${string}` | undefined;
1556
1555
  transactionIndex?: `0x${string}` | null | undefined;
1556
+ accessList?: import("viem").AccessList | undefined;
1557
1557
  blobVersionedHashes?: undefined;
1558
1558
  chainId?: `0x${string}` | undefined;
1559
1559
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -1570,18 +1570,18 @@ export declare const getDefaultChains: () => ({
1570
1570
  maxFeePerBlobGas?: `0x${string}` | undefined;
1571
1571
  maxFeePerGas?: `0x${string}` | undefined;
1572
1572
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1573
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1573
1574
  to?: `0x${string}` | null | undefined;
1574
1575
  from?: `0x${string}` | undefined;
1575
1576
  gas?: `0x${string}` | undefined;
1576
1577
  nonce?: `0x${string}` | undefined;
1577
1578
  value?: `0x${string}` | undefined;
1578
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1579
- accessList?: import("viem").AccessList | undefined;
1580
1579
  blockHash?: `0x${string}` | null | undefined;
1581
1580
  blockNumber?: `0x${string}` | null | undefined;
1582
1581
  hash?: `0x${string}` | undefined;
1583
1582
  input?: `0x${string}` | undefined;
1584
1583
  transactionIndex?: `0x${string}` | null | undefined;
1584
+ accessList?: import("viem").AccessList | undefined;
1585
1585
  blobVersionedHashes?: undefined;
1586
1586
  chainId?: `0x${string}` | undefined;
1587
1587
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1621,18 +1621,18 @@ export declare const getDefaultChains: () => ({
1621
1621
  maxFeePerBlobGas?: `0x${string}` | undefined;
1622
1622
  maxFeePerGas?: `0x${string}` | undefined;
1623
1623
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1624
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1624
1625
  to?: `0x${string}` | null | undefined;
1625
1626
  from?: `0x${string}` | undefined;
1626
1627
  gas?: `0x${string}` | undefined;
1627
1628
  nonce?: `0x${string}` | undefined;
1628
1629
  value?: `0x${string}` | undefined;
1629
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1630
- accessList?: import("viem").AccessList | undefined;
1631
1630
  blockHash?: `0x${string}` | null | undefined;
1632
1631
  blockNumber?: `0x${string}` | null | undefined;
1633
1632
  hash?: `0x${string}` | undefined;
1634
1633
  input?: `0x${string}` | undefined;
1635
1634
  transactionIndex?: `0x${string}` | null | undefined;
1635
+ accessList?: import("viem").AccessList | undefined;
1636
1636
  blobVersionedHashes?: undefined;
1637
1637
  chainId?: `0x${string}` | undefined;
1638
1638
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1672,18 +1672,18 @@ export declare const getDefaultChains: () => ({
1672
1672
  maxFeePerBlobGas?: `0x${string}` | undefined;
1673
1673
  maxFeePerGas?: `0x${string}` | undefined;
1674
1674
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1675
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1675
1676
  to?: `0x${string}` | null | undefined;
1676
1677
  from?: `0x${string}` | undefined;
1677
1678
  gas?: `0x${string}` | undefined;
1678
1679
  nonce?: `0x${string}` | undefined;
1679
1680
  value?: `0x${string}` | undefined;
1680
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1681
- accessList?: import("viem").AccessList | undefined;
1682
1681
  blockHash?: `0x${string}` | null | undefined;
1683
1682
  blockNumber?: `0x${string}` | null | undefined;
1684
1683
  hash?: `0x${string}` | undefined;
1685
1684
  input?: `0x${string}` | undefined;
1686
1685
  transactionIndex?: `0x${string}` | null | undefined;
1686
+ accessList?: import("viem").AccessList | undefined;
1687
1687
  blobVersionedHashes?: undefined;
1688
1688
  chainId?: `0x${string}` | undefined;
1689
1689
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1723,18 +1723,18 @@ export declare const getDefaultChains: () => ({
1723
1723
  maxFeePerBlobGas?: `0x${string}` | undefined;
1724
1724
  maxFeePerGas?: `0x${string}` | undefined;
1725
1725
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1726
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1726
1727
  to?: `0x${string}` | null | undefined;
1727
1728
  from?: `0x${string}` | undefined;
1728
1729
  gas?: `0x${string}` | undefined;
1729
1730
  nonce?: `0x${string}` | undefined;
1730
1731
  value?: `0x${string}` | undefined;
1731
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1732
- accessList?: import("viem").AccessList | undefined;
1733
1732
  blockHash?: `0x${string}` | null | undefined;
1734
1733
  blockNumber?: `0x${string}` | null | undefined;
1735
1734
  hash?: `0x${string}` | undefined;
1736
1735
  input?: `0x${string}` | undefined;
1737
1736
  transactionIndex?: `0x${string}` | null | undefined;
1737
+ accessList?: import("viem").AccessList | undefined;
1738
1738
  blobVersionedHashes?: undefined;
1739
1739
  chainId?: `0x${string}` | undefined;
1740
1740
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -1751,18 +1751,18 @@ export declare const getDefaultChains: () => ({
1751
1751
  maxFeePerBlobGas?: `0x${string}` | undefined;
1752
1752
  maxFeePerGas?: `0x${string}` | undefined;
1753
1753
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1754
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1754
1755
  to?: `0x${string}` | null | undefined;
1755
1756
  from?: `0x${string}` | undefined;
1756
1757
  gas?: `0x${string}` | undefined;
1757
1758
  nonce?: `0x${string}` | undefined;
1758
1759
  value?: `0x${string}` | undefined;
1759
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1760
- accessList?: import("viem").AccessList | undefined;
1761
1760
  blockHash?: `0x${string}` | null | undefined;
1762
1761
  blockNumber?: `0x${string}` | null | undefined;
1763
1762
  hash?: `0x${string}` | undefined;
1764
1763
  input?: `0x${string}` | undefined;
1765
1764
  transactionIndex?: `0x${string}` | null | undefined;
1765
+ accessList?: import("viem").AccessList | undefined;
1766
1766
  blobVersionedHashes?: `0x${string}`[] | undefined;
1767
1767
  chainId?: `0x${string}` | undefined;
1768
1768
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1802,18 +1802,18 @@ export declare const getDefaultChains: () => ({
1802
1802
  maxFeePerBlobGas?: `0x${string}` | undefined;
1803
1803
  maxFeePerGas?: `0x${string}` | undefined;
1804
1804
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1805
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1805
1806
  to?: `0x${string}` | null | undefined;
1806
1807
  from?: `0x${string}` | undefined;
1807
1808
  gas?: `0x${string}` | undefined;
1808
1809
  nonce?: `0x${string}` | undefined;
1809
1810
  value?: `0x${string}` | undefined;
1810
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1811
- accessList?: import("viem").AccessList | undefined;
1812
1811
  blockHash?: `0x${string}` | null | undefined;
1813
1812
  blockNumber?: `0x${string}` | null | undefined;
1814
1813
  hash?: `0x${string}` | undefined;
1815
1814
  input?: `0x${string}` | undefined;
1816
1815
  transactionIndex?: `0x${string}` | null | undefined;
1816
+ accessList?: import("viem").AccessList | undefined;
1817
1817
  blobVersionedHashes?: `0x${string}`[] | undefined;
1818
1818
  chainId?: `0x${string}` | undefined;
1819
1819
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1853,18 +1853,18 @@ export declare const getDefaultChains: () => ({
1853
1853
  maxFeePerBlobGas?: `0x${string}` | undefined;
1854
1854
  maxFeePerGas?: `0x${string}` | undefined;
1855
1855
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1856
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1856
1857
  to?: `0x${string}` | null | undefined;
1857
1858
  from?: `0x${string}` | undefined;
1858
1859
  gas?: `0x${string}` | undefined;
1859
1860
  nonce?: `0x${string}` | undefined;
1860
1861
  value?: `0x${string}` | undefined;
1861
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1862
- accessList?: import("viem").AccessList | undefined;
1863
1862
  blockHash?: `0x${string}` | null | undefined;
1864
1863
  blockNumber?: `0x${string}` | null | undefined;
1865
1864
  hash?: `0x${string}` | undefined;
1866
1865
  input?: `0x${string}` | undefined;
1867
1866
  transactionIndex?: `0x${string}` | null | undefined;
1867
+ accessList?: import("viem").AccessList | undefined;
1868
1868
  blobVersionedHashes?: `0x${string}`[] | undefined;
1869
1869
  chainId?: `0x${string}` | undefined;
1870
1870
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1904,18 +1904,18 @@ export declare const getDefaultChains: () => ({
1904
1904
  maxFeePerBlobGas?: `0x${string}` | undefined;
1905
1905
  maxFeePerGas?: `0x${string}` | undefined;
1906
1906
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1907
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1907
1908
  to?: `0x${string}` | null | undefined;
1908
1909
  from?: `0x${string}` | undefined;
1909
1910
  gas?: `0x${string}` | undefined;
1910
1911
  nonce?: `0x${string}` | undefined;
1911
1912
  value?: `0x${string}` | undefined;
1912
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1913
- accessList?: import("viem").AccessList | undefined;
1914
1913
  blockHash?: `0x${string}` | null | undefined;
1915
1914
  blockNumber?: `0x${string}` | null | undefined;
1916
1915
  hash?: `0x${string}` | undefined;
1917
1916
  input?: `0x${string}` | undefined;
1918
1917
  transactionIndex?: `0x${string}` | null | undefined;
1918
+ accessList?: import("viem").AccessList | undefined;
1919
1919
  blobVersionedHashes?: `0x${string}`[] | undefined;
1920
1920
  chainId?: `0x${string}` | undefined;
1921
1921
  } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
@@ -1955,18 +1955,18 @@ export declare const getDefaultChains: () => ({
1955
1955
  maxFeePerBlobGas?: `0x${string}` | undefined;
1956
1956
  maxFeePerGas?: `0x${string}` | undefined;
1957
1957
  maxPriorityFeePerGas?: `0x${string}` | undefined;
1958
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1958
1959
  to?: `0x${string}` | null | undefined;
1959
1960
  from?: `0x${string}` | undefined;
1960
1961
  gas?: `0x${string}` | undefined;
1961
1962
  nonce?: `0x${string}` | undefined;
1962
1963
  value?: `0x${string}` | undefined;
1963
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1964
- accessList?: import("viem").AccessList | undefined;
1965
1964
  blockHash?: `0x${string}` | null | undefined;
1966
1965
  blockNumber?: `0x${string}` | null | undefined;
1967
1966
  hash?: `0x${string}` | undefined;
1968
1967
  input?: `0x${string}` | undefined;
1969
1968
  transactionIndex?: `0x${string}` | null | undefined;
1969
+ accessList?: import("viem").AccessList | undefined;
1970
1970
  blobVersionedHashes?: `0x${string}`[] | undefined;
1971
1971
  chainId?: `0x${string}` | undefined;
1972
1972
  } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
@@ -2758,6 +2758,9 @@ export declare const getDefaultChains: () => ({
2758
2758
  accessList?: undefined;
2759
2759
  blobs?: undefined;
2760
2760
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2761
+ blobVersionedHashes?: undefined;
2762
+ kzg?: undefined;
2763
+ sidecars?: undefined;
2761
2764
  } & {
2762
2765
  data?: `0x${string}` | undefined;
2763
2766
  from: `0x${string}`;
@@ -2772,6 +2775,9 @@ export declare const getDefaultChains: () => ({
2772
2775
  accessList?: undefined;
2773
2776
  blobs?: undefined;
2774
2777
  type?: "legacy" | undefined;
2778
+ blobVersionedHashes?: undefined;
2779
+ kzg?: undefined;
2780
+ sidecars?: undefined;
2775
2781
  } & {
2776
2782
  gasPerPubdata?: undefined;
2777
2783
  customSignature?: undefined;
@@ -2792,6 +2798,9 @@ export declare const getDefaultChains: () => ({
2792
2798
  accessList?: undefined;
2793
2799
  blobs?: undefined;
2794
2800
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2801
+ blobVersionedHashes?: undefined;
2802
+ kzg?: undefined;
2803
+ sidecars?: undefined;
2795
2804
  } & {
2796
2805
  data?: `0x${string}` | undefined;
2797
2806
  from: `0x${string}`;
@@ -2806,6 +2815,9 @@ export declare const getDefaultChains: () => ({
2806
2815
  accessList?: import("viem").AccessList | undefined;
2807
2816
  blobs?: undefined;
2808
2817
  type?: "eip2930" | undefined;
2818
+ blobVersionedHashes?: undefined;
2819
+ kzg?: undefined;
2820
+ sidecars?: undefined;
2809
2821
  } & {
2810
2822
  gasPerPubdata?: undefined;
2811
2823
  customSignature?: undefined;
@@ -2826,6 +2838,9 @@ export declare const getDefaultChains: () => ({
2826
2838
  accessList?: undefined;
2827
2839
  blobs?: undefined;
2828
2840
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2841
+ blobVersionedHashes?: undefined;
2842
+ kzg?: undefined;
2843
+ sidecars?: undefined;
2829
2844
  } & {
2830
2845
  data?: `0x${string}` | undefined;
2831
2846
  from: `0x${string}`;
@@ -2840,6 +2855,9 @@ export declare const getDefaultChains: () => ({
2840
2855
  accessList?: import("viem").AccessList | undefined;
2841
2856
  blobs?: undefined;
2842
2857
  type?: "eip1559" | undefined;
2858
+ blobVersionedHashes?: undefined;
2859
+ kzg?: undefined;
2860
+ sidecars?: undefined;
2843
2861
  } & {
2844
2862
  gasPerPubdata?: undefined;
2845
2863
  customSignature?: undefined;
@@ -2860,6 +2878,9 @@ export declare const getDefaultChains: () => ({
2860
2878
  accessList?: undefined;
2861
2879
  blobs?: undefined;
2862
2880
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2881
+ blobVersionedHashes?: undefined;
2882
+ kzg?: undefined;
2883
+ sidecars?: undefined;
2863
2884
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
2864
2885
  gasPerPubdata?: bigint | undefined;
2865
2886
  customSignature?: `0x${string}` | undefined;
@@ -2882,6 +2903,9 @@ export declare const getDefaultChains: () => ({
2882
2903
  accessList?: undefined;
2883
2904
  blobs?: undefined;
2884
2905
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2906
+ blobVersionedHashes?: undefined;
2907
+ kzg?: undefined;
2908
+ sidecars?: undefined;
2885
2909
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
2886
2910
  gasPerPubdata?: bigint | undefined;
2887
2911
  customSignature?: `0x${string}` | undefined;
@@ -2904,6 +2928,9 @@ export declare const getDefaultChains: () => ({
2904
2928
  accessList?: import("viem").AccessList | undefined;
2905
2929
  blobs?: undefined;
2906
2930
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2931
+ blobVersionedHashes?: undefined;
2932
+ kzg?: undefined;
2933
+ sidecars?: undefined;
2907
2934
  } & {
2908
2935
  data?: `0x${string}` | undefined;
2909
2936
  from: `0x${string}`;
@@ -2918,6 +2945,9 @@ export declare const getDefaultChains: () => ({
2918
2945
  accessList?: undefined;
2919
2946
  blobs?: undefined;
2920
2947
  type?: "legacy" | undefined;
2948
+ blobVersionedHashes?: undefined;
2949
+ kzg?: undefined;
2950
+ sidecars?: undefined;
2921
2951
  } & {
2922
2952
  gasPerPubdata?: undefined;
2923
2953
  customSignature?: undefined;
@@ -2938,6 +2968,9 @@ export declare const getDefaultChains: () => ({
2938
2968
  accessList?: import("viem").AccessList | undefined;
2939
2969
  blobs?: undefined;
2940
2970
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
2971
+ blobVersionedHashes?: undefined;
2972
+ kzg?: undefined;
2973
+ sidecars?: undefined;
2941
2974
  } & {
2942
2975
  data?: `0x${string}` | undefined;
2943
2976
  from: `0x${string}`;
@@ -2952,6 +2985,9 @@ export declare const getDefaultChains: () => ({
2952
2985
  accessList?: import("viem").AccessList | undefined;
2953
2986
  blobs?: undefined;
2954
2987
  type?: "eip2930" | undefined;
2988
+ blobVersionedHashes?: undefined;
2989
+ kzg?: undefined;
2990
+ sidecars?: undefined;
2955
2991
  } & {
2956
2992
  gasPerPubdata?: undefined;
2957
2993
  customSignature?: undefined;
@@ -2972,6 +3008,9 @@ export declare const getDefaultChains: () => ({
2972
3008
  accessList?: import("viem").AccessList | undefined;
2973
3009
  blobs?: undefined;
2974
3010
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3011
+ blobVersionedHashes?: undefined;
3012
+ kzg?: undefined;
3013
+ sidecars?: undefined;
2975
3014
  } & {
2976
3015
  data?: `0x${string}` | undefined;
2977
3016
  from: `0x${string}`;
@@ -2986,6 +3025,9 @@ export declare const getDefaultChains: () => ({
2986
3025
  accessList?: import("viem").AccessList | undefined;
2987
3026
  blobs?: undefined;
2988
3027
  type?: "eip1559" | undefined;
3028
+ blobVersionedHashes?: undefined;
3029
+ kzg?: undefined;
3030
+ sidecars?: undefined;
2989
3031
  } & {
2990
3032
  gasPerPubdata?: undefined;
2991
3033
  customSignature?: undefined;
@@ -3006,6 +3048,9 @@ export declare const getDefaultChains: () => ({
3006
3048
  accessList?: import("viem").AccessList | undefined;
3007
3049
  blobs?: undefined;
3008
3050
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3051
+ blobVersionedHashes?: undefined;
3052
+ kzg?: undefined;
3053
+ sidecars?: undefined;
3009
3054
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
3010
3055
  gasPerPubdata?: bigint | undefined;
3011
3056
  customSignature?: `0x${string}` | undefined;
@@ -3028,6 +3073,9 @@ export declare const getDefaultChains: () => ({
3028
3073
  accessList?: import("viem").AccessList | undefined;
3029
3074
  blobs?: undefined;
3030
3075
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3076
+ blobVersionedHashes?: undefined;
3077
+ kzg?: undefined;
3078
+ sidecars?: undefined;
3031
3079
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
3032
3080
  gasPerPubdata?: bigint | undefined;
3033
3081
  customSignature?: `0x${string}` | undefined;
@@ -3050,6 +3098,9 @@ export declare const getDefaultChains: () => ({
3050
3098
  accessList?: import("viem").AccessList | undefined;
3051
3099
  blobs?: undefined;
3052
3100
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3101
+ blobVersionedHashes?: undefined;
3102
+ kzg?: undefined;
3103
+ sidecars?: undefined;
3053
3104
  } & {
3054
3105
  data?: `0x${string}` | undefined;
3055
3106
  from: `0x${string}`;
@@ -3064,6 +3115,9 @@ export declare const getDefaultChains: () => ({
3064
3115
  accessList?: undefined;
3065
3116
  blobs?: undefined;
3066
3117
  type?: "legacy" | undefined;
3118
+ blobVersionedHashes?: undefined;
3119
+ kzg?: undefined;
3120
+ sidecars?: undefined;
3067
3121
  } & {
3068
3122
  gasPerPubdata?: undefined;
3069
3123
  customSignature?: undefined;
@@ -3084,6 +3138,9 @@ export declare const getDefaultChains: () => ({
3084
3138
  accessList?: import("viem").AccessList | undefined;
3085
3139
  blobs?: undefined;
3086
3140
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3141
+ blobVersionedHashes?: undefined;
3142
+ kzg?: undefined;
3143
+ sidecars?: undefined;
3087
3144
  } & {
3088
3145
  data?: `0x${string}` | undefined;
3089
3146
  from: `0x${string}`;
@@ -3098,6 +3155,9 @@ export declare const getDefaultChains: () => ({
3098
3155
  accessList?: import("viem").AccessList | undefined;
3099
3156
  blobs?: undefined;
3100
3157
  type?: "eip2930" | undefined;
3158
+ blobVersionedHashes?: undefined;
3159
+ kzg?: undefined;
3160
+ sidecars?: undefined;
3101
3161
  } & {
3102
3162
  gasPerPubdata?: undefined;
3103
3163
  customSignature?: undefined;
@@ -3118,6 +3178,9 @@ export declare const getDefaultChains: () => ({
3118
3178
  accessList?: import("viem").AccessList | undefined;
3119
3179
  blobs?: undefined;
3120
3180
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3181
+ blobVersionedHashes?: undefined;
3182
+ kzg?: undefined;
3183
+ sidecars?: undefined;
3121
3184
  } & {
3122
3185
  data?: `0x${string}` | undefined;
3123
3186
  from: `0x${string}`;
@@ -3132,6 +3195,9 @@ export declare const getDefaultChains: () => ({
3132
3195
  accessList?: import("viem").AccessList | undefined;
3133
3196
  blobs?: undefined;
3134
3197
  type?: "eip1559" | undefined;
3198
+ blobVersionedHashes?: undefined;
3199
+ kzg?: undefined;
3200
+ sidecars?: undefined;
3135
3201
  } & {
3136
3202
  gasPerPubdata?: undefined;
3137
3203
  customSignature?: undefined;
@@ -3152,6 +3218,9 @@ export declare const getDefaultChains: () => ({
3152
3218
  accessList?: import("viem").AccessList | undefined;
3153
3219
  blobs?: undefined;
3154
3220
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3221
+ blobVersionedHashes?: undefined;
3222
+ kzg?: undefined;
3223
+ sidecars?: undefined;
3155
3224
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
3156
3225
  gasPerPubdata?: bigint | undefined;
3157
3226
  customSignature?: `0x${string}` | undefined;
@@ -3174,6 +3243,9 @@ export declare const getDefaultChains: () => ({
3174
3243
  accessList?: import("viem").AccessList | undefined;
3175
3244
  blobs?: undefined;
3176
3245
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3246
+ blobVersionedHashes?: undefined;
3247
+ kzg?: undefined;
3248
+ sidecars?: undefined;
3177
3249
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
3178
3250
  gasPerPubdata?: bigint | undefined;
3179
3251
  customSignature?: `0x${string}` | undefined;
@@ -3195,6 +3267,9 @@ export declare const getDefaultChains: () => ({
3195
3267
  maxFeePerBlobGas?: bigint | undefined;
3196
3268
  accessList?: import("viem").AccessList | undefined;
3197
3269
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3270
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3271
+ kzg?: import("viem").Kzg | undefined;
3272
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3198
3273
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3199
3274
  } & {
3200
3275
  data?: `0x${string}` | undefined;
@@ -3210,6 +3285,9 @@ export declare const getDefaultChains: () => ({
3210
3285
  accessList?: undefined;
3211
3286
  blobs?: undefined;
3212
3287
  type?: "legacy" | undefined;
3288
+ blobVersionedHashes?: undefined;
3289
+ kzg?: undefined;
3290
+ sidecars?: undefined;
3213
3291
  } & {
3214
3292
  gasPerPubdata?: undefined;
3215
3293
  customSignature?: undefined;
@@ -3229,6 +3307,9 @@ export declare const getDefaultChains: () => ({
3229
3307
  maxFeePerBlobGas?: bigint | undefined;
3230
3308
  accessList?: import("viem").AccessList | undefined;
3231
3309
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3310
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3311
+ kzg?: import("viem").Kzg | undefined;
3312
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3232
3313
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3233
3314
  } & {
3234
3315
  data?: `0x${string}` | undefined;
@@ -3244,6 +3325,9 @@ export declare const getDefaultChains: () => ({
3244
3325
  accessList?: import("viem").AccessList | undefined;
3245
3326
  blobs?: undefined;
3246
3327
  type?: "eip2930" | undefined;
3328
+ blobVersionedHashes?: undefined;
3329
+ kzg?: undefined;
3330
+ sidecars?: undefined;
3247
3331
  } & {
3248
3332
  gasPerPubdata?: undefined;
3249
3333
  customSignature?: undefined;
@@ -3263,6 +3347,9 @@ export declare const getDefaultChains: () => ({
3263
3347
  maxFeePerBlobGas?: bigint | undefined;
3264
3348
  accessList?: import("viem").AccessList | undefined;
3265
3349
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3350
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3351
+ kzg?: import("viem").Kzg | undefined;
3352
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3266
3353
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3267
3354
  } & {
3268
3355
  data?: `0x${string}` | undefined;
@@ -3278,6 +3365,9 @@ export declare const getDefaultChains: () => ({
3278
3365
  accessList?: import("viem").AccessList | undefined;
3279
3366
  blobs?: undefined;
3280
3367
  type?: "eip1559" | undefined;
3368
+ blobVersionedHashes?: undefined;
3369
+ kzg?: undefined;
3370
+ sidecars?: undefined;
3281
3371
  } & {
3282
3372
  gasPerPubdata?: undefined;
3283
3373
  customSignature?: undefined;
@@ -3297,6 +3387,9 @@ export declare const getDefaultChains: () => ({
3297
3387
  maxFeePerBlobGas?: bigint | undefined;
3298
3388
  accessList?: import("viem").AccessList | undefined;
3299
3389
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3390
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3391
+ kzg?: import("viem").Kzg | undefined;
3392
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3300
3393
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3301
3394
  } & {
3302
3395
  data?: `0x${string}` | undefined;
@@ -3311,6 +3404,9 @@ export declare const getDefaultChains: () => ({
3311
3404
  maxFeePerBlobGas: bigint;
3312
3405
  accessList?: import("viem").AccessList | undefined;
3313
3406
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
3407
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3408
+ kzg?: import("viem").Kzg | undefined;
3409
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3314
3410
  type?: "eip4844" | undefined;
3315
3411
  } & {
3316
3412
  gasPerPubdata?: undefined;
@@ -3331,6 +3427,9 @@ export declare const getDefaultChains: () => ({
3331
3427
  maxFeePerBlobGas?: bigint | undefined;
3332
3428
  accessList?: import("viem").AccessList | undefined;
3333
3429
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3430
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3431
+ kzg?: import("viem").Kzg | undefined;
3432
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3334
3433
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3335
3434
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
3336
3435
  gasPerPubdata?: bigint | undefined;
@@ -3353,6 +3452,9 @@ export declare const getDefaultChains: () => ({
3353
3452
  maxFeePerBlobGas?: bigint | undefined;
3354
3453
  accessList?: import("viem").AccessList | undefined;
3355
3454
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3455
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3456
+ kzg?: import("viem").Kzg | undefined;
3457
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3356
3458
  type?: "legacy" | "eip2930" | "eip1559" | "eip4844" | "priority" | "eip712" | undefined;
3357
3459
  } & Omit<import("viem").TransactionRequestBase<bigint, number>, "type"> & import("viem").ExactPartial<import("viem").FeeValuesEIP1559<bigint>> & {
3358
3460
  gasPerPubdata?: bigint | undefined;
@@ -3376,6 +3478,9 @@ export declare const getDefaultChains: () => ({
3376
3478
  accessList?: undefined;
3377
3479
  blobs?: undefined;
3378
3480
  type?: "0x0" | undefined;
3481
+ blobVersionedHashes?: undefined;
3482
+ kzg?: undefined;
3483
+ sidecars?: undefined;
3379
3484
  eip712Meta?: undefined;
3380
3485
  } | {
3381
3486
  data?: `0x${string}` | undefined;
@@ -3391,6 +3496,9 @@ export declare const getDefaultChains: () => ({
3391
3496
  accessList?: undefined;
3392
3497
  blobs?: undefined;
3393
3498
  type?: "0x1" | undefined;
3499
+ blobVersionedHashes?: undefined;
3500
+ kzg?: undefined;
3501
+ sidecars?: undefined;
3394
3502
  eip712Meta?: undefined;
3395
3503
  } | {
3396
3504
  data?: `0x${string}` | undefined;
@@ -3406,6 +3514,9 @@ export declare const getDefaultChains: () => ({
3406
3514
  accessList?: undefined;
3407
3515
  blobs?: undefined;
3408
3516
  type?: "0x2" | undefined;
3517
+ blobVersionedHashes?: undefined;
3518
+ kzg?: undefined;
3519
+ sidecars?: undefined;
3409
3520
  eip712Meta?: undefined;
3410
3521
  } | {
3411
3522
  data?: `0x${string}` | undefined;
@@ -3421,6 +3532,9 @@ export declare const getDefaultChains: () => ({
3421
3532
  accessList?: undefined;
3422
3533
  blobs?: undefined;
3423
3534
  type: "0xff" | "0x71";
3535
+ blobVersionedHashes?: undefined;
3536
+ kzg?: undefined;
3537
+ sidecars?: undefined;
3424
3538
  eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
3425
3539
  } | {
3426
3540
  data?: `0x${string}` | undefined;
@@ -3436,6 +3550,9 @@ export declare const getDefaultChains: () => ({
3436
3550
  accessList?: undefined;
3437
3551
  blobs?: undefined;
3438
3552
  type?: "0x0" | undefined;
3553
+ blobVersionedHashes?: undefined;
3554
+ kzg?: undefined;
3555
+ sidecars?: undefined;
3439
3556
  eip712Meta?: undefined;
3440
3557
  } | {
3441
3558
  data?: `0x${string}` | undefined;
@@ -3451,6 +3568,9 @@ export declare const getDefaultChains: () => ({
3451
3568
  accessList?: import("viem").AccessList | undefined;
3452
3569
  blobs?: undefined;
3453
3570
  type?: "0x1" | undefined;
3571
+ blobVersionedHashes?: undefined;
3572
+ kzg?: undefined;
3573
+ sidecars?: undefined;
3454
3574
  eip712Meta?: undefined;
3455
3575
  } | {
3456
3576
  data?: `0x${string}` | undefined;
@@ -3466,6 +3586,9 @@ export declare const getDefaultChains: () => ({
3466
3586
  accessList?: import("viem").AccessList | undefined;
3467
3587
  blobs?: undefined;
3468
3588
  type?: "0x2" | undefined;
3589
+ blobVersionedHashes?: undefined;
3590
+ kzg?: undefined;
3591
+ sidecars?: undefined;
3469
3592
  eip712Meta?: undefined;
3470
3593
  } | {
3471
3594
  data?: `0x${string}` | undefined;
@@ -3481,6 +3604,9 @@ export declare const getDefaultChains: () => ({
3481
3604
  accessList?: import("viem").AccessList | undefined;
3482
3605
  blobs?: undefined;
3483
3606
  type: "0xff" | "0x71";
3607
+ blobVersionedHashes?: undefined;
3608
+ kzg?: undefined;
3609
+ sidecars?: undefined;
3484
3610
  eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
3485
3611
  } | {
3486
3612
  data?: `0x${string}` | undefined;
@@ -3496,6 +3622,9 @@ export declare const getDefaultChains: () => ({
3496
3622
  accessList?: undefined;
3497
3623
  blobs?: undefined;
3498
3624
  type?: "0x0" | undefined;
3625
+ blobVersionedHashes?: undefined;
3626
+ kzg?: undefined;
3627
+ sidecars?: undefined;
3499
3628
  eip712Meta?: undefined;
3500
3629
  } | {
3501
3630
  data?: `0x${string}` | undefined;
@@ -3511,6 +3640,9 @@ export declare const getDefaultChains: () => ({
3511
3640
  accessList?: import("viem").AccessList | undefined;
3512
3641
  blobs?: undefined;
3513
3642
  type?: "0x1" | undefined;
3643
+ blobVersionedHashes?: undefined;
3644
+ kzg?: undefined;
3645
+ sidecars?: undefined;
3514
3646
  eip712Meta?: undefined;
3515
3647
  } | {
3516
3648
  data?: `0x${string}` | undefined;
@@ -3526,6 +3658,9 @@ export declare const getDefaultChains: () => ({
3526
3658
  accessList?: import("viem").AccessList | undefined;
3527
3659
  blobs?: undefined;
3528
3660
  type?: "0x2" | undefined;
3661
+ blobVersionedHashes?: undefined;
3662
+ kzg?: undefined;
3663
+ sidecars?: undefined;
3529
3664
  eip712Meta?: undefined;
3530
3665
  } | {
3531
3666
  data?: `0x${string}` | undefined;
@@ -3541,6 +3676,9 @@ export declare const getDefaultChains: () => ({
3541
3676
  accessList?: import("viem").AccessList | undefined;
3542
3677
  blobs?: undefined;
3543
3678
  type: "0xff" | "0x71";
3679
+ blobVersionedHashes?: undefined;
3680
+ kzg?: undefined;
3681
+ sidecars?: undefined;
3544
3682
  eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
3545
3683
  } | {
3546
3684
  data?: `0x${string}` | undefined;
@@ -3555,6 +3693,9 @@ export declare const getDefaultChains: () => ({
3555
3693
  maxFeePerBlobGas: `0x${string}`;
3556
3694
  accessList?: import("viem").AccessList | undefined;
3557
3695
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
3696
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3697
+ kzg?: import("viem").Kzg | undefined;
3698
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3558
3699
  type?: "0x3" | undefined;
3559
3700
  eip712Meta?: undefined;
3560
3701
  } | {
@@ -3570,6 +3711,9 @@ export declare const getDefaultChains: () => ({
3570
3711
  maxFeePerBlobGas: undefined;
3571
3712
  accessList?: import("viem").AccessList | undefined;
3572
3713
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
3714
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3715
+ kzg?: import("viem").Kzg | undefined;
3716
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
3573
3717
  type: "0xff" | "0x71";
3574
3718
  eip712Meta: import("viem/zksync").ZkSyncEip712Meta;
3575
3719
  }) & {