@velora-dex/widget 0.5.1-dev.1 → 0.6.1-dev.1

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 (335) hide show
  1. package/dist/assets/two-dots.svg.js +12 -0
  2. package/dist/assets/two-dots.svg.js.map +1 -0
  3. package/dist/components/web3/ConnectWallets/walletFlags.d.ts +90 -0
  4. package/dist/components/web3/ConnectWallets/walletFlags.d.ts.map +1 -0
  5. package/dist/components/web3/ConnectWallets/walletFlags.js +104 -0
  6. package/dist/components/web3/ConnectWallets/walletFlags.js.map +1 -0
  7. package/dist/components/web3/ConnectWallets/walletIcons.d.ts +4 -1
  8. package/dist/components/web3/ConnectWallets/walletIcons.d.ts.map +1 -1
  9. package/dist/components/web3/ConnectWallets/walletIcons.js +23 -3
  10. package/dist/components/web3/ConnectWallets/walletIcons.js.map +1 -1
  11. package/dist/components/widget/AppHeader/Activities/Drawers.d.ts.map +1 -1
  12. package/dist/components/widget/AppHeader/Activities/Drawers.js +24 -14
  13. package/dist/components/widget/AppHeader/Activities/Drawers.js.map +1 -1
  14. package/dist/components/widget/Button/CancelButton/CancelButton.js +44 -40
  15. package/dist/components/widget/Button/CancelButton/CancelButton.js.map +1 -1
  16. package/dist/components/widget/Button/CancelButton/CancelButtonWithDrawer.d.ts +15 -0
  17. package/dist/components/widget/Button/CancelButton/CancelButtonWithDrawer.d.ts.map +1 -0
  18. package/dist/components/widget/Button/CancelButton/CancelButtonWithDrawer.js +66 -0
  19. package/dist/components/widget/Button/CancelButton/CancelButtonWithDrawer.js.map +1 -0
  20. package/dist/components/widget/Drawer/state/useDrawerControls.d.ts +6 -3
  21. package/dist/components/widget/Drawer/state/useDrawerControls.d.ts.map +1 -1
  22. package/dist/components/widget/Drawer/state/useDrawerControls.js +75 -2
  23. package/dist/components/widget/Drawer/state/useDrawerControls.js.map +1 -1
  24. package/dist/components/widget/LimitOrderItem/LimitOrderDetails/Controls.d.ts.map +1 -1
  25. package/dist/components/widget/LimitOrderItem/LimitOrderDetails/Controls.js +85 -49
  26. package/dist/components/widget/LimitOrderItem/LimitOrderDetails/Controls.js.map +1 -1
  27. package/dist/components/widget/LimitOrderItem/LimitOrderDetails/LimitOrderDetails.d.ts.map +1 -1
  28. package/dist/components/widget/LimitOrderItem/LimitOrderDetails/LimitOrderDetails.js +53 -61
  29. package/dist/components/widget/LimitOrderItem/LimitOrderDetails/LimitOrderDetails.js.map +1 -1
  30. package/dist/components/widget/LimitOrderItem/LimitOrderListItem.d.ts +7 -5
  31. package/dist/components/widget/LimitOrderItem/LimitOrderListItem.d.ts.map +1 -1
  32. package/dist/components/widget/LimitOrderItem/LimitOrderListItem.js +53 -45
  33. package/dist/components/widget/LimitOrderItem/LimitOrderListItem.js.map +1 -1
  34. package/dist/components/widget/LimitOrderItem/types.d.ts +0 -1
  35. package/dist/components/widget/LimitOrderItem/types.d.ts.map +1 -1
  36. package/dist/components/widget/LimitOrderItem/utils.d.ts.map +1 -1
  37. package/dist/components/widget/LimitOrderItem/utils.js +2 -11
  38. package/dist/components/widget/LimitOrderItem/utils.js.map +1 -1
  39. package/dist/components/widget/NumberInput/NumberInput.d.ts.map +1 -1
  40. package/dist/components/widget/NumberInput/NumberInput.js +65 -68
  41. package/dist/components/widget/NumberInput/NumberInput.js.map +1 -1
  42. package/dist/components/widget/OtcOrderItem/OtcOrderDetails/Controls.d.ts.map +1 -1
  43. package/dist/components/widget/OtcOrderItem/OtcOrderDetails/Controls.js +33 -22
  44. package/dist/components/widget/OtcOrderItem/OtcOrderDetails/Controls.js.map +1 -1
  45. package/dist/components/widget/OtcOrderItem/utils.d.ts.map +1 -1
  46. package/dist/components/widget/OtcOrderItem/utils.js +2 -5
  47. package/dist/components/widget/OtcOrderItem/utils.js.map +1 -1
  48. package/dist/components/widget/TradeOverview/CancelButtonWithDrawer.d.ts +7 -0
  49. package/dist/components/widget/TradeOverview/CancelButtonWithDrawer.d.ts.map +1 -0
  50. package/dist/components/widget/TradeOverview/CancelButtonWithDrawer.js +84 -0
  51. package/dist/components/widget/TradeOverview/CancelButtonWithDrawer.js.map +1 -0
  52. package/dist/components/widget/TradeOverview/CancelOrder/ConfirmCancel.d.ts +12 -0
  53. package/dist/components/widget/TradeOverview/CancelOrder/ConfirmCancel.d.ts.map +1 -0
  54. package/dist/components/widget/TradeOverview/CancelOrder/ConfirmCancel.js +227 -0
  55. package/dist/components/widget/TradeOverview/CancelOrder/ConfirmCancel.js.map +1 -0
  56. package/dist/components/widget/TradeOverview/CancelOrder/constants.d.ts +8 -0
  57. package/dist/components/widget/TradeOverview/CancelOrder/constants.d.ts.map +1 -0
  58. package/dist/components/widget/TradeOverview/CancelOrder/constants.js +20 -0
  59. package/dist/components/widget/TradeOverview/CancelOrder/constants.js.map +1 -0
  60. package/dist/components/widget/TradeOverview/CancelOrder/utils.d.ts +12 -0
  61. package/dist/components/widget/TradeOverview/CancelOrder/utils.d.ts.map +1 -0
  62. package/dist/components/widget/TradeOverview/CancelOrder/utils.js +49 -0
  63. package/dist/components/widget/TradeOverview/CancelOrder/utils.js.map +1 -0
  64. package/dist/components/widget/TradeOverview/MarketSwapTradeOverview.d.ts +2 -2
  65. package/dist/components/widget/TradeOverview/MarketSwapTradeOverview.d.ts.map +1 -1
  66. package/dist/components/widget/TradeOverview/MarketSwapTradeOverview.js +38 -28
  67. package/dist/components/widget/TradeOverview/MarketSwapTradeOverview.js.map +1 -1
  68. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteFooter.d.ts.map +1 -1
  69. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteFooter.js +16 -18
  70. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteFooter.js.map +1 -1
  71. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteHeader.d.ts +2 -1
  72. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteHeader.d.ts.map +1 -1
  73. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteHeader.js +63 -52
  74. package/dist/components/widget/TradeOverview/TradeComplete/TradeCompleteHeader.js.map +1 -1
  75. package/dist/components/widget/TradeOverview/TradeComplete/index.d.ts.map +1 -1
  76. package/dist/components/widget/TradeOverview/TradeComplete/index.js +21 -14
  77. package/dist/components/widget/TradeOverview/TradeComplete/index.js.map +1 -1
  78. package/dist/components/widget/TradeOverview/TradeComplete/useTradeCompleteDetails.d.ts.map +1 -1
  79. package/dist/components/widget/TradeOverview/TradeComplete/useTradeCompleteDetails.js +125 -102
  80. package/dist/components/widget/TradeOverview/TradeComplete/useTradeCompleteDetails.js.map +1 -1
  81. package/dist/components/widget/TradeOverview/TradeComplete/utils.d.ts.map +1 -1
  82. package/dist/components/widget/TradeOverview/TradeComplete/utils.js +6 -5
  83. package/dist/components/widget/TradeOverview/TradeComplete/utils.js.map +1 -1
  84. package/dist/components/widget/TradeOverview/TradeError/TradeErrorDetails.d.ts +2 -1
  85. package/dist/components/widget/TradeOverview/TradeError/TradeErrorDetails.d.ts.map +1 -1
  86. package/dist/components/widget/TradeOverview/TradeError/TradeErrorDetails.js +66 -24
  87. package/dist/components/widget/TradeOverview/TradeError/TradeErrorDetails.js.map +1 -1
  88. package/dist/components/widget/TradeOverview/TradeError/index.d.ts.map +1 -1
  89. package/dist/components/widget/TradeOverview/TradeError/index.js +11 -7
  90. package/dist/components/widget/TradeOverview/TradeError/index.js.map +1 -1
  91. package/dist/components/widget/TradeOverview/TradeError/utils.d.ts +4 -1
  92. package/dist/components/widget/TradeOverview/TradeError/utils.d.ts.map +1 -1
  93. package/dist/components/widget/TradeOverview/TradeError/utils.js +20 -2
  94. package/dist/components/widget/TradeOverview/TradeError/utils.js.map +1 -1
  95. package/dist/components/widget/TradeOverview/TradeOverview.d.ts +5 -4
  96. package/dist/components/widget/TradeOverview/TradeOverview.d.ts.map +1 -1
  97. package/dist/components/widget/TradeOverview/TradeOverview.js.map +1 -1
  98. package/dist/components/widget/TradeOverview/TradeOverviewFooter.d.ts.map +1 -1
  99. package/dist/components/widget/TradeOverview/TradeOverviewFooter.js +15 -21
  100. package/dist/components/widget/TradeOverview/TradeOverviewFooter.js.map +1 -1
  101. package/dist/components/widget/TradeOverview/steps.d.ts +1 -1
  102. package/dist/components/widget/TradeOverview/steps.d.ts.map +1 -1
  103. package/dist/components/widget/TradeOverview/steps.js.map +1 -1
  104. package/dist/components/widget/TradeOverview/tradeFlowContext.d.ts +24 -5
  105. package/dist/components/widget/TradeOverview/tradeFlowContext.d.ts.map +1 -1
  106. package/dist/components/widget/TradeOverview/tradeFlowContext.js +39 -11
  107. package/dist/components/widget/TradeOverview/tradeFlowContext.js.map +1 -1
  108. package/dist/components/widget/TransactionDetails/LimitOrderDetails/Controls.d.ts +4 -1
  109. package/dist/components/widget/TransactionDetails/LimitOrderDetails/Controls.d.ts.map +1 -1
  110. package/dist/components/widget/TransactionDetails/LimitOrderDetails/Controls.js +133 -31
  111. package/dist/components/widget/TransactionDetails/LimitOrderDetails/Controls.js.map +1 -1
  112. package/dist/components/widget/TransactionDetails/LimitOrderDetails/TransactionDetails.d.ts +7 -2
  113. package/dist/components/widget/TransactionDetails/LimitOrderDetails/TransactionDetails.d.ts.map +1 -1
  114. package/dist/components/widget/TransactionDetails/LimitOrderDetails/TransactionDetails.js +18 -14
  115. package/dist/components/widget/TransactionDetails/LimitOrderDetails/TransactionDetails.js.map +1 -1
  116. package/dist/components/widget/TransactionDetails/TransactionListItem.d.ts.map +1 -1
  117. package/dist/components/widget/TransactionDetails/TransactionListItem.js +1 -1
  118. package/dist/components/widget/TransactionDetails/TransactionListItem.js.map +1 -1
  119. package/dist/components/widget/Twap/CustomDurationDrawer.d.ts +6 -0
  120. package/dist/components/widget/Twap/CustomDurationDrawer.d.ts.map +1 -0
  121. package/dist/components/widget/Twap/CustomDurationDrawer.js +237 -0
  122. package/dist/components/widget/Twap/CustomDurationDrawer.js.map +1 -0
  123. package/dist/components/widget/Twap/OrderDuration.d.ts.map +1 -1
  124. package/dist/components/widget/Twap/OrderDuration.js +83 -16
  125. package/dist/components/widget/Twap/OrderDuration.js.map +1 -1
  126. package/dist/configurator/Configurator.d.ts.map +1 -1
  127. package/dist/core/Updaters.d.ts.map +1 -1
  128. package/dist/core/Updaters.js +2 -0
  129. package/dist/core/Updaters.js.map +1 -1
  130. package/dist/core/inputs/state/setTokenByAddressAtom.js +4 -4
  131. package/dist/core/inputs/state/setTokenByAddressAtom.js.map +1 -1
  132. package/dist/core/state/widgetEventsAtom.d.ts.map +1 -1
  133. package/dist/core/state/widgetEventsAtom.js +53 -39
  134. package/dist/core/state/widgetEventsAtom.js.map +1 -1
  135. package/dist/core/twap/state/constants.d.ts +4 -0
  136. package/dist/core/twap/state/constants.d.ts.map +1 -1
  137. package/dist/core/twap/state/constants.js +14 -25
  138. package/dist/core/twap/state/constants.js.map +1 -1
  139. package/dist/core/twap/state/twapParamsAtom.d.ts +9 -0
  140. package/dist/core/twap/state/twapParamsAtom.d.ts.map +1 -1
  141. package/dist/core/twap/state/twapParamsAtom.js +10 -1
  142. package/dist/core/twap/state/twapParamsAtom.js.map +1 -1
  143. package/dist/core/twap/useTwapDetailsListProps.d.ts.map +1 -1
  144. package/dist/core/twap/useTwapDetailsListProps.js +3 -2
  145. package/dist/core/twap/useTwapDetailsListProps.js.map +1 -1
  146. package/dist/events/getters/twap.d.ts.map +1 -1
  147. package/dist/events/getters/twap.js +4 -9
  148. package/dist/events/getters/twap.js.map +1 -1
  149. package/dist/events/types/{cancel.d.ts → cancelOrder.d.ts} +5 -2
  150. package/dist/events/types/cancelOrder.d.ts.map +1 -0
  151. package/dist/events/types/cancelTx.d.ts +35 -0
  152. package/dist/events/types/cancelTx.d.ts.map +1 -0
  153. package/dist/events/types/common.d.ts +1 -1
  154. package/dist/events/types/common.d.ts.map +1 -1
  155. package/dist/events/types/index.d.ts +5 -2
  156. package/dist/events/types/index.d.ts.map +1 -1
  157. package/dist/events/types/swap.d.ts +11 -1
  158. package/dist/events/types/swap.d.ts.map +1 -1
  159. package/dist/hooks/connectors/useIsConnectedSafe.js +1 -0
  160. package/dist/hooks/connectors/useIsConnectedSafe.js.map +1 -1
  161. package/dist/hooks/getCode/useIsAccountContract.js.map +1 -1
  162. package/dist/hooks/otc/mutations/useCancelLimitOrder.d.ts +20 -2
  163. package/dist/hooks/otc/mutations/useCancelLimitOrder.d.ts.map +1 -1
  164. package/dist/hooks/otc/mutations/useCancelLimitOrder.js +197 -74
  165. package/dist/hooks/otc/mutations/useCancelLimitOrder.js.map +1 -1
  166. package/dist/hooks/otc/tradeFlow/useFillOtcOrderFlow.d.ts.map +1 -1
  167. package/dist/hooks/otc/tradeFlow/useFillOtcOrderFlow.js +0 -1
  168. package/dist/hooks/otc/tradeFlow/useFillOtcOrderFlow.js.map +1 -1
  169. package/dist/hooks/otc/tradeFlow/useOtcOrderFlow.d.ts +6 -1
  170. package/dist/hooks/otc/tradeFlow/useOtcOrderFlow.d.ts.map +1 -1
  171. package/dist/hooks/otc/tradeFlow/useOtcOrderFlow.js +37 -24
  172. package/dist/hooks/otc/tradeFlow/useOtcOrderFlow.js.map +1 -1
  173. package/dist/hooks/otc/tradeFlow/useOtcOrderStep.d.ts +2 -2
  174. package/dist/hooks/otc/tradeFlow/useOtcOrderStep.d.ts.map +1 -1
  175. package/dist/hooks/otc/tradeFlow/useOtcOrderStep.js +28 -42
  176. package/dist/hooks/otc/tradeFlow/useOtcOrderStep.js.map +1 -1
  177. package/dist/hooks/swap/prices/delta/bridge/utils.js +1 -4
  178. package/dist/hooks/swap/prices/delta/bridge/utils.js.map +1 -1
  179. package/dist/hooks/swap/prices/delta/mutations/useCancelDeltaOrdersEvents.d.ts +6 -1
  180. package/dist/hooks/swap/prices/delta/mutations/useCancelDeltaOrdersEvents.d.ts.map +1 -1
  181. package/dist/hooks/swap/prices/delta/mutations/useCancelDeltaOrdersEvents.js +16 -0
  182. package/dist/hooks/swap/prices/delta/mutations/useCancelDeltaOrdersEvents.js.map +1 -1
  183. package/dist/hooks/swap/prices/delta/mutations/useCancelOrWithdrawAndCancelDeltaOrder.d.ts +11 -5
  184. package/dist/hooks/swap/prices/delta/mutations/useCancelOrWithdrawAndCancelDeltaOrder.d.ts.map +1 -1
  185. package/dist/hooks/swap/prices/delta/mutations/useCancelOrWithdrawAndCancelDeltaOrder.js +176 -145
  186. package/dist/hooks/swap/prices/delta/mutations/useCancelOrWithdrawAndCancelDeltaOrder.js.map +1 -1
  187. package/dist/hooks/swap/prices/delta/mutations/useIsDeltaOrderCancellable.d.ts +11 -0
  188. package/dist/hooks/swap/prices/delta/mutations/useIsDeltaOrderCancellable.d.ts.map +1 -0
  189. package/dist/hooks/swap/prices/delta/mutations/useIsDeltaOrderCancellable.js +69 -0
  190. package/dist/hooks/swap/prices/delta/mutations/useIsDeltaOrderCancellable.js.map +1 -0
  191. package/dist/hooks/swap/prices/delta/mutations/useWithdrawAndCancelDeltaOrder.d.ts +3 -3
  192. package/dist/hooks/swap/prices/delta/mutations/useWithdrawAndCancelDeltaOrder.d.ts.map +1 -1
  193. package/dist/hooks/swap/prices/delta/mutations/useWithdrawAndCancelDeltaOrder.js +32 -35
  194. package/dist/hooks/swap/prices/delta/mutations/useWithdrawAndCancelDeltaOrder.js.map +1 -1
  195. package/dist/hooks/swap/prices/delta/orders/types.d.ts +1 -5
  196. package/dist/hooks/swap/prices/delta/orders/types.d.ts.map +1 -1
  197. package/dist/hooks/swap/prices/delta/orders/utils.d.ts +2 -2
  198. package/dist/hooks/swap/prices/delta/orders/utils.d.ts.map +1 -1
  199. package/dist/hooks/swap/prices/delta/orders/utils.js +7 -4
  200. package/dist/hooks/swap/prices/delta/orders/utils.js.map +1 -1
  201. package/dist/hooks/swap/prices/delta/queries/errors.d.ts +10 -12
  202. package/dist/hooks/swap/prices/delta/queries/errors.d.ts.map +1 -1
  203. package/dist/hooks/swap/prices/delta/queries/errors.js +8 -29
  204. package/dist/hooks/swap/prices/delta/queries/errors.js.map +1 -1
  205. package/dist/hooks/swap/prices/delta/queries/useWatchDeltaOrder.d.ts +7 -9
  206. package/dist/hooks/swap/prices/delta/queries/useWatchDeltaOrder.d.ts.map +1 -1
  207. package/dist/hooks/swap/prices/delta/queries/useWatchDeltaOrder.js +6 -35
  208. package/dist/hooks/swap/prices/delta/queries/useWatchDeltaOrder.js.map +1 -1
  209. package/dist/hooks/swap/prices/market/mutations/useSendMarketSwapTx.d.ts +6 -2
  210. package/dist/hooks/swap/prices/market/mutations/useSendMarketSwapTx.d.ts.map +1 -1
  211. package/dist/hooks/swap/prices/market/mutations/useSendMarketSwapTx.js +8 -2
  212. package/dist/hooks/swap/prices/market/mutations/useSendMarketSwapTx.js.map +1 -1
  213. package/dist/hooks/swap/prices/usePricesParams.js +6 -1
  214. package/dist/hooks/swap/prices/usePricesParams.js.map +1 -1
  215. package/dist/hooks/swap/prices/useSwapPrices.js +12 -12
  216. package/dist/hooks/swap/prices/useSwapPrices.js.map +1 -1
  217. package/dist/hooks/swap/prices/useTwapPrices.d.ts.map +1 -1
  218. package/dist/hooks/swap/prices/useTwapPrices.js +26 -13
  219. package/dist/hooks/swap/prices/useTwapPrices.js.map +1 -1
  220. package/dist/hooks/swap/tradeFlow/common/errors.d.ts +6 -0
  221. package/dist/hooks/swap/tradeFlow/common/errors.d.ts.map +1 -1
  222. package/dist/hooks/swap/tradeFlow/common/errors.js +15 -1
  223. package/dist/hooks/swap/tradeFlow/common/errors.js.map +1 -1
  224. package/dist/hooks/swap/tradeFlow/common/useApproveOrPermit.d.ts +1 -1
  225. package/dist/hooks/swap/tradeFlow/common/useApproveOrPermit.d.ts.map +1 -1
  226. package/dist/hooks/swap/tradeFlow/common/useApproveOrPermit.js.map +1 -1
  227. package/dist/hooks/swap/tradeFlow/useDeltaFlow.d.ts +9 -4
  228. package/dist/hooks/swap/tradeFlow/useDeltaFlow.d.ts.map +1 -1
  229. package/dist/hooks/swap/tradeFlow/useDeltaFlow.js +55 -28
  230. package/dist/hooks/swap/tradeFlow/useDeltaFlow.js.map +1 -1
  231. package/dist/hooks/swap/tradeFlow/useDeltaSwapStep.d.ts +2 -2
  232. package/dist/hooks/swap/tradeFlow/useDeltaSwapStep.d.ts.map +1 -1
  233. package/dist/hooks/swap/tradeFlow/useDeltaSwapStep.js +45 -57
  234. package/dist/hooks/swap/tradeFlow/useDeltaSwapStep.js.map +1 -1
  235. package/dist/hooks/swap/tradeFlow/useLimitOrderFlow.d.ts +8 -3
  236. package/dist/hooks/swap/tradeFlow/useLimitOrderFlow.d.ts.map +1 -1
  237. package/dist/hooks/swap/tradeFlow/useLimitOrderFlow.js +27 -10
  238. package/dist/hooks/swap/tradeFlow/useLimitOrderFlow.js.map +1 -1
  239. package/dist/hooks/swap/tradeFlow/useLimitOrderStep.d.ts +4 -4
  240. package/dist/hooks/swap/tradeFlow/useLimitOrderStep.d.ts.map +1 -1
  241. package/dist/hooks/swap/tradeFlow/useLimitOrderStep.js +23 -37
  242. package/dist/hooks/swap/tradeFlow/useLimitOrderStep.js.map +1 -1
  243. package/dist/hooks/swap/tradeFlow/useMarketFlow.d.ts +13 -1
  244. package/dist/hooks/swap/tradeFlow/useMarketFlow.d.ts.map +1 -1
  245. package/dist/hooks/swap/tradeFlow/useMarketFlow.js +93 -26
  246. package/dist/hooks/swap/tradeFlow/useMarketFlow.js.map +1 -1
  247. package/dist/hooks/swap/tradeFlow/useMarketSwapStep.d.ts +7 -1
  248. package/dist/hooks/swap/tradeFlow/useMarketSwapStep.d.ts.map +1 -1
  249. package/dist/hooks/swap/tradeFlow/useMarketSwapStep.js +59 -42
  250. package/dist/hooks/swap/tradeFlow/useMarketSwapStep.js.map +1 -1
  251. package/dist/hooks/swap/tradeFlow/useTwapFlow.d.ts +9 -3
  252. package/dist/hooks/swap/tradeFlow/useTwapFlow.d.ts.map +1 -1
  253. package/dist/hooks/swap/tradeFlow/useTwapFlow.js +40 -16
  254. package/dist/hooks/swap/tradeFlow/useTwapFlow.js.map +1 -1
  255. package/dist/hooks/swap/tradeFlow/useTwapSwapStep.d.ts +2 -2
  256. package/dist/hooks/swap/tradeFlow/useTwapSwapStep.d.ts.map +1 -1
  257. package/dist/hooks/swap/tradeFlow/useTwapSwapStep.js +11 -23
  258. package/dist/hooks/swap/tradeFlow/useTwapSwapStep.js.map +1 -1
  259. package/dist/hooks/txs/mutations/useReplaceTx.d.ts +86 -0
  260. package/dist/hooks/txs/mutations/useReplaceTx.d.ts.map +1 -0
  261. package/dist/hooks/txs/mutations/useReplaceTx.js +514 -0
  262. package/dist/hooks/txs/mutations/useReplaceTx.js.map +1 -0
  263. package/dist/hooks/txs/mutations/useSendTx.d.ts +7 -2
  264. package/dist/hooks/txs/mutations/useSendTx.d.ts.map +1 -1
  265. package/dist/hooks/txs/mutations/useSendTx.js.map +1 -1
  266. package/dist/hooks/txs/queries/useAccountNonce.d.ts +9 -0
  267. package/dist/hooks/txs/queries/useAccountNonce.d.ts.map +1 -0
  268. package/dist/hooks/txs/queries/useAccountNonce.js +31 -0
  269. package/dist/hooks/txs/queries/useAccountNonce.js.map +1 -0
  270. package/dist/hooks/txs/queries/useTxFees.d.ts +16 -0
  271. package/dist/hooks/txs/queries/useTxFees.d.ts.map +1 -0
  272. package/dist/hooks/txs/queries/useTxFees.js +103 -0
  273. package/dist/hooks/txs/queries/useTxFees.js.map +1 -0
  274. package/dist/hooks/txs/queries/useTxHistory.d.ts.map +1 -1
  275. package/dist/hooks/txs/queries/useTxHistory.js +3 -2
  276. package/dist/hooks/txs/queries/useTxHistory.js.map +1 -1
  277. package/dist/hooks/txs/queries/useTxResponse.d.ts +2390 -0
  278. package/dist/hooks/txs/queries/useTxResponse.d.ts.map +1 -0
  279. package/dist/hooks/txs/queries/useTxResponse.js +75 -0
  280. package/dist/hooks/txs/queries/useTxResponse.js.map +1 -0
  281. package/dist/hooks/txs/queries/useWalletCanReplaceTx.d.ts +2 -0
  282. package/dist/hooks/txs/queries/useWalletCanReplaceTx.d.ts.map +1 -0
  283. package/dist/hooks/txs/queries/useWalletCanReplaceTx.js +30 -0
  284. package/dist/hooks/txs/queries/useWalletCanReplaceTx.js.map +1 -0
  285. package/dist/index.d.ts +1 -1
  286. package/dist/index.d.ts.map +1 -1
  287. package/dist/lib/utils/index.d.ts +17 -3
  288. package/dist/lib/utils/index.d.ts.map +1 -1
  289. package/dist/lib/utils/index.js.map +1 -1
  290. package/dist/lib/utils/price.d.ts +0 -1
  291. package/dist/lib/utils/price.d.ts.map +1 -1
  292. package/dist/lib/utils/price.js +2 -4
  293. package/dist/lib/utils/price.js.map +1 -1
  294. package/dist/lib/utils/toasts.d.ts +1 -2
  295. package/dist/lib/utils/toasts.d.ts.map +1 -1
  296. package/dist/lib/utils/toasts.js.map +1 -1
  297. package/dist/lib/utils/twap.d.ts.map +1 -1
  298. package/dist/lib/utils/twap.js.map +1 -1
  299. package/dist/styles.css +12 -3
  300. package/dist/tokens/constants.d.ts.map +1 -1
  301. package/dist/tokens/constants.js +9 -9
  302. package/dist/tokens/constants.js.map +1 -1
  303. package/dist/tokens/defaultTokens.js +17 -17
  304. package/dist/tokens/defaultTokens.js.map +1 -1
  305. package/dist/tokens/lists/constants.d.ts +1 -1
  306. package/dist/tokens/lists/constants.d.ts.map +1 -1
  307. package/dist/tokens/lists/constants.js +1 -1
  308. package/dist/tokens/lists/constants.js.map +1 -1
  309. package/dist/transactions/queries/ensureEstimateFeesPerGas.d.ts +16 -0
  310. package/dist/transactions/queries/ensureEstimateFeesPerGas.d.ts.map +1 -0
  311. package/dist/transactions/queries/ensureEstimateFeesPerGas.js +23 -0
  312. package/dist/transactions/queries/ensureEstimateFeesPerGas.js.map +1 -0
  313. package/dist/transactions/queries/ensureTxReceipt.d.ts.map +1 -1
  314. package/dist/transactions/queries/ensureTxReceipt.js +1 -1
  315. package/dist/transactions/queries/ensureTxReceipt.js.map +1 -1
  316. package/dist/transactions/queries/ensureTxResponse.d.ts +17 -0
  317. package/dist/transactions/queries/ensureTxResponse.d.ts.map +1 -0
  318. package/dist/transactions/queries/ensureTxResponse.js +23 -0
  319. package/dist/transactions/queries/ensureTxResponse.js.map +1 -0
  320. package/dist/transactions/state/hooks/useMarkTxAsDropped.d.ts +7 -0
  321. package/dist/transactions/state/hooks/useMarkTxAsDropped.d.ts.map +1 -0
  322. package/dist/transactions/state/hooks/useMarkTxAsDropped.js +10 -0
  323. package/dist/transactions/state/hooks/useMarkTxAsDropped.js.map +1 -0
  324. package/dist/transactions/state/transactionsActionAtom.d.ts +12 -0
  325. package/dist/transactions/state/transactionsActionAtom.d.ts.map +1 -1
  326. package/dist/transactions/state/transactionsActionAtom.js +40 -1
  327. package/dist/transactions/state/transactionsActionAtom.js.map +1 -1
  328. package/dist/transactions/status.d.ts +1 -1
  329. package/dist/transactions/status.d.ts.map +1 -1
  330. package/dist/transactions/status.js +6 -0
  331. package/dist/transactions/status.js.map +1 -1
  332. package/dist/transactions/types.d.ts +15 -2
  333. package/dist/transactions/types.d.ts.map +1 -1
  334. package/package.json +1 -1
  335. package/dist/events/types/cancel.d.ts.map +0 -1
@@ -0,0 +1,2390 @@
1
+ import { SupportedChainId } from '../../../lib/web3/wagmi/types';
2
+ import { EnsureTxResponseFn } from '../../../transactions/queries/ensureTxResponse';
3
+ import { Hash } from 'viem';
4
+ export declare function useEnsureTxResponse(): EnsureTxResponseFn;
5
+ type UseTxResponseInput = {
6
+ hash?: Hash;
7
+ chainId?: SupportedChainId;
8
+ enabled?: boolean;
9
+ };
10
+ export declare function useTxResponse({ hash, chainId, enabled, }: UseTxResponseInput): {
11
+ query: import('wagmi').UseTransactionReturnType<import('wagmi').Config<readonly [{
12
+ blockExplorers: {
13
+ readonly default: {
14
+ readonly name: "Etherscan";
15
+ readonly url: "https://etherscan.io";
16
+ readonly apiUrl: "https://api.etherscan.io/api";
17
+ };
18
+ };
19
+ blockTime?: number | undefined | undefined;
20
+ contracts: {
21
+ readonly ensRegistry: {
22
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
23
+ };
24
+ readonly ensUniversalResolver: {
25
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
26
+ readonly blockCreated: 19258213;
27
+ };
28
+ readonly multicall3: {
29
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
30
+ readonly blockCreated: 14353601;
31
+ };
32
+ };
33
+ ensTlds?: readonly string[] | undefined;
34
+ id: 1;
35
+ name: "Ethereum";
36
+ nativeCurrency: {
37
+ readonly name: "Ether";
38
+ readonly symbol: "ETH";
39
+ readonly decimals: 18;
40
+ };
41
+ experimental_preconfirmationTime?: number | undefined | undefined;
42
+ rpcUrls: {
43
+ readonly default: {
44
+ readonly http: readonly ["https://eth.merkle.io"];
45
+ };
46
+ };
47
+ sourceId?: number | undefined | undefined;
48
+ testnet?: boolean | undefined | undefined;
49
+ custom?: Record<string, unknown> | undefined;
50
+ fees?: import('viem').ChainFees<undefined> | undefined;
51
+ formatters?: undefined;
52
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
53
+ }, {
54
+ blockExplorers: {
55
+ readonly default: {
56
+ readonly name: "PolygonScan";
57
+ readonly url: "https://polygonscan.com";
58
+ readonly apiUrl: "https://api.polygonscan.com/api";
59
+ };
60
+ };
61
+ blockTime?: number | undefined | undefined;
62
+ contracts: {
63
+ readonly multicall3: {
64
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
65
+ readonly blockCreated: 25770160;
66
+ };
67
+ };
68
+ ensTlds?: readonly string[] | undefined;
69
+ id: 137;
70
+ name: "Polygon";
71
+ nativeCurrency: {
72
+ readonly name: "POL";
73
+ readonly symbol: "POL";
74
+ readonly decimals: 18;
75
+ };
76
+ experimental_preconfirmationTime?: number | undefined | undefined;
77
+ rpcUrls: {
78
+ readonly default: {
79
+ readonly http: readonly ["https://polygon-rpc.com"];
80
+ };
81
+ };
82
+ sourceId?: number | undefined | undefined;
83
+ testnet?: boolean | undefined | undefined;
84
+ custom?: Record<string, unknown> | undefined;
85
+ fees?: import('viem').ChainFees<undefined> | undefined;
86
+ formatters?: undefined;
87
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
88
+ }, {
89
+ blockExplorers: {
90
+ readonly default: {
91
+ readonly name: "BscScan";
92
+ readonly url: "https://bscscan.com";
93
+ readonly apiUrl: "https://api.bscscan.com/api";
94
+ };
95
+ };
96
+ blockTime?: number | undefined | undefined;
97
+ contracts: {
98
+ readonly multicall3: {
99
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
100
+ readonly blockCreated: 15921452;
101
+ };
102
+ };
103
+ ensTlds?: readonly string[] | undefined;
104
+ id: 56;
105
+ name: "BNB Smart Chain";
106
+ nativeCurrency: {
107
+ readonly decimals: 18;
108
+ readonly name: "BNB";
109
+ readonly symbol: "BNB";
110
+ };
111
+ experimental_preconfirmationTime?: number | undefined | undefined;
112
+ rpcUrls: {
113
+ readonly default: {
114
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
115
+ };
116
+ };
117
+ sourceId?: number | undefined | undefined;
118
+ testnet?: boolean | undefined | undefined;
119
+ custom?: Record<string, unknown> | undefined;
120
+ fees?: import('viem').ChainFees<undefined> | undefined;
121
+ formatters?: undefined;
122
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
123
+ }, {
124
+ blockExplorers: {
125
+ readonly default: {
126
+ readonly name: "SnowTrace";
127
+ readonly url: "https://snowtrace.io";
128
+ readonly apiUrl: "https://api.snowtrace.io";
129
+ };
130
+ };
131
+ blockTime?: number | undefined | undefined;
132
+ contracts: {
133
+ readonly multicall3: {
134
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
135
+ readonly blockCreated: 11907934;
136
+ };
137
+ };
138
+ ensTlds?: readonly string[] | undefined;
139
+ id: 43114;
140
+ name: "Avalanche";
141
+ nativeCurrency: {
142
+ readonly decimals: 18;
143
+ readonly name: "Avalanche";
144
+ readonly symbol: "AVAX";
145
+ };
146
+ experimental_preconfirmationTime?: number | undefined | undefined;
147
+ rpcUrls: {
148
+ readonly default: {
149
+ readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
150
+ };
151
+ };
152
+ sourceId?: number | undefined | undefined;
153
+ testnet?: boolean | undefined | undefined;
154
+ custom?: Record<string, unknown> | undefined;
155
+ fees?: import('viem').ChainFees<undefined> | undefined;
156
+ formatters?: undefined;
157
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
158
+ }, {
159
+ blockExplorers: {
160
+ readonly default: {
161
+ readonly name: "Arbiscan";
162
+ readonly url: "https://arbiscan.io";
163
+ readonly apiUrl: "https://api.arbiscan.io/api";
164
+ };
165
+ };
166
+ blockTime: 250;
167
+ contracts: {
168
+ readonly multicall3: {
169
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
170
+ readonly blockCreated: 7654707;
171
+ };
172
+ };
173
+ ensTlds?: readonly string[] | undefined;
174
+ id: 42161;
175
+ name: "Arbitrum One";
176
+ nativeCurrency: {
177
+ readonly name: "Ether";
178
+ readonly symbol: "ETH";
179
+ readonly decimals: 18;
180
+ };
181
+ experimental_preconfirmationTime?: number | undefined | undefined;
182
+ rpcUrls: {
183
+ readonly default: {
184
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
185
+ };
186
+ };
187
+ sourceId?: number | undefined | undefined;
188
+ testnet?: boolean | undefined | undefined;
189
+ custom?: Record<string, unknown> | undefined;
190
+ fees?: import('viem').ChainFees<undefined> | undefined;
191
+ formatters?: undefined;
192
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
193
+ }, {
194
+ blockExplorers: {
195
+ readonly default: {
196
+ readonly name: "Optimism Explorer";
197
+ readonly url: "https://optimistic.etherscan.io";
198
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
199
+ };
200
+ };
201
+ blockTime: 2000;
202
+ contracts: {
203
+ readonly disputeGameFactory: {
204
+ readonly 1: {
205
+ readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
206
+ };
207
+ };
208
+ readonly l2OutputOracle: {
209
+ readonly 1: {
210
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
211
+ };
212
+ };
213
+ readonly multicall3: {
214
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
215
+ readonly blockCreated: 4286263;
216
+ };
217
+ readonly portal: {
218
+ readonly 1: {
219
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
220
+ };
221
+ };
222
+ readonly l1StandardBridge: {
223
+ readonly 1: {
224
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
225
+ };
226
+ };
227
+ readonly gasPriceOracle: {
228
+ readonly address: "0x420000000000000000000000000000000000000F";
229
+ };
230
+ readonly l1Block: {
231
+ readonly address: "0x4200000000000000000000000000000000000015";
232
+ };
233
+ readonly l2CrossDomainMessenger: {
234
+ readonly address: "0x4200000000000000000000000000000000000007";
235
+ };
236
+ readonly l2Erc721Bridge: {
237
+ readonly address: "0x4200000000000000000000000000000000000014";
238
+ };
239
+ readonly l2StandardBridge: {
240
+ readonly address: "0x4200000000000000000000000000000000000010";
241
+ };
242
+ readonly l2ToL1MessagePasser: {
243
+ readonly address: "0x4200000000000000000000000000000000000016";
244
+ };
245
+ };
246
+ ensTlds?: readonly string[] | undefined;
247
+ id: 10;
248
+ name: "OP Mainnet";
249
+ nativeCurrency: {
250
+ readonly name: "Ether";
251
+ readonly symbol: "ETH";
252
+ readonly decimals: 18;
253
+ };
254
+ experimental_preconfirmationTime?: number | undefined | undefined;
255
+ rpcUrls: {
256
+ readonly default: {
257
+ readonly http: readonly ["https://mainnet.optimism.io"];
258
+ };
259
+ };
260
+ sourceId: 1;
261
+ testnet?: boolean | undefined | undefined;
262
+ custom?: Record<string, unknown> | undefined;
263
+ fees?: import('viem').ChainFees<undefined> | undefined;
264
+ formatters: {
265
+ readonly block: {
266
+ exclude: [] | undefined;
267
+ format: (args: import('viem/chains').OpStackRpcBlock) => {
268
+ baseFeePerGas: bigint | null;
269
+ blobGasUsed: bigint;
270
+ difficulty: bigint;
271
+ excessBlobGas: bigint;
272
+ extraData: import('viem').Hex;
273
+ gasLimit: bigint;
274
+ gasUsed: bigint;
275
+ hash: `0x${string}` | null;
276
+ logsBloom: `0x${string}` | null;
277
+ miner: import('viem').Address;
278
+ mixHash: import('viem').Hash;
279
+ nonce: `0x${string}` | null;
280
+ number: bigint | null;
281
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
282
+ parentHash: import('viem').Hash;
283
+ receiptsRoot: import('viem').Hex;
284
+ sealFields: import('viem').Hex[];
285
+ sha3Uncles: import('viem').Hash;
286
+ size: bigint;
287
+ stateRoot: import('viem').Hash;
288
+ timestamp: bigint;
289
+ totalDifficulty: bigint | null;
290
+ transactions: `0x${string}`[] | import('viem/chains').OpStackTransaction<boolean>[];
291
+ transactionsRoot: import('viem').Hash;
292
+ uncles: import('viem').Hash[];
293
+ withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
294
+ withdrawalsRoot?: `0x${string}` | undefined;
295
+ } & {};
296
+ type: "block";
297
+ };
298
+ readonly transaction: {
299
+ exclude: [] | undefined;
300
+ format: (args: import('viem/chains').OpStackRpcTransaction) => ({
301
+ blockHash: `0x${string}` | null;
302
+ blockNumber: bigint | null;
303
+ from: import('viem').Address;
304
+ gas: bigint;
305
+ hash: import('viem').Hash;
306
+ input: import('viem').Hex;
307
+ nonce: number;
308
+ r: import('viem').Hex;
309
+ s: import('viem').Hex;
310
+ to: import('viem').Address | null;
311
+ transactionIndex: number | null;
312
+ typeHex: import('viem').Hex | null;
313
+ v: bigint;
314
+ value: bigint;
315
+ yParity: number;
316
+ gasPrice?: undefined | undefined;
317
+ maxFeePerBlobGas?: undefined | undefined;
318
+ maxFeePerGas: bigint;
319
+ maxPriorityFeePerGas: bigint;
320
+ isSystemTx?: boolean;
321
+ mint?: bigint | undefined | undefined;
322
+ sourceHash: import('viem').Hex;
323
+ type: "deposit";
324
+ } | {
325
+ r: import('viem').Hex;
326
+ s: import('viem').Hex;
327
+ v: bigint;
328
+ to: import('viem').Address | null;
329
+ from: import('viem').Address;
330
+ gas: bigint;
331
+ nonce: number;
332
+ value: bigint;
333
+ blockHash: `0x${string}` | null;
334
+ blockNumber: bigint | null;
335
+ hash: import('viem').Hash;
336
+ input: import('viem').Hex;
337
+ transactionIndex: number | null;
338
+ typeHex: import('viem').Hex | null;
339
+ accessList?: undefined | undefined;
340
+ authorizationList?: undefined | undefined;
341
+ blobVersionedHashes?: undefined | undefined;
342
+ chainId?: number | undefined;
343
+ yParity?: undefined | undefined;
344
+ type: "legacy";
345
+ gasPrice: bigint;
346
+ maxFeePerBlobGas?: undefined | undefined;
347
+ maxFeePerGas?: undefined | undefined;
348
+ maxPriorityFeePerGas?: undefined | undefined;
349
+ isSystemTx?: undefined | undefined;
350
+ mint?: undefined | undefined;
351
+ sourceHash?: undefined | undefined;
352
+ } | {
353
+ blockHash: `0x${string}` | null;
354
+ blockNumber: bigint | null;
355
+ from: import('viem').Address;
356
+ gas: bigint;
357
+ hash: import('viem').Hash;
358
+ input: import('viem').Hex;
359
+ nonce: number;
360
+ r: import('viem').Hex;
361
+ s: import('viem').Hex;
362
+ to: import('viem').Address | null;
363
+ transactionIndex: number | null;
364
+ typeHex: import('viem').Hex | null;
365
+ v: bigint;
366
+ value: bigint;
367
+ yParity: number;
368
+ accessList: import('viem').AccessList;
369
+ authorizationList?: undefined | undefined;
370
+ blobVersionedHashes?: undefined | undefined;
371
+ chainId: number;
372
+ type: "eip2930";
373
+ gasPrice: bigint;
374
+ maxFeePerBlobGas?: undefined | undefined;
375
+ maxFeePerGas?: undefined | undefined;
376
+ maxPriorityFeePerGas?: undefined | undefined;
377
+ isSystemTx?: undefined | undefined;
378
+ mint?: undefined | undefined;
379
+ sourceHash?: undefined | undefined;
380
+ } | {
381
+ blockHash: `0x${string}` | null;
382
+ blockNumber: bigint | null;
383
+ from: import('viem').Address;
384
+ gas: bigint;
385
+ hash: import('viem').Hash;
386
+ input: import('viem').Hex;
387
+ nonce: number;
388
+ r: import('viem').Hex;
389
+ s: import('viem').Hex;
390
+ to: import('viem').Address | null;
391
+ transactionIndex: number | null;
392
+ typeHex: import('viem').Hex | null;
393
+ v: bigint;
394
+ value: bigint;
395
+ yParity: number;
396
+ accessList: import('viem').AccessList;
397
+ authorizationList?: undefined | undefined;
398
+ blobVersionedHashes?: undefined | undefined;
399
+ chainId: number;
400
+ type: "eip1559";
401
+ gasPrice?: undefined | undefined;
402
+ maxFeePerBlobGas?: undefined | undefined;
403
+ maxFeePerGas: bigint;
404
+ maxPriorityFeePerGas: bigint;
405
+ isSystemTx?: undefined | undefined;
406
+ mint?: undefined | undefined;
407
+ sourceHash?: undefined | undefined;
408
+ } | {
409
+ blockHash: `0x${string}` | null;
410
+ blockNumber: bigint | null;
411
+ from: import('viem').Address;
412
+ gas: bigint;
413
+ hash: import('viem').Hash;
414
+ input: import('viem').Hex;
415
+ nonce: number;
416
+ r: import('viem').Hex;
417
+ s: import('viem').Hex;
418
+ to: import('viem').Address | null;
419
+ transactionIndex: number | null;
420
+ typeHex: import('viem').Hex | null;
421
+ v: bigint;
422
+ value: bigint;
423
+ yParity: number;
424
+ accessList: import('viem').AccessList;
425
+ authorizationList?: undefined | undefined;
426
+ blobVersionedHashes: readonly import('viem').Hex[];
427
+ chainId: number;
428
+ type: "eip4844";
429
+ gasPrice?: undefined | undefined;
430
+ maxFeePerBlobGas: bigint;
431
+ maxFeePerGas: bigint;
432
+ maxPriorityFeePerGas: bigint;
433
+ isSystemTx?: undefined | undefined;
434
+ mint?: undefined | undefined;
435
+ sourceHash?: undefined | undefined;
436
+ } | {
437
+ blockHash: `0x${string}` | null;
438
+ blockNumber: bigint | null;
439
+ from: import('viem').Address;
440
+ gas: bigint;
441
+ hash: import('viem').Hash;
442
+ input: import('viem').Hex;
443
+ nonce: number;
444
+ r: import('viem').Hex;
445
+ s: import('viem').Hex;
446
+ to: import('viem').Address | null;
447
+ transactionIndex: number | null;
448
+ typeHex: import('viem').Hex | null;
449
+ v: bigint;
450
+ value: bigint;
451
+ yParity: number;
452
+ accessList: import('viem').AccessList;
453
+ authorizationList: import('viem').SignedAuthorizationList;
454
+ blobVersionedHashes?: undefined | undefined;
455
+ chainId: number;
456
+ type: "eip7702";
457
+ gasPrice?: undefined | undefined;
458
+ maxFeePerBlobGas?: undefined | undefined;
459
+ maxFeePerGas: bigint;
460
+ maxPriorityFeePerGas: bigint;
461
+ isSystemTx?: undefined | undefined;
462
+ mint?: undefined | undefined;
463
+ sourceHash?: undefined | undefined;
464
+ }) & {};
465
+ type: "transaction";
466
+ };
467
+ readonly transactionReceipt: {
468
+ exclude: [] | undefined;
469
+ format: (args: import('viem/chains').OpStackRpcTransactionReceipt) => {
470
+ blobGasPrice?: bigint | undefined;
471
+ blobGasUsed?: bigint | undefined;
472
+ blockHash: import('viem').Hash;
473
+ blockNumber: bigint;
474
+ contractAddress: import('viem').Address | null | undefined;
475
+ cumulativeGasUsed: bigint;
476
+ effectiveGasPrice: bigint;
477
+ from: import('viem').Address;
478
+ gasUsed: bigint;
479
+ logs: import('viem').Log<bigint, number, false>[];
480
+ logsBloom: import('viem').Hex;
481
+ root?: `0x${string}` | undefined;
482
+ status: "success" | "reverted";
483
+ to: import('viem').Address | null;
484
+ transactionHash: import('viem').Hash;
485
+ transactionIndex: number;
486
+ type: import('viem').TransactionType;
487
+ l1GasPrice: bigint | null;
488
+ l1GasUsed: bigint | null;
489
+ l1Fee: bigint | null;
490
+ l1FeeScalar: number | null;
491
+ } & {};
492
+ type: "transactionReceipt";
493
+ };
494
+ };
495
+ serializers: {
496
+ readonly transaction: typeof import('viem/chains').serializeTransactionOpStack;
497
+ };
498
+ }, {
499
+ blockExplorers: {
500
+ readonly default: {
501
+ readonly name: "Basescan";
502
+ readonly url: "https://basescan.org";
503
+ readonly apiUrl: "https://api.basescan.org/api";
504
+ };
505
+ };
506
+ blockTime: 2000;
507
+ contracts: {
508
+ readonly disputeGameFactory: {
509
+ readonly 1: {
510
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
511
+ };
512
+ };
513
+ readonly l2OutputOracle: {
514
+ readonly 1: {
515
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
516
+ };
517
+ };
518
+ readonly multicall3: {
519
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
520
+ readonly blockCreated: 5022;
521
+ };
522
+ readonly portal: {
523
+ readonly 1: {
524
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
525
+ readonly blockCreated: 17482143;
526
+ };
527
+ };
528
+ readonly l1StandardBridge: {
529
+ readonly 1: {
530
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
531
+ readonly blockCreated: 17482143;
532
+ };
533
+ };
534
+ readonly gasPriceOracle: {
535
+ readonly address: "0x420000000000000000000000000000000000000F";
536
+ };
537
+ readonly l1Block: {
538
+ readonly address: "0x4200000000000000000000000000000000000015";
539
+ };
540
+ readonly l2CrossDomainMessenger: {
541
+ readonly address: "0x4200000000000000000000000000000000000007";
542
+ };
543
+ readonly l2Erc721Bridge: {
544
+ readonly address: "0x4200000000000000000000000000000000000014";
545
+ };
546
+ readonly l2StandardBridge: {
547
+ readonly address: "0x4200000000000000000000000000000000000010";
548
+ };
549
+ readonly l2ToL1MessagePasser: {
550
+ readonly address: "0x4200000000000000000000000000000000000016";
551
+ };
552
+ };
553
+ ensTlds?: readonly string[] | undefined;
554
+ id: 8453;
555
+ name: "Base";
556
+ nativeCurrency: {
557
+ readonly name: "Ether";
558
+ readonly symbol: "ETH";
559
+ readonly decimals: 18;
560
+ };
561
+ experimental_preconfirmationTime?: number | undefined | undefined;
562
+ rpcUrls: {
563
+ readonly default: {
564
+ readonly http: readonly ["https://mainnet.base.org"];
565
+ };
566
+ };
567
+ sourceId: 1;
568
+ testnet?: boolean | undefined | undefined;
569
+ custom?: Record<string, unknown> | undefined;
570
+ fees?: import('viem').ChainFees<undefined> | undefined;
571
+ formatters: {
572
+ readonly block: {
573
+ exclude: [] | undefined;
574
+ format: (args: import('viem/chains').OpStackRpcBlock) => {
575
+ baseFeePerGas: bigint | null;
576
+ blobGasUsed: bigint;
577
+ difficulty: bigint;
578
+ excessBlobGas: bigint;
579
+ extraData: import('viem').Hex;
580
+ gasLimit: bigint;
581
+ gasUsed: bigint;
582
+ hash: `0x${string}` | null;
583
+ logsBloom: `0x${string}` | null;
584
+ miner: import('viem').Address;
585
+ mixHash: import('viem').Hash;
586
+ nonce: `0x${string}` | null;
587
+ number: bigint | null;
588
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
589
+ parentHash: import('viem').Hash;
590
+ receiptsRoot: import('viem').Hex;
591
+ sealFields: import('viem').Hex[];
592
+ sha3Uncles: import('viem').Hash;
593
+ size: bigint;
594
+ stateRoot: import('viem').Hash;
595
+ timestamp: bigint;
596
+ totalDifficulty: bigint | null;
597
+ transactions: `0x${string}`[] | import('viem/chains').OpStackTransaction<boolean>[];
598
+ transactionsRoot: import('viem').Hash;
599
+ uncles: import('viem').Hash[];
600
+ withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
601
+ withdrawalsRoot?: `0x${string}` | undefined;
602
+ } & {};
603
+ type: "block";
604
+ };
605
+ readonly transaction: {
606
+ exclude: [] | undefined;
607
+ format: (args: import('viem/chains').OpStackRpcTransaction) => ({
608
+ blockHash: `0x${string}` | null;
609
+ blockNumber: bigint | null;
610
+ from: import('viem').Address;
611
+ gas: bigint;
612
+ hash: import('viem').Hash;
613
+ input: import('viem').Hex;
614
+ nonce: number;
615
+ r: import('viem').Hex;
616
+ s: import('viem').Hex;
617
+ to: import('viem').Address | null;
618
+ transactionIndex: number | null;
619
+ typeHex: import('viem').Hex | null;
620
+ v: bigint;
621
+ value: bigint;
622
+ yParity: number;
623
+ gasPrice?: undefined | undefined;
624
+ maxFeePerBlobGas?: undefined | undefined;
625
+ maxFeePerGas: bigint;
626
+ maxPriorityFeePerGas: bigint;
627
+ isSystemTx?: boolean;
628
+ mint?: bigint | undefined | undefined;
629
+ sourceHash: import('viem').Hex;
630
+ type: "deposit";
631
+ } | {
632
+ r: import('viem').Hex;
633
+ s: import('viem').Hex;
634
+ v: bigint;
635
+ to: import('viem').Address | null;
636
+ from: import('viem').Address;
637
+ gas: bigint;
638
+ nonce: number;
639
+ value: bigint;
640
+ blockHash: `0x${string}` | null;
641
+ blockNumber: bigint | null;
642
+ hash: import('viem').Hash;
643
+ input: import('viem').Hex;
644
+ transactionIndex: number | null;
645
+ typeHex: import('viem').Hex | null;
646
+ accessList?: undefined | undefined;
647
+ authorizationList?: undefined | undefined;
648
+ blobVersionedHashes?: undefined | undefined;
649
+ chainId?: number | undefined;
650
+ yParity?: undefined | undefined;
651
+ type: "legacy";
652
+ gasPrice: bigint;
653
+ maxFeePerBlobGas?: undefined | undefined;
654
+ maxFeePerGas?: undefined | undefined;
655
+ maxPriorityFeePerGas?: undefined | undefined;
656
+ isSystemTx?: undefined | undefined;
657
+ mint?: undefined | undefined;
658
+ sourceHash?: undefined | undefined;
659
+ } | {
660
+ blockHash: `0x${string}` | null;
661
+ blockNumber: bigint | null;
662
+ from: import('viem').Address;
663
+ gas: bigint;
664
+ hash: import('viem').Hash;
665
+ input: import('viem').Hex;
666
+ nonce: number;
667
+ r: import('viem').Hex;
668
+ s: import('viem').Hex;
669
+ to: import('viem').Address | null;
670
+ transactionIndex: number | null;
671
+ typeHex: import('viem').Hex | null;
672
+ v: bigint;
673
+ value: bigint;
674
+ yParity: number;
675
+ accessList: import('viem').AccessList;
676
+ authorizationList?: undefined | undefined;
677
+ blobVersionedHashes?: undefined | undefined;
678
+ chainId: number;
679
+ type: "eip2930";
680
+ gasPrice: bigint;
681
+ maxFeePerBlobGas?: undefined | undefined;
682
+ maxFeePerGas?: undefined | undefined;
683
+ maxPriorityFeePerGas?: undefined | undefined;
684
+ isSystemTx?: undefined | undefined;
685
+ mint?: undefined | undefined;
686
+ sourceHash?: undefined | undefined;
687
+ } | {
688
+ blockHash: `0x${string}` | null;
689
+ blockNumber: bigint | null;
690
+ from: import('viem').Address;
691
+ gas: bigint;
692
+ hash: import('viem').Hash;
693
+ input: import('viem').Hex;
694
+ nonce: number;
695
+ r: import('viem').Hex;
696
+ s: import('viem').Hex;
697
+ to: import('viem').Address | null;
698
+ transactionIndex: number | null;
699
+ typeHex: import('viem').Hex | null;
700
+ v: bigint;
701
+ value: bigint;
702
+ yParity: number;
703
+ accessList: import('viem').AccessList;
704
+ authorizationList?: undefined | undefined;
705
+ blobVersionedHashes?: undefined | undefined;
706
+ chainId: number;
707
+ type: "eip1559";
708
+ gasPrice?: undefined | undefined;
709
+ maxFeePerBlobGas?: undefined | undefined;
710
+ maxFeePerGas: bigint;
711
+ maxPriorityFeePerGas: bigint;
712
+ isSystemTx?: undefined | undefined;
713
+ mint?: undefined | undefined;
714
+ sourceHash?: undefined | undefined;
715
+ } | {
716
+ blockHash: `0x${string}` | null;
717
+ blockNumber: bigint | null;
718
+ from: import('viem').Address;
719
+ gas: bigint;
720
+ hash: import('viem').Hash;
721
+ input: import('viem').Hex;
722
+ nonce: number;
723
+ r: import('viem').Hex;
724
+ s: import('viem').Hex;
725
+ to: import('viem').Address | null;
726
+ transactionIndex: number | null;
727
+ typeHex: import('viem').Hex | null;
728
+ v: bigint;
729
+ value: bigint;
730
+ yParity: number;
731
+ accessList: import('viem').AccessList;
732
+ authorizationList?: undefined | undefined;
733
+ blobVersionedHashes: readonly import('viem').Hex[];
734
+ chainId: number;
735
+ type: "eip4844";
736
+ gasPrice?: undefined | undefined;
737
+ maxFeePerBlobGas: bigint;
738
+ maxFeePerGas: bigint;
739
+ maxPriorityFeePerGas: bigint;
740
+ isSystemTx?: undefined | undefined;
741
+ mint?: undefined | undefined;
742
+ sourceHash?: undefined | undefined;
743
+ } | {
744
+ blockHash: `0x${string}` | null;
745
+ blockNumber: bigint | null;
746
+ from: import('viem').Address;
747
+ gas: bigint;
748
+ hash: import('viem').Hash;
749
+ input: import('viem').Hex;
750
+ nonce: number;
751
+ r: import('viem').Hex;
752
+ s: import('viem').Hex;
753
+ to: import('viem').Address | null;
754
+ transactionIndex: number | null;
755
+ typeHex: import('viem').Hex | null;
756
+ v: bigint;
757
+ value: bigint;
758
+ yParity: number;
759
+ accessList: import('viem').AccessList;
760
+ authorizationList: import('viem').SignedAuthorizationList;
761
+ blobVersionedHashes?: undefined | undefined;
762
+ chainId: number;
763
+ type: "eip7702";
764
+ gasPrice?: undefined | undefined;
765
+ maxFeePerBlobGas?: undefined | undefined;
766
+ maxFeePerGas: bigint;
767
+ maxPriorityFeePerGas: bigint;
768
+ isSystemTx?: undefined | undefined;
769
+ mint?: undefined | undefined;
770
+ sourceHash?: undefined | undefined;
771
+ }) & {};
772
+ type: "transaction";
773
+ };
774
+ readonly transactionReceipt: {
775
+ exclude: [] | undefined;
776
+ format: (args: import('viem/chains').OpStackRpcTransactionReceipt) => {
777
+ blobGasPrice?: bigint | undefined;
778
+ blobGasUsed?: bigint | undefined;
779
+ blockHash: import('viem').Hash;
780
+ blockNumber: bigint;
781
+ contractAddress: import('viem').Address | null | undefined;
782
+ cumulativeGasUsed: bigint;
783
+ effectiveGasPrice: bigint;
784
+ from: import('viem').Address;
785
+ gasUsed: bigint;
786
+ logs: import('viem').Log<bigint, number, false>[];
787
+ logsBloom: import('viem').Hex;
788
+ root?: `0x${string}` | undefined;
789
+ status: "success" | "reverted";
790
+ to: import('viem').Address | null;
791
+ transactionHash: import('viem').Hash;
792
+ transactionIndex: number;
793
+ type: import('viem').TransactionType;
794
+ l1GasPrice: bigint | null;
795
+ l1GasUsed: bigint | null;
796
+ l1Fee: bigint | null;
797
+ l1FeeScalar: number | null;
798
+ } & {};
799
+ type: "transactionReceipt";
800
+ };
801
+ };
802
+ serializers: {
803
+ readonly transaction: typeof import('viem/chains').serializeTransactionOpStack;
804
+ };
805
+ }, {
806
+ blockExplorers: {
807
+ readonly default: {
808
+ readonly name: "Gnosisscan";
809
+ readonly url: "https://gnosisscan.io";
810
+ readonly apiUrl: "https://api.gnosisscan.io/api";
811
+ };
812
+ };
813
+ blockTime?: number | undefined | undefined;
814
+ contracts: {
815
+ readonly multicall3: {
816
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
817
+ readonly blockCreated: 21022491;
818
+ };
819
+ };
820
+ ensTlds?: readonly string[] | undefined;
821
+ id: 100;
822
+ name: "Gnosis";
823
+ nativeCurrency: {
824
+ readonly decimals: 18;
825
+ readonly name: "xDAI";
826
+ readonly symbol: "XDAI";
827
+ };
828
+ experimental_preconfirmationTime?: number | undefined | undefined;
829
+ rpcUrls: {
830
+ readonly default: {
831
+ readonly http: readonly ["https://rpc.gnosischain.com"];
832
+ readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
833
+ };
834
+ };
835
+ sourceId?: number | undefined | undefined;
836
+ testnet?: boolean | undefined | undefined;
837
+ custom?: Record<string, unknown> | undefined;
838
+ fees?: import('viem').ChainFees<undefined> | undefined;
839
+ formatters?: undefined;
840
+ serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
841
+ }, {
842
+ blockExplorers: {
843
+ readonly default: {
844
+ readonly name: "Uniscan";
845
+ readonly url: "https://uniscan.xyz";
846
+ readonly apiUrl: "https://api.uniscan.xyz/api";
847
+ };
848
+ };
849
+ blockTime: 2000;
850
+ contracts: {
851
+ readonly multicall3: {
852
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
853
+ readonly blockCreated: 0;
854
+ };
855
+ readonly disputeGameFactory: {
856
+ readonly 1: {
857
+ readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
858
+ };
859
+ };
860
+ readonly portal: {
861
+ readonly 1: {
862
+ readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
863
+ };
864
+ };
865
+ readonly l1StandardBridge: {
866
+ readonly 1: {
867
+ readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
868
+ };
869
+ };
870
+ readonly gasPriceOracle: {
871
+ readonly address: "0x420000000000000000000000000000000000000F";
872
+ };
873
+ readonly l1Block: {
874
+ readonly address: "0x4200000000000000000000000000000000000015";
875
+ };
876
+ readonly l2CrossDomainMessenger: {
877
+ readonly address: "0x4200000000000000000000000000000000000007";
878
+ };
879
+ readonly l2Erc721Bridge: {
880
+ readonly address: "0x4200000000000000000000000000000000000014";
881
+ };
882
+ readonly l2StandardBridge: {
883
+ readonly address: "0x4200000000000000000000000000000000000010";
884
+ };
885
+ readonly l2ToL1MessagePasser: {
886
+ readonly address: "0x4200000000000000000000000000000000000016";
887
+ };
888
+ };
889
+ ensTlds?: readonly string[] | undefined;
890
+ id: 130;
891
+ name: "Unichain";
892
+ nativeCurrency: {
893
+ readonly name: "Ether";
894
+ readonly symbol: "ETH";
895
+ readonly decimals: 18;
896
+ };
897
+ experimental_preconfirmationTime?: number | undefined | undefined;
898
+ rpcUrls: {
899
+ readonly default: {
900
+ readonly http: readonly ["https://mainnet.unichain.org/"];
901
+ };
902
+ };
903
+ sourceId: 1;
904
+ testnet?: boolean | undefined | undefined;
905
+ custom?: Record<string, unknown> | undefined;
906
+ fees?: import('viem').ChainFees<undefined> | undefined;
907
+ formatters: {
908
+ readonly block: {
909
+ exclude: [] | undefined;
910
+ format: (args: import('viem/chains').OpStackRpcBlock) => {
911
+ baseFeePerGas: bigint | null;
912
+ blobGasUsed: bigint;
913
+ difficulty: bigint;
914
+ excessBlobGas: bigint;
915
+ extraData: import('viem').Hex;
916
+ gasLimit: bigint;
917
+ gasUsed: bigint;
918
+ hash: `0x${string}` | null;
919
+ logsBloom: `0x${string}` | null;
920
+ miner: import('viem').Address;
921
+ mixHash: import('viem').Hash;
922
+ nonce: `0x${string}` | null;
923
+ number: bigint | null;
924
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
925
+ parentHash: import('viem').Hash;
926
+ receiptsRoot: import('viem').Hex;
927
+ sealFields: import('viem').Hex[];
928
+ sha3Uncles: import('viem').Hash;
929
+ size: bigint;
930
+ stateRoot: import('viem').Hash;
931
+ timestamp: bigint;
932
+ totalDifficulty: bigint | null;
933
+ transactions: `0x${string}`[] | import('viem/chains').OpStackTransaction<boolean>[];
934
+ transactionsRoot: import('viem').Hash;
935
+ uncles: import('viem').Hash[];
936
+ withdrawals?: import('viem').Withdrawal[] | undefined | undefined;
937
+ withdrawalsRoot?: `0x${string}` | undefined;
938
+ } & {};
939
+ type: "block";
940
+ };
941
+ readonly transaction: {
942
+ exclude: [] | undefined;
943
+ format: (args: import('viem/chains').OpStackRpcTransaction) => ({
944
+ blockHash: `0x${string}` | null;
945
+ blockNumber: bigint | null;
946
+ from: import('viem').Address;
947
+ gas: bigint;
948
+ hash: import('viem').Hash;
949
+ input: import('viem').Hex;
950
+ nonce: number;
951
+ r: import('viem').Hex;
952
+ s: import('viem').Hex;
953
+ to: import('viem').Address | null;
954
+ transactionIndex: number | null;
955
+ typeHex: import('viem').Hex | null;
956
+ v: bigint;
957
+ value: bigint;
958
+ yParity: number;
959
+ gasPrice?: undefined | undefined;
960
+ maxFeePerBlobGas?: undefined | undefined;
961
+ maxFeePerGas: bigint;
962
+ maxPriorityFeePerGas: bigint;
963
+ isSystemTx?: boolean;
964
+ mint?: bigint | undefined | undefined;
965
+ sourceHash: import('viem').Hex;
966
+ type: "deposit";
967
+ } | {
968
+ r: import('viem').Hex;
969
+ s: import('viem').Hex;
970
+ v: bigint;
971
+ to: import('viem').Address | null;
972
+ from: import('viem').Address;
973
+ gas: bigint;
974
+ nonce: number;
975
+ value: bigint;
976
+ blockHash: `0x${string}` | null;
977
+ blockNumber: bigint | null;
978
+ hash: import('viem').Hash;
979
+ input: import('viem').Hex;
980
+ transactionIndex: number | null;
981
+ typeHex: import('viem').Hex | null;
982
+ accessList?: undefined | undefined;
983
+ authorizationList?: undefined | undefined;
984
+ blobVersionedHashes?: undefined | undefined;
985
+ chainId?: number | undefined;
986
+ yParity?: undefined | undefined;
987
+ type: "legacy";
988
+ gasPrice: bigint;
989
+ maxFeePerBlobGas?: undefined | undefined;
990
+ maxFeePerGas?: undefined | undefined;
991
+ maxPriorityFeePerGas?: undefined | undefined;
992
+ isSystemTx?: undefined | undefined;
993
+ mint?: undefined | undefined;
994
+ sourceHash?: undefined | undefined;
995
+ } | {
996
+ blockHash: `0x${string}` | null;
997
+ blockNumber: bigint | null;
998
+ from: import('viem').Address;
999
+ gas: bigint;
1000
+ hash: import('viem').Hash;
1001
+ input: import('viem').Hex;
1002
+ nonce: number;
1003
+ r: import('viem').Hex;
1004
+ s: import('viem').Hex;
1005
+ to: import('viem').Address | null;
1006
+ transactionIndex: number | null;
1007
+ typeHex: import('viem').Hex | null;
1008
+ v: bigint;
1009
+ value: bigint;
1010
+ yParity: number;
1011
+ accessList: import('viem').AccessList;
1012
+ authorizationList?: undefined | undefined;
1013
+ blobVersionedHashes?: undefined | undefined;
1014
+ chainId: number;
1015
+ type: "eip2930";
1016
+ gasPrice: bigint;
1017
+ maxFeePerBlobGas?: undefined | undefined;
1018
+ maxFeePerGas?: undefined | undefined;
1019
+ maxPriorityFeePerGas?: undefined | undefined;
1020
+ isSystemTx?: undefined | undefined;
1021
+ mint?: undefined | undefined;
1022
+ sourceHash?: undefined | undefined;
1023
+ } | {
1024
+ blockHash: `0x${string}` | null;
1025
+ blockNumber: bigint | null;
1026
+ from: import('viem').Address;
1027
+ gas: bigint;
1028
+ hash: import('viem').Hash;
1029
+ input: import('viem').Hex;
1030
+ nonce: number;
1031
+ r: import('viem').Hex;
1032
+ s: import('viem').Hex;
1033
+ to: import('viem').Address | null;
1034
+ transactionIndex: number | null;
1035
+ typeHex: import('viem').Hex | null;
1036
+ v: bigint;
1037
+ value: bigint;
1038
+ yParity: number;
1039
+ accessList: import('viem').AccessList;
1040
+ authorizationList?: undefined | undefined;
1041
+ blobVersionedHashes?: undefined | undefined;
1042
+ chainId: number;
1043
+ type: "eip1559";
1044
+ gasPrice?: undefined | undefined;
1045
+ maxFeePerBlobGas?: undefined | undefined;
1046
+ maxFeePerGas: bigint;
1047
+ maxPriorityFeePerGas: bigint;
1048
+ isSystemTx?: undefined | undefined;
1049
+ mint?: undefined | undefined;
1050
+ sourceHash?: undefined | undefined;
1051
+ } | {
1052
+ blockHash: `0x${string}` | null;
1053
+ blockNumber: bigint | null;
1054
+ from: import('viem').Address;
1055
+ gas: bigint;
1056
+ hash: import('viem').Hash;
1057
+ input: import('viem').Hex;
1058
+ nonce: number;
1059
+ r: import('viem').Hex;
1060
+ s: import('viem').Hex;
1061
+ to: import('viem').Address | null;
1062
+ transactionIndex: number | null;
1063
+ typeHex: import('viem').Hex | null;
1064
+ v: bigint;
1065
+ value: bigint;
1066
+ yParity: number;
1067
+ accessList: import('viem').AccessList;
1068
+ authorizationList?: undefined | undefined;
1069
+ blobVersionedHashes: readonly import('viem').Hex[];
1070
+ chainId: number;
1071
+ type: "eip4844";
1072
+ gasPrice?: undefined | undefined;
1073
+ maxFeePerBlobGas: bigint;
1074
+ maxFeePerGas: bigint;
1075
+ maxPriorityFeePerGas: bigint;
1076
+ isSystemTx?: undefined | undefined;
1077
+ mint?: undefined | undefined;
1078
+ sourceHash?: undefined | undefined;
1079
+ } | {
1080
+ blockHash: `0x${string}` | null;
1081
+ blockNumber: bigint | null;
1082
+ from: import('viem').Address;
1083
+ gas: bigint;
1084
+ hash: import('viem').Hash;
1085
+ input: import('viem').Hex;
1086
+ nonce: number;
1087
+ r: import('viem').Hex;
1088
+ s: import('viem').Hex;
1089
+ to: import('viem').Address | null;
1090
+ transactionIndex: number | null;
1091
+ typeHex: import('viem').Hex | null;
1092
+ v: bigint;
1093
+ value: bigint;
1094
+ yParity: number;
1095
+ accessList: import('viem').AccessList;
1096
+ authorizationList: import('viem').SignedAuthorizationList;
1097
+ blobVersionedHashes?: undefined | undefined;
1098
+ chainId: number;
1099
+ type: "eip7702";
1100
+ gasPrice?: undefined | undefined;
1101
+ maxFeePerBlobGas?: undefined | undefined;
1102
+ maxFeePerGas: bigint;
1103
+ maxPriorityFeePerGas: bigint;
1104
+ isSystemTx?: undefined | undefined;
1105
+ mint?: undefined | undefined;
1106
+ sourceHash?: undefined | undefined;
1107
+ }) & {};
1108
+ type: "transaction";
1109
+ };
1110
+ readonly transactionReceipt: {
1111
+ exclude: [] | undefined;
1112
+ format: (args: import('viem/chains').OpStackRpcTransactionReceipt) => {
1113
+ blobGasPrice?: bigint | undefined;
1114
+ blobGasUsed?: bigint | undefined;
1115
+ blockHash: import('viem').Hash;
1116
+ blockNumber: bigint;
1117
+ contractAddress: import('viem').Address | null | undefined;
1118
+ cumulativeGasUsed: bigint;
1119
+ effectiveGasPrice: bigint;
1120
+ from: import('viem').Address;
1121
+ gasUsed: bigint;
1122
+ logs: import('viem').Log<bigint, number, false>[];
1123
+ logsBloom: import('viem').Hex;
1124
+ root?: `0x${string}` | undefined;
1125
+ status: "success" | "reverted";
1126
+ to: import('viem').Address | null;
1127
+ transactionHash: import('viem').Hash;
1128
+ transactionIndex: number;
1129
+ type: import('viem').TransactionType;
1130
+ l1GasPrice: bigint | null;
1131
+ l1GasUsed: bigint | null;
1132
+ l1Fee: bigint | null;
1133
+ l1FeeScalar: number | null;
1134
+ } & {};
1135
+ type: "transactionReceipt";
1136
+ };
1137
+ };
1138
+ serializers: {
1139
+ readonly transaction: typeof import('viem/chains').serializeTransactionOpStack;
1140
+ };
1141
+ }], Record<1 | 10 | 137 | 56 | 43114 | 42161 | 8453 | 100 | 130, import('viem').FallbackTransport<import('viem').Transport[]>>, import('wagmi').CreateConnectorFn[]>, 1 | 10 | 137 | 56 | 43114 | 42161 | 8453 | 100 | 130, {
1142
+ type: "legacy";
1143
+ chainId: 1;
1144
+ from: import('viem').Address;
1145
+ gas: bigint;
1146
+ nonce: number;
1147
+ to: import('viem').Address | null;
1148
+ value: bigint;
1149
+ r: import('viem').Hex;
1150
+ s: import('viem').Hex;
1151
+ v: bigint;
1152
+ yParity?: undefined | undefined;
1153
+ blobVersionedHashes?: undefined | undefined;
1154
+ gasPrice: bigint;
1155
+ maxFeePerBlobGas?: undefined | undefined;
1156
+ maxFeePerGas?: undefined | undefined;
1157
+ maxPriorityFeePerGas?: undefined | undefined;
1158
+ accessList?: undefined | undefined;
1159
+ authorizationList?: undefined | undefined;
1160
+ hash: Hash;
1161
+ input: import('viem').Hex;
1162
+ typeHex: import('viem').Hex | null;
1163
+ blockHash: `0x${string}`;
1164
+ blockNumber: bigint;
1165
+ transactionIndex: number;
1166
+ } | {
1167
+ type: "eip2930";
1168
+ chainId: 1;
1169
+ from: import('viem').Address;
1170
+ gas: bigint;
1171
+ nonce: number;
1172
+ to: import('viem').Address | null;
1173
+ value: bigint;
1174
+ r: import('viem').Hex;
1175
+ s: import('viem').Hex;
1176
+ v: bigint;
1177
+ yParity: number;
1178
+ blobVersionedHashes?: undefined | undefined;
1179
+ gasPrice: bigint;
1180
+ maxFeePerBlobGas?: undefined | undefined;
1181
+ maxFeePerGas?: undefined | undefined;
1182
+ maxPriorityFeePerGas?: undefined | undefined;
1183
+ accessList: import('viem').AccessList;
1184
+ authorizationList?: undefined | undefined;
1185
+ hash: Hash;
1186
+ input: import('viem').Hex;
1187
+ typeHex: import('viem').Hex | null;
1188
+ blockHash: `0x${string}`;
1189
+ blockNumber: bigint;
1190
+ transactionIndex: number;
1191
+ } | {
1192
+ type: "eip1559";
1193
+ chainId: 1;
1194
+ from: import('viem').Address;
1195
+ gas: bigint;
1196
+ nonce: number;
1197
+ to: import('viem').Address | null;
1198
+ value: bigint;
1199
+ r: import('viem').Hex;
1200
+ s: import('viem').Hex;
1201
+ v: bigint;
1202
+ yParity: number;
1203
+ blobVersionedHashes?: undefined | undefined;
1204
+ gasPrice?: undefined | undefined;
1205
+ maxFeePerBlobGas?: undefined | undefined;
1206
+ maxFeePerGas: bigint;
1207
+ maxPriorityFeePerGas: bigint;
1208
+ accessList: import('viem').AccessList;
1209
+ authorizationList?: undefined | undefined;
1210
+ hash: Hash;
1211
+ input: import('viem').Hex;
1212
+ typeHex: import('viem').Hex | null;
1213
+ blockHash: `0x${string}`;
1214
+ blockNumber: bigint;
1215
+ transactionIndex: number;
1216
+ } | {
1217
+ type: "eip4844";
1218
+ chainId: 1;
1219
+ from: import('viem').Address;
1220
+ gas: bigint;
1221
+ nonce: number;
1222
+ to: import('viem').Address | null;
1223
+ value: bigint;
1224
+ r: import('viem').Hex;
1225
+ s: import('viem').Hex;
1226
+ v: bigint;
1227
+ yParity: number;
1228
+ blobVersionedHashes: readonly import('viem').Hex[];
1229
+ gasPrice?: undefined | undefined;
1230
+ maxFeePerBlobGas: bigint;
1231
+ maxFeePerGas: bigint;
1232
+ maxPriorityFeePerGas: bigint;
1233
+ accessList: import('viem').AccessList;
1234
+ authorizationList?: undefined | undefined;
1235
+ hash: Hash;
1236
+ input: import('viem').Hex;
1237
+ typeHex: import('viem').Hex | null;
1238
+ blockHash: `0x${string}`;
1239
+ blockNumber: bigint;
1240
+ transactionIndex: number;
1241
+ } | {
1242
+ type: "eip7702";
1243
+ chainId: 1;
1244
+ from: import('viem').Address;
1245
+ gas: bigint;
1246
+ nonce: number;
1247
+ to: import('viem').Address | null;
1248
+ value: bigint;
1249
+ r: import('viem').Hex;
1250
+ s: import('viem').Hex;
1251
+ v: bigint;
1252
+ yParity: number;
1253
+ blobVersionedHashes?: undefined | undefined;
1254
+ gasPrice?: undefined | undefined;
1255
+ maxFeePerBlobGas?: undefined | undefined;
1256
+ maxFeePerGas: bigint;
1257
+ maxPriorityFeePerGas: bigint;
1258
+ accessList: import('viem').AccessList;
1259
+ authorizationList: import('viem').SignedAuthorizationList;
1260
+ hash: Hash;
1261
+ input: import('viem').Hex;
1262
+ typeHex: import('viem').Hex | null;
1263
+ blockHash: `0x${string}`;
1264
+ blockNumber: bigint;
1265
+ transactionIndex: number;
1266
+ } | {
1267
+ type: "legacy";
1268
+ chainId: 137;
1269
+ from: import('viem').Address;
1270
+ gas: bigint;
1271
+ nonce: number;
1272
+ to: import('viem').Address | null;
1273
+ value: bigint;
1274
+ r: import('viem').Hex;
1275
+ s: import('viem').Hex;
1276
+ v: bigint;
1277
+ yParity?: undefined | undefined;
1278
+ blobVersionedHashes?: undefined | undefined;
1279
+ gasPrice: bigint;
1280
+ maxFeePerBlobGas?: undefined | undefined;
1281
+ maxFeePerGas?: undefined | undefined;
1282
+ maxPriorityFeePerGas?: undefined | undefined;
1283
+ accessList?: undefined | undefined;
1284
+ authorizationList?: undefined | undefined;
1285
+ hash: Hash;
1286
+ input: import('viem').Hex;
1287
+ typeHex: import('viem').Hex | null;
1288
+ blockHash: `0x${string}`;
1289
+ blockNumber: bigint;
1290
+ transactionIndex: number;
1291
+ } | {
1292
+ type: "eip2930";
1293
+ chainId: 137;
1294
+ from: import('viem').Address;
1295
+ gas: bigint;
1296
+ nonce: number;
1297
+ to: import('viem').Address | null;
1298
+ value: bigint;
1299
+ r: import('viem').Hex;
1300
+ s: import('viem').Hex;
1301
+ v: bigint;
1302
+ yParity: number;
1303
+ blobVersionedHashes?: undefined | undefined;
1304
+ gasPrice: bigint;
1305
+ maxFeePerBlobGas?: undefined | undefined;
1306
+ maxFeePerGas?: undefined | undefined;
1307
+ maxPriorityFeePerGas?: undefined | undefined;
1308
+ accessList: import('viem').AccessList;
1309
+ authorizationList?: undefined | undefined;
1310
+ hash: Hash;
1311
+ input: import('viem').Hex;
1312
+ typeHex: import('viem').Hex | null;
1313
+ blockHash: `0x${string}`;
1314
+ blockNumber: bigint;
1315
+ transactionIndex: number;
1316
+ } | {
1317
+ type: "eip1559";
1318
+ chainId: 137;
1319
+ from: import('viem').Address;
1320
+ gas: bigint;
1321
+ nonce: number;
1322
+ to: import('viem').Address | null;
1323
+ value: bigint;
1324
+ r: import('viem').Hex;
1325
+ s: import('viem').Hex;
1326
+ v: bigint;
1327
+ yParity: number;
1328
+ blobVersionedHashes?: undefined | undefined;
1329
+ gasPrice?: undefined | undefined;
1330
+ maxFeePerBlobGas?: undefined | undefined;
1331
+ maxFeePerGas: bigint;
1332
+ maxPriorityFeePerGas: bigint;
1333
+ accessList: import('viem').AccessList;
1334
+ authorizationList?: undefined | undefined;
1335
+ hash: Hash;
1336
+ input: import('viem').Hex;
1337
+ typeHex: import('viem').Hex | null;
1338
+ blockHash: `0x${string}`;
1339
+ blockNumber: bigint;
1340
+ transactionIndex: number;
1341
+ } | {
1342
+ type: "eip4844";
1343
+ chainId: 137;
1344
+ from: import('viem').Address;
1345
+ gas: bigint;
1346
+ nonce: number;
1347
+ to: import('viem').Address | null;
1348
+ value: bigint;
1349
+ r: import('viem').Hex;
1350
+ s: import('viem').Hex;
1351
+ v: bigint;
1352
+ yParity: number;
1353
+ blobVersionedHashes: readonly import('viem').Hex[];
1354
+ gasPrice?: undefined | undefined;
1355
+ maxFeePerBlobGas: bigint;
1356
+ maxFeePerGas: bigint;
1357
+ maxPriorityFeePerGas: bigint;
1358
+ accessList: import('viem').AccessList;
1359
+ authorizationList?: undefined | undefined;
1360
+ hash: Hash;
1361
+ input: import('viem').Hex;
1362
+ typeHex: import('viem').Hex | null;
1363
+ blockHash: `0x${string}`;
1364
+ blockNumber: bigint;
1365
+ transactionIndex: number;
1366
+ } | {
1367
+ type: "eip7702";
1368
+ chainId: 137;
1369
+ from: import('viem').Address;
1370
+ gas: bigint;
1371
+ nonce: number;
1372
+ to: import('viem').Address | null;
1373
+ value: bigint;
1374
+ r: import('viem').Hex;
1375
+ s: import('viem').Hex;
1376
+ v: bigint;
1377
+ yParity: number;
1378
+ blobVersionedHashes?: undefined | undefined;
1379
+ gasPrice?: undefined | undefined;
1380
+ maxFeePerBlobGas?: undefined | undefined;
1381
+ maxFeePerGas: bigint;
1382
+ maxPriorityFeePerGas: bigint;
1383
+ accessList: import('viem').AccessList;
1384
+ authorizationList: import('viem').SignedAuthorizationList;
1385
+ hash: Hash;
1386
+ input: import('viem').Hex;
1387
+ typeHex: import('viem').Hex | null;
1388
+ blockHash: `0x${string}`;
1389
+ blockNumber: bigint;
1390
+ transactionIndex: number;
1391
+ } | {
1392
+ type: "legacy";
1393
+ chainId: 56;
1394
+ from: import('viem').Address;
1395
+ gas: bigint;
1396
+ nonce: number;
1397
+ to: import('viem').Address | null;
1398
+ value: bigint;
1399
+ r: import('viem').Hex;
1400
+ s: import('viem').Hex;
1401
+ v: bigint;
1402
+ yParity?: undefined | undefined;
1403
+ blobVersionedHashes?: undefined | undefined;
1404
+ gasPrice: bigint;
1405
+ maxFeePerBlobGas?: undefined | undefined;
1406
+ maxFeePerGas?: undefined | undefined;
1407
+ maxPriorityFeePerGas?: undefined | undefined;
1408
+ accessList?: undefined | undefined;
1409
+ authorizationList?: undefined | undefined;
1410
+ hash: Hash;
1411
+ input: import('viem').Hex;
1412
+ typeHex: import('viem').Hex | null;
1413
+ blockHash: `0x${string}`;
1414
+ blockNumber: bigint;
1415
+ transactionIndex: number;
1416
+ } | {
1417
+ type: "eip2930";
1418
+ chainId: 56;
1419
+ from: import('viem').Address;
1420
+ gas: bigint;
1421
+ nonce: number;
1422
+ to: import('viem').Address | null;
1423
+ value: bigint;
1424
+ r: import('viem').Hex;
1425
+ s: import('viem').Hex;
1426
+ v: bigint;
1427
+ yParity: number;
1428
+ blobVersionedHashes?: undefined | undefined;
1429
+ gasPrice: bigint;
1430
+ maxFeePerBlobGas?: undefined | undefined;
1431
+ maxFeePerGas?: undefined | undefined;
1432
+ maxPriorityFeePerGas?: undefined | undefined;
1433
+ accessList: import('viem').AccessList;
1434
+ authorizationList?: undefined | undefined;
1435
+ hash: Hash;
1436
+ input: import('viem').Hex;
1437
+ typeHex: import('viem').Hex | null;
1438
+ blockHash: `0x${string}`;
1439
+ blockNumber: bigint;
1440
+ transactionIndex: number;
1441
+ } | {
1442
+ type: "eip1559";
1443
+ chainId: 56;
1444
+ from: import('viem').Address;
1445
+ gas: bigint;
1446
+ nonce: number;
1447
+ to: import('viem').Address | null;
1448
+ value: bigint;
1449
+ r: import('viem').Hex;
1450
+ s: import('viem').Hex;
1451
+ v: bigint;
1452
+ yParity: number;
1453
+ blobVersionedHashes?: undefined | undefined;
1454
+ gasPrice?: undefined | undefined;
1455
+ maxFeePerBlobGas?: undefined | undefined;
1456
+ maxFeePerGas: bigint;
1457
+ maxPriorityFeePerGas: bigint;
1458
+ accessList: import('viem').AccessList;
1459
+ authorizationList?: undefined | undefined;
1460
+ hash: Hash;
1461
+ input: import('viem').Hex;
1462
+ typeHex: import('viem').Hex | null;
1463
+ blockHash: `0x${string}`;
1464
+ blockNumber: bigint;
1465
+ transactionIndex: number;
1466
+ } | {
1467
+ type: "eip4844";
1468
+ chainId: 56;
1469
+ from: import('viem').Address;
1470
+ gas: bigint;
1471
+ nonce: number;
1472
+ to: import('viem').Address | null;
1473
+ value: bigint;
1474
+ r: import('viem').Hex;
1475
+ s: import('viem').Hex;
1476
+ v: bigint;
1477
+ yParity: number;
1478
+ blobVersionedHashes: readonly import('viem').Hex[];
1479
+ gasPrice?: undefined | undefined;
1480
+ maxFeePerBlobGas: bigint;
1481
+ maxFeePerGas: bigint;
1482
+ maxPriorityFeePerGas: bigint;
1483
+ accessList: import('viem').AccessList;
1484
+ authorizationList?: undefined | undefined;
1485
+ hash: Hash;
1486
+ input: import('viem').Hex;
1487
+ typeHex: import('viem').Hex | null;
1488
+ blockHash: `0x${string}`;
1489
+ blockNumber: bigint;
1490
+ transactionIndex: number;
1491
+ } | {
1492
+ type: "eip7702";
1493
+ chainId: 56;
1494
+ from: import('viem').Address;
1495
+ gas: bigint;
1496
+ nonce: number;
1497
+ to: import('viem').Address | null;
1498
+ value: bigint;
1499
+ r: import('viem').Hex;
1500
+ s: import('viem').Hex;
1501
+ v: bigint;
1502
+ yParity: number;
1503
+ blobVersionedHashes?: undefined | undefined;
1504
+ gasPrice?: undefined | undefined;
1505
+ maxFeePerBlobGas?: undefined | undefined;
1506
+ maxFeePerGas: bigint;
1507
+ maxPriorityFeePerGas: bigint;
1508
+ accessList: import('viem').AccessList;
1509
+ authorizationList: import('viem').SignedAuthorizationList;
1510
+ hash: Hash;
1511
+ input: import('viem').Hex;
1512
+ typeHex: import('viem').Hex | null;
1513
+ blockHash: `0x${string}`;
1514
+ blockNumber: bigint;
1515
+ transactionIndex: number;
1516
+ } | {
1517
+ type: "legacy";
1518
+ chainId: 43114;
1519
+ from: import('viem').Address;
1520
+ gas: bigint;
1521
+ nonce: number;
1522
+ to: import('viem').Address | null;
1523
+ value: bigint;
1524
+ r: import('viem').Hex;
1525
+ s: import('viem').Hex;
1526
+ v: bigint;
1527
+ yParity?: undefined | undefined;
1528
+ blobVersionedHashes?: undefined | undefined;
1529
+ gasPrice: bigint;
1530
+ maxFeePerBlobGas?: undefined | undefined;
1531
+ maxFeePerGas?: undefined | undefined;
1532
+ maxPriorityFeePerGas?: undefined | undefined;
1533
+ accessList?: undefined | undefined;
1534
+ authorizationList?: undefined | undefined;
1535
+ hash: Hash;
1536
+ input: import('viem').Hex;
1537
+ typeHex: import('viem').Hex | null;
1538
+ blockHash: `0x${string}`;
1539
+ blockNumber: bigint;
1540
+ transactionIndex: number;
1541
+ } | {
1542
+ type: "eip2930";
1543
+ chainId: 43114;
1544
+ from: import('viem').Address;
1545
+ gas: bigint;
1546
+ nonce: number;
1547
+ to: import('viem').Address | null;
1548
+ value: bigint;
1549
+ r: import('viem').Hex;
1550
+ s: import('viem').Hex;
1551
+ v: bigint;
1552
+ yParity: number;
1553
+ blobVersionedHashes?: undefined | undefined;
1554
+ gasPrice: bigint;
1555
+ maxFeePerBlobGas?: undefined | undefined;
1556
+ maxFeePerGas?: undefined | undefined;
1557
+ maxPriorityFeePerGas?: undefined | undefined;
1558
+ accessList: import('viem').AccessList;
1559
+ authorizationList?: undefined | undefined;
1560
+ hash: Hash;
1561
+ input: import('viem').Hex;
1562
+ typeHex: import('viem').Hex | null;
1563
+ blockHash: `0x${string}`;
1564
+ blockNumber: bigint;
1565
+ transactionIndex: number;
1566
+ } | {
1567
+ type: "eip1559";
1568
+ chainId: 43114;
1569
+ from: import('viem').Address;
1570
+ gas: bigint;
1571
+ nonce: number;
1572
+ to: import('viem').Address | null;
1573
+ value: bigint;
1574
+ r: import('viem').Hex;
1575
+ s: import('viem').Hex;
1576
+ v: bigint;
1577
+ yParity: number;
1578
+ blobVersionedHashes?: undefined | undefined;
1579
+ gasPrice?: undefined | undefined;
1580
+ maxFeePerBlobGas?: undefined | undefined;
1581
+ maxFeePerGas: bigint;
1582
+ maxPriorityFeePerGas: bigint;
1583
+ accessList: import('viem').AccessList;
1584
+ authorizationList?: undefined | undefined;
1585
+ hash: Hash;
1586
+ input: import('viem').Hex;
1587
+ typeHex: import('viem').Hex | null;
1588
+ blockHash: `0x${string}`;
1589
+ blockNumber: bigint;
1590
+ transactionIndex: number;
1591
+ } | {
1592
+ type: "eip4844";
1593
+ chainId: 43114;
1594
+ from: import('viem').Address;
1595
+ gas: bigint;
1596
+ nonce: number;
1597
+ to: import('viem').Address | null;
1598
+ value: bigint;
1599
+ r: import('viem').Hex;
1600
+ s: import('viem').Hex;
1601
+ v: bigint;
1602
+ yParity: number;
1603
+ blobVersionedHashes: readonly import('viem').Hex[];
1604
+ gasPrice?: undefined | undefined;
1605
+ maxFeePerBlobGas: bigint;
1606
+ maxFeePerGas: bigint;
1607
+ maxPriorityFeePerGas: bigint;
1608
+ accessList: import('viem').AccessList;
1609
+ authorizationList?: undefined | undefined;
1610
+ hash: Hash;
1611
+ input: import('viem').Hex;
1612
+ typeHex: import('viem').Hex | null;
1613
+ blockHash: `0x${string}`;
1614
+ blockNumber: bigint;
1615
+ transactionIndex: number;
1616
+ } | {
1617
+ type: "eip7702";
1618
+ chainId: 43114;
1619
+ from: import('viem').Address;
1620
+ gas: bigint;
1621
+ nonce: number;
1622
+ to: import('viem').Address | null;
1623
+ value: bigint;
1624
+ r: import('viem').Hex;
1625
+ s: import('viem').Hex;
1626
+ v: bigint;
1627
+ yParity: number;
1628
+ blobVersionedHashes?: undefined | undefined;
1629
+ gasPrice?: undefined | undefined;
1630
+ maxFeePerBlobGas?: undefined | undefined;
1631
+ maxFeePerGas: bigint;
1632
+ maxPriorityFeePerGas: bigint;
1633
+ accessList: import('viem').AccessList;
1634
+ authorizationList: import('viem').SignedAuthorizationList;
1635
+ hash: Hash;
1636
+ input: import('viem').Hex;
1637
+ typeHex: import('viem').Hex | null;
1638
+ blockHash: `0x${string}`;
1639
+ blockNumber: bigint;
1640
+ transactionIndex: number;
1641
+ } | {
1642
+ type: "legacy";
1643
+ chainId: 42161;
1644
+ from: import('viem').Address;
1645
+ gas: bigint;
1646
+ nonce: number;
1647
+ to: import('viem').Address | null;
1648
+ value: bigint;
1649
+ r: import('viem').Hex;
1650
+ s: import('viem').Hex;
1651
+ v: bigint;
1652
+ yParity?: undefined | undefined;
1653
+ blobVersionedHashes?: undefined | undefined;
1654
+ gasPrice: bigint;
1655
+ maxFeePerBlobGas?: undefined | undefined;
1656
+ maxFeePerGas?: undefined | undefined;
1657
+ maxPriorityFeePerGas?: undefined | undefined;
1658
+ accessList?: undefined | undefined;
1659
+ authorizationList?: undefined | undefined;
1660
+ hash: Hash;
1661
+ input: import('viem').Hex;
1662
+ typeHex: import('viem').Hex | null;
1663
+ blockHash: `0x${string}`;
1664
+ blockNumber: bigint;
1665
+ transactionIndex: number;
1666
+ } | {
1667
+ type: "eip2930";
1668
+ chainId: 42161;
1669
+ from: import('viem').Address;
1670
+ gas: bigint;
1671
+ nonce: number;
1672
+ to: import('viem').Address | null;
1673
+ value: bigint;
1674
+ r: import('viem').Hex;
1675
+ s: import('viem').Hex;
1676
+ v: bigint;
1677
+ yParity: number;
1678
+ blobVersionedHashes?: undefined | undefined;
1679
+ gasPrice: bigint;
1680
+ maxFeePerBlobGas?: undefined | undefined;
1681
+ maxFeePerGas?: undefined | undefined;
1682
+ maxPriorityFeePerGas?: undefined | undefined;
1683
+ accessList: import('viem').AccessList;
1684
+ authorizationList?: undefined | undefined;
1685
+ hash: Hash;
1686
+ input: import('viem').Hex;
1687
+ typeHex: import('viem').Hex | null;
1688
+ blockHash: `0x${string}`;
1689
+ blockNumber: bigint;
1690
+ transactionIndex: number;
1691
+ } | {
1692
+ type: "eip1559";
1693
+ chainId: 42161;
1694
+ from: import('viem').Address;
1695
+ gas: bigint;
1696
+ nonce: number;
1697
+ to: import('viem').Address | null;
1698
+ value: bigint;
1699
+ r: import('viem').Hex;
1700
+ s: import('viem').Hex;
1701
+ v: bigint;
1702
+ yParity: number;
1703
+ blobVersionedHashes?: undefined | undefined;
1704
+ gasPrice?: undefined | undefined;
1705
+ maxFeePerBlobGas?: undefined | undefined;
1706
+ maxFeePerGas: bigint;
1707
+ maxPriorityFeePerGas: bigint;
1708
+ accessList: import('viem').AccessList;
1709
+ authorizationList?: undefined | undefined;
1710
+ hash: Hash;
1711
+ input: import('viem').Hex;
1712
+ typeHex: import('viem').Hex | null;
1713
+ blockHash: `0x${string}`;
1714
+ blockNumber: bigint;
1715
+ transactionIndex: number;
1716
+ } | {
1717
+ type: "eip4844";
1718
+ chainId: 42161;
1719
+ from: import('viem').Address;
1720
+ gas: bigint;
1721
+ nonce: number;
1722
+ to: import('viem').Address | null;
1723
+ value: bigint;
1724
+ r: import('viem').Hex;
1725
+ s: import('viem').Hex;
1726
+ v: bigint;
1727
+ yParity: number;
1728
+ blobVersionedHashes: readonly import('viem').Hex[];
1729
+ gasPrice?: undefined | undefined;
1730
+ maxFeePerBlobGas: bigint;
1731
+ maxFeePerGas: bigint;
1732
+ maxPriorityFeePerGas: bigint;
1733
+ accessList: import('viem').AccessList;
1734
+ authorizationList?: undefined | undefined;
1735
+ hash: Hash;
1736
+ input: import('viem').Hex;
1737
+ typeHex: import('viem').Hex | null;
1738
+ blockHash: `0x${string}`;
1739
+ blockNumber: bigint;
1740
+ transactionIndex: number;
1741
+ } | {
1742
+ type: "eip7702";
1743
+ chainId: 42161;
1744
+ from: import('viem').Address;
1745
+ gas: bigint;
1746
+ nonce: number;
1747
+ to: import('viem').Address | null;
1748
+ value: bigint;
1749
+ r: import('viem').Hex;
1750
+ s: import('viem').Hex;
1751
+ v: bigint;
1752
+ yParity: number;
1753
+ blobVersionedHashes?: undefined | undefined;
1754
+ gasPrice?: undefined | undefined;
1755
+ maxFeePerBlobGas?: undefined | undefined;
1756
+ maxFeePerGas: bigint;
1757
+ maxPriorityFeePerGas: bigint;
1758
+ accessList: import('viem').AccessList;
1759
+ authorizationList: import('viem').SignedAuthorizationList;
1760
+ hash: Hash;
1761
+ input: import('viem').Hex;
1762
+ typeHex: import('viem').Hex | null;
1763
+ blockHash: `0x${string}`;
1764
+ blockNumber: bigint;
1765
+ transactionIndex: number;
1766
+ } | {
1767
+ type: "deposit";
1768
+ from: import('viem').Address;
1769
+ gas: bigint;
1770
+ nonce: number;
1771
+ to: import('viem').Address | null;
1772
+ value: bigint;
1773
+ r: import('viem').Hex;
1774
+ s: import('viem').Hex;
1775
+ v: bigint;
1776
+ yParity: number;
1777
+ gasPrice?: undefined | undefined | undefined;
1778
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1779
+ maxFeePerGas: bigint;
1780
+ maxPriorityFeePerGas: bigint;
1781
+ hash: import('viem').Hash;
1782
+ input: import('viem').Hex;
1783
+ typeHex: import('viem').Hex | null;
1784
+ isSystemTx?: boolean | undefined;
1785
+ mint?: bigint | undefined | undefined | undefined;
1786
+ sourceHash: import('viem').Hex;
1787
+ blockHash: `0x${string}`;
1788
+ blockNumber: bigint;
1789
+ transactionIndex: number;
1790
+ chainId: 10;
1791
+ } | {
1792
+ type: "legacy";
1793
+ chainId: 10;
1794
+ from: import('viem').Address;
1795
+ gas: bigint;
1796
+ nonce: number;
1797
+ to: import('viem').Address | null;
1798
+ value: bigint;
1799
+ r: import('viem').Hex;
1800
+ s: import('viem').Hex;
1801
+ v: bigint;
1802
+ yParity?: undefined | undefined | undefined;
1803
+ blobVersionedHashes?: undefined | undefined | undefined;
1804
+ gasPrice: bigint;
1805
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1806
+ maxFeePerGas?: undefined | undefined | undefined;
1807
+ maxPriorityFeePerGas?: undefined | undefined | undefined;
1808
+ accessList?: undefined | undefined | undefined;
1809
+ authorizationList?: undefined | undefined | undefined;
1810
+ hash: import('viem').Hash;
1811
+ input: import('viem').Hex;
1812
+ typeHex: import('viem').Hex | null;
1813
+ isSystemTx?: undefined | undefined | undefined;
1814
+ mint?: undefined | undefined | undefined;
1815
+ sourceHash?: undefined | undefined | undefined;
1816
+ blockHash: `0x${string}`;
1817
+ blockNumber: bigint;
1818
+ transactionIndex: number;
1819
+ } | {
1820
+ type: "eip2930";
1821
+ chainId: 10;
1822
+ from: import('viem').Address;
1823
+ gas: bigint;
1824
+ nonce: number;
1825
+ to: import('viem').Address | null;
1826
+ value: bigint;
1827
+ r: import('viem').Hex;
1828
+ s: import('viem').Hex;
1829
+ v: bigint;
1830
+ yParity: number;
1831
+ blobVersionedHashes?: undefined | undefined | undefined;
1832
+ gasPrice: bigint;
1833
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1834
+ maxFeePerGas?: undefined | undefined | undefined;
1835
+ maxPriorityFeePerGas?: undefined | undefined | undefined;
1836
+ accessList: import('viem').AccessList;
1837
+ authorizationList?: undefined | undefined | undefined;
1838
+ hash: import('viem').Hash;
1839
+ input: import('viem').Hex;
1840
+ typeHex: import('viem').Hex | null;
1841
+ isSystemTx?: undefined | undefined | undefined;
1842
+ mint?: undefined | undefined | undefined;
1843
+ sourceHash?: undefined | undefined | undefined;
1844
+ blockHash: `0x${string}`;
1845
+ blockNumber: bigint;
1846
+ transactionIndex: number;
1847
+ } | {
1848
+ type: "eip1559";
1849
+ chainId: 10;
1850
+ from: import('viem').Address;
1851
+ gas: bigint;
1852
+ nonce: number;
1853
+ to: import('viem').Address | null;
1854
+ value: bigint;
1855
+ r: import('viem').Hex;
1856
+ s: import('viem').Hex;
1857
+ v: bigint;
1858
+ yParity: number;
1859
+ blobVersionedHashes?: undefined | undefined | undefined;
1860
+ gasPrice?: undefined | undefined | undefined;
1861
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1862
+ maxFeePerGas: bigint;
1863
+ maxPriorityFeePerGas: bigint;
1864
+ accessList: import('viem').AccessList;
1865
+ authorizationList?: undefined | undefined | undefined;
1866
+ hash: import('viem').Hash;
1867
+ input: import('viem').Hex;
1868
+ typeHex: import('viem').Hex | null;
1869
+ isSystemTx?: undefined | undefined | undefined;
1870
+ mint?: undefined | undefined | undefined;
1871
+ sourceHash?: undefined | undefined | undefined;
1872
+ blockHash: `0x${string}`;
1873
+ blockNumber: bigint;
1874
+ transactionIndex: number;
1875
+ } | {
1876
+ type: "eip4844";
1877
+ chainId: 10;
1878
+ from: import('viem').Address;
1879
+ gas: bigint;
1880
+ nonce: number;
1881
+ to: import('viem').Address | null;
1882
+ value: bigint;
1883
+ r: import('viem').Hex;
1884
+ s: import('viem').Hex;
1885
+ v: bigint;
1886
+ yParity: number;
1887
+ blobVersionedHashes: readonly import('viem').Hex[];
1888
+ gasPrice?: undefined | undefined | undefined;
1889
+ maxFeePerBlobGas: bigint;
1890
+ maxFeePerGas: bigint;
1891
+ maxPriorityFeePerGas: bigint;
1892
+ accessList: import('viem').AccessList;
1893
+ authorizationList?: undefined | undefined | undefined;
1894
+ hash: import('viem').Hash;
1895
+ input: import('viem').Hex;
1896
+ typeHex: import('viem').Hex | null;
1897
+ isSystemTx?: undefined | undefined | undefined;
1898
+ mint?: undefined | undefined | undefined;
1899
+ sourceHash?: undefined | undefined | undefined;
1900
+ blockHash: `0x${string}`;
1901
+ blockNumber: bigint;
1902
+ transactionIndex: number;
1903
+ } | {
1904
+ type: "eip7702";
1905
+ chainId: 10;
1906
+ from: import('viem').Address;
1907
+ gas: bigint;
1908
+ nonce: number;
1909
+ to: import('viem').Address | null;
1910
+ value: bigint;
1911
+ r: import('viem').Hex;
1912
+ s: import('viem').Hex;
1913
+ v: bigint;
1914
+ yParity: number;
1915
+ blobVersionedHashes?: undefined | undefined | undefined;
1916
+ gasPrice?: undefined | undefined | undefined;
1917
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1918
+ maxFeePerGas: bigint;
1919
+ maxPriorityFeePerGas: bigint;
1920
+ accessList: import('viem').AccessList;
1921
+ authorizationList: import('viem').SignedAuthorizationList;
1922
+ hash: import('viem').Hash;
1923
+ input: import('viem').Hex;
1924
+ typeHex: import('viem').Hex | null;
1925
+ isSystemTx?: undefined | undefined | undefined;
1926
+ mint?: undefined | undefined | undefined;
1927
+ sourceHash?: undefined | undefined | undefined;
1928
+ blockHash: `0x${string}`;
1929
+ blockNumber: bigint;
1930
+ transactionIndex: number;
1931
+ } | {
1932
+ type: "deposit";
1933
+ from: import('viem').Address;
1934
+ gas: bigint;
1935
+ nonce: number;
1936
+ to: import('viem').Address | null;
1937
+ value: bigint;
1938
+ r: import('viem').Hex;
1939
+ s: import('viem').Hex;
1940
+ v: bigint;
1941
+ yParity: number;
1942
+ gasPrice?: undefined | undefined | undefined;
1943
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1944
+ maxFeePerGas: bigint;
1945
+ maxPriorityFeePerGas: bigint;
1946
+ hash: import('viem').Hash;
1947
+ input: import('viem').Hex;
1948
+ typeHex: import('viem').Hex | null;
1949
+ isSystemTx?: boolean | undefined;
1950
+ mint?: bigint | undefined | undefined | undefined;
1951
+ sourceHash: import('viem').Hex;
1952
+ blockHash: `0x${string}`;
1953
+ blockNumber: bigint;
1954
+ transactionIndex: number;
1955
+ chainId: 8453;
1956
+ } | {
1957
+ type: "legacy";
1958
+ chainId: 8453;
1959
+ from: import('viem').Address;
1960
+ gas: bigint;
1961
+ nonce: number;
1962
+ to: import('viem').Address | null;
1963
+ value: bigint;
1964
+ r: import('viem').Hex;
1965
+ s: import('viem').Hex;
1966
+ v: bigint;
1967
+ yParity?: undefined | undefined | undefined;
1968
+ blobVersionedHashes?: undefined | undefined | undefined;
1969
+ gasPrice: bigint;
1970
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1971
+ maxFeePerGas?: undefined | undefined | undefined;
1972
+ maxPriorityFeePerGas?: undefined | undefined | undefined;
1973
+ accessList?: undefined | undefined | undefined;
1974
+ authorizationList?: undefined | undefined | undefined;
1975
+ hash: import('viem').Hash;
1976
+ input: import('viem').Hex;
1977
+ typeHex: import('viem').Hex | null;
1978
+ isSystemTx?: undefined | undefined | undefined;
1979
+ mint?: undefined | undefined | undefined;
1980
+ sourceHash?: undefined | undefined | undefined;
1981
+ blockHash: `0x${string}`;
1982
+ blockNumber: bigint;
1983
+ transactionIndex: number;
1984
+ } | {
1985
+ type: "eip2930";
1986
+ chainId: 8453;
1987
+ from: import('viem').Address;
1988
+ gas: bigint;
1989
+ nonce: number;
1990
+ to: import('viem').Address | null;
1991
+ value: bigint;
1992
+ r: import('viem').Hex;
1993
+ s: import('viem').Hex;
1994
+ v: bigint;
1995
+ yParity: number;
1996
+ blobVersionedHashes?: undefined | undefined | undefined;
1997
+ gasPrice: bigint;
1998
+ maxFeePerBlobGas?: undefined | undefined | undefined;
1999
+ maxFeePerGas?: undefined | undefined | undefined;
2000
+ maxPriorityFeePerGas?: undefined | undefined | undefined;
2001
+ accessList: import('viem').AccessList;
2002
+ authorizationList?: undefined | undefined | undefined;
2003
+ hash: import('viem').Hash;
2004
+ input: import('viem').Hex;
2005
+ typeHex: import('viem').Hex | null;
2006
+ isSystemTx?: undefined | undefined | undefined;
2007
+ mint?: undefined | undefined | undefined;
2008
+ sourceHash?: undefined | undefined | undefined;
2009
+ blockHash: `0x${string}`;
2010
+ blockNumber: bigint;
2011
+ transactionIndex: number;
2012
+ } | {
2013
+ type: "eip1559";
2014
+ chainId: 8453;
2015
+ from: import('viem').Address;
2016
+ gas: bigint;
2017
+ nonce: number;
2018
+ to: import('viem').Address | null;
2019
+ value: bigint;
2020
+ r: import('viem').Hex;
2021
+ s: import('viem').Hex;
2022
+ v: bigint;
2023
+ yParity: number;
2024
+ blobVersionedHashes?: undefined | undefined | undefined;
2025
+ gasPrice?: undefined | undefined | undefined;
2026
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2027
+ maxFeePerGas: bigint;
2028
+ maxPriorityFeePerGas: bigint;
2029
+ accessList: import('viem').AccessList;
2030
+ authorizationList?: undefined | undefined | undefined;
2031
+ hash: import('viem').Hash;
2032
+ input: import('viem').Hex;
2033
+ typeHex: import('viem').Hex | null;
2034
+ isSystemTx?: undefined | undefined | undefined;
2035
+ mint?: undefined | undefined | undefined;
2036
+ sourceHash?: undefined | undefined | undefined;
2037
+ blockHash: `0x${string}`;
2038
+ blockNumber: bigint;
2039
+ transactionIndex: number;
2040
+ } | {
2041
+ type: "eip4844";
2042
+ chainId: 8453;
2043
+ from: import('viem').Address;
2044
+ gas: bigint;
2045
+ nonce: number;
2046
+ to: import('viem').Address | null;
2047
+ value: bigint;
2048
+ r: import('viem').Hex;
2049
+ s: import('viem').Hex;
2050
+ v: bigint;
2051
+ yParity: number;
2052
+ blobVersionedHashes: readonly import('viem').Hex[];
2053
+ gasPrice?: undefined | undefined | undefined;
2054
+ maxFeePerBlobGas: bigint;
2055
+ maxFeePerGas: bigint;
2056
+ maxPriorityFeePerGas: bigint;
2057
+ accessList: import('viem').AccessList;
2058
+ authorizationList?: undefined | undefined | undefined;
2059
+ hash: import('viem').Hash;
2060
+ input: import('viem').Hex;
2061
+ typeHex: import('viem').Hex | null;
2062
+ isSystemTx?: undefined | undefined | undefined;
2063
+ mint?: undefined | undefined | undefined;
2064
+ sourceHash?: undefined | undefined | undefined;
2065
+ blockHash: `0x${string}`;
2066
+ blockNumber: bigint;
2067
+ transactionIndex: number;
2068
+ } | {
2069
+ type: "eip7702";
2070
+ chainId: 8453;
2071
+ from: import('viem').Address;
2072
+ gas: bigint;
2073
+ nonce: number;
2074
+ to: import('viem').Address | null;
2075
+ value: bigint;
2076
+ r: import('viem').Hex;
2077
+ s: import('viem').Hex;
2078
+ v: bigint;
2079
+ yParity: number;
2080
+ blobVersionedHashes?: undefined | undefined | undefined;
2081
+ gasPrice?: undefined | undefined | undefined;
2082
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2083
+ maxFeePerGas: bigint;
2084
+ maxPriorityFeePerGas: bigint;
2085
+ accessList: import('viem').AccessList;
2086
+ authorizationList: import('viem').SignedAuthorizationList;
2087
+ hash: import('viem').Hash;
2088
+ input: import('viem').Hex;
2089
+ typeHex: import('viem').Hex | null;
2090
+ isSystemTx?: undefined | undefined | undefined;
2091
+ mint?: undefined | undefined | undefined;
2092
+ sourceHash?: undefined | undefined | undefined;
2093
+ blockHash: `0x${string}`;
2094
+ blockNumber: bigint;
2095
+ transactionIndex: number;
2096
+ } | {
2097
+ type: "legacy";
2098
+ chainId: 100;
2099
+ from: import('viem').Address;
2100
+ gas: bigint;
2101
+ nonce: number;
2102
+ to: import('viem').Address | null;
2103
+ value: bigint;
2104
+ r: import('viem').Hex;
2105
+ s: import('viem').Hex;
2106
+ v: bigint;
2107
+ yParity?: undefined | undefined;
2108
+ blobVersionedHashes?: undefined | undefined;
2109
+ gasPrice: bigint;
2110
+ maxFeePerBlobGas?: undefined | undefined;
2111
+ maxFeePerGas?: undefined | undefined;
2112
+ maxPriorityFeePerGas?: undefined | undefined;
2113
+ accessList?: undefined | undefined;
2114
+ authorizationList?: undefined | undefined;
2115
+ hash: Hash;
2116
+ input: import('viem').Hex;
2117
+ typeHex: import('viem').Hex | null;
2118
+ blockHash: `0x${string}`;
2119
+ blockNumber: bigint;
2120
+ transactionIndex: number;
2121
+ } | {
2122
+ type: "eip2930";
2123
+ chainId: 100;
2124
+ from: import('viem').Address;
2125
+ gas: bigint;
2126
+ nonce: number;
2127
+ to: import('viem').Address | null;
2128
+ value: bigint;
2129
+ r: import('viem').Hex;
2130
+ s: import('viem').Hex;
2131
+ v: bigint;
2132
+ yParity: number;
2133
+ blobVersionedHashes?: undefined | undefined;
2134
+ gasPrice: bigint;
2135
+ maxFeePerBlobGas?: undefined | undefined;
2136
+ maxFeePerGas?: undefined | undefined;
2137
+ maxPriorityFeePerGas?: undefined | undefined;
2138
+ accessList: import('viem').AccessList;
2139
+ authorizationList?: undefined | undefined;
2140
+ hash: Hash;
2141
+ input: import('viem').Hex;
2142
+ typeHex: import('viem').Hex | null;
2143
+ blockHash: `0x${string}`;
2144
+ blockNumber: bigint;
2145
+ transactionIndex: number;
2146
+ } | {
2147
+ type: "eip1559";
2148
+ chainId: 100;
2149
+ from: import('viem').Address;
2150
+ gas: bigint;
2151
+ nonce: number;
2152
+ to: import('viem').Address | null;
2153
+ value: bigint;
2154
+ r: import('viem').Hex;
2155
+ s: import('viem').Hex;
2156
+ v: bigint;
2157
+ yParity: number;
2158
+ blobVersionedHashes?: undefined | undefined;
2159
+ gasPrice?: undefined | undefined;
2160
+ maxFeePerBlobGas?: undefined | undefined;
2161
+ maxFeePerGas: bigint;
2162
+ maxPriorityFeePerGas: bigint;
2163
+ accessList: import('viem').AccessList;
2164
+ authorizationList?: undefined | undefined;
2165
+ hash: Hash;
2166
+ input: import('viem').Hex;
2167
+ typeHex: import('viem').Hex | null;
2168
+ blockHash: `0x${string}`;
2169
+ blockNumber: bigint;
2170
+ transactionIndex: number;
2171
+ } | {
2172
+ type: "eip4844";
2173
+ chainId: 100;
2174
+ from: import('viem').Address;
2175
+ gas: bigint;
2176
+ nonce: number;
2177
+ to: import('viem').Address | null;
2178
+ value: bigint;
2179
+ r: import('viem').Hex;
2180
+ s: import('viem').Hex;
2181
+ v: bigint;
2182
+ yParity: number;
2183
+ blobVersionedHashes: readonly import('viem').Hex[];
2184
+ gasPrice?: undefined | undefined;
2185
+ maxFeePerBlobGas: bigint;
2186
+ maxFeePerGas: bigint;
2187
+ maxPriorityFeePerGas: bigint;
2188
+ accessList: import('viem').AccessList;
2189
+ authorizationList?: undefined | undefined;
2190
+ hash: Hash;
2191
+ input: import('viem').Hex;
2192
+ typeHex: import('viem').Hex | null;
2193
+ blockHash: `0x${string}`;
2194
+ blockNumber: bigint;
2195
+ transactionIndex: number;
2196
+ } | {
2197
+ type: "eip7702";
2198
+ chainId: 100;
2199
+ from: import('viem').Address;
2200
+ gas: bigint;
2201
+ nonce: number;
2202
+ to: import('viem').Address | null;
2203
+ value: bigint;
2204
+ r: import('viem').Hex;
2205
+ s: import('viem').Hex;
2206
+ v: bigint;
2207
+ yParity: number;
2208
+ blobVersionedHashes?: undefined | undefined;
2209
+ gasPrice?: undefined | undefined;
2210
+ maxFeePerBlobGas?: undefined | undefined;
2211
+ maxFeePerGas: bigint;
2212
+ maxPriorityFeePerGas: bigint;
2213
+ accessList: import('viem').AccessList;
2214
+ authorizationList: import('viem').SignedAuthorizationList;
2215
+ hash: Hash;
2216
+ input: import('viem').Hex;
2217
+ typeHex: import('viem').Hex | null;
2218
+ blockHash: `0x${string}`;
2219
+ blockNumber: bigint;
2220
+ transactionIndex: number;
2221
+ } | {
2222
+ type: "deposit";
2223
+ from: import('viem').Address;
2224
+ gas: bigint;
2225
+ nonce: number;
2226
+ to: import('viem').Address | null;
2227
+ value: bigint;
2228
+ r: import('viem').Hex;
2229
+ s: import('viem').Hex;
2230
+ v: bigint;
2231
+ yParity: number;
2232
+ gasPrice?: undefined | undefined | undefined;
2233
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2234
+ maxFeePerGas: bigint;
2235
+ maxPriorityFeePerGas: bigint;
2236
+ hash: import('viem').Hash;
2237
+ input: import('viem').Hex;
2238
+ typeHex: import('viem').Hex | null;
2239
+ isSystemTx?: boolean | undefined;
2240
+ mint?: bigint | undefined | undefined | undefined;
2241
+ sourceHash: import('viem').Hex;
2242
+ blockHash: `0x${string}`;
2243
+ blockNumber: bigint;
2244
+ transactionIndex: number;
2245
+ chainId: 130;
2246
+ } | {
2247
+ type: "legacy";
2248
+ chainId: 130;
2249
+ from: import('viem').Address;
2250
+ gas: bigint;
2251
+ nonce: number;
2252
+ to: import('viem').Address | null;
2253
+ value: bigint;
2254
+ r: import('viem').Hex;
2255
+ s: import('viem').Hex;
2256
+ v: bigint;
2257
+ yParity?: undefined | undefined | undefined;
2258
+ blobVersionedHashes?: undefined | undefined | undefined;
2259
+ gasPrice: bigint;
2260
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2261
+ maxFeePerGas?: undefined | undefined | undefined;
2262
+ maxPriorityFeePerGas?: undefined | undefined | undefined;
2263
+ accessList?: undefined | undefined | undefined;
2264
+ authorizationList?: undefined | undefined | undefined;
2265
+ hash: import('viem').Hash;
2266
+ input: import('viem').Hex;
2267
+ typeHex: import('viem').Hex | null;
2268
+ isSystemTx?: undefined | undefined | undefined;
2269
+ mint?: undefined | undefined | undefined;
2270
+ sourceHash?: undefined | undefined | undefined;
2271
+ blockHash: `0x${string}`;
2272
+ blockNumber: bigint;
2273
+ transactionIndex: number;
2274
+ } | {
2275
+ type: "eip2930";
2276
+ chainId: 130;
2277
+ from: import('viem').Address;
2278
+ gas: bigint;
2279
+ nonce: number;
2280
+ to: import('viem').Address | null;
2281
+ value: bigint;
2282
+ r: import('viem').Hex;
2283
+ s: import('viem').Hex;
2284
+ v: bigint;
2285
+ yParity: number;
2286
+ blobVersionedHashes?: undefined | undefined | undefined;
2287
+ gasPrice: bigint;
2288
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2289
+ maxFeePerGas?: undefined | undefined | undefined;
2290
+ maxPriorityFeePerGas?: undefined | undefined | undefined;
2291
+ accessList: import('viem').AccessList;
2292
+ authorizationList?: undefined | undefined | undefined;
2293
+ hash: import('viem').Hash;
2294
+ input: import('viem').Hex;
2295
+ typeHex: import('viem').Hex | null;
2296
+ isSystemTx?: undefined | undefined | undefined;
2297
+ mint?: undefined | undefined | undefined;
2298
+ sourceHash?: undefined | undefined | undefined;
2299
+ blockHash: `0x${string}`;
2300
+ blockNumber: bigint;
2301
+ transactionIndex: number;
2302
+ } | {
2303
+ type: "eip1559";
2304
+ chainId: 130;
2305
+ from: import('viem').Address;
2306
+ gas: bigint;
2307
+ nonce: number;
2308
+ to: import('viem').Address | null;
2309
+ value: bigint;
2310
+ r: import('viem').Hex;
2311
+ s: import('viem').Hex;
2312
+ v: bigint;
2313
+ yParity: number;
2314
+ blobVersionedHashes?: undefined | undefined | undefined;
2315
+ gasPrice?: undefined | undefined | undefined;
2316
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2317
+ maxFeePerGas: bigint;
2318
+ maxPriorityFeePerGas: bigint;
2319
+ accessList: import('viem').AccessList;
2320
+ authorizationList?: undefined | undefined | undefined;
2321
+ hash: import('viem').Hash;
2322
+ input: import('viem').Hex;
2323
+ typeHex: import('viem').Hex | null;
2324
+ isSystemTx?: undefined | undefined | undefined;
2325
+ mint?: undefined | undefined | undefined;
2326
+ sourceHash?: undefined | undefined | undefined;
2327
+ blockHash: `0x${string}`;
2328
+ blockNumber: bigint;
2329
+ transactionIndex: number;
2330
+ } | {
2331
+ type: "eip4844";
2332
+ chainId: 130;
2333
+ from: import('viem').Address;
2334
+ gas: bigint;
2335
+ nonce: number;
2336
+ to: import('viem').Address | null;
2337
+ value: bigint;
2338
+ r: import('viem').Hex;
2339
+ s: import('viem').Hex;
2340
+ v: bigint;
2341
+ yParity: number;
2342
+ blobVersionedHashes: readonly import('viem').Hex[];
2343
+ gasPrice?: undefined | undefined | undefined;
2344
+ maxFeePerBlobGas: bigint;
2345
+ maxFeePerGas: bigint;
2346
+ maxPriorityFeePerGas: bigint;
2347
+ accessList: import('viem').AccessList;
2348
+ authorizationList?: undefined | undefined | undefined;
2349
+ hash: import('viem').Hash;
2350
+ input: import('viem').Hex;
2351
+ typeHex: import('viem').Hex | null;
2352
+ isSystemTx?: undefined | undefined | undefined;
2353
+ mint?: undefined | undefined | undefined;
2354
+ sourceHash?: undefined | undefined | undefined;
2355
+ blockHash: `0x${string}`;
2356
+ blockNumber: bigint;
2357
+ transactionIndex: number;
2358
+ } | {
2359
+ type: "eip7702";
2360
+ chainId: 130;
2361
+ from: import('viem').Address;
2362
+ gas: bigint;
2363
+ nonce: number;
2364
+ to: import('viem').Address | null;
2365
+ value: bigint;
2366
+ r: import('viem').Hex;
2367
+ s: import('viem').Hex;
2368
+ v: bigint;
2369
+ yParity: number;
2370
+ blobVersionedHashes?: undefined | undefined | undefined;
2371
+ gasPrice?: undefined | undefined | undefined;
2372
+ maxFeePerBlobGas?: undefined | undefined | undefined;
2373
+ maxFeePerGas: bigint;
2374
+ maxPriorityFeePerGas: bigint;
2375
+ accessList: import('viem').AccessList;
2376
+ authorizationList: import('viem').SignedAuthorizationList;
2377
+ hash: import('viem').Hash;
2378
+ input: import('viem').Hex;
2379
+ typeHex: import('viem').Hex | null;
2380
+ isSystemTx?: undefined | undefined | undefined;
2381
+ mint?: undefined | undefined | undefined;
2382
+ sourceHash?: undefined | undefined | undefined;
2383
+ blockHash: `0x${string}`;
2384
+ blockNumber: bigint;
2385
+ transactionIndex: number;
2386
+ }>;
2387
+ ensureTxResponse: EnsureTxResponseFn;
2388
+ };
2389
+ export {};
2390
+ //# sourceMappingURL=useTxResponse.d.ts.map