tapimo 0.10.0 → 0.10.2

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 (295) hide show
  1. package/dist/ApiKey.d.ts +2 -1
  2. package/dist/ApiKey.d.ts.map +1 -1
  3. package/dist/ApiKeys.d.ts +4 -2
  4. package/dist/ApiKeys.d.ts.map +1 -1
  5. package/dist/ApiKeys.js +26 -1
  6. package/dist/ApiKeys.js.map +1 -1
  7. package/dist/App.d.ts +6007 -5003
  8. package/dist/App.d.ts.map +1 -1
  9. package/dist/App.js +1 -0
  10. package/dist/App.js.map +1 -1
  11. package/dist/Webhooks.d.ts +1 -1
  12. package/dist/Webhooks.d.ts.map +1 -1
  13. package/dist/Webhooks.js +6 -6
  14. package/dist/Webhooks.js.map +1 -1
  15. package/dist/admin/App.d.ts +91 -84
  16. package/dist/admin/App.d.ts.map +1 -1
  17. package/dist/admin/apps/api-keys.d.ts +22 -13
  18. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  19. package/dist/admin/apps/api-keys.js +6 -0
  20. package/dist/admin/apps/api-keys.js.map +1 -1
  21. package/dist/admin/apps/organizations.d.ts +4 -2
  22. package/dist/admin/apps/organizations.d.ts.map +1 -1
  23. package/dist/admin/ui.generated.d.ts +1 -1
  24. package/dist/admin/ui.generated.js +69 -69
  25. package/dist/admin/ui.generated.js.map +1 -1
  26. package/dist/analytics/Analytics.d.ts.map +1 -1
  27. package/dist/analytics/Analytics.js +232 -0
  28. package/dist/analytics/Analytics.js.map +1 -1
  29. package/dist/analytics/tables/requestEvents.d.ts +4 -0
  30. package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
  31. package/dist/analytics/tables/requestEvents.js +2 -0
  32. package/dist/analytics/tables/requestEvents.js.map +1 -1
  33. package/dist/apps/Zones.d.ts +4266 -82
  34. package/dist/apps/Zones.d.ts.map +1 -1
  35. package/dist/apps/Zones.js +27 -8
  36. package/dist/apps/Zones.js.map +1 -1
  37. package/dist/apps/data/App.d.ts +3467 -2696
  38. package/dist/apps/data/App.d.ts.map +1 -1
  39. package/dist/apps/data/App.js +2 -0
  40. package/dist/apps/data/App.js.map +1 -1
  41. package/dist/apps/data/routes/activities.d.ts +2999 -100
  42. package/dist/apps/data/routes/activities.d.ts.map +1 -1
  43. package/dist/apps/data/routes/activities.js +340 -2
  44. package/dist/apps/data/routes/activities.js.map +1 -1
  45. package/dist/apps/data/routes/addresses.d.ts +514 -0
  46. package/dist/apps/data/routes/addresses.d.ts.map +1 -1
  47. package/dist/apps/data/routes/balances.d.ts +26 -26
  48. package/dist/apps/data/routes/balances.d.ts.map +1 -1
  49. package/dist/apps/data/routes/balances.js +7 -3
  50. package/dist/apps/data/routes/balances.js.map +1 -1
  51. package/dist/apps/data/routes/blocks.d.ts +4 -4
  52. package/dist/apps/data/routes/earn.d.ts +75 -75
  53. package/dist/apps/data/routes/earn.d.ts.map +1 -1
  54. package/dist/apps/data/routes/earn.js +65 -36
  55. package/dist/apps/data/routes/earn.js.map +1 -1
  56. package/dist/apps/data/routes/exchanges.d.ts +124 -120
  57. package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
  58. package/dist/apps/data/routes/exchanges.js +115 -77
  59. package/dist/apps/data/routes/exchanges.js.map +1 -1
  60. package/dist/apps/data/routes/fee-amm.d.ts +24 -24
  61. package/dist/apps/data/routes/indexer.d.ts +2 -1
  62. package/dist/apps/data/routes/indexer.d.ts.map +1 -1
  63. package/dist/apps/data/routes/indexer.js +3 -2
  64. package/dist/apps/data/routes/indexer.js.map +1 -1
  65. package/dist/apps/data/routes/receipts.d.ts +4 -3
  66. package/dist/apps/data/routes/receipts.d.ts.map +1 -1
  67. package/dist/apps/data/routes/receipts.js +15 -14
  68. package/dist/apps/data/routes/receipts.js.map +1 -1
  69. package/dist/apps/data/routes/rpc.d.ts.map +1 -1
  70. package/dist/apps/data/routes/rpc.js +5 -1
  71. package/dist/apps/data/routes/rpc.js.map +1 -1
  72. package/dist/apps/data/routes/tokenlist.d.ts +12 -12
  73. package/dist/apps/data/routes/tokens.d.ts +1 -1
  74. package/dist/apps/data/routes/tokens.d.ts.map +1 -1
  75. package/dist/apps/data/routes/tokens.js +4 -3
  76. package/dist/apps/data/routes/tokens.js.map +1 -1
  77. package/dist/apps/data/routes/transfers.d.ts.map +1 -1
  78. package/dist/apps/data/routes/transfers.js +25 -7
  79. package/dist/apps/data/routes/transfers.js.map +1 -1
  80. package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
  81. package/dist/apps/data/routes/webhooks.d.ts +71 -1
  82. package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
  83. package/dist/apps/data/routes/webhooks.js +177 -23
  84. package/dist/apps/data/routes/webhooks.js.map +1 -1
  85. package/dist/apps/data/routes/zones.js +1 -1
  86. package/dist/apps/data/routes/zones.js.map +1 -1
  87. package/dist/apps/funding/App.d.ts +322 -89
  88. package/dist/apps/funding/App.d.ts.map +1 -1
  89. package/dist/apps/funding/routes/deposit-addresses.d.ts +375 -45
  90. package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
  91. package/dist/apps/funding/routes/deposit-addresses.js +208 -12
  92. package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
  93. package/dist/apps/funding/routes/transfers.d.ts +32 -32
  94. package/dist/apps/funding/routes/transfers.js +1 -1
  95. package/dist/apps/funding/routes/transfers.js.map +1 -1
  96. package/dist/apps/management/App.d.ts +418 -418
  97. package/dist/apps/management/routes/api-keys.d.ts +50 -50
  98. package/dist/apps/management/routes/billing.d.ts +72 -72
  99. package/dist/apps/management/routes/billing.js +1 -1
  100. package/dist/apps/management/routes/billing.js.map +1 -1
  101. package/dist/apps/management/routes/faucet.d.ts +8 -8
  102. package/dist/apps/management/routes/faucet.js +2 -2
  103. package/dist/apps/management/routes/faucet.js.map +1 -1
  104. package/dist/apps/management/routes/invite-links.d.ts +42 -42
  105. package/dist/apps/management/routes/me.d.ts +6 -6
  106. package/dist/apps/management/routes/members.d.ts +14 -14
  107. package/dist/apps/management/routes/projects.d.ts +40 -40
  108. package/dist/apps/management/routes/usage.d.ts +8 -8
  109. package/dist/apps/management/routes/webhooks.d.ts +49 -49
  110. package/dist/apps/mcp.d.ts.map +1 -1
  111. package/dist/apps/mcp.js +4 -1
  112. package/dist/apps/mcp.js.map +1 -1
  113. package/dist/db/Db.d.ts +2 -0
  114. package/dist/db/Db.d.ts.map +1 -1
  115. package/dist/db/Db.js +90 -0
  116. package/dist/db/Db.js.map +1 -1
  117. package/dist/db/Schema.d.ts +19 -0
  118. package/dist/db/Schema.d.ts.map +1 -1
  119. package/dist/db/Schema.js +24 -0
  120. package/dist/db/Schema.js.map +1 -1
  121. package/dist/db/tables/fundingDepositAddresses.d.ts +20 -0
  122. package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
  123. package/dist/db/tables/fundingDepositAddresses.js +17 -0
  124. package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
  125. package/dist/db/tables/fundingDeposits.d.ts +41 -0
  126. package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
  127. package/dist/db/tables/fundingDeposits.js +69 -0
  128. package/dist/db/tables/fundingDeposits.js.map +1 -1
  129. package/dist/db/tables/webhookQueueEvents.d.ts +122 -0
  130. package/dist/db/tables/webhookQueueEvents.d.ts.map +1 -0
  131. package/dist/db/tables/webhookQueueEvents.js +160 -0
  132. package/dist/db/tables/webhookQueueEvents.js.map +1 -0
  133. package/dist/db/tables/webhookSubscriptions.d.ts +2 -0
  134. package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
  135. package/dist/db/tables/webhookSubscriptions.js +10 -0
  136. package/dist/db/tables/webhookSubscriptions.js.map +1 -1
  137. package/dist/internal/Auth.d.ts +3 -26
  138. package/dist/internal/Auth.d.ts.map +1 -1
  139. package/dist/internal/Auth.js +6 -37
  140. package/dist/internal/Auth.js.map +1 -1
  141. package/dist/internal/Credential.d.ts +27 -0
  142. package/dist/internal/Credential.d.ts.map +1 -0
  143. package/dist/internal/Credential.js +34 -0
  144. package/dist/internal/Credential.js.map +1 -0
  145. package/dist/internal/EarnRates.js +11 -7
  146. package/dist/internal/EarnRates.js.map +1 -1
  147. package/dist/internal/Log.d.ts +8 -0
  148. package/dist/internal/Log.d.ts.map +1 -1
  149. package/dist/internal/Log.js +4 -0
  150. package/dist/internal/Log.js.map +1 -1
  151. package/dist/internal/MetricSink.d.ts +51 -0
  152. package/dist/internal/MetricSink.d.ts.map +1 -1
  153. package/dist/internal/MetricSink.js +54 -2
  154. package/dist/internal/MetricSink.js.map +1 -1
  155. package/dist/internal/RateLimit.d.ts +4 -6
  156. package/dist/internal/RateLimit.d.ts.map +1 -1
  157. package/dist/internal/RateLimit.js +15 -14
  158. package/dist/internal/RateLimit.js.map +1 -1
  159. package/dist/internal/Store.d.ts +2 -1
  160. package/dist/internal/Store.d.ts.map +1 -1
  161. package/dist/internal/Store.js +57 -18
  162. package/dist/internal/Store.js.map +1 -1
  163. package/dist/internal/Tidx.d.ts +4 -3
  164. package/dist/internal/Tidx.d.ts.map +1 -1
  165. package/dist/internal/Tidx.js +2 -2
  166. package/dist/internal/Tidx.js.map +1 -1
  167. package/dist/internal/Value.d.ts +2 -0
  168. package/dist/internal/Value.d.ts.map +1 -1
  169. package/dist/internal/Value.js +25 -0
  170. package/dist/internal/Value.js.map +1 -1
  171. package/dist/internal/Viem.d.ts +4 -3
  172. package/dist/internal/Viem.d.ts.map +1 -1
  173. package/dist/internal/Viem.js +3 -2
  174. package/dist/internal/Viem.js.map +1 -1
  175. package/dist/internal/WebhookTransfer.d.ts +20 -0
  176. package/dist/internal/WebhookTransfer.d.ts.map +1 -1
  177. package/dist/internal/WebhookTransfer.js +7 -4
  178. package/dist/internal/WebhookTransfer.js.map +1 -1
  179. package/dist/internal/Webhooks.d.ts +141 -0
  180. package/dist/internal/Webhooks.d.ts.map +1 -1
  181. package/dist/internal/Webhooks.js +139 -10
  182. package/dist/internal/Webhooks.js.map +1 -1
  183. package/dist/internal/funding/providers/relay.d.ts +3 -4
  184. package/dist/internal/funding/providers/relay.d.ts.map +1 -1
  185. package/dist/internal/funding/providers/relay.js +59 -8
  186. package/dist/internal/funding/providers/relay.js.map +1 -1
  187. package/dist/internal/index.d.ts +1 -0
  188. package/dist/internal/index.d.ts.map +1 -1
  189. package/dist/internal/index.js +1 -0
  190. package/dist/internal/index.js.map +1 -1
  191. package/package.json +3 -3
  192. package/src/ApiKeys.test.ts +20 -0
  193. package/src/ApiKeys.ts +28 -1
  194. package/src/App.test.ts +40 -8
  195. package/src/App.ts +1 -0
  196. package/src/Client.test-d.ts +34 -1
  197. package/src/Webhooks.ts +20 -18
  198. package/src/admin/apps/api-keys.test.ts +9 -0
  199. package/src/admin/apps/api-keys.ts +15 -0
  200. package/src/admin/ui/src/lib/query-client.ts +3 -2
  201. package/src/admin/ui/src/routes/api-keys.tsx +31 -9
  202. package/src/admin/ui.generated.ts +69 -69
  203. package/src/analytics/Analytics.test.ts +42 -0
  204. package/src/analytics/Analytics.ts +232 -0
  205. package/src/analytics/tables/requestEvents.ts +6 -0
  206. package/src/apps/Zones.test.ts +20 -3
  207. package/src/apps/Zones.ts +28 -8
  208. package/src/apps/composition.test.ts +2 -0
  209. package/src/apps/data/App.test.ts +2 -2
  210. package/src/apps/data/App.ts +2 -0
  211. package/src/apps/data/routes/activities.bench.ts +41 -0
  212. package/src/apps/data/routes/activities.test.ts +103 -2
  213. package/src/apps/data/routes/activities.ts +401 -2
  214. package/src/apps/data/routes/balances.bench.ts +21 -0
  215. package/src/apps/data/routes/balances.ts +7 -3
  216. package/src/apps/data/routes/blocks.bench.ts +34 -0
  217. package/src/apps/data/routes/coingecko.bench.ts +53 -0
  218. package/src/apps/data/routes/earn.bench.ts +71 -0
  219. package/src/apps/data/routes/earn.ts +66 -36
  220. package/src/apps/data/routes/exchanges.bench.ts +85 -0
  221. package/src/apps/data/routes/exchanges.test.ts +8 -3
  222. package/src/apps/data/routes/exchanges.ts +134 -82
  223. package/src/apps/data/routes/fee-amm.bench.ts +13 -0
  224. package/src/apps/data/routes/indexer.bench.ts +8 -0
  225. package/src/apps/data/routes/indexer.test.ts +2 -1
  226. package/src/apps/data/routes/indexer.ts +3 -2
  227. package/src/apps/data/routes/receipts.bench.ts +39 -0
  228. package/src/apps/data/routes/receipts.ts +16 -14
  229. package/src/apps/data/routes/rpc.bench.ts +14 -0
  230. package/src/apps/data/routes/rpc.test.ts +27 -0
  231. package/src/apps/data/routes/rpc.ts +5 -1
  232. package/src/apps/data/routes/tokenlist.bench.ts +3 -0
  233. package/src/apps/data/routes/tokens.bench.ts +76 -0
  234. package/src/apps/data/routes/tokens.ts +3 -2
  235. package/src/apps/data/routes/transactions.bench.ts +48 -0
  236. package/src/apps/data/routes/transfers.bench.ts +28 -0
  237. package/src/apps/data/routes/transfers.ts +36 -10
  238. package/src/apps/data/routes/valuation.bench.ts +14 -0
  239. package/src/apps/data/routes/verified-tokens.bench.ts +8 -0
  240. package/src/apps/data/routes/webhooks.bench.ts +26 -0
  241. package/src/apps/data/routes/webhooks.scan.test.ts +326 -0
  242. package/src/apps/data/routes/webhooks.test.ts +53 -6
  243. package/src/apps/data/routes/webhooks.ts +252 -24
  244. package/src/apps/data/routes/zones.bench.ts +32 -0
  245. package/src/apps/data/routes/zones.test.ts +1 -1
  246. package/src/apps/data/routes/zones.ts +1 -1
  247. package/src/apps/funding/routes/chains.test.ts +1 -1
  248. package/src/apps/funding/routes/deposit-addresses.test.ts +217 -3
  249. package/src/apps/funding/routes/deposit-addresses.ts +255 -19
  250. package/src/apps/funding/routes/providers.test.ts +1 -1
  251. package/src/apps/funding/routes/quotes.test.ts +1 -1
  252. package/src/apps/funding/routes/transfers.test.ts +20 -8
  253. package/src/apps/funding/routes/transfers.ts +1 -1
  254. package/src/apps/management/routes/billing.ts +1 -1
  255. package/src/apps/management/routes/faucet.ts +2 -2
  256. package/src/apps/management/routes/me.test.ts +31 -0
  257. package/src/apps/mcp.ts +4 -1
  258. package/src/db/Db.ts +117 -0
  259. package/src/db/Schema.ts +32 -0
  260. package/src/db/tables/fundingDepositAddresses.test.ts +28 -0
  261. package/src/db/tables/fundingDepositAddresses.ts +39 -0
  262. package/src/db/tables/fundingDeposits.test.ts +82 -0
  263. package/src/db/tables/fundingDeposits.ts +130 -0
  264. package/src/db/tables/webhookQueueEvents.ts +285 -0
  265. package/src/db/tables/webhookSubscriptions.ts +15 -0
  266. package/src/internal/Auth.test.ts +61 -98
  267. package/src/internal/Auth.ts +9 -63
  268. package/src/internal/Credential.test.ts +51 -0
  269. package/src/internal/Credential.ts +58 -0
  270. package/src/internal/EarnRates.ts +13 -7
  271. package/src/internal/EarnVaults.test.ts +2 -2
  272. package/src/internal/Log.test.ts +3 -1
  273. package/src/internal/Log.ts +14 -0
  274. package/src/internal/MetricSink.test.ts +108 -2
  275. package/src/internal/MetricSink.ts +112 -2
  276. package/src/internal/RateLimit.test.ts +23 -18
  277. package/src/internal/RateLimit.ts +23 -15
  278. package/src/internal/Store.test.ts +99 -13
  279. package/src/internal/Store.ts +52 -17
  280. package/src/internal/Tidx.test.ts +4 -4
  281. package/src/internal/Tidx.ts +5 -4
  282. package/src/internal/Value.test.ts +25 -0
  283. package/src/internal/Value.ts +29 -0
  284. package/src/internal/Viem.test.ts +4 -0
  285. package/src/internal/Viem.ts +6 -4
  286. package/src/internal/WebhookTransfer.test.ts +89 -0
  287. package/src/internal/WebhookTransfer.ts +11 -7
  288. package/src/internal/Webhooks.test.ts +488 -0
  289. package/src/internal/Webhooks.ts +291 -10
  290. package/src/internal/funding/Provider.test.ts +1 -1
  291. package/src/internal/funding/providers/index.test.ts +73 -3
  292. package/src/internal/funding/providers/relay.test.ts +1 -5
  293. package/src/internal/funding/providers/relay.ts +56 -12
  294. package/src/internal/index.test.ts +1 -0
  295. package/src/internal/index.ts +1 -0
@@ -1,5 +1,5 @@
1
- /** Moderato Zone on Tempo testnet. */
2
- export declare const zoneModerato: {
1
+ /** Internal Moderato Zone on Tempo testnet. */
2
+ export declare const zoneModeratoInternal: {
3
3
  blockExplorers: {
4
4
  readonly default: {
5
5
  readonly name: "Tempo Explorer";
@@ -13,15 +13,18 @@ export declare const zoneModerato: {
13
13
  readonly multicall3?: import("viem").ChainContract | undefined;
14
14
  readonly erc6492Verifier?: import("viem").ChainContract | undefined;
15
15
  readonly messenger: {
16
- readonly address: "0xc9C88278eA934A03CE8c90793F0B903e1C63B735";
16
+ readonly address: "0x2fB7Aba18510622cd88F5f45B3AC0E7Dd70606a5";
17
17
  };
18
18
  readonly portal: {
19
- readonly address: "0xd8fDA2e3f421F272C56752cBCf5Ae0782c8B9ed2";
19
+ readonly address: "0x5765e8B9003054e479df44D12D3dEeaADEfa8b7c";
20
+ };
21
+ readonly verifier: {
22
+ readonly address: "0xfa16b9C6A356a096F0e7ceF0135C393A81d4a355";
20
23
  };
21
24
  };
22
25
  ensTlds?: readonly string[] | undefined;
23
- id: 421700001;
24
- name: "zone-moderato";
26
+ id: 1424310001;
27
+ name: "zone-moderato-internal";
25
28
  nativeCurrency: {
26
29
  readonly name: "USD";
27
30
  readonly symbol: "USD";
@@ -2063,14 +2066,17 @@ export declare const zoneModerato: {
2063
2066
  readonly multicall3?: import("viem").ChainContract | undefined;
2064
2067
  readonly erc6492Verifier?: import("viem").ChainContract | undefined;
2065
2068
  readonly messenger: {
2066
- readonly address: "0xc9C88278eA934A03CE8c90793F0B903e1C63B735";
2069
+ readonly address: "0x2fB7Aba18510622cd88F5f45B3AC0E7Dd70606a5";
2067
2070
  };
2068
2071
  readonly portal: {
2069
- readonly address: "0xd8fDA2e3f421F272C56752cBCf5Ae0782c8B9ed2";
2072
+ readonly address: "0x5765e8B9003054e479df44D12D3dEeaADEfa8b7c";
2073
+ };
2074
+ readonly verifier: {
2075
+ readonly address: "0xfa16b9C6A356a096F0e7ceF0135C393A81d4a355";
2070
2076
  };
2071
2077
  };
2072
- readonly id: 421700001;
2073
- readonly name: "zone-moderato";
2078
+ readonly id: 1424310001;
2079
+ readonly name: "zone-moderato-internal";
2074
2080
  readonly rpcUrls: {
2075
2081
  readonly default: {
2076
2082
  readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
@@ -2085,12 +2091,12 @@ export declare const zoneModerato: {
2085
2091
  readonly sourceId: 42431;
2086
2092
  }>, extended_1>);
2087
2093
  };
2088
- /** Stable hosted Zone on Tempo devnet. */
2089
- export declare const zoneStable: {
2094
+ /** Internal Zone on Tempo mainnet. */
2095
+ export declare const zoneMainnetInternal: {
2090
2096
  blockExplorers: {
2091
2097
  readonly default: {
2092
2098
  readonly name: "Tempo Explorer";
2093
- readonly url: "https://explore.devnet.tempo.xyz";
2099
+ readonly url: "https://explore.tempo.xyz";
2094
2100
  };
2095
2101
  };
2096
2102
  blockTime: 1000;
@@ -2100,15 +2106,18 @@ export declare const zoneStable: {
2100
2106
  readonly multicall3?: import("viem").ChainContract | undefined;
2101
2107
  readonly erc6492Verifier?: import("viem").ChainContract | undefined;
2102
2108
  readonly messenger: {
2103
- readonly address: "0x5A4d000000000000000000000000000000000000";
2109
+ readonly address: "0x171699d2B5211414C23E5Cd306d05046b78FdD16";
2104
2110
  };
2105
2111
  readonly portal: {
2106
- readonly address: "0x5aD0000000000000000000000000000000000006";
2112
+ readonly address: "0xe5208b9604972CA6a2E1EF656a9d2bDF2e530B9A";
2113
+ };
2114
+ readonly verifier: {
2115
+ readonly address: "0x3E7C1cC9C049052eb061116A4Ee7a7C281fa1F30";
2107
2116
  };
2108
2117
  };
2109
2118
  ensTlds?: readonly string[] | undefined;
2110
- id: 421700006;
2111
- name: "zone-stable";
2119
+ id: 421700001;
2120
+ name: "zone-mainnet-internal";
2112
2121
  nativeCurrency: {
2113
2122
  readonly name: "USD";
2114
2123
  readonly symbol: "USD";
@@ -2117,18 +2126,18 @@ export declare const zoneStable: {
2117
2126
  experimental_preconfirmationTime?: number | undefined;
2118
2127
  rpcUrls: {
2119
2128
  readonly default: {
2120
- readonly http: readonly ["https://rpc-zone-stable-public.devnet.tempoxyz.dev"];
2129
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
2121
2130
  };
2122
2131
  readonly internal: {
2123
- readonly http: readonly ["https://rpc-zone-stable.devnet.tempoxyz.dev"];
2132
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
2124
2133
  };
2125
2134
  readonly tidx: {
2126
- readonly http: readonly ["https://tidx-zone-stable.devnet.tempoxyz.dev"];
2135
+ readonly http: readonly ["https://indexer-zone-internal.tempo.xyz"];
2127
2136
  };
2128
2137
  };
2129
- sourceId: 31318;
2138
+ sourceId: 4217;
2130
2139
  supportsTransactionReplacementDetection?: boolean | undefined;
2131
- testnet: true;
2140
+ testnet?: boolean | undefined;
2132
2141
  custom?: Record<string, unknown> | undefined;
2133
2142
  extendSchema: {
2134
2143
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
@@ -2615,20 +2624,18 @@ export declare const zoneStable: {
2615
2624
  readonly transaction: import("viem").SerializeTransactionFn;
2616
2625
  };
2617
2626
  verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
2618
- readonly hardfork: "t3";
2619
2627
  extend: (<const extended_1 extends {
2620
2628
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
2621
2629
  hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
2622
2630
  }>(extended: extended_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
2623
- readonly id: 31318;
2624
- readonly name: "Tempo Devnet";
2625
- readonly hardfork: "t3";
2631
+ readonly id: 4217;
2626
2632
  readonly blockExplorers: {
2627
2633
  readonly default: {
2628
2634
  readonly name: "Tempo Explorer";
2629
- readonly url: "https://explore.devnet.tempo.xyz";
2635
+ readonly url: "https://explore.tempo.xyz";
2630
2636
  };
2631
2637
  };
2638
+ readonly name: "Tempo Mainnet";
2632
2639
  readonly nativeCurrency: {
2633
2640
  readonly name: "USD";
2634
2641
  readonly symbol: "USD";
@@ -2636,11 +2643,10 @@ export declare const zoneStable: {
2636
2643
  };
2637
2644
  readonly rpcUrls: {
2638
2645
  readonly default: {
2639
- readonly http: readonly ["https://rpc.devnet.tempoxyz.dev"];
2640
- readonly webSocket: readonly ["wss://rpc.devnet.tempoxyz.dev"];
2646
+ readonly http: readonly ["https://rpc.tempo.xyz"];
2647
+ readonly webSocket: readonly ["wss://rpc.tempo.xyz"];
2641
2648
  };
2642
2649
  };
2643
- readonly testnet: true;
2644
2650
  readonly blockTime: 1000;
2645
2651
  readonly extendSchema: {
2646
2652
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
@@ -3133,7 +3139,7 @@ export declare const zoneStable: {
3133
3139
  readonly blockExplorers: {
3134
3140
  readonly default: {
3135
3141
  readonly name: "Tempo Explorer";
3136
- readonly url: "https://explore.devnet.tempo.xyz";
3142
+ readonly url: "https://explore.tempo.xyz";
3137
3143
  };
3138
3144
  };
3139
3145
  readonly blockTime: 1000;
@@ -3145,7 +3151,7 @@ export declare const zoneStable: {
3145
3151
  };
3146
3152
  readonly experimental_preconfirmationTime?: number | undefined | undefined;
3147
3153
  readonly supportsTransactionReplacementDetection?: boolean | undefined | undefined;
3148
- readonly testnet: true;
3154
+ readonly testnet?: boolean | undefined | undefined;
3149
3155
  readonly custom?: Record<string, unknown> | undefined;
3150
3156
  readonly extendSchema: {
3151
3157
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
@@ -3632,20 +3638,18 @@ export declare const zoneStable: {
3632
3638
  readonly transaction: import("viem").SerializeTransactionFn;
3633
3639
  };
3634
3640
  readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
3635
- readonly hardfork: "t3";
3636
3641
  readonly extend: <const extended_1_1 extends {
3637
3642
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
3638
3643
  hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
3639
3644
  }>(extended: extended_1_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
3640
- readonly id: 31318;
3641
- readonly name: "Tempo Devnet";
3642
- readonly hardfork: "t3";
3645
+ readonly id: 4217;
3643
3646
  readonly blockExplorers: {
3644
3647
  readonly default: {
3645
3648
  readonly name: "Tempo Explorer";
3646
- readonly url: "https://explore.devnet.tempo.xyz";
3649
+ readonly url: "https://explore.tempo.xyz";
3647
3650
  };
3648
3651
  };
3652
+ readonly name: "Tempo Mainnet";
3649
3653
  readonly nativeCurrency: {
3650
3654
  readonly name: "USD";
3651
3655
  readonly symbol: "USD";
@@ -3653,11 +3657,10 @@ export declare const zoneStable: {
3653
3657
  };
3654
3658
  readonly rpcUrls: {
3655
3659
  readonly default: {
3656
- readonly http: readonly ["https://rpc.devnet.tempoxyz.dev"];
3657
- readonly webSocket: readonly ["wss://rpc.devnet.tempoxyz.dev"];
3660
+ readonly http: readonly ["https://rpc.tempo.xyz"];
3661
+ readonly webSocket: readonly ["wss://rpc.tempo.xyz"];
3658
3662
  };
3659
3663
  };
3660
- readonly testnet: true;
3661
3664
  readonly blockTime: 1000;
3662
3665
  readonly extendSchema: {
3663
3666
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
@@ -4150,34 +4153,37 @@ export declare const zoneStable: {
4150
4153
  readonly multicall3?: import("viem").ChainContract | undefined;
4151
4154
  readonly erc6492Verifier?: import("viem").ChainContract | undefined;
4152
4155
  readonly messenger: {
4153
- readonly address: "0x5A4d000000000000000000000000000000000000";
4156
+ readonly address: "0x171699d2B5211414C23E5Cd306d05046b78FdD16";
4154
4157
  };
4155
4158
  readonly portal: {
4156
- readonly address: "0x5aD0000000000000000000000000000000000006";
4159
+ readonly address: "0xe5208b9604972CA6a2E1EF656a9d2bDF2e530B9A";
4160
+ };
4161
+ readonly verifier: {
4162
+ readonly address: "0x3E7C1cC9C049052eb061116A4Ee7a7C281fa1F30";
4157
4163
  };
4158
4164
  };
4159
- readonly id: 421700006;
4160
- readonly name: "zone-stable";
4165
+ readonly id: 421700001;
4166
+ readonly name: "zone-mainnet-internal";
4161
4167
  readonly rpcUrls: {
4162
4168
  readonly default: {
4163
- readonly http: readonly ["https://rpc-zone-stable-public.devnet.tempoxyz.dev"];
4169
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
4164
4170
  };
4165
4171
  readonly internal: {
4166
- readonly http: readonly ["https://rpc-zone-stable.devnet.tempoxyz.dev"];
4172
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
4167
4173
  };
4168
4174
  readonly tidx: {
4169
- readonly http: readonly ["https://tidx-zone-stable.devnet.tempoxyz.dev"];
4175
+ readonly http: readonly ["https://indexer-zone-internal.tempo.xyz"];
4170
4176
  };
4171
4177
  };
4172
- readonly sourceId: 31318;
4178
+ readonly sourceId: 4217;
4173
4179
  }>, extended_1>);
4174
4180
  };
4175
- /** Hosted Zone chains served by the API and admin. */
4176
- export declare const chains: readonly [{
4181
+ /** Stable hosted Zone on Tempo devnet. */
4182
+ export declare const zoneStable: {
4177
4183
  blockExplorers: {
4178
4184
  readonly default: {
4179
4185
  readonly name: "Tempo Explorer";
4180
- readonly url: "https://explore.testnet.tempo.xyz";
4186
+ readonly url: "https://explore.devnet.tempo.xyz";
4181
4187
  };
4182
4188
  };
4183
4189
  blockTime: 1000;
@@ -4187,15 +4193,15 @@ export declare const chains: readonly [{
4187
4193
  readonly multicall3?: import("viem").ChainContract | undefined;
4188
4194
  readonly erc6492Verifier?: import("viem").ChainContract | undefined;
4189
4195
  readonly messenger: {
4190
- readonly address: "0xc9C88278eA934A03CE8c90793F0B903e1C63B735";
4196
+ readonly address: "0x5A4d000000000000000000000000000000000000";
4191
4197
  };
4192
4198
  readonly portal: {
4193
- readonly address: "0xd8fDA2e3f421F272C56752cBCf5Ae0782c8B9ed2";
4199
+ readonly address: "0x5aD0000000000000000000000000000000000006";
4194
4200
  };
4195
4201
  };
4196
4202
  ensTlds?: readonly string[] | undefined;
4197
- id: 421700001;
4198
- name: "zone-moderato";
4203
+ id: 421700006;
4204
+ name: "zone-stable";
4199
4205
  nativeCurrency: {
4200
4206
  readonly name: "USD";
4201
4207
  readonly symbol: "USD";
@@ -4204,16 +4210,16 @@ export declare const chains: readonly [{
4204
4210
  experimental_preconfirmationTime?: number | undefined;
4205
4211
  rpcUrls: {
4206
4212
  readonly default: {
4207
- readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
4213
+ readonly http: readonly ["https://rpc-zone-stable-public.devnet.tempoxyz.dev"];
4208
4214
  };
4209
4215
  readonly internal: {
4210
- readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
4216
+ readonly http: readonly ["https://rpc-zone-stable.devnet.tempoxyz.dev"];
4211
4217
  };
4212
4218
  readonly tidx: {
4213
- readonly http: readonly ["https://indexer-zone-internal.testnet.tempo.xyz"];
4219
+ readonly http: readonly ["https://tidx-zone-stable.devnet.tempoxyz.dev"];
4214
4220
  };
4215
4221
  };
4216
- sourceId: 42431;
4222
+ sourceId: 31318;
4217
4223
  supportsTransactionReplacementDetection?: boolean | undefined;
4218
4224
  testnet: true;
4219
4225
  custom?: Record<string, unknown> | undefined;
@@ -4702,20 +4708,20 @@ export declare const chains: readonly [{
4702
4708
  readonly transaction: import("viem").SerializeTransactionFn;
4703
4709
  };
4704
4710
  verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
4705
- readonly hardfork: "t5";
4711
+ readonly hardfork: "t3";
4706
4712
  extend: (<const extended_1 extends {
4707
4713
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
4708
4714
  hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
4709
4715
  }>(extended: extended_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
4710
- readonly id: 42431;
4711
- readonly hardfork: "t5";
4716
+ readonly id: 31318;
4717
+ readonly name: "Tempo Devnet";
4718
+ readonly hardfork: "t3";
4712
4719
  readonly blockExplorers: {
4713
4720
  readonly default: {
4714
4721
  readonly name: "Tempo Explorer";
4715
- readonly url: "https://explore.testnet.tempo.xyz";
4722
+ readonly url: "https://explore.devnet.tempo.xyz";
4716
4723
  };
4717
4724
  };
4718
- readonly name: "Tempo Testnet (Moderato)";
4719
4725
  readonly nativeCurrency: {
4720
4726
  readonly name: "USD";
4721
4727
  readonly symbol: "USD";
@@ -4723,8 +4729,8 @@ export declare const chains: readonly [{
4723
4729
  };
4724
4730
  readonly rpcUrls: {
4725
4731
  readonly default: {
4726
- readonly http: readonly ["https://rpc.moderato.tempo.xyz"];
4727
- readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"];
4732
+ readonly http: readonly ["https://rpc.devnet.tempoxyz.dev"];
4733
+ readonly webSocket: readonly ["wss://rpc.devnet.tempoxyz.dev"];
4728
4734
  };
4729
4735
  };
4730
4736
  readonly testnet: true;
@@ -5220,7 +5226,7 @@ export declare const chains: readonly [{
5220
5226
  readonly blockExplorers: {
5221
5227
  readonly default: {
5222
5228
  readonly name: "Tempo Explorer";
5223
- readonly url: "https://explore.testnet.tempo.xyz";
5229
+ readonly url: "https://explore.devnet.tempo.xyz";
5224
5230
  };
5225
5231
  };
5226
5232
  readonly blockTime: 1000;
@@ -5719,20 +5725,20 @@ export declare const chains: readonly [{
5719
5725
  readonly transaction: import("viem").SerializeTransactionFn;
5720
5726
  };
5721
5727
  readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
5722
- readonly hardfork: "t5";
5728
+ readonly hardfork: "t3";
5723
5729
  readonly extend: <const extended_1_1 extends {
5724
5730
  feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
5725
5731
  hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
5726
5732
  }>(extended: extended_1_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
5727
- readonly id: 42431;
5728
- readonly hardfork: "t5";
5733
+ readonly id: 31318;
5734
+ readonly name: "Tempo Devnet";
5735
+ readonly hardfork: "t3";
5729
5736
  readonly blockExplorers: {
5730
5737
  readonly default: {
5731
5738
  readonly name: "Tempo Explorer";
5732
- readonly url: "https://explore.testnet.tempo.xyz";
5739
+ readonly url: "https://explore.devnet.tempo.xyz";
5733
5740
  };
5734
5741
  };
5735
- readonly name: "Tempo Testnet (Moderato)";
5736
5742
  readonly nativeCurrency: {
5737
5743
  readonly name: "USD";
5738
5744
  readonly symbol: "USD";
@@ -5740,8 +5746,8 @@ export declare const chains: readonly [{
5740
5746
  };
5741
5747
  readonly rpcUrls: {
5742
5748
  readonly default: {
5743
- readonly http: readonly ["https://rpc.moderato.tempo.xyz"];
5744
- readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"];
5749
+ readonly http: readonly ["https://rpc.devnet.tempoxyz.dev"];
5750
+ readonly webSocket: readonly ["wss://rpc.devnet.tempoxyz.dev"];
5745
5751
  };
5746
5752
  };
5747
5753
  readonly testnet: true;
@@ -6237,26 +6243,4204 @@ export declare const chains: readonly [{
6237
6243
  readonly multicall3?: import("viem").ChainContract | undefined;
6238
6244
  readonly erc6492Verifier?: import("viem").ChainContract | undefined;
6239
6245
  readonly messenger: {
6240
- readonly address: "0xc9C88278eA934A03CE8c90793F0B903e1C63B735";
6246
+ readonly address: "0x5A4d000000000000000000000000000000000000";
6241
6247
  };
6242
6248
  readonly portal: {
6243
- readonly address: "0xd8fDA2e3f421F272C56752cBCf5Ae0782c8B9ed2";
6249
+ readonly address: "0x5aD0000000000000000000000000000000000006";
6244
6250
  };
6245
6251
  };
6246
- readonly id: 421700001;
6247
- readonly name: "zone-moderato";
6252
+ readonly id: 421700006;
6253
+ readonly name: "zone-stable";
6248
6254
  readonly rpcUrls: {
6249
6255
  readonly default: {
6250
- readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
6256
+ readonly http: readonly ["https://rpc-zone-stable-public.devnet.tempoxyz.dev"];
6251
6257
  };
6252
6258
  readonly internal: {
6253
- readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
6259
+ readonly http: readonly ["https://rpc-zone-stable.devnet.tempoxyz.dev"];
6254
6260
  };
6255
6261
  readonly tidx: {
6256
- readonly http: readonly ["https://indexer-zone-internal.testnet.tempo.xyz"];
6262
+ readonly http: readonly ["https://tidx-zone-stable.devnet.tempoxyz.dev"];
6257
6263
  };
6258
6264
  };
6259
- readonly sourceId: 42431;
6265
+ readonly sourceId: 31318;
6266
+ }>, extended_1>);
6267
+ };
6268
+ /** Hosted Zone chains served by the API and admin. */
6269
+ export declare const chains: readonly [{
6270
+ blockExplorers: {
6271
+ readonly default: {
6272
+ readonly name: "Tempo Explorer";
6273
+ readonly url: "https://explore.testnet.tempo.xyz";
6274
+ };
6275
+ };
6276
+ blockTime: 1000;
6277
+ contracts: {
6278
+ readonly ensRegistry?: import("viem").ChainContract | undefined;
6279
+ readonly ensUniversalResolver?: import("viem").ChainContract | undefined;
6280
+ readonly multicall3?: import("viem").ChainContract | undefined;
6281
+ readonly erc6492Verifier?: import("viem").ChainContract | undefined;
6282
+ readonly messenger: {
6283
+ readonly address: "0x2fB7Aba18510622cd88F5f45B3AC0E7Dd70606a5";
6284
+ };
6285
+ readonly portal: {
6286
+ readonly address: "0x5765e8B9003054e479df44D12D3dEeaADEfa8b7c";
6287
+ };
6288
+ readonly verifier: {
6289
+ readonly address: "0xfa16b9C6A356a096F0e7ceF0135C393A81d4a355";
6290
+ };
6291
+ };
6292
+ ensTlds?: readonly string[] | undefined;
6293
+ id: 1424310001;
6294
+ name: "zone-moderato-internal";
6295
+ nativeCurrency: {
6296
+ readonly name: "USD";
6297
+ readonly symbol: "USD";
6298
+ readonly decimals: 6;
6299
+ };
6300
+ experimental_preconfirmationTime?: number | undefined;
6301
+ rpcUrls: {
6302
+ readonly default: {
6303
+ readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
6304
+ };
6305
+ readonly internal: {
6306
+ readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
6307
+ };
6308
+ readonly tidx: {
6309
+ readonly http: readonly ["https://indexer-zone-internal.testnet.tempo.xyz"];
6310
+ };
6311
+ };
6312
+ sourceId: 42431;
6313
+ supportsTransactionReplacementDetection?: boolean | undefined;
6314
+ testnet: true;
6315
+ custom?: Record<string, unknown> | undefined;
6316
+ extendSchema: {
6317
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
6318
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
6319
+ };
6320
+ fees?: import("viem").ChainFees<undefined> | undefined;
6321
+ formatters: {
6322
+ readonly transaction: {
6323
+ exclude: never[] | undefined;
6324
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
6325
+ r: import("viem").Hex;
6326
+ s: import("viem").Hex;
6327
+ v: bigint;
6328
+ to: import("viem").Address | null;
6329
+ from: import("viem").Address;
6330
+ gas: bigint;
6331
+ nonce: number;
6332
+ value: bigint;
6333
+ blockHash: `0x${string}` | null;
6334
+ blockNumber: bigint | null;
6335
+ blockTimestamp?: bigint | undefined;
6336
+ hash: import("viem").Hash;
6337
+ input: import("viem").Hex;
6338
+ transactionIndex: number | null;
6339
+ typeHex: import("viem").Hex | null;
6340
+ accessList?: undefined | undefined;
6341
+ authorizationList?: undefined | undefined;
6342
+ blobVersionedHashes?: undefined | undefined;
6343
+ chainId?: number | undefined;
6344
+ yParity?: undefined | undefined;
6345
+ type: "legacy";
6346
+ gasPrice: bigint;
6347
+ maxFeePerBlobGas?: undefined | undefined;
6348
+ maxFeePerGas?: undefined | undefined;
6349
+ maxPriorityFeePerGas?: undefined | undefined;
6350
+ signature?: undefined;
6351
+ calls?: undefined;
6352
+ feePayerSignature?: undefined;
6353
+ nonceKey?: undefined;
6354
+ keyAuthorization?: undefined;
6355
+ feeToken?: undefined;
6356
+ validAfter?: undefined;
6357
+ validBefore?: undefined;
6358
+ } | {
6359
+ blockHash: `0x${string}` | null;
6360
+ blockNumber: bigint | null;
6361
+ blockTimestamp?: bigint | undefined;
6362
+ from: import("viem").Address;
6363
+ gas: bigint;
6364
+ hash: import("viem").Hash;
6365
+ input: import("viem").Hex;
6366
+ nonce: number;
6367
+ r: import("viem").Hex;
6368
+ s: import("viem").Hex;
6369
+ to: import("viem").Address | null;
6370
+ transactionIndex: number | null;
6371
+ typeHex: import("viem").Hex | null;
6372
+ v: bigint;
6373
+ value: bigint;
6374
+ yParity: number;
6375
+ accessList: import("viem").AccessList;
6376
+ authorizationList?: undefined | undefined;
6377
+ blobVersionedHashes?: undefined | undefined;
6378
+ chainId: number;
6379
+ type: "eip2930";
6380
+ gasPrice: bigint;
6381
+ maxFeePerBlobGas?: undefined | undefined;
6382
+ maxFeePerGas?: undefined | undefined;
6383
+ maxPriorityFeePerGas?: undefined | undefined;
6384
+ signature?: undefined;
6385
+ calls?: undefined;
6386
+ feePayerSignature?: undefined;
6387
+ nonceKey?: undefined;
6388
+ keyAuthorization?: undefined;
6389
+ feeToken?: undefined;
6390
+ validAfter?: undefined;
6391
+ validBefore?: undefined;
6392
+ } | {
6393
+ blockHash: `0x${string}` | null;
6394
+ blockNumber: bigint | null;
6395
+ blockTimestamp?: bigint | undefined;
6396
+ from: import("viem").Address;
6397
+ gas: bigint;
6398
+ hash: import("viem").Hash;
6399
+ input: import("viem").Hex;
6400
+ nonce: number;
6401
+ r: import("viem").Hex;
6402
+ s: import("viem").Hex;
6403
+ to: import("viem").Address | null;
6404
+ transactionIndex: number | null;
6405
+ typeHex: import("viem").Hex | null;
6406
+ v: bigint;
6407
+ value: bigint;
6408
+ yParity: number;
6409
+ accessList: import("viem").AccessList;
6410
+ authorizationList?: undefined | undefined;
6411
+ blobVersionedHashes?: undefined | undefined;
6412
+ chainId: number;
6413
+ type: "eip1559";
6414
+ gasPrice?: undefined | undefined;
6415
+ maxFeePerBlobGas?: undefined | undefined;
6416
+ maxFeePerGas: bigint;
6417
+ maxPriorityFeePerGas: bigint;
6418
+ signature?: undefined;
6419
+ calls?: undefined;
6420
+ feePayerSignature?: undefined;
6421
+ nonceKey?: undefined;
6422
+ keyAuthorization?: undefined;
6423
+ feeToken?: undefined;
6424
+ validAfter?: undefined;
6425
+ validBefore?: undefined;
6426
+ } | {
6427
+ blockHash: `0x${string}` | null;
6428
+ blockNumber: bigint | null;
6429
+ blockTimestamp?: bigint | undefined;
6430
+ from: import("viem").Address;
6431
+ gas: bigint;
6432
+ hash: import("viem").Hash;
6433
+ input: import("viem").Hex;
6434
+ nonce: number;
6435
+ r: import("viem").Hex;
6436
+ s: import("viem").Hex;
6437
+ to: import("viem").Address | null;
6438
+ transactionIndex: number | null;
6439
+ typeHex: import("viem").Hex | null;
6440
+ v: bigint;
6441
+ value: bigint;
6442
+ yParity: number;
6443
+ accessList: import("viem").AccessList;
6444
+ authorizationList?: undefined | undefined;
6445
+ blobVersionedHashes: readonly import("viem").Hex[];
6446
+ chainId: number;
6447
+ type: "eip4844";
6448
+ gasPrice?: undefined | undefined;
6449
+ maxFeePerBlobGas: bigint;
6450
+ maxFeePerGas: bigint;
6451
+ maxPriorityFeePerGas: bigint;
6452
+ signature?: undefined;
6453
+ calls?: undefined;
6454
+ feePayerSignature?: undefined;
6455
+ nonceKey?: undefined;
6456
+ keyAuthorization?: undefined;
6457
+ feeToken?: undefined;
6458
+ validAfter?: undefined;
6459
+ validBefore?: undefined;
6460
+ } | {
6461
+ blockHash: `0x${string}` | null;
6462
+ blockNumber: bigint | null;
6463
+ blockTimestamp?: bigint | undefined;
6464
+ from: import("viem").Address;
6465
+ gas: bigint;
6466
+ hash: import("viem").Hash;
6467
+ input: import("viem").Hex;
6468
+ nonce: number;
6469
+ r: import("viem").Hex;
6470
+ s: import("viem").Hex;
6471
+ to: import("viem").Address | null;
6472
+ transactionIndex: number | null;
6473
+ typeHex: import("viem").Hex | null;
6474
+ v: bigint;
6475
+ value: bigint;
6476
+ yParity: number;
6477
+ accessList: import("viem").AccessList;
6478
+ authorizationList: import("viem").SignedAuthorizationList;
6479
+ blobVersionedHashes?: undefined | undefined;
6480
+ chainId: number;
6481
+ type: "eip7702";
6482
+ gasPrice?: undefined | undefined;
6483
+ maxFeePerBlobGas?: undefined | undefined;
6484
+ maxFeePerGas: bigint;
6485
+ maxPriorityFeePerGas: bigint;
6486
+ signature?: undefined;
6487
+ calls?: undefined;
6488
+ feePayerSignature?: undefined;
6489
+ nonceKey?: undefined;
6490
+ keyAuthorization?: undefined;
6491
+ feeToken?: undefined;
6492
+ validAfter?: undefined;
6493
+ validBefore?: undefined;
6494
+ } | {
6495
+ from: import("viem").Address;
6496
+ gas: bigint;
6497
+ nonce: number;
6498
+ blockHash: `0x${string}` | null;
6499
+ blockNumber: bigint | null;
6500
+ blockTimestamp?: bigint | undefined;
6501
+ hash: import("viem").Hash;
6502
+ transactionIndex: number | null;
6503
+ typeHex: import("viem").Hex | null;
6504
+ r?: `0x${string}` | undefined;
6505
+ s?: `0x${string}` | undefined;
6506
+ v?: bigint | undefined;
6507
+ yParity?: number | undefined;
6508
+ accessList: import("viem").AccessList;
6509
+ authorizationList?: readonly {
6510
+ address: import("viem/chains").Address;
6511
+ chainId: number;
6512
+ nonce: bigint;
6513
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
6514
+ }[] | undefined;
6515
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
6516
+ chainId: number;
6517
+ feeToken?: `0x${string}` | undefined;
6518
+ feePayerSignature?: import("viem").Signature | undefined;
6519
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
6520
+ nonceKey?: bigint | undefined;
6521
+ signature: import("viem/chains").SignatureEnvelope;
6522
+ type: "tempo";
6523
+ validBefore?: number | undefined;
6524
+ validAfter?: number | undefined;
6525
+ gasPrice?: undefined | undefined;
6526
+ maxFeePerBlobGas?: undefined | undefined;
6527
+ maxFeePerGas: bigint;
6528
+ maxPriorityFeePerGas: bigint;
6529
+ to?: undefined;
6530
+ value?: undefined;
6531
+ blobVersionedHashes?: undefined;
6532
+ input?: undefined;
6533
+ }) & {};
6534
+ type: "transaction";
6535
+ };
6536
+ readonly transactionReceipt: {
6537
+ exclude: [] | undefined;
6538
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
6539
+ blobGasPrice?: bigint | undefined;
6540
+ blobGasUsed?: bigint | undefined;
6541
+ blockHash: import("viem").Hash;
6542
+ blockNumber: bigint;
6543
+ blockTimestamp?: bigint | undefined;
6544
+ contractAddress: import("viem").Address | null | undefined;
6545
+ cumulativeGasUsed: bigint;
6546
+ effectiveGasPrice: bigint;
6547
+ from: import("viem").Address;
6548
+ gasUsed: bigint;
6549
+ logs: import("viem").Log<bigint, number, false>[];
6550
+ logsBloom: import("viem").Hex;
6551
+ root?: `0x${string}` | undefined;
6552
+ status: "success" | "reverted";
6553
+ to: import("viem").Address | null;
6554
+ transactionHash: import("viem").Hash;
6555
+ transactionIndex: number;
6556
+ type: import("viem/chains").z_TransactionType;
6557
+ feePayer?: `0x${string}` | undefined;
6558
+ feeToken?: `0x${string}` | undefined;
6559
+ } & {};
6560
+ type: "transactionReceipt";
6561
+ };
6562
+ readonly transactionRequest: {
6563
+ exclude: [] | undefined;
6564
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
6565
+ data?: `0x${string}` | undefined;
6566
+ from?: `0x${string}` | undefined;
6567
+ gas?: `0x${string}` | undefined;
6568
+ nonce?: `0x${string}` | undefined;
6569
+ to?: `0x${string}` | null | undefined;
6570
+ type?: "0x0" | undefined;
6571
+ value?: `0x${string}` | undefined;
6572
+ gasPrice?: `0x${string}` | undefined;
6573
+ maxFeePerBlobGas?: undefined | undefined;
6574
+ maxFeePerGas?: undefined | undefined;
6575
+ maxPriorityFeePerGas?: undefined | undefined;
6576
+ blobs?: undefined;
6577
+ blobVersionedHashes?: undefined;
6578
+ kzg?: undefined;
6579
+ accessList?: undefined;
6580
+ sidecars?: undefined;
6581
+ authorizationList?: undefined;
6582
+ calls?: undefined;
6583
+ capabilities?: undefined;
6584
+ feePayer?: undefined;
6585
+ nonceKey?: undefined;
6586
+ keyAuthorization?: undefined;
6587
+ feeToken?: undefined;
6588
+ validAfter?: undefined;
6589
+ signatures?: undefined;
6590
+ validBefore?: undefined;
6591
+ multisig?: undefined;
6592
+ multisigInit?: undefined;
6593
+ multisigSignatureCount?: undefined;
6594
+ } | {
6595
+ data?: `0x${string}` | undefined;
6596
+ from?: `0x${string}` | undefined;
6597
+ gas?: `0x${string}` | undefined;
6598
+ nonce?: `0x${string}` | undefined;
6599
+ to?: `0x${string}` | null | undefined;
6600
+ type?: "0x1" | undefined;
6601
+ value?: `0x${string}` | undefined;
6602
+ gasPrice?: `0x${string}` | undefined;
6603
+ maxFeePerBlobGas?: undefined | undefined;
6604
+ maxFeePerGas?: undefined | undefined;
6605
+ maxPriorityFeePerGas?: undefined | undefined;
6606
+ accessList?: import("viem").AccessList | undefined;
6607
+ blobs?: undefined;
6608
+ blobVersionedHashes?: undefined;
6609
+ kzg?: undefined;
6610
+ sidecars?: undefined;
6611
+ authorizationList?: undefined;
6612
+ calls?: undefined;
6613
+ capabilities?: undefined;
6614
+ feePayer?: undefined;
6615
+ nonceKey?: undefined;
6616
+ keyAuthorization?: undefined;
6617
+ feeToken?: undefined;
6618
+ validAfter?: undefined;
6619
+ signatures?: undefined;
6620
+ validBefore?: undefined;
6621
+ multisig?: undefined;
6622
+ multisigInit?: undefined;
6623
+ multisigSignatureCount?: undefined;
6624
+ } | {
6625
+ data?: `0x${string}` | undefined;
6626
+ from?: `0x${string}` | undefined;
6627
+ gas?: `0x${string}` | undefined;
6628
+ nonce?: `0x${string}` | undefined;
6629
+ to?: `0x${string}` | null | undefined;
6630
+ type?: "0x2" | undefined;
6631
+ value?: `0x${string}` | undefined;
6632
+ gasPrice?: undefined | undefined;
6633
+ maxFeePerBlobGas?: undefined | undefined;
6634
+ maxFeePerGas?: `0x${string}` | undefined;
6635
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
6636
+ accessList?: import("viem").AccessList | undefined;
6637
+ blobs?: undefined;
6638
+ blobVersionedHashes?: undefined;
6639
+ kzg?: undefined;
6640
+ sidecars?: undefined;
6641
+ authorizationList?: undefined;
6642
+ calls?: undefined;
6643
+ capabilities?: undefined;
6644
+ feePayer?: undefined;
6645
+ nonceKey?: undefined;
6646
+ keyAuthorization?: undefined;
6647
+ feeToken?: undefined;
6648
+ validAfter?: undefined;
6649
+ signatures?: undefined;
6650
+ validBefore?: undefined;
6651
+ multisig?: undefined;
6652
+ multisigInit?: undefined;
6653
+ multisigSignatureCount?: undefined;
6654
+ } | {
6655
+ type?: "0x3" | undefined;
6656
+ data?: `0x${string}` | undefined;
6657
+ from?: `0x${string}` | undefined;
6658
+ gas?: `0x${string}` | undefined;
6659
+ nonce?: `0x${string}` | undefined;
6660
+ value?: `0x${string}` | undefined;
6661
+ to: `0x${string}` | null;
6662
+ gasPrice?: undefined | undefined;
6663
+ maxFeePerBlobGas?: `0x${string}` | undefined;
6664
+ maxFeePerGas?: `0x${string}` | undefined;
6665
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
6666
+ accessList?: import("viem").AccessList | undefined;
6667
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
6668
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
6669
+ blobVersionedHashes: readonly import("viem").Hex[];
6670
+ kzg?: undefined;
6671
+ authorizationList?: undefined;
6672
+ calls?: undefined;
6673
+ capabilities?: undefined;
6674
+ feePayer?: undefined;
6675
+ nonceKey?: undefined;
6676
+ keyAuthorization?: undefined;
6677
+ feeToken?: undefined;
6678
+ validAfter?: undefined;
6679
+ signatures?: undefined;
6680
+ validBefore?: undefined;
6681
+ multisig?: undefined;
6682
+ multisigInit?: undefined;
6683
+ multisigSignatureCount?: undefined;
6684
+ } | {
6685
+ type?: "0x3" | undefined;
6686
+ data?: `0x${string}` | undefined;
6687
+ from?: `0x${string}` | undefined;
6688
+ gas?: `0x${string}` | undefined;
6689
+ nonce?: `0x${string}` | undefined;
6690
+ value?: `0x${string}` | undefined;
6691
+ to: `0x${string}` | null;
6692
+ gasPrice?: undefined | undefined;
6693
+ maxFeePerBlobGas?: `0x${string}` | undefined;
6694
+ maxFeePerGas?: `0x${string}` | undefined;
6695
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
6696
+ accessList?: import("viem").AccessList | undefined;
6697
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
6698
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
6699
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
6700
+ kzg?: import("viem").Kzg | undefined;
6701
+ authorizationList?: undefined;
6702
+ calls?: undefined;
6703
+ capabilities?: undefined;
6704
+ feePayer?: undefined;
6705
+ nonceKey?: undefined;
6706
+ keyAuthorization?: undefined;
6707
+ feeToken?: undefined;
6708
+ validAfter?: undefined;
6709
+ signatures?: undefined;
6710
+ validBefore?: undefined;
6711
+ multisig?: undefined;
6712
+ multisigInit?: undefined;
6713
+ multisigSignatureCount?: undefined;
6714
+ } | {
6715
+ type?: "0x4" | undefined;
6716
+ gasPrice?: undefined | undefined;
6717
+ maxFeePerBlobGas?: undefined | undefined;
6718
+ maxFeePerGas?: `0x${string}` | undefined;
6719
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
6720
+ to?: `0x${string}` | null | undefined;
6721
+ data?: `0x${string}` | undefined;
6722
+ from?: `0x${string}` | undefined;
6723
+ gas?: `0x${string}` | undefined;
6724
+ nonce?: `0x${string}` | undefined;
6725
+ value?: `0x${string}` | undefined;
6726
+ accessList?: import("viem").AccessList | undefined;
6727
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
6728
+ blobs?: undefined;
6729
+ blobVersionedHashes?: undefined;
6730
+ kzg?: undefined;
6731
+ sidecars?: undefined;
6732
+ calls?: undefined;
6733
+ capabilities?: undefined;
6734
+ feePayer?: undefined;
6735
+ nonceKey?: undefined;
6736
+ keyAuthorization?: undefined;
6737
+ feeToken?: undefined;
6738
+ validAfter?: undefined;
6739
+ signatures?: undefined;
6740
+ validBefore?: undefined;
6741
+ multisig?: undefined;
6742
+ multisigInit?: undefined;
6743
+ multisigSignatureCount?: undefined;
6744
+ } | {
6745
+ data?: `0x${string}` | undefined;
6746
+ from?: `0x${string}` | undefined;
6747
+ gas?: `0x${string}` | undefined;
6748
+ nonce?: `0x${string}` | undefined;
6749
+ to?: `0x${string}` | null | undefined;
6750
+ type?: "0x76" | undefined;
6751
+ value?: `0x${string}` | undefined;
6752
+ gasPrice?: undefined | undefined;
6753
+ maxFeePerBlobGas?: undefined | undefined;
6754
+ maxFeePerGas?: `0x${string}` | undefined;
6755
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
6756
+ accessList?: import("viem").AccessList | undefined;
6757
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
6758
+ capabilities?: {
6759
+ [x: string]: any;
6760
+ } | undefined;
6761
+ feePayer?: true | import("viem").Account | undefined;
6762
+ feeToken?: bigint | import("viem/chains").Address | undefined;
6763
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
6764
+ multisig?: {
6765
+ salt?: `0x${string}` | undefined;
6766
+ threshold: `0x${string}`;
6767
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
6768
+ } | undefined;
6769
+ multisigInit?: {
6770
+ salt: import("ox/Hex").Hex;
6771
+ threshold: number;
6772
+ owners: readonly {
6773
+ owner: import("viem").Address;
6774
+ weight: number;
6775
+ }[];
6776
+ } | undefined | undefined;
6777
+ multisigSignatureCount?: number | undefined | undefined;
6778
+ nonceKey?: `0x${string}` | "expiring" | undefined;
6779
+ signatures?: readonly `0x${string}`[] | undefined;
6780
+ validBefore?: `0x${string}` | undefined;
6781
+ validAfter?: `0x${string}` | undefined;
6782
+ blobs?: undefined;
6783
+ blobVersionedHashes?: undefined;
6784
+ kzg?: undefined;
6785
+ sidecars?: undefined;
6786
+ authorizationList?: undefined;
6787
+ }) & {};
6788
+ type: "transactionRequest";
6789
+ };
6790
+ };
6791
+ prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
6792
+ client: import("viem").Client;
6793
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6794
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
6795
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
6796
+ }];
6797
+ serializers: {
6798
+ readonly transaction: import("viem").SerializeTransactionFn;
6799
+ };
6800
+ verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
6801
+ readonly hardfork: "t5";
6802
+ extend: (<const extended_1 extends {
6803
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
6804
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
6805
+ }>(extended: extended_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
6806
+ readonly id: 42431;
6807
+ readonly hardfork: "t5";
6808
+ readonly blockExplorers: {
6809
+ readonly default: {
6810
+ readonly name: "Tempo Explorer";
6811
+ readonly url: "https://explore.testnet.tempo.xyz";
6812
+ };
6813
+ };
6814
+ readonly name: "Tempo Testnet (Moderato)";
6815
+ readonly nativeCurrency: {
6816
+ readonly name: "USD";
6817
+ readonly symbol: "USD";
6818
+ readonly decimals: 6;
6819
+ };
6820
+ readonly rpcUrls: {
6821
+ readonly default: {
6822
+ readonly http: readonly ["https://rpc.moderato.tempo.xyz"];
6823
+ readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"];
6824
+ };
6825
+ };
6826
+ readonly testnet: true;
6827
+ readonly blockTime: 1000;
6828
+ readonly extendSchema: {
6829
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
6830
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
6831
+ };
6832
+ readonly formatters: {
6833
+ readonly transaction: {
6834
+ exclude: never[] | undefined;
6835
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
6836
+ r: import("viem").Hex;
6837
+ s: import("viem").Hex;
6838
+ v: bigint;
6839
+ to: import("viem").Address | null;
6840
+ from: import("viem").Address;
6841
+ gas: bigint;
6842
+ nonce: number;
6843
+ value: bigint;
6844
+ blockHash: `0x${string}` | null;
6845
+ blockNumber: bigint | null;
6846
+ blockTimestamp?: bigint | undefined;
6847
+ hash: import("viem").Hash;
6848
+ input: import("viem").Hex;
6849
+ transactionIndex: number | null;
6850
+ typeHex: import("viem").Hex | null;
6851
+ accessList?: undefined | undefined;
6852
+ authorizationList?: undefined | undefined;
6853
+ blobVersionedHashes?: undefined | undefined;
6854
+ chainId?: number | undefined;
6855
+ yParity?: undefined | undefined;
6856
+ type: "legacy";
6857
+ gasPrice: bigint;
6858
+ maxFeePerBlobGas?: undefined | undefined;
6859
+ maxFeePerGas?: undefined | undefined;
6860
+ maxPriorityFeePerGas?: undefined | undefined;
6861
+ signature?: undefined;
6862
+ calls?: undefined;
6863
+ feePayerSignature?: undefined;
6864
+ nonceKey?: undefined;
6865
+ keyAuthorization?: undefined;
6866
+ feeToken?: undefined;
6867
+ validAfter?: undefined;
6868
+ validBefore?: undefined;
6869
+ } | {
6870
+ blockHash: `0x${string}` | null;
6871
+ blockNumber: bigint | null;
6872
+ blockTimestamp?: bigint | undefined;
6873
+ from: import("viem").Address;
6874
+ gas: bigint;
6875
+ hash: import("viem").Hash;
6876
+ input: import("viem").Hex;
6877
+ nonce: number;
6878
+ r: import("viem").Hex;
6879
+ s: import("viem").Hex;
6880
+ to: import("viem").Address | null;
6881
+ transactionIndex: number | null;
6882
+ typeHex: import("viem").Hex | null;
6883
+ v: bigint;
6884
+ value: bigint;
6885
+ yParity: number;
6886
+ accessList: import("viem").AccessList;
6887
+ authorizationList?: undefined | undefined;
6888
+ blobVersionedHashes?: undefined | undefined;
6889
+ chainId: number;
6890
+ type: "eip2930";
6891
+ gasPrice: bigint;
6892
+ maxFeePerBlobGas?: undefined | undefined;
6893
+ maxFeePerGas?: undefined | undefined;
6894
+ maxPriorityFeePerGas?: undefined | undefined;
6895
+ signature?: undefined;
6896
+ calls?: undefined;
6897
+ feePayerSignature?: undefined;
6898
+ nonceKey?: undefined;
6899
+ keyAuthorization?: undefined;
6900
+ feeToken?: undefined;
6901
+ validAfter?: undefined;
6902
+ validBefore?: undefined;
6903
+ } | {
6904
+ blockHash: `0x${string}` | null;
6905
+ blockNumber: bigint | null;
6906
+ blockTimestamp?: bigint | undefined;
6907
+ from: import("viem").Address;
6908
+ gas: bigint;
6909
+ hash: import("viem").Hash;
6910
+ input: import("viem").Hex;
6911
+ nonce: number;
6912
+ r: import("viem").Hex;
6913
+ s: import("viem").Hex;
6914
+ to: import("viem").Address | null;
6915
+ transactionIndex: number | null;
6916
+ typeHex: import("viem").Hex | null;
6917
+ v: bigint;
6918
+ value: bigint;
6919
+ yParity: number;
6920
+ accessList: import("viem").AccessList;
6921
+ authorizationList?: undefined | undefined;
6922
+ blobVersionedHashes?: undefined | undefined;
6923
+ chainId: number;
6924
+ type: "eip1559";
6925
+ gasPrice?: undefined | undefined;
6926
+ maxFeePerBlobGas?: undefined | undefined;
6927
+ maxFeePerGas: bigint;
6928
+ maxPriorityFeePerGas: bigint;
6929
+ signature?: undefined;
6930
+ calls?: undefined;
6931
+ feePayerSignature?: undefined;
6932
+ nonceKey?: undefined;
6933
+ keyAuthorization?: undefined;
6934
+ feeToken?: undefined;
6935
+ validAfter?: undefined;
6936
+ validBefore?: undefined;
6937
+ } | {
6938
+ blockHash: `0x${string}` | null;
6939
+ blockNumber: bigint | null;
6940
+ blockTimestamp?: bigint | undefined;
6941
+ from: import("viem").Address;
6942
+ gas: bigint;
6943
+ hash: import("viem").Hash;
6944
+ input: import("viem").Hex;
6945
+ nonce: number;
6946
+ r: import("viem").Hex;
6947
+ s: import("viem").Hex;
6948
+ to: import("viem").Address | null;
6949
+ transactionIndex: number | null;
6950
+ typeHex: import("viem").Hex | null;
6951
+ v: bigint;
6952
+ value: bigint;
6953
+ yParity: number;
6954
+ accessList: import("viem").AccessList;
6955
+ authorizationList?: undefined | undefined;
6956
+ blobVersionedHashes: readonly import("viem").Hex[];
6957
+ chainId: number;
6958
+ type: "eip4844";
6959
+ gasPrice?: undefined | undefined;
6960
+ maxFeePerBlobGas: bigint;
6961
+ maxFeePerGas: bigint;
6962
+ maxPriorityFeePerGas: bigint;
6963
+ signature?: undefined;
6964
+ calls?: undefined;
6965
+ feePayerSignature?: undefined;
6966
+ nonceKey?: undefined;
6967
+ keyAuthorization?: undefined;
6968
+ feeToken?: undefined;
6969
+ validAfter?: undefined;
6970
+ validBefore?: undefined;
6971
+ } | {
6972
+ blockHash: `0x${string}` | null;
6973
+ blockNumber: bigint | null;
6974
+ blockTimestamp?: bigint | undefined;
6975
+ from: import("viem").Address;
6976
+ gas: bigint;
6977
+ hash: import("viem").Hash;
6978
+ input: import("viem").Hex;
6979
+ nonce: number;
6980
+ r: import("viem").Hex;
6981
+ s: import("viem").Hex;
6982
+ to: import("viem").Address | null;
6983
+ transactionIndex: number | null;
6984
+ typeHex: import("viem").Hex | null;
6985
+ v: bigint;
6986
+ value: bigint;
6987
+ yParity: number;
6988
+ accessList: import("viem").AccessList;
6989
+ authorizationList: import("viem").SignedAuthorizationList;
6990
+ blobVersionedHashes?: undefined | undefined;
6991
+ chainId: number;
6992
+ type: "eip7702";
6993
+ gasPrice?: undefined | undefined;
6994
+ maxFeePerBlobGas?: undefined | undefined;
6995
+ maxFeePerGas: bigint;
6996
+ maxPriorityFeePerGas: bigint;
6997
+ signature?: undefined;
6998
+ calls?: undefined;
6999
+ feePayerSignature?: undefined;
7000
+ nonceKey?: undefined;
7001
+ keyAuthorization?: undefined;
7002
+ feeToken?: undefined;
7003
+ validAfter?: undefined;
7004
+ validBefore?: undefined;
7005
+ } | {
7006
+ from: import("viem").Address;
7007
+ gas: bigint;
7008
+ nonce: number;
7009
+ blockHash: `0x${string}` | null;
7010
+ blockNumber: bigint | null;
7011
+ blockTimestamp?: bigint | undefined;
7012
+ hash: import("viem").Hash;
7013
+ transactionIndex: number | null;
7014
+ typeHex: import("viem").Hex | null;
7015
+ r?: `0x${string}` | undefined;
7016
+ s?: `0x${string}` | undefined;
7017
+ v?: bigint | undefined;
7018
+ yParity?: number | undefined;
7019
+ accessList: import("viem").AccessList;
7020
+ authorizationList?: readonly {
7021
+ address: import("viem/chains").Address;
7022
+ chainId: number;
7023
+ nonce: bigint;
7024
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
7025
+ }[] | undefined;
7026
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
7027
+ chainId: number;
7028
+ feeToken?: `0x${string}` | undefined;
7029
+ feePayerSignature?: import("viem").Signature | undefined;
7030
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
7031
+ nonceKey?: bigint | undefined;
7032
+ signature: import("viem/chains").SignatureEnvelope;
7033
+ type: "tempo";
7034
+ validBefore?: number | undefined;
7035
+ validAfter?: number | undefined;
7036
+ gasPrice?: undefined | undefined;
7037
+ maxFeePerBlobGas?: undefined | undefined;
7038
+ maxFeePerGas: bigint;
7039
+ maxPriorityFeePerGas: bigint;
7040
+ to?: undefined;
7041
+ value?: undefined;
7042
+ blobVersionedHashes?: undefined;
7043
+ input?: undefined;
7044
+ }) & {};
7045
+ type: "transaction";
7046
+ };
7047
+ readonly transactionReceipt: {
7048
+ exclude: [] | undefined;
7049
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
7050
+ blobGasPrice?: bigint | undefined;
7051
+ blobGasUsed?: bigint | undefined;
7052
+ blockHash: import("viem").Hash;
7053
+ blockNumber: bigint;
7054
+ blockTimestamp?: bigint | undefined;
7055
+ contractAddress: import("viem").Address | null | undefined;
7056
+ cumulativeGasUsed: bigint;
7057
+ effectiveGasPrice: bigint;
7058
+ from: import("viem").Address;
7059
+ gasUsed: bigint;
7060
+ logs: import("viem").Log<bigint, number, false>[];
7061
+ logsBloom: import("viem").Hex;
7062
+ root?: `0x${string}` | undefined;
7063
+ status: "success" | "reverted";
7064
+ to: import("viem").Address | null;
7065
+ transactionHash: import("viem").Hash;
7066
+ transactionIndex: number;
7067
+ type: import("viem/chains").z_TransactionType;
7068
+ feePayer?: `0x${string}` | undefined;
7069
+ feeToken?: `0x${string}` | undefined;
7070
+ } & {};
7071
+ type: "transactionReceipt";
7072
+ };
7073
+ readonly transactionRequest: {
7074
+ exclude: [] | undefined;
7075
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
7076
+ data?: `0x${string}` | undefined;
7077
+ from?: `0x${string}` | undefined;
7078
+ gas?: `0x${string}` | undefined;
7079
+ nonce?: `0x${string}` | undefined;
7080
+ to?: `0x${string}` | null | undefined;
7081
+ type?: "0x0" | undefined;
7082
+ value?: `0x${string}` | undefined;
7083
+ gasPrice?: `0x${string}` | undefined;
7084
+ maxFeePerBlobGas?: undefined | undefined;
7085
+ maxFeePerGas?: undefined | undefined;
7086
+ maxPriorityFeePerGas?: undefined | undefined;
7087
+ blobs?: undefined;
7088
+ blobVersionedHashes?: undefined;
7089
+ kzg?: undefined;
7090
+ accessList?: undefined;
7091
+ sidecars?: undefined;
7092
+ authorizationList?: undefined;
7093
+ calls?: undefined;
7094
+ capabilities?: undefined;
7095
+ feePayer?: undefined;
7096
+ nonceKey?: undefined;
7097
+ keyAuthorization?: undefined;
7098
+ feeToken?: undefined;
7099
+ validAfter?: undefined;
7100
+ signatures?: undefined;
7101
+ validBefore?: undefined;
7102
+ multisig?: undefined;
7103
+ multisigInit?: undefined;
7104
+ multisigSignatureCount?: undefined;
7105
+ } | {
7106
+ data?: `0x${string}` | undefined;
7107
+ from?: `0x${string}` | undefined;
7108
+ gas?: `0x${string}` | undefined;
7109
+ nonce?: `0x${string}` | undefined;
7110
+ to?: `0x${string}` | null | undefined;
7111
+ type?: "0x1" | undefined;
7112
+ value?: `0x${string}` | undefined;
7113
+ gasPrice?: `0x${string}` | undefined;
7114
+ maxFeePerBlobGas?: undefined | undefined;
7115
+ maxFeePerGas?: undefined | undefined;
7116
+ maxPriorityFeePerGas?: undefined | undefined;
7117
+ accessList?: import("viem").AccessList | undefined;
7118
+ blobs?: undefined;
7119
+ blobVersionedHashes?: undefined;
7120
+ kzg?: undefined;
7121
+ sidecars?: undefined;
7122
+ authorizationList?: undefined;
7123
+ calls?: undefined;
7124
+ capabilities?: undefined;
7125
+ feePayer?: undefined;
7126
+ nonceKey?: undefined;
7127
+ keyAuthorization?: undefined;
7128
+ feeToken?: undefined;
7129
+ validAfter?: undefined;
7130
+ signatures?: undefined;
7131
+ validBefore?: undefined;
7132
+ multisig?: undefined;
7133
+ multisigInit?: undefined;
7134
+ multisigSignatureCount?: undefined;
7135
+ } | {
7136
+ data?: `0x${string}` | undefined;
7137
+ from?: `0x${string}` | undefined;
7138
+ gas?: `0x${string}` | undefined;
7139
+ nonce?: `0x${string}` | undefined;
7140
+ to?: `0x${string}` | null | undefined;
7141
+ type?: "0x2" | undefined;
7142
+ value?: `0x${string}` | undefined;
7143
+ gasPrice?: undefined | undefined;
7144
+ maxFeePerBlobGas?: undefined | undefined;
7145
+ maxFeePerGas?: `0x${string}` | undefined;
7146
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7147
+ accessList?: import("viem").AccessList | undefined;
7148
+ blobs?: undefined;
7149
+ blobVersionedHashes?: undefined;
7150
+ kzg?: undefined;
7151
+ sidecars?: undefined;
7152
+ authorizationList?: undefined;
7153
+ calls?: undefined;
7154
+ capabilities?: undefined;
7155
+ feePayer?: undefined;
7156
+ nonceKey?: undefined;
7157
+ keyAuthorization?: undefined;
7158
+ feeToken?: undefined;
7159
+ validAfter?: undefined;
7160
+ signatures?: undefined;
7161
+ validBefore?: undefined;
7162
+ multisig?: undefined;
7163
+ multisigInit?: undefined;
7164
+ multisigSignatureCount?: undefined;
7165
+ } | {
7166
+ type?: "0x3" | undefined;
7167
+ data?: `0x${string}` | undefined;
7168
+ from?: `0x${string}` | undefined;
7169
+ gas?: `0x${string}` | undefined;
7170
+ nonce?: `0x${string}` | undefined;
7171
+ value?: `0x${string}` | undefined;
7172
+ to: `0x${string}` | null;
7173
+ gasPrice?: undefined | undefined;
7174
+ maxFeePerBlobGas?: `0x${string}` | undefined;
7175
+ maxFeePerGas?: `0x${string}` | undefined;
7176
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7177
+ accessList?: import("viem").AccessList | undefined;
7178
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
7179
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
7180
+ blobVersionedHashes: readonly import("viem").Hex[];
7181
+ kzg?: undefined;
7182
+ authorizationList?: undefined;
7183
+ calls?: undefined;
7184
+ capabilities?: undefined;
7185
+ feePayer?: undefined;
7186
+ nonceKey?: undefined;
7187
+ keyAuthorization?: undefined;
7188
+ feeToken?: undefined;
7189
+ validAfter?: undefined;
7190
+ signatures?: undefined;
7191
+ validBefore?: undefined;
7192
+ multisig?: undefined;
7193
+ multisigInit?: undefined;
7194
+ multisigSignatureCount?: undefined;
7195
+ } | {
7196
+ type?: "0x3" | undefined;
7197
+ data?: `0x${string}` | undefined;
7198
+ from?: `0x${string}` | undefined;
7199
+ gas?: `0x${string}` | undefined;
7200
+ nonce?: `0x${string}` | undefined;
7201
+ value?: `0x${string}` | undefined;
7202
+ to: `0x${string}` | null;
7203
+ gasPrice?: undefined | undefined;
7204
+ maxFeePerBlobGas?: `0x${string}` | undefined;
7205
+ maxFeePerGas?: `0x${string}` | undefined;
7206
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7207
+ accessList?: import("viem").AccessList | undefined;
7208
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
7209
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
7210
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
7211
+ kzg?: import("viem").Kzg | undefined;
7212
+ authorizationList?: undefined;
7213
+ calls?: undefined;
7214
+ capabilities?: undefined;
7215
+ feePayer?: undefined;
7216
+ nonceKey?: undefined;
7217
+ keyAuthorization?: undefined;
7218
+ feeToken?: undefined;
7219
+ validAfter?: undefined;
7220
+ signatures?: undefined;
7221
+ validBefore?: undefined;
7222
+ multisig?: undefined;
7223
+ multisigInit?: undefined;
7224
+ multisigSignatureCount?: undefined;
7225
+ } | {
7226
+ type?: "0x4" | undefined;
7227
+ gasPrice?: undefined | undefined;
7228
+ maxFeePerBlobGas?: undefined | undefined;
7229
+ maxFeePerGas?: `0x${string}` | undefined;
7230
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7231
+ to?: `0x${string}` | null | undefined;
7232
+ data?: `0x${string}` | undefined;
7233
+ from?: `0x${string}` | undefined;
7234
+ gas?: `0x${string}` | undefined;
7235
+ nonce?: `0x${string}` | undefined;
7236
+ value?: `0x${string}` | undefined;
7237
+ accessList?: import("viem").AccessList | undefined;
7238
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
7239
+ blobs?: undefined;
7240
+ blobVersionedHashes?: undefined;
7241
+ kzg?: undefined;
7242
+ sidecars?: undefined;
7243
+ calls?: undefined;
7244
+ capabilities?: undefined;
7245
+ feePayer?: undefined;
7246
+ nonceKey?: undefined;
7247
+ keyAuthorization?: undefined;
7248
+ feeToken?: undefined;
7249
+ validAfter?: undefined;
7250
+ signatures?: undefined;
7251
+ validBefore?: undefined;
7252
+ multisig?: undefined;
7253
+ multisigInit?: undefined;
7254
+ multisigSignatureCount?: undefined;
7255
+ } | {
7256
+ data?: `0x${string}` | undefined;
7257
+ from?: `0x${string}` | undefined;
7258
+ gas?: `0x${string}` | undefined;
7259
+ nonce?: `0x${string}` | undefined;
7260
+ to?: `0x${string}` | null | undefined;
7261
+ type?: "0x76" | undefined;
7262
+ value?: `0x${string}` | undefined;
7263
+ gasPrice?: undefined | undefined;
7264
+ maxFeePerBlobGas?: undefined | undefined;
7265
+ maxFeePerGas?: `0x${string}` | undefined;
7266
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7267
+ accessList?: import("viem").AccessList | undefined;
7268
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
7269
+ capabilities?: {
7270
+ [x: string]: any;
7271
+ } | undefined;
7272
+ feePayer?: true | import("viem").Account | undefined;
7273
+ feeToken?: bigint | import("viem/chains").Address | undefined;
7274
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
7275
+ multisig?: {
7276
+ salt?: `0x${string}` | undefined;
7277
+ threshold: `0x${string}`;
7278
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
7279
+ } | undefined;
7280
+ multisigInit?: {
7281
+ salt: import("ox/Hex").Hex;
7282
+ threshold: number;
7283
+ owners: readonly {
7284
+ owner: import("viem").Address;
7285
+ weight: number;
7286
+ }[];
7287
+ } | undefined | undefined;
7288
+ multisigSignatureCount?: number | undefined | undefined;
7289
+ nonceKey?: `0x${string}` | "expiring" | undefined;
7290
+ signatures?: readonly `0x${string}`[] | undefined;
7291
+ validBefore?: `0x${string}` | undefined;
7292
+ validAfter?: `0x${string}` | undefined;
7293
+ blobs?: undefined;
7294
+ blobVersionedHashes?: undefined;
7295
+ kzg?: undefined;
7296
+ sidecars?: undefined;
7297
+ authorizationList?: undefined;
7298
+ }) & {};
7299
+ type: "transactionRequest";
7300
+ };
7301
+ };
7302
+ readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
7303
+ client: import("viem").Client;
7304
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
7305
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
7306
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
7307
+ }];
7308
+ readonly serializers: {
7309
+ readonly transaction: import("viem").SerializeTransactionFn;
7310
+ };
7311
+ readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
7312
+ }>, extended_1>) & (<const extended_1 extends {
7313
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
7314
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
7315
+ }>(extended: extended_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
7316
+ readonly blockExplorers: {
7317
+ readonly default: {
7318
+ readonly name: "Tempo Explorer";
7319
+ readonly url: "https://explore.testnet.tempo.xyz";
7320
+ };
7321
+ };
7322
+ readonly blockTime: 1000;
7323
+ readonly ensTlds?: readonly string[] | undefined;
7324
+ readonly nativeCurrency: {
7325
+ readonly name: "USD";
7326
+ readonly symbol: "USD";
7327
+ readonly decimals: 6;
7328
+ };
7329
+ readonly experimental_preconfirmationTime?: number | undefined | undefined;
7330
+ readonly supportsTransactionReplacementDetection?: boolean | undefined | undefined;
7331
+ readonly testnet: true;
7332
+ readonly custom?: Record<string, unknown> | undefined;
7333
+ readonly extendSchema: {
7334
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
7335
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
7336
+ };
7337
+ readonly fees?: import("viem").ChainFees<undefined> | undefined;
7338
+ readonly formatters: {
7339
+ readonly transaction: {
7340
+ exclude: never[] | undefined;
7341
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
7342
+ r: import("viem").Hex;
7343
+ s: import("viem").Hex;
7344
+ v: bigint;
7345
+ to: import("viem").Address | null;
7346
+ from: import("viem").Address;
7347
+ gas: bigint;
7348
+ nonce: number;
7349
+ value: bigint;
7350
+ blockHash: `0x${string}` | null;
7351
+ blockNumber: bigint | null;
7352
+ blockTimestamp?: bigint | undefined;
7353
+ hash: import("viem").Hash;
7354
+ input: import("viem").Hex;
7355
+ transactionIndex: number | null;
7356
+ typeHex: import("viem").Hex | null;
7357
+ accessList?: undefined | undefined;
7358
+ authorizationList?: undefined | undefined;
7359
+ blobVersionedHashes?: undefined | undefined;
7360
+ chainId?: number | undefined;
7361
+ yParity?: undefined | undefined;
7362
+ type: "legacy";
7363
+ gasPrice: bigint;
7364
+ maxFeePerBlobGas?: undefined | undefined;
7365
+ maxFeePerGas?: undefined | undefined;
7366
+ maxPriorityFeePerGas?: undefined | undefined;
7367
+ signature?: undefined;
7368
+ calls?: undefined;
7369
+ feePayerSignature?: undefined;
7370
+ nonceKey?: undefined;
7371
+ keyAuthorization?: undefined;
7372
+ feeToken?: undefined;
7373
+ validAfter?: undefined;
7374
+ validBefore?: undefined;
7375
+ } | {
7376
+ blockHash: `0x${string}` | null;
7377
+ blockNumber: bigint | null;
7378
+ blockTimestamp?: bigint | undefined;
7379
+ from: import("viem").Address;
7380
+ gas: bigint;
7381
+ hash: import("viem").Hash;
7382
+ input: import("viem").Hex;
7383
+ nonce: number;
7384
+ r: import("viem").Hex;
7385
+ s: import("viem").Hex;
7386
+ to: import("viem").Address | null;
7387
+ transactionIndex: number | null;
7388
+ typeHex: import("viem").Hex | null;
7389
+ v: bigint;
7390
+ value: bigint;
7391
+ yParity: number;
7392
+ accessList: import("viem").AccessList;
7393
+ authorizationList?: undefined | undefined;
7394
+ blobVersionedHashes?: undefined | undefined;
7395
+ chainId: number;
7396
+ type: "eip2930";
7397
+ gasPrice: bigint;
7398
+ maxFeePerBlobGas?: undefined | undefined;
7399
+ maxFeePerGas?: undefined | undefined;
7400
+ maxPriorityFeePerGas?: undefined | undefined;
7401
+ signature?: undefined;
7402
+ calls?: undefined;
7403
+ feePayerSignature?: undefined;
7404
+ nonceKey?: undefined;
7405
+ keyAuthorization?: undefined;
7406
+ feeToken?: undefined;
7407
+ validAfter?: undefined;
7408
+ validBefore?: undefined;
7409
+ } | {
7410
+ blockHash: `0x${string}` | null;
7411
+ blockNumber: bigint | null;
7412
+ blockTimestamp?: bigint | undefined;
7413
+ from: import("viem").Address;
7414
+ gas: bigint;
7415
+ hash: import("viem").Hash;
7416
+ input: import("viem").Hex;
7417
+ nonce: number;
7418
+ r: import("viem").Hex;
7419
+ s: import("viem").Hex;
7420
+ to: import("viem").Address | null;
7421
+ transactionIndex: number | null;
7422
+ typeHex: import("viem").Hex | null;
7423
+ v: bigint;
7424
+ value: bigint;
7425
+ yParity: number;
7426
+ accessList: import("viem").AccessList;
7427
+ authorizationList?: undefined | undefined;
7428
+ blobVersionedHashes?: undefined | undefined;
7429
+ chainId: number;
7430
+ type: "eip1559";
7431
+ gasPrice?: undefined | undefined;
7432
+ maxFeePerBlobGas?: undefined | undefined;
7433
+ maxFeePerGas: bigint;
7434
+ maxPriorityFeePerGas: bigint;
7435
+ signature?: undefined;
7436
+ calls?: undefined;
7437
+ feePayerSignature?: undefined;
7438
+ nonceKey?: undefined;
7439
+ keyAuthorization?: undefined;
7440
+ feeToken?: undefined;
7441
+ validAfter?: undefined;
7442
+ validBefore?: undefined;
7443
+ } | {
7444
+ blockHash: `0x${string}` | null;
7445
+ blockNumber: bigint | null;
7446
+ blockTimestamp?: bigint | undefined;
7447
+ from: import("viem").Address;
7448
+ gas: bigint;
7449
+ hash: import("viem").Hash;
7450
+ input: import("viem").Hex;
7451
+ nonce: number;
7452
+ r: import("viem").Hex;
7453
+ s: import("viem").Hex;
7454
+ to: import("viem").Address | null;
7455
+ transactionIndex: number | null;
7456
+ typeHex: import("viem").Hex | null;
7457
+ v: bigint;
7458
+ value: bigint;
7459
+ yParity: number;
7460
+ accessList: import("viem").AccessList;
7461
+ authorizationList?: undefined | undefined;
7462
+ blobVersionedHashes: readonly import("viem").Hex[];
7463
+ chainId: number;
7464
+ type: "eip4844";
7465
+ gasPrice?: undefined | undefined;
7466
+ maxFeePerBlobGas: bigint;
7467
+ maxFeePerGas: bigint;
7468
+ maxPriorityFeePerGas: bigint;
7469
+ signature?: undefined;
7470
+ calls?: undefined;
7471
+ feePayerSignature?: undefined;
7472
+ nonceKey?: undefined;
7473
+ keyAuthorization?: undefined;
7474
+ feeToken?: undefined;
7475
+ validAfter?: undefined;
7476
+ validBefore?: undefined;
7477
+ } | {
7478
+ blockHash: `0x${string}` | null;
7479
+ blockNumber: bigint | null;
7480
+ blockTimestamp?: bigint | undefined;
7481
+ from: import("viem").Address;
7482
+ gas: bigint;
7483
+ hash: import("viem").Hash;
7484
+ input: import("viem").Hex;
7485
+ nonce: number;
7486
+ r: import("viem").Hex;
7487
+ s: import("viem").Hex;
7488
+ to: import("viem").Address | null;
7489
+ transactionIndex: number | null;
7490
+ typeHex: import("viem").Hex | null;
7491
+ v: bigint;
7492
+ value: bigint;
7493
+ yParity: number;
7494
+ accessList: import("viem").AccessList;
7495
+ authorizationList: import("viem").SignedAuthorizationList;
7496
+ blobVersionedHashes?: undefined | undefined;
7497
+ chainId: number;
7498
+ type: "eip7702";
7499
+ gasPrice?: undefined | undefined;
7500
+ maxFeePerBlobGas?: undefined | undefined;
7501
+ maxFeePerGas: bigint;
7502
+ maxPriorityFeePerGas: bigint;
7503
+ signature?: undefined;
7504
+ calls?: undefined;
7505
+ feePayerSignature?: undefined;
7506
+ nonceKey?: undefined;
7507
+ keyAuthorization?: undefined;
7508
+ feeToken?: undefined;
7509
+ validAfter?: undefined;
7510
+ validBefore?: undefined;
7511
+ } | {
7512
+ from: import("viem").Address;
7513
+ gas: bigint;
7514
+ nonce: number;
7515
+ blockHash: `0x${string}` | null;
7516
+ blockNumber: bigint | null;
7517
+ blockTimestamp?: bigint | undefined;
7518
+ hash: import("viem").Hash;
7519
+ transactionIndex: number | null;
7520
+ typeHex: import("viem").Hex | null;
7521
+ r?: `0x${string}` | undefined;
7522
+ s?: `0x${string}` | undefined;
7523
+ v?: bigint | undefined;
7524
+ yParity?: number | undefined;
7525
+ accessList: import("viem").AccessList;
7526
+ authorizationList?: readonly {
7527
+ address: import("viem/chains").Address;
7528
+ chainId: number;
7529
+ nonce: bigint;
7530
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
7531
+ }[] | undefined;
7532
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
7533
+ chainId: number;
7534
+ feeToken?: `0x${string}` | undefined;
7535
+ feePayerSignature?: import("viem").Signature | undefined;
7536
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
7537
+ nonceKey?: bigint | undefined;
7538
+ signature: import("viem/chains").SignatureEnvelope;
7539
+ type: "tempo";
7540
+ validBefore?: number | undefined;
7541
+ validAfter?: number | undefined;
7542
+ gasPrice?: undefined | undefined;
7543
+ maxFeePerBlobGas?: undefined | undefined;
7544
+ maxFeePerGas: bigint;
7545
+ maxPriorityFeePerGas: bigint;
7546
+ to?: undefined;
7547
+ value?: undefined;
7548
+ blobVersionedHashes?: undefined;
7549
+ input?: undefined;
7550
+ }) & {};
7551
+ type: "transaction";
7552
+ };
7553
+ readonly transactionReceipt: {
7554
+ exclude: [] | undefined;
7555
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
7556
+ blobGasPrice?: bigint | undefined;
7557
+ blobGasUsed?: bigint | undefined;
7558
+ blockHash: import("viem").Hash;
7559
+ blockNumber: bigint;
7560
+ blockTimestamp?: bigint | undefined;
7561
+ contractAddress: import("viem").Address | null | undefined;
7562
+ cumulativeGasUsed: bigint;
7563
+ effectiveGasPrice: bigint;
7564
+ from: import("viem").Address;
7565
+ gasUsed: bigint;
7566
+ logs: import("viem").Log<bigint, number, false>[];
7567
+ logsBloom: import("viem").Hex;
7568
+ root?: `0x${string}` | undefined;
7569
+ status: "success" | "reverted";
7570
+ to: import("viem").Address | null;
7571
+ transactionHash: import("viem").Hash;
7572
+ transactionIndex: number;
7573
+ type: import("viem/chains").z_TransactionType;
7574
+ feePayer?: `0x${string}` | undefined;
7575
+ feeToken?: `0x${string}` | undefined;
7576
+ } & {};
7577
+ type: "transactionReceipt";
7578
+ };
7579
+ readonly transactionRequest: {
7580
+ exclude: [] | undefined;
7581
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
7582
+ data?: `0x${string}` | undefined;
7583
+ from?: `0x${string}` | undefined;
7584
+ gas?: `0x${string}` | undefined;
7585
+ nonce?: `0x${string}` | undefined;
7586
+ to?: `0x${string}` | null | undefined;
7587
+ type?: "0x0" | undefined;
7588
+ value?: `0x${string}` | undefined;
7589
+ gasPrice?: `0x${string}` | undefined;
7590
+ maxFeePerBlobGas?: undefined | undefined;
7591
+ maxFeePerGas?: undefined | undefined;
7592
+ maxPriorityFeePerGas?: undefined | undefined;
7593
+ blobs?: undefined;
7594
+ blobVersionedHashes?: undefined;
7595
+ kzg?: undefined;
7596
+ accessList?: undefined;
7597
+ sidecars?: undefined;
7598
+ authorizationList?: undefined;
7599
+ calls?: undefined;
7600
+ capabilities?: undefined;
7601
+ feePayer?: undefined;
7602
+ nonceKey?: undefined;
7603
+ keyAuthorization?: undefined;
7604
+ feeToken?: undefined;
7605
+ validAfter?: undefined;
7606
+ signatures?: undefined;
7607
+ validBefore?: undefined;
7608
+ multisig?: undefined;
7609
+ multisigInit?: undefined;
7610
+ multisigSignatureCount?: undefined;
7611
+ } | {
7612
+ data?: `0x${string}` | undefined;
7613
+ from?: `0x${string}` | undefined;
7614
+ gas?: `0x${string}` | undefined;
7615
+ nonce?: `0x${string}` | undefined;
7616
+ to?: `0x${string}` | null | undefined;
7617
+ type?: "0x1" | undefined;
7618
+ value?: `0x${string}` | undefined;
7619
+ gasPrice?: `0x${string}` | undefined;
7620
+ maxFeePerBlobGas?: undefined | undefined;
7621
+ maxFeePerGas?: undefined | undefined;
7622
+ maxPriorityFeePerGas?: undefined | undefined;
7623
+ accessList?: import("viem").AccessList | undefined;
7624
+ blobs?: undefined;
7625
+ blobVersionedHashes?: undefined;
7626
+ kzg?: undefined;
7627
+ sidecars?: undefined;
7628
+ authorizationList?: undefined;
7629
+ calls?: undefined;
7630
+ capabilities?: undefined;
7631
+ feePayer?: undefined;
7632
+ nonceKey?: undefined;
7633
+ keyAuthorization?: undefined;
7634
+ feeToken?: undefined;
7635
+ validAfter?: undefined;
7636
+ signatures?: undefined;
7637
+ validBefore?: undefined;
7638
+ multisig?: undefined;
7639
+ multisigInit?: undefined;
7640
+ multisigSignatureCount?: undefined;
7641
+ } | {
7642
+ data?: `0x${string}` | undefined;
7643
+ from?: `0x${string}` | undefined;
7644
+ gas?: `0x${string}` | undefined;
7645
+ nonce?: `0x${string}` | undefined;
7646
+ to?: `0x${string}` | null | undefined;
7647
+ type?: "0x2" | undefined;
7648
+ value?: `0x${string}` | undefined;
7649
+ gasPrice?: undefined | undefined;
7650
+ maxFeePerBlobGas?: undefined | undefined;
7651
+ maxFeePerGas?: `0x${string}` | undefined;
7652
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7653
+ accessList?: import("viem").AccessList | undefined;
7654
+ blobs?: undefined;
7655
+ blobVersionedHashes?: undefined;
7656
+ kzg?: undefined;
7657
+ sidecars?: undefined;
7658
+ authorizationList?: undefined;
7659
+ calls?: undefined;
7660
+ capabilities?: undefined;
7661
+ feePayer?: undefined;
7662
+ nonceKey?: undefined;
7663
+ keyAuthorization?: undefined;
7664
+ feeToken?: undefined;
7665
+ validAfter?: undefined;
7666
+ signatures?: undefined;
7667
+ validBefore?: undefined;
7668
+ multisig?: undefined;
7669
+ multisigInit?: undefined;
7670
+ multisigSignatureCount?: undefined;
7671
+ } | {
7672
+ type?: "0x3" | undefined;
7673
+ data?: `0x${string}` | undefined;
7674
+ from?: `0x${string}` | undefined;
7675
+ gas?: `0x${string}` | undefined;
7676
+ nonce?: `0x${string}` | undefined;
7677
+ value?: `0x${string}` | undefined;
7678
+ to: `0x${string}` | null;
7679
+ gasPrice?: undefined | undefined;
7680
+ maxFeePerBlobGas?: `0x${string}` | undefined;
7681
+ maxFeePerGas?: `0x${string}` | undefined;
7682
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7683
+ accessList?: import("viem").AccessList | undefined;
7684
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
7685
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
7686
+ blobVersionedHashes: readonly import("viem").Hex[];
7687
+ kzg?: undefined;
7688
+ authorizationList?: undefined;
7689
+ calls?: undefined;
7690
+ capabilities?: undefined;
7691
+ feePayer?: undefined;
7692
+ nonceKey?: undefined;
7693
+ keyAuthorization?: undefined;
7694
+ feeToken?: undefined;
7695
+ validAfter?: undefined;
7696
+ signatures?: undefined;
7697
+ validBefore?: undefined;
7698
+ multisig?: undefined;
7699
+ multisigInit?: undefined;
7700
+ multisigSignatureCount?: undefined;
7701
+ } | {
7702
+ type?: "0x3" | undefined;
7703
+ data?: `0x${string}` | undefined;
7704
+ from?: `0x${string}` | undefined;
7705
+ gas?: `0x${string}` | undefined;
7706
+ nonce?: `0x${string}` | undefined;
7707
+ value?: `0x${string}` | undefined;
7708
+ to: `0x${string}` | null;
7709
+ gasPrice?: undefined | undefined;
7710
+ maxFeePerBlobGas?: `0x${string}` | undefined;
7711
+ maxFeePerGas?: `0x${string}` | undefined;
7712
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7713
+ accessList?: import("viem").AccessList | undefined;
7714
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
7715
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
7716
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
7717
+ kzg?: import("viem").Kzg | undefined;
7718
+ authorizationList?: undefined;
7719
+ calls?: undefined;
7720
+ capabilities?: undefined;
7721
+ feePayer?: undefined;
7722
+ nonceKey?: undefined;
7723
+ keyAuthorization?: undefined;
7724
+ feeToken?: undefined;
7725
+ validAfter?: undefined;
7726
+ signatures?: undefined;
7727
+ validBefore?: undefined;
7728
+ multisig?: undefined;
7729
+ multisigInit?: undefined;
7730
+ multisigSignatureCount?: undefined;
7731
+ } | {
7732
+ type?: "0x4" | undefined;
7733
+ gasPrice?: undefined | undefined;
7734
+ maxFeePerBlobGas?: undefined | undefined;
7735
+ maxFeePerGas?: `0x${string}` | undefined;
7736
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7737
+ to?: `0x${string}` | null | undefined;
7738
+ data?: `0x${string}` | undefined;
7739
+ from?: `0x${string}` | undefined;
7740
+ gas?: `0x${string}` | undefined;
7741
+ nonce?: `0x${string}` | undefined;
7742
+ value?: `0x${string}` | undefined;
7743
+ accessList?: import("viem").AccessList | undefined;
7744
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
7745
+ blobs?: undefined;
7746
+ blobVersionedHashes?: undefined;
7747
+ kzg?: undefined;
7748
+ sidecars?: undefined;
7749
+ calls?: undefined;
7750
+ capabilities?: undefined;
7751
+ feePayer?: undefined;
7752
+ nonceKey?: undefined;
7753
+ keyAuthorization?: undefined;
7754
+ feeToken?: undefined;
7755
+ validAfter?: undefined;
7756
+ signatures?: undefined;
7757
+ validBefore?: undefined;
7758
+ multisig?: undefined;
7759
+ multisigInit?: undefined;
7760
+ multisigSignatureCount?: undefined;
7761
+ } | {
7762
+ data?: `0x${string}` | undefined;
7763
+ from?: `0x${string}` | undefined;
7764
+ gas?: `0x${string}` | undefined;
7765
+ nonce?: `0x${string}` | undefined;
7766
+ to?: `0x${string}` | null | undefined;
7767
+ type?: "0x76" | undefined;
7768
+ value?: `0x${string}` | undefined;
7769
+ gasPrice?: undefined | undefined;
7770
+ maxFeePerBlobGas?: undefined | undefined;
7771
+ maxFeePerGas?: `0x${string}` | undefined;
7772
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
7773
+ accessList?: import("viem").AccessList | undefined;
7774
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
7775
+ capabilities?: {
7776
+ [x: string]: any;
7777
+ } | undefined;
7778
+ feePayer?: true | import("viem").Account | undefined;
7779
+ feeToken?: bigint | import("viem/chains").Address | undefined;
7780
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
7781
+ multisig?: {
7782
+ salt?: `0x${string}` | undefined;
7783
+ threshold: `0x${string}`;
7784
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
7785
+ } | undefined;
7786
+ multisigInit?: {
7787
+ salt: import("ox/Hex").Hex;
7788
+ threshold: number;
7789
+ owners: readonly {
7790
+ owner: import("viem").Address;
7791
+ weight: number;
7792
+ }[];
7793
+ } | undefined | undefined;
7794
+ multisigSignatureCount?: number | undefined | undefined;
7795
+ nonceKey?: `0x${string}` | "expiring" | undefined;
7796
+ signatures?: readonly `0x${string}`[] | undefined;
7797
+ validBefore?: `0x${string}` | undefined;
7798
+ validAfter?: `0x${string}` | undefined;
7799
+ blobs?: undefined;
7800
+ blobVersionedHashes?: undefined;
7801
+ kzg?: undefined;
7802
+ sidecars?: undefined;
7803
+ authorizationList?: undefined;
7804
+ }) & {};
7805
+ type: "transactionRequest";
7806
+ };
7807
+ };
7808
+ readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
7809
+ client: import("viem").Client;
7810
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
7811
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
7812
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
7813
+ }];
7814
+ readonly serializers: {
7815
+ readonly transaction: import("viem").SerializeTransactionFn;
7816
+ };
7817
+ readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
7818
+ readonly hardfork: "t5";
7819
+ readonly extend: <const extended_1_1 extends {
7820
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
7821
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
7822
+ }>(extended: extended_1_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
7823
+ readonly id: 42431;
7824
+ readonly hardfork: "t5";
7825
+ readonly blockExplorers: {
7826
+ readonly default: {
7827
+ readonly name: "Tempo Explorer";
7828
+ readonly url: "https://explore.testnet.tempo.xyz";
7829
+ };
7830
+ };
7831
+ readonly name: "Tempo Testnet (Moderato)";
7832
+ readonly nativeCurrency: {
7833
+ readonly name: "USD";
7834
+ readonly symbol: "USD";
7835
+ readonly decimals: 6;
7836
+ };
7837
+ readonly rpcUrls: {
7838
+ readonly default: {
7839
+ readonly http: readonly ["https://rpc.moderato.tempo.xyz"];
7840
+ readonly webSocket: readonly ["wss://rpc.moderato.tempo.xyz"];
7841
+ };
7842
+ };
7843
+ readonly testnet: true;
7844
+ readonly blockTime: 1000;
7845
+ readonly extendSchema: {
7846
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
7847
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
7848
+ };
7849
+ readonly formatters: {
7850
+ readonly transaction: {
7851
+ exclude: never[] | undefined;
7852
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
7853
+ r: import("viem").Hex;
7854
+ s: import("viem").Hex;
7855
+ v: bigint;
7856
+ to: import("viem").Address | null;
7857
+ from: import("viem").Address;
7858
+ gas: bigint;
7859
+ nonce: number;
7860
+ value: bigint;
7861
+ blockHash: `0x${string}` | null;
7862
+ blockNumber: bigint | null;
7863
+ blockTimestamp?: bigint | undefined;
7864
+ hash: import("viem").Hash;
7865
+ input: import("viem").Hex;
7866
+ transactionIndex: number | null;
7867
+ typeHex: import("viem").Hex | null;
7868
+ accessList?: undefined | undefined;
7869
+ authorizationList?: undefined | undefined;
7870
+ blobVersionedHashes?: undefined | undefined;
7871
+ chainId?: number | undefined;
7872
+ yParity?: undefined | undefined;
7873
+ type: "legacy";
7874
+ gasPrice: bigint;
7875
+ maxFeePerBlobGas?: undefined | undefined;
7876
+ maxFeePerGas?: undefined | undefined;
7877
+ maxPriorityFeePerGas?: undefined | undefined;
7878
+ signature?: undefined;
7879
+ calls?: undefined;
7880
+ feePayerSignature?: undefined;
7881
+ nonceKey?: undefined;
7882
+ keyAuthorization?: undefined;
7883
+ feeToken?: undefined;
7884
+ validAfter?: undefined;
7885
+ validBefore?: undefined;
7886
+ } | {
7887
+ blockHash: `0x${string}` | null;
7888
+ blockNumber: bigint | null;
7889
+ blockTimestamp?: bigint | undefined;
7890
+ from: import("viem").Address;
7891
+ gas: bigint;
7892
+ hash: import("viem").Hash;
7893
+ input: import("viem").Hex;
7894
+ nonce: number;
7895
+ r: import("viem").Hex;
7896
+ s: import("viem").Hex;
7897
+ to: import("viem").Address | null;
7898
+ transactionIndex: number | null;
7899
+ typeHex: import("viem").Hex | null;
7900
+ v: bigint;
7901
+ value: bigint;
7902
+ yParity: number;
7903
+ accessList: import("viem").AccessList;
7904
+ authorizationList?: undefined | undefined;
7905
+ blobVersionedHashes?: undefined | undefined;
7906
+ chainId: number;
7907
+ type: "eip2930";
7908
+ gasPrice: bigint;
7909
+ maxFeePerBlobGas?: undefined | undefined;
7910
+ maxFeePerGas?: undefined | undefined;
7911
+ maxPriorityFeePerGas?: undefined | undefined;
7912
+ signature?: undefined;
7913
+ calls?: undefined;
7914
+ feePayerSignature?: undefined;
7915
+ nonceKey?: undefined;
7916
+ keyAuthorization?: undefined;
7917
+ feeToken?: undefined;
7918
+ validAfter?: undefined;
7919
+ validBefore?: undefined;
7920
+ } | {
7921
+ blockHash: `0x${string}` | null;
7922
+ blockNumber: bigint | null;
7923
+ blockTimestamp?: bigint | undefined;
7924
+ from: import("viem").Address;
7925
+ gas: bigint;
7926
+ hash: import("viem").Hash;
7927
+ input: import("viem").Hex;
7928
+ nonce: number;
7929
+ r: import("viem").Hex;
7930
+ s: import("viem").Hex;
7931
+ to: import("viem").Address | null;
7932
+ transactionIndex: number | null;
7933
+ typeHex: import("viem").Hex | null;
7934
+ v: bigint;
7935
+ value: bigint;
7936
+ yParity: number;
7937
+ accessList: import("viem").AccessList;
7938
+ authorizationList?: undefined | undefined;
7939
+ blobVersionedHashes?: undefined | undefined;
7940
+ chainId: number;
7941
+ type: "eip1559";
7942
+ gasPrice?: undefined | undefined;
7943
+ maxFeePerBlobGas?: undefined | undefined;
7944
+ maxFeePerGas: bigint;
7945
+ maxPriorityFeePerGas: bigint;
7946
+ signature?: undefined;
7947
+ calls?: undefined;
7948
+ feePayerSignature?: undefined;
7949
+ nonceKey?: undefined;
7950
+ keyAuthorization?: undefined;
7951
+ feeToken?: undefined;
7952
+ validAfter?: undefined;
7953
+ validBefore?: undefined;
7954
+ } | {
7955
+ blockHash: `0x${string}` | null;
7956
+ blockNumber: bigint | null;
7957
+ blockTimestamp?: bigint | undefined;
7958
+ from: import("viem").Address;
7959
+ gas: bigint;
7960
+ hash: import("viem").Hash;
7961
+ input: import("viem").Hex;
7962
+ nonce: number;
7963
+ r: import("viem").Hex;
7964
+ s: import("viem").Hex;
7965
+ to: import("viem").Address | null;
7966
+ transactionIndex: number | null;
7967
+ typeHex: import("viem").Hex | null;
7968
+ v: bigint;
7969
+ value: bigint;
7970
+ yParity: number;
7971
+ accessList: import("viem").AccessList;
7972
+ authorizationList?: undefined | undefined;
7973
+ blobVersionedHashes: readonly import("viem").Hex[];
7974
+ chainId: number;
7975
+ type: "eip4844";
7976
+ gasPrice?: undefined | undefined;
7977
+ maxFeePerBlobGas: bigint;
7978
+ maxFeePerGas: bigint;
7979
+ maxPriorityFeePerGas: bigint;
7980
+ signature?: undefined;
7981
+ calls?: undefined;
7982
+ feePayerSignature?: undefined;
7983
+ nonceKey?: undefined;
7984
+ keyAuthorization?: undefined;
7985
+ feeToken?: undefined;
7986
+ validAfter?: undefined;
7987
+ validBefore?: undefined;
7988
+ } | {
7989
+ blockHash: `0x${string}` | null;
7990
+ blockNumber: bigint | null;
7991
+ blockTimestamp?: bigint | undefined;
7992
+ from: import("viem").Address;
7993
+ gas: bigint;
7994
+ hash: import("viem").Hash;
7995
+ input: import("viem").Hex;
7996
+ nonce: number;
7997
+ r: import("viem").Hex;
7998
+ s: import("viem").Hex;
7999
+ to: import("viem").Address | null;
8000
+ transactionIndex: number | null;
8001
+ typeHex: import("viem").Hex | null;
8002
+ v: bigint;
8003
+ value: bigint;
8004
+ yParity: number;
8005
+ accessList: import("viem").AccessList;
8006
+ authorizationList: import("viem").SignedAuthorizationList;
8007
+ blobVersionedHashes?: undefined | undefined;
8008
+ chainId: number;
8009
+ type: "eip7702";
8010
+ gasPrice?: undefined | undefined;
8011
+ maxFeePerBlobGas?: undefined | undefined;
8012
+ maxFeePerGas: bigint;
8013
+ maxPriorityFeePerGas: bigint;
8014
+ signature?: undefined;
8015
+ calls?: undefined;
8016
+ feePayerSignature?: undefined;
8017
+ nonceKey?: undefined;
8018
+ keyAuthorization?: undefined;
8019
+ feeToken?: undefined;
8020
+ validAfter?: undefined;
8021
+ validBefore?: undefined;
8022
+ } | {
8023
+ from: import("viem").Address;
8024
+ gas: bigint;
8025
+ nonce: number;
8026
+ blockHash: `0x${string}` | null;
8027
+ blockNumber: bigint | null;
8028
+ blockTimestamp?: bigint | undefined;
8029
+ hash: import("viem").Hash;
8030
+ transactionIndex: number | null;
8031
+ typeHex: import("viem").Hex | null;
8032
+ r?: `0x${string}` | undefined;
8033
+ s?: `0x${string}` | undefined;
8034
+ v?: bigint | undefined;
8035
+ yParity?: number | undefined;
8036
+ accessList: import("viem").AccessList;
8037
+ authorizationList?: readonly {
8038
+ address: import("viem/chains").Address;
8039
+ chainId: number;
8040
+ nonce: bigint;
8041
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
8042
+ }[] | undefined;
8043
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
8044
+ chainId: number;
8045
+ feeToken?: `0x${string}` | undefined;
8046
+ feePayerSignature?: import("viem").Signature | undefined;
8047
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
8048
+ nonceKey?: bigint | undefined;
8049
+ signature: import("viem/chains").SignatureEnvelope;
8050
+ type: "tempo";
8051
+ validBefore?: number | undefined;
8052
+ validAfter?: number | undefined;
8053
+ gasPrice?: undefined | undefined;
8054
+ maxFeePerBlobGas?: undefined | undefined;
8055
+ maxFeePerGas: bigint;
8056
+ maxPriorityFeePerGas: bigint;
8057
+ to?: undefined;
8058
+ value?: undefined;
8059
+ blobVersionedHashes?: undefined;
8060
+ input?: undefined;
8061
+ }) & {};
8062
+ type: "transaction";
8063
+ };
8064
+ readonly transactionReceipt: {
8065
+ exclude: [] | undefined;
8066
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
8067
+ blobGasPrice?: bigint | undefined;
8068
+ blobGasUsed?: bigint | undefined;
8069
+ blockHash: import("viem").Hash;
8070
+ blockNumber: bigint;
8071
+ blockTimestamp?: bigint | undefined;
8072
+ contractAddress: import("viem").Address | null | undefined;
8073
+ cumulativeGasUsed: bigint;
8074
+ effectiveGasPrice: bigint;
8075
+ from: import("viem").Address;
8076
+ gasUsed: bigint;
8077
+ logs: import("viem").Log<bigint, number, false>[];
8078
+ logsBloom: import("viem").Hex;
8079
+ root?: `0x${string}` | undefined;
8080
+ status: "success" | "reverted";
8081
+ to: import("viem").Address | null;
8082
+ transactionHash: import("viem").Hash;
8083
+ transactionIndex: number;
8084
+ type: import("viem/chains").z_TransactionType;
8085
+ feePayer?: `0x${string}` | undefined;
8086
+ feeToken?: `0x${string}` | undefined;
8087
+ } & {};
8088
+ type: "transactionReceipt";
8089
+ };
8090
+ readonly transactionRequest: {
8091
+ exclude: [] | undefined;
8092
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
8093
+ data?: `0x${string}` | undefined;
8094
+ from?: `0x${string}` | undefined;
8095
+ gas?: `0x${string}` | undefined;
8096
+ nonce?: `0x${string}` | undefined;
8097
+ to?: `0x${string}` | null | undefined;
8098
+ type?: "0x0" | undefined;
8099
+ value?: `0x${string}` | undefined;
8100
+ gasPrice?: `0x${string}` | undefined;
8101
+ maxFeePerBlobGas?: undefined | undefined;
8102
+ maxFeePerGas?: undefined | undefined;
8103
+ maxPriorityFeePerGas?: undefined | undefined;
8104
+ blobs?: undefined;
8105
+ blobVersionedHashes?: undefined;
8106
+ kzg?: undefined;
8107
+ accessList?: undefined;
8108
+ sidecars?: undefined;
8109
+ authorizationList?: undefined;
8110
+ calls?: undefined;
8111
+ capabilities?: undefined;
8112
+ feePayer?: undefined;
8113
+ nonceKey?: undefined;
8114
+ keyAuthorization?: undefined;
8115
+ feeToken?: undefined;
8116
+ validAfter?: undefined;
8117
+ signatures?: undefined;
8118
+ validBefore?: undefined;
8119
+ multisig?: undefined;
8120
+ multisigInit?: undefined;
8121
+ multisigSignatureCount?: undefined;
8122
+ } | {
8123
+ data?: `0x${string}` | undefined;
8124
+ from?: `0x${string}` | undefined;
8125
+ gas?: `0x${string}` | undefined;
8126
+ nonce?: `0x${string}` | undefined;
8127
+ to?: `0x${string}` | null | undefined;
8128
+ type?: "0x1" | undefined;
8129
+ value?: `0x${string}` | undefined;
8130
+ gasPrice?: `0x${string}` | undefined;
8131
+ maxFeePerBlobGas?: undefined | undefined;
8132
+ maxFeePerGas?: undefined | undefined;
8133
+ maxPriorityFeePerGas?: undefined | undefined;
8134
+ accessList?: import("viem").AccessList | undefined;
8135
+ blobs?: undefined;
8136
+ blobVersionedHashes?: undefined;
8137
+ kzg?: undefined;
8138
+ sidecars?: undefined;
8139
+ authorizationList?: undefined;
8140
+ calls?: undefined;
8141
+ capabilities?: undefined;
8142
+ feePayer?: undefined;
8143
+ nonceKey?: undefined;
8144
+ keyAuthorization?: undefined;
8145
+ feeToken?: undefined;
8146
+ validAfter?: undefined;
8147
+ signatures?: undefined;
8148
+ validBefore?: undefined;
8149
+ multisig?: undefined;
8150
+ multisigInit?: undefined;
8151
+ multisigSignatureCount?: undefined;
8152
+ } | {
8153
+ data?: `0x${string}` | undefined;
8154
+ from?: `0x${string}` | undefined;
8155
+ gas?: `0x${string}` | undefined;
8156
+ nonce?: `0x${string}` | undefined;
8157
+ to?: `0x${string}` | null | undefined;
8158
+ type?: "0x2" | undefined;
8159
+ value?: `0x${string}` | undefined;
8160
+ gasPrice?: undefined | undefined;
8161
+ maxFeePerBlobGas?: undefined | undefined;
8162
+ maxFeePerGas?: `0x${string}` | undefined;
8163
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8164
+ accessList?: import("viem").AccessList | undefined;
8165
+ blobs?: undefined;
8166
+ blobVersionedHashes?: undefined;
8167
+ kzg?: undefined;
8168
+ sidecars?: undefined;
8169
+ authorizationList?: undefined;
8170
+ calls?: undefined;
8171
+ capabilities?: undefined;
8172
+ feePayer?: undefined;
8173
+ nonceKey?: undefined;
8174
+ keyAuthorization?: undefined;
8175
+ feeToken?: undefined;
8176
+ validAfter?: undefined;
8177
+ signatures?: undefined;
8178
+ validBefore?: undefined;
8179
+ multisig?: undefined;
8180
+ multisigInit?: undefined;
8181
+ multisigSignatureCount?: undefined;
8182
+ } | {
8183
+ type?: "0x3" | undefined;
8184
+ data?: `0x${string}` | undefined;
8185
+ from?: `0x${string}` | undefined;
8186
+ gas?: `0x${string}` | undefined;
8187
+ nonce?: `0x${string}` | undefined;
8188
+ value?: `0x${string}` | undefined;
8189
+ to: `0x${string}` | null;
8190
+ gasPrice?: undefined | undefined;
8191
+ maxFeePerBlobGas?: `0x${string}` | undefined;
8192
+ maxFeePerGas?: `0x${string}` | undefined;
8193
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8194
+ accessList?: import("viem").AccessList | undefined;
8195
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
8196
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
8197
+ blobVersionedHashes: readonly import("viem").Hex[];
8198
+ kzg?: undefined;
8199
+ authorizationList?: undefined;
8200
+ calls?: undefined;
8201
+ capabilities?: undefined;
8202
+ feePayer?: undefined;
8203
+ nonceKey?: undefined;
8204
+ keyAuthorization?: undefined;
8205
+ feeToken?: undefined;
8206
+ validAfter?: undefined;
8207
+ signatures?: undefined;
8208
+ validBefore?: undefined;
8209
+ multisig?: undefined;
8210
+ multisigInit?: undefined;
8211
+ multisigSignatureCount?: undefined;
8212
+ } | {
8213
+ type?: "0x3" | undefined;
8214
+ data?: `0x${string}` | undefined;
8215
+ from?: `0x${string}` | undefined;
8216
+ gas?: `0x${string}` | undefined;
8217
+ nonce?: `0x${string}` | undefined;
8218
+ value?: `0x${string}` | undefined;
8219
+ to: `0x${string}` | null;
8220
+ gasPrice?: undefined | undefined;
8221
+ maxFeePerBlobGas?: `0x${string}` | undefined;
8222
+ maxFeePerGas?: `0x${string}` | undefined;
8223
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8224
+ accessList?: import("viem").AccessList | undefined;
8225
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
8226
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
8227
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
8228
+ kzg?: import("viem").Kzg | undefined;
8229
+ authorizationList?: undefined;
8230
+ calls?: undefined;
8231
+ capabilities?: undefined;
8232
+ feePayer?: undefined;
8233
+ nonceKey?: undefined;
8234
+ keyAuthorization?: undefined;
8235
+ feeToken?: undefined;
8236
+ validAfter?: undefined;
8237
+ signatures?: undefined;
8238
+ validBefore?: undefined;
8239
+ multisig?: undefined;
8240
+ multisigInit?: undefined;
8241
+ multisigSignatureCount?: undefined;
8242
+ } | {
8243
+ type?: "0x4" | undefined;
8244
+ gasPrice?: undefined | undefined;
8245
+ maxFeePerBlobGas?: undefined | undefined;
8246
+ maxFeePerGas?: `0x${string}` | undefined;
8247
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8248
+ to?: `0x${string}` | null | undefined;
8249
+ data?: `0x${string}` | undefined;
8250
+ from?: `0x${string}` | undefined;
8251
+ gas?: `0x${string}` | undefined;
8252
+ nonce?: `0x${string}` | undefined;
8253
+ value?: `0x${string}` | undefined;
8254
+ accessList?: import("viem").AccessList | undefined;
8255
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
8256
+ blobs?: undefined;
8257
+ blobVersionedHashes?: undefined;
8258
+ kzg?: undefined;
8259
+ sidecars?: undefined;
8260
+ calls?: undefined;
8261
+ capabilities?: undefined;
8262
+ feePayer?: undefined;
8263
+ nonceKey?: undefined;
8264
+ keyAuthorization?: undefined;
8265
+ feeToken?: undefined;
8266
+ validAfter?: undefined;
8267
+ signatures?: undefined;
8268
+ validBefore?: undefined;
8269
+ multisig?: undefined;
8270
+ multisigInit?: undefined;
8271
+ multisigSignatureCount?: undefined;
8272
+ } | {
8273
+ data?: `0x${string}` | undefined;
8274
+ from?: `0x${string}` | undefined;
8275
+ gas?: `0x${string}` | undefined;
8276
+ nonce?: `0x${string}` | undefined;
8277
+ to?: `0x${string}` | null | undefined;
8278
+ type?: "0x76" | undefined;
8279
+ value?: `0x${string}` | undefined;
8280
+ gasPrice?: undefined | undefined;
8281
+ maxFeePerBlobGas?: undefined | undefined;
8282
+ maxFeePerGas?: `0x${string}` | undefined;
8283
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8284
+ accessList?: import("viem").AccessList | undefined;
8285
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
8286
+ capabilities?: {
8287
+ [x: string]: any;
8288
+ } | undefined;
8289
+ feePayer?: true | import("viem").Account | undefined;
8290
+ feeToken?: bigint | import("viem/chains").Address | undefined;
8291
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
8292
+ multisig?: {
8293
+ salt?: `0x${string}` | undefined;
8294
+ threshold: `0x${string}`;
8295
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
8296
+ } | undefined;
8297
+ multisigInit?: {
8298
+ salt: import("ox/Hex").Hex;
8299
+ threshold: number;
8300
+ owners: readonly {
8301
+ owner: import("viem").Address;
8302
+ weight: number;
8303
+ }[];
8304
+ } | undefined | undefined;
8305
+ multisigSignatureCount?: number | undefined | undefined;
8306
+ nonceKey?: `0x${string}` | "expiring" | undefined;
8307
+ signatures?: readonly `0x${string}`[] | undefined;
8308
+ validBefore?: `0x${string}` | undefined;
8309
+ validAfter?: `0x${string}` | undefined;
8310
+ blobs?: undefined;
8311
+ blobVersionedHashes?: undefined;
8312
+ kzg?: undefined;
8313
+ sidecars?: undefined;
8314
+ authorizationList?: undefined;
8315
+ }) & {};
8316
+ type: "transactionRequest";
8317
+ };
8318
+ };
8319
+ readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
8320
+ client: import("viem").Client;
8321
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
8322
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
8323
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
8324
+ }];
8325
+ readonly serializers: {
8326
+ readonly transaction: import("viem").SerializeTransactionFn;
8327
+ };
8328
+ readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
8329
+ }>, extended_1_1>;
8330
+ readonly contracts: {
8331
+ readonly ensRegistry?: import("viem").ChainContract | undefined;
8332
+ readonly ensUniversalResolver?: import("viem").ChainContract | undefined;
8333
+ readonly multicall3?: import("viem").ChainContract | undefined;
8334
+ readonly erc6492Verifier?: import("viem").ChainContract | undefined;
8335
+ readonly messenger: {
8336
+ readonly address: "0x2fB7Aba18510622cd88F5f45B3AC0E7Dd70606a5";
8337
+ };
8338
+ readonly portal: {
8339
+ readonly address: "0x5765e8B9003054e479df44D12D3dEeaADEfa8b7c";
8340
+ };
8341
+ readonly verifier: {
8342
+ readonly address: "0xfa16b9C6A356a096F0e7ceF0135C393A81d4a355";
8343
+ };
8344
+ };
8345
+ readonly id: 1424310001;
8346
+ readonly name: "zone-moderato-internal";
8347
+ readonly rpcUrls: {
8348
+ readonly default: {
8349
+ readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
8350
+ };
8351
+ readonly internal: {
8352
+ readonly http: readonly ["https://zone-internal-rpc.testnet.tempo.xyz"];
8353
+ };
8354
+ readonly tidx: {
8355
+ readonly http: readonly ["https://indexer-zone-internal.testnet.tempo.xyz"];
8356
+ };
8357
+ };
8358
+ readonly sourceId: 42431;
8359
+ }>, extended_1>);
8360
+ }, {
8361
+ blockExplorers: {
8362
+ readonly default: {
8363
+ readonly name: "Tempo Explorer";
8364
+ readonly url: "https://explore.tempo.xyz";
8365
+ };
8366
+ };
8367
+ blockTime: 1000;
8368
+ contracts: {
8369
+ readonly ensRegistry?: import("viem").ChainContract | undefined;
8370
+ readonly ensUniversalResolver?: import("viem").ChainContract | undefined;
8371
+ readonly multicall3?: import("viem").ChainContract | undefined;
8372
+ readonly erc6492Verifier?: import("viem").ChainContract | undefined;
8373
+ readonly messenger: {
8374
+ readonly address: "0x171699d2B5211414C23E5Cd306d05046b78FdD16";
8375
+ };
8376
+ readonly portal: {
8377
+ readonly address: "0xe5208b9604972CA6a2E1EF656a9d2bDF2e530B9A";
8378
+ };
8379
+ readonly verifier: {
8380
+ readonly address: "0x3E7C1cC9C049052eb061116A4Ee7a7C281fa1F30";
8381
+ };
8382
+ };
8383
+ ensTlds?: readonly string[] | undefined;
8384
+ id: 421700001;
8385
+ name: "zone-mainnet-internal";
8386
+ nativeCurrency: {
8387
+ readonly name: "USD";
8388
+ readonly symbol: "USD";
8389
+ readonly decimals: 6;
8390
+ };
8391
+ experimental_preconfirmationTime?: number | undefined;
8392
+ rpcUrls: {
8393
+ readonly default: {
8394
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
8395
+ };
8396
+ readonly internal: {
8397
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
8398
+ };
8399
+ readonly tidx: {
8400
+ readonly http: readonly ["https://indexer-zone-internal.tempo.xyz"];
8401
+ };
8402
+ };
8403
+ sourceId: 4217;
8404
+ supportsTransactionReplacementDetection?: boolean | undefined;
8405
+ testnet?: boolean | undefined;
8406
+ custom?: Record<string, unknown> | undefined;
8407
+ extendSchema: {
8408
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
8409
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
8410
+ };
8411
+ fees?: import("viem").ChainFees<undefined> | undefined;
8412
+ formatters: {
8413
+ readonly transaction: {
8414
+ exclude: never[] | undefined;
8415
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
8416
+ r: import("viem").Hex;
8417
+ s: import("viem").Hex;
8418
+ v: bigint;
8419
+ to: import("viem").Address | null;
8420
+ from: import("viem").Address;
8421
+ gas: bigint;
8422
+ nonce: number;
8423
+ value: bigint;
8424
+ blockHash: `0x${string}` | null;
8425
+ blockNumber: bigint | null;
8426
+ blockTimestamp?: bigint | undefined;
8427
+ hash: import("viem").Hash;
8428
+ input: import("viem").Hex;
8429
+ transactionIndex: number | null;
8430
+ typeHex: import("viem").Hex | null;
8431
+ accessList?: undefined | undefined;
8432
+ authorizationList?: undefined | undefined;
8433
+ blobVersionedHashes?: undefined | undefined;
8434
+ chainId?: number | undefined;
8435
+ yParity?: undefined | undefined;
8436
+ type: "legacy";
8437
+ gasPrice: bigint;
8438
+ maxFeePerBlobGas?: undefined | undefined;
8439
+ maxFeePerGas?: undefined | undefined;
8440
+ maxPriorityFeePerGas?: undefined | undefined;
8441
+ signature?: undefined;
8442
+ calls?: undefined;
8443
+ feePayerSignature?: undefined;
8444
+ nonceKey?: undefined;
8445
+ keyAuthorization?: undefined;
8446
+ feeToken?: undefined;
8447
+ validAfter?: undefined;
8448
+ validBefore?: undefined;
8449
+ } | {
8450
+ blockHash: `0x${string}` | null;
8451
+ blockNumber: bigint | null;
8452
+ blockTimestamp?: bigint | undefined;
8453
+ from: import("viem").Address;
8454
+ gas: bigint;
8455
+ hash: import("viem").Hash;
8456
+ input: import("viem").Hex;
8457
+ nonce: number;
8458
+ r: import("viem").Hex;
8459
+ s: import("viem").Hex;
8460
+ to: import("viem").Address | null;
8461
+ transactionIndex: number | null;
8462
+ typeHex: import("viem").Hex | null;
8463
+ v: bigint;
8464
+ value: bigint;
8465
+ yParity: number;
8466
+ accessList: import("viem").AccessList;
8467
+ authorizationList?: undefined | undefined;
8468
+ blobVersionedHashes?: undefined | undefined;
8469
+ chainId: number;
8470
+ type: "eip2930";
8471
+ gasPrice: bigint;
8472
+ maxFeePerBlobGas?: undefined | undefined;
8473
+ maxFeePerGas?: undefined | undefined;
8474
+ maxPriorityFeePerGas?: undefined | undefined;
8475
+ signature?: undefined;
8476
+ calls?: undefined;
8477
+ feePayerSignature?: undefined;
8478
+ nonceKey?: undefined;
8479
+ keyAuthorization?: undefined;
8480
+ feeToken?: undefined;
8481
+ validAfter?: undefined;
8482
+ validBefore?: undefined;
8483
+ } | {
8484
+ blockHash: `0x${string}` | null;
8485
+ blockNumber: bigint | null;
8486
+ blockTimestamp?: bigint | undefined;
8487
+ from: import("viem").Address;
8488
+ gas: bigint;
8489
+ hash: import("viem").Hash;
8490
+ input: import("viem").Hex;
8491
+ nonce: number;
8492
+ r: import("viem").Hex;
8493
+ s: import("viem").Hex;
8494
+ to: import("viem").Address | null;
8495
+ transactionIndex: number | null;
8496
+ typeHex: import("viem").Hex | null;
8497
+ v: bigint;
8498
+ value: bigint;
8499
+ yParity: number;
8500
+ accessList: import("viem").AccessList;
8501
+ authorizationList?: undefined | undefined;
8502
+ blobVersionedHashes?: undefined | undefined;
8503
+ chainId: number;
8504
+ type: "eip1559";
8505
+ gasPrice?: undefined | undefined;
8506
+ maxFeePerBlobGas?: undefined | undefined;
8507
+ maxFeePerGas: bigint;
8508
+ maxPriorityFeePerGas: bigint;
8509
+ signature?: undefined;
8510
+ calls?: undefined;
8511
+ feePayerSignature?: undefined;
8512
+ nonceKey?: undefined;
8513
+ keyAuthorization?: undefined;
8514
+ feeToken?: undefined;
8515
+ validAfter?: undefined;
8516
+ validBefore?: undefined;
8517
+ } | {
8518
+ blockHash: `0x${string}` | null;
8519
+ blockNumber: bigint | null;
8520
+ blockTimestamp?: bigint | undefined;
8521
+ from: import("viem").Address;
8522
+ gas: bigint;
8523
+ hash: import("viem").Hash;
8524
+ input: import("viem").Hex;
8525
+ nonce: number;
8526
+ r: import("viem").Hex;
8527
+ s: import("viem").Hex;
8528
+ to: import("viem").Address | null;
8529
+ transactionIndex: number | null;
8530
+ typeHex: import("viem").Hex | null;
8531
+ v: bigint;
8532
+ value: bigint;
8533
+ yParity: number;
8534
+ accessList: import("viem").AccessList;
8535
+ authorizationList?: undefined | undefined;
8536
+ blobVersionedHashes: readonly import("viem").Hex[];
8537
+ chainId: number;
8538
+ type: "eip4844";
8539
+ gasPrice?: undefined | undefined;
8540
+ maxFeePerBlobGas: bigint;
8541
+ maxFeePerGas: bigint;
8542
+ maxPriorityFeePerGas: bigint;
8543
+ signature?: undefined;
8544
+ calls?: undefined;
8545
+ feePayerSignature?: undefined;
8546
+ nonceKey?: undefined;
8547
+ keyAuthorization?: undefined;
8548
+ feeToken?: undefined;
8549
+ validAfter?: undefined;
8550
+ validBefore?: undefined;
8551
+ } | {
8552
+ blockHash: `0x${string}` | null;
8553
+ blockNumber: bigint | null;
8554
+ blockTimestamp?: bigint | undefined;
8555
+ from: import("viem").Address;
8556
+ gas: bigint;
8557
+ hash: import("viem").Hash;
8558
+ input: import("viem").Hex;
8559
+ nonce: number;
8560
+ r: import("viem").Hex;
8561
+ s: import("viem").Hex;
8562
+ to: import("viem").Address | null;
8563
+ transactionIndex: number | null;
8564
+ typeHex: import("viem").Hex | null;
8565
+ v: bigint;
8566
+ value: bigint;
8567
+ yParity: number;
8568
+ accessList: import("viem").AccessList;
8569
+ authorizationList: import("viem").SignedAuthorizationList;
8570
+ blobVersionedHashes?: undefined | undefined;
8571
+ chainId: number;
8572
+ type: "eip7702";
8573
+ gasPrice?: undefined | undefined;
8574
+ maxFeePerBlobGas?: undefined | undefined;
8575
+ maxFeePerGas: bigint;
8576
+ maxPriorityFeePerGas: bigint;
8577
+ signature?: undefined;
8578
+ calls?: undefined;
8579
+ feePayerSignature?: undefined;
8580
+ nonceKey?: undefined;
8581
+ keyAuthorization?: undefined;
8582
+ feeToken?: undefined;
8583
+ validAfter?: undefined;
8584
+ validBefore?: undefined;
8585
+ } | {
8586
+ from: import("viem").Address;
8587
+ gas: bigint;
8588
+ nonce: number;
8589
+ blockHash: `0x${string}` | null;
8590
+ blockNumber: bigint | null;
8591
+ blockTimestamp?: bigint | undefined;
8592
+ hash: import("viem").Hash;
8593
+ transactionIndex: number | null;
8594
+ typeHex: import("viem").Hex | null;
8595
+ r?: `0x${string}` | undefined;
8596
+ s?: `0x${string}` | undefined;
8597
+ v?: bigint | undefined;
8598
+ yParity?: number | undefined;
8599
+ accessList: import("viem").AccessList;
8600
+ authorizationList?: readonly {
8601
+ address: import("viem/chains").Address;
8602
+ chainId: number;
8603
+ nonce: bigint;
8604
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
8605
+ }[] | undefined;
8606
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
8607
+ chainId: number;
8608
+ feeToken?: `0x${string}` | undefined;
8609
+ feePayerSignature?: import("viem").Signature | undefined;
8610
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
8611
+ nonceKey?: bigint | undefined;
8612
+ signature: import("viem/chains").SignatureEnvelope;
8613
+ type: "tempo";
8614
+ validBefore?: number | undefined;
8615
+ validAfter?: number | undefined;
8616
+ gasPrice?: undefined | undefined;
8617
+ maxFeePerBlobGas?: undefined | undefined;
8618
+ maxFeePerGas: bigint;
8619
+ maxPriorityFeePerGas: bigint;
8620
+ to?: undefined;
8621
+ value?: undefined;
8622
+ blobVersionedHashes?: undefined;
8623
+ input?: undefined;
8624
+ }) & {};
8625
+ type: "transaction";
8626
+ };
8627
+ readonly transactionReceipt: {
8628
+ exclude: [] | undefined;
8629
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
8630
+ blobGasPrice?: bigint | undefined;
8631
+ blobGasUsed?: bigint | undefined;
8632
+ blockHash: import("viem").Hash;
8633
+ blockNumber: bigint;
8634
+ blockTimestamp?: bigint | undefined;
8635
+ contractAddress: import("viem").Address | null | undefined;
8636
+ cumulativeGasUsed: bigint;
8637
+ effectiveGasPrice: bigint;
8638
+ from: import("viem").Address;
8639
+ gasUsed: bigint;
8640
+ logs: import("viem").Log<bigint, number, false>[];
8641
+ logsBloom: import("viem").Hex;
8642
+ root?: `0x${string}` | undefined;
8643
+ status: "success" | "reverted";
8644
+ to: import("viem").Address | null;
8645
+ transactionHash: import("viem").Hash;
8646
+ transactionIndex: number;
8647
+ type: import("viem/chains").z_TransactionType;
8648
+ feePayer?: `0x${string}` | undefined;
8649
+ feeToken?: `0x${string}` | undefined;
8650
+ } & {};
8651
+ type: "transactionReceipt";
8652
+ };
8653
+ readonly transactionRequest: {
8654
+ exclude: [] | undefined;
8655
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
8656
+ data?: `0x${string}` | undefined;
8657
+ from?: `0x${string}` | undefined;
8658
+ gas?: `0x${string}` | undefined;
8659
+ nonce?: `0x${string}` | undefined;
8660
+ to?: `0x${string}` | null | undefined;
8661
+ type?: "0x0" | undefined;
8662
+ value?: `0x${string}` | undefined;
8663
+ gasPrice?: `0x${string}` | undefined;
8664
+ maxFeePerBlobGas?: undefined | undefined;
8665
+ maxFeePerGas?: undefined | undefined;
8666
+ maxPriorityFeePerGas?: undefined | undefined;
8667
+ blobs?: undefined;
8668
+ blobVersionedHashes?: undefined;
8669
+ kzg?: undefined;
8670
+ accessList?: undefined;
8671
+ sidecars?: undefined;
8672
+ authorizationList?: undefined;
8673
+ calls?: undefined;
8674
+ capabilities?: undefined;
8675
+ feePayer?: undefined;
8676
+ nonceKey?: undefined;
8677
+ keyAuthorization?: undefined;
8678
+ feeToken?: undefined;
8679
+ validAfter?: undefined;
8680
+ signatures?: undefined;
8681
+ validBefore?: undefined;
8682
+ multisig?: undefined;
8683
+ multisigInit?: undefined;
8684
+ multisigSignatureCount?: undefined;
8685
+ } | {
8686
+ data?: `0x${string}` | undefined;
8687
+ from?: `0x${string}` | undefined;
8688
+ gas?: `0x${string}` | undefined;
8689
+ nonce?: `0x${string}` | undefined;
8690
+ to?: `0x${string}` | null | undefined;
8691
+ type?: "0x1" | undefined;
8692
+ value?: `0x${string}` | undefined;
8693
+ gasPrice?: `0x${string}` | undefined;
8694
+ maxFeePerBlobGas?: undefined | undefined;
8695
+ maxFeePerGas?: undefined | undefined;
8696
+ maxPriorityFeePerGas?: undefined | undefined;
8697
+ accessList?: import("viem").AccessList | undefined;
8698
+ blobs?: undefined;
8699
+ blobVersionedHashes?: undefined;
8700
+ kzg?: undefined;
8701
+ sidecars?: undefined;
8702
+ authorizationList?: undefined;
8703
+ calls?: undefined;
8704
+ capabilities?: undefined;
8705
+ feePayer?: undefined;
8706
+ nonceKey?: undefined;
8707
+ keyAuthorization?: undefined;
8708
+ feeToken?: undefined;
8709
+ validAfter?: undefined;
8710
+ signatures?: undefined;
8711
+ validBefore?: undefined;
8712
+ multisig?: undefined;
8713
+ multisigInit?: undefined;
8714
+ multisigSignatureCount?: undefined;
8715
+ } | {
8716
+ data?: `0x${string}` | undefined;
8717
+ from?: `0x${string}` | undefined;
8718
+ gas?: `0x${string}` | undefined;
8719
+ nonce?: `0x${string}` | undefined;
8720
+ to?: `0x${string}` | null | undefined;
8721
+ type?: "0x2" | undefined;
8722
+ value?: `0x${string}` | undefined;
8723
+ gasPrice?: undefined | undefined;
8724
+ maxFeePerBlobGas?: undefined | undefined;
8725
+ maxFeePerGas?: `0x${string}` | undefined;
8726
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8727
+ accessList?: import("viem").AccessList | undefined;
8728
+ blobs?: undefined;
8729
+ blobVersionedHashes?: undefined;
8730
+ kzg?: undefined;
8731
+ sidecars?: undefined;
8732
+ authorizationList?: undefined;
8733
+ calls?: undefined;
8734
+ capabilities?: undefined;
8735
+ feePayer?: undefined;
8736
+ nonceKey?: undefined;
8737
+ keyAuthorization?: undefined;
8738
+ feeToken?: undefined;
8739
+ validAfter?: undefined;
8740
+ signatures?: undefined;
8741
+ validBefore?: undefined;
8742
+ multisig?: undefined;
8743
+ multisigInit?: undefined;
8744
+ multisigSignatureCount?: undefined;
8745
+ } | {
8746
+ type?: "0x3" | undefined;
8747
+ data?: `0x${string}` | undefined;
8748
+ from?: `0x${string}` | undefined;
8749
+ gas?: `0x${string}` | undefined;
8750
+ nonce?: `0x${string}` | undefined;
8751
+ value?: `0x${string}` | undefined;
8752
+ to: `0x${string}` | null;
8753
+ gasPrice?: undefined | undefined;
8754
+ maxFeePerBlobGas?: `0x${string}` | undefined;
8755
+ maxFeePerGas?: `0x${string}` | undefined;
8756
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8757
+ accessList?: import("viem").AccessList | undefined;
8758
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
8759
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
8760
+ blobVersionedHashes: readonly import("viem").Hex[];
8761
+ kzg?: undefined;
8762
+ authorizationList?: undefined;
8763
+ calls?: undefined;
8764
+ capabilities?: undefined;
8765
+ feePayer?: undefined;
8766
+ nonceKey?: undefined;
8767
+ keyAuthorization?: undefined;
8768
+ feeToken?: undefined;
8769
+ validAfter?: undefined;
8770
+ signatures?: undefined;
8771
+ validBefore?: undefined;
8772
+ multisig?: undefined;
8773
+ multisigInit?: undefined;
8774
+ multisigSignatureCount?: undefined;
8775
+ } | {
8776
+ type?: "0x3" | undefined;
8777
+ data?: `0x${string}` | undefined;
8778
+ from?: `0x${string}` | undefined;
8779
+ gas?: `0x${string}` | undefined;
8780
+ nonce?: `0x${string}` | undefined;
8781
+ value?: `0x${string}` | undefined;
8782
+ to: `0x${string}` | null;
8783
+ gasPrice?: undefined | undefined;
8784
+ maxFeePerBlobGas?: `0x${string}` | undefined;
8785
+ maxFeePerGas?: `0x${string}` | undefined;
8786
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8787
+ accessList?: import("viem").AccessList | undefined;
8788
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
8789
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
8790
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
8791
+ kzg?: import("viem").Kzg | undefined;
8792
+ authorizationList?: undefined;
8793
+ calls?: undefined;
8794
+ capabilities?: undefined;
8795
+ feePayer?: undefined;
8796
+ nonceKey?: undefined;
8797
+ keyAuthorization?: undefined;
8798
+ feeToken?: undefined;
8799
+ validAfter?: undefined;
8800
+ signatures?: undefined;
8801
+ validBefore?: undefined;
8802
+ multisig?: undefined;
8803
+ multisigInit?: undefined;
8804
+ multisigSignatureCount?: undefined;
8805
+ } | {
8806
+ type?: "0x4" | undefined;
8807
+ gasPrice?: undefined | undefined;
8808
+ maxFeePerBlobGas?: undefined | undefined;
8809
+ maxFeePerGas?: `0x${string}` | undefined;
8810
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8811
+ to?: `0x${string}` | null | undefined;
8812
+ data?: `0x${string}` | undefined;
8813
+ from?: `0x${string}` | undefined;
8814
+ gas?: `0x${string}` | undefined;
8815
+ nonce?: `0x${string}` | undefined;
8816
+ value?: `0x${string}` | undefined;
8817
+ accessList?: import("viem").AccessList | undefined;
8818
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
8819
+ blobs?: undefined;
8820
+ blobVersionedHashes?: undefined;
8821
+ kzg?: undefined;
8822
+ sidecars?: undefined;
8823
+ calls?: undefined;
8824
+ capabilities?: undefined;
8825
+ feePayer?: undefined;
8826
+ nonceKey?: undefined;
8827
+ keyAuthorization?: undefined;
8828
+ feeToken?: undefined;
8829
+ validAfter?: undefined;
8830
+ signatures?: undefined;
8831
+ validBefore?: undefined;
8832
+ multisig?: undefined;
8833
+ multisigInit?: undefined;
8834
+ multisigSignatureCount?: undefined;
8835
+ } | {
8836
+ data?: `0x${string}` | undefined;
8837
+ from?: `0x${string}` | undefined;
8838
+ gas?: `0x${string}` | undefined;
8839
+ nonce?: `0x${string}` | undefined;
8840
+ to?: `0x${string}` | null | undefined;
8841
+ type?: "0x76" | undefined;
8842
+ value?: `0x${string}` | undefined;
8843
+ gasPrice?: undefined | undefined;
8844
+ maxFeePerBlobGas?: undefined | undefined;
8845
+ maxFeePerGas?: `0x${string}` | undefined;
8846
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
8847
+ accessList?: import("viem").AccessList | undefined;
8848
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
8849
+ capabilities?: {
8850
+ [x: string]: any;
8851
+ } | undefined;
8852
+ feePayer?: true | import("viem").Account | undefined;
8853
+ feeToken?: bigint | import("viem/chains").Address | undefined;
8854
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
8855
+ multisig?: {
8856
+ salt?: `0x${string}` | undefined;
8857
+ threshold: `0x${string}`;
8858
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
8859
+ } | undefined;
8860
+ multisigInit?: {
8861
+ salt: import("ox/Hex").Hex;
8862
+ threshold: number;
8863
+ owners: readonly {
8864
+ owner: import("viem").Address;
8865
+ weight: number;
8866
+ }[];
8867
+ } | undefined | undefined;
8868
+ multisigSignatureCount?: number | undefined | undefined;
8869
+ nonceKey?: `0x${string}` | "expiring" | undefined;
8870
+ signatures?: readonly `0x${string}`[] | undefined;
8871
+ validBefore?: `0x${string}` | undefined;
8872
+ validAfter?: `0x${string}` | undefined;
8873
+ blobs?: undefined;
8874
+ blobVersionedHashes?: undefined;
8875
+ kzg?: undefined;
8876
+ sidecars?: undefined;
8877
+ authorizationList?: undefined;
8878
+ }) & {};
8879
+ type: "transactionRequest";
8880
+ };
8881
+ };
8882
+ prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
8883
+ client: import("viem").Client;
8884
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
8885
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
8886
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
8887
+ }];
8888
+ serializers: {
8889
+ readonly transaction: import("viem").SerializeTransactionFn;
8890
+ };
8891
+ verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
8892
+ extend: (<const extended_1 extends {
8893
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
8894
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
8895
+ }>(extended: extended_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
8896
+ readonly id: 4217;
8897
+ readonly blockExplorers: {
8898
+ readonly default: {
8899
+ readonly name: "Tempo Explorer";
8900
+ readonly url: "https://explore.tempo.xyz";
8901
+ };
8902
+ };
8903
+ readonly name: "Tempo Mainnet";
8904
+ readonly nativeCurrency: {
8905
+ readonly name: "USD";
8906
+ readonly symbol: "USD";
8907
+ readonly decimals: 6;
8908
+ };
8909
+ readonly rpcUrls: {
8910
+ readonly default: {
8911
+ readonly http: readonly ["https://rpc.tempo.xyz"];
8912
+ readonly webSocket: readonly ["wss://rpc.tempo.xyz"];
8913
+ };
8914
+ };
8915
+ readonly blockTime: 1000;
8916
+ readonly extendSchema: {
8917
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
8918
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
8919
+ };
8920
+ readonly formatters: {
8921
+ readonly transaction: {
8922
+ exclude: never[] | undefined;
8923
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
8924
+ r: import("viem").Hex;
8925
+ s: import("viem").Hex;
8926
+ v: bigint;
8927
+ to: import("viem").Address | null;
8928
+ from: import("viem").Address;
8929
+ gas: bigint;
8930
+ nonce: number;
8931
+ value: bigint;
8932
+ blockHash: `0x${string}` | null;
8933
+ blockNumber: bigint | null;
8934
+ blockTimestamp?: bigint | undefined;
8935
+ hash: import("viem").Hash;
8936
+ input: import("viem").Hex;
8937
+ transactionIndex: number | null;
8938
+ typeHex: import("viem").Hex | null;
8939
+ accessList?: undefined | undefined;
8940
+ authorizationList?: undefined | undefined;
8941
+ blobVersionedHashes?: undefined | undefined;
8942
+ chainId?: number | undefined;
8943
+ yParity?: undefined | undefined;
8944
+ type: "legacy";
8945
+ gasPrice: bigint;
8946
+ maxFeePerBlobGas?: undefined | undefined;
8947
+ maxFeePerGas?: undefined | undefined;
8948
+ maxPriorityFeePerGas?: undefined | undefined;
8949
+ signature?: undefined;
8950
+ calls?: undefined;
8951
+ feePayerSignature?: undefined;
8952
+ nonceKey?: undefined;
8953
+ keyAuthorization?: undefined;
8954
+ feeToken?: undefined;
8955
+ validAfter?: undefined;
8956
+ validBefore?: undefined;
8957
+ } | {
8958
+ blockHash: `0x${string}` | null;
8959
+ blockNumber: bigint | null;
8960
+ blockTimestamp?: bigint | undefined;
8961
+ from: import("viem").Address;
8962
+ gas: bigint;
8963
+ hash: import("viem").Hash;
8964
+ input: import("viem").Hex;
8965
+ nonce: number;
8966
+ r: import("viem").Hex;
8967
+ s: import("viem").Hex;
8968
+ to: import("viem").Address | null;
8969
+ transactionIndex: number | null;
8970
+ typeHex: import("viem").Hex | null;
8971
+ v: bigint;
8972
+ value: bigint;
8973
+ yParity: number;
8974
+ accessList: import("viem").AccessList;
8975
+ authorizationList?: undefined | undefined;
8976
+ blobVersionedHashes?: undefined | undefined;
8977
+ chainId: number;
8978
+ type: "eip2930";
8979
+ gasPrice: bigint;
8980
+ maxFeePerBlobGas?: undefined | undefined;
8981
+ maxFeePerGas?: undefined | undefined;
8982
+ maxPriorityFeePerGas?: undefined | undefined;
8983
+ signature?: undefined;
8984
+ calls?: undefined;
8985
+ feePayerSignature?: undefined;
8986
+ nonceKey?: undefined;
8987
+ keyAuthorization?: undefined;
8988
+ feeToken?: undefined;
8989
+ validAfter?: undefined;
8990
+ validBefore?: undefined;
8991
+ } | {
8992
+ blockHash: `0x${string}` | null;
8993
+ blockNumber: bigint | null;
8994
+ blockTimestamp?: bigint | undefined;
8995
+ from: import("viem").Address;
8996
+ gas: bigint;
8997
+ hash: import("viem").Hash;
8998
+ input: import("viem").Hex;
8999
+ nonce: number;
9000
+ r: import("viem").Hex;
9001
+ s: import("viem").Hex;
9002
+ to: import("viem").Address | null;
9003
+ transactionIndex: number | null;
9004
+ typeHex: import("viem").Hex | null;
9005
+ v: bigint;
9006
+ value: bigint;
9007
+ yParity: number;
9008
+ accessList: import("viem").AccessList;
9009
+ authorizationList?: undefined | undefined;
9010
+ blobVersionedHashes?: undefined | undefined;
9011
+ chainId: number;
9012
+ type: "eip1559";
9013
+ gasPrice?: undefined | undefined;
9014
+ maxFeePerBlobGas?: undefined | undefined;
9015
+ maxFeePerGas: bigint;
9016
+ maxPriorityFeePerGas: bigint;
9017
+ signature?: undefined;
9018
+ calls?: undefined;
9019
+ feePayerSignature?: undefined;
9020
+ nonceKey?: undefined;
9021
+ keyAuthorization?: undefined;
9022
+ feeToken?: undefined;
9023
+ validAfter?: undefined;
9024
+ validBefore?: undefined;
9025
+ } | {
9026
+ blockHash: `0x${string}` | null;
9027
+ blockNumber: bigint | null;
9028
+ blockTimestamp?: bigint | undefined;
9029
+ from: import("viem").Address;
9030
+ gas: bigint;
9031
+ hash: import("viem").Hash;
9032
+ input: import("viem").Hex;
9033
+ nonce: number;
9034
+ r: import("viem").Hex;
9035
+ s: import("viem").Hex;
9036
+ to: import("viem").Address | null;
9037
+ transactionIndex: number | null;
9038
+ typeHex: import("viem").Hex | null;
9039
+ v: bigint;
9040
+ value: bigint;
9041
+ yParity: number;
9042
+ accessList: import("viem").AccessList;
9043
+ authorizationList?: undefined | undefined;
9044
+ blobVersionedHashes: readonly import("viem").Hex[];
9045
+ chainId: number;
9046
+ type: "eip4844";
9047
+ gasPrice?: undefined | undefined;
9048
+ maxFeePerBlobGas: bigint;
9049
+ maxFeePerGas: bigint;
9050
+ maxPriorityFeePerGas: bigint;
9051
+ signature?: undefined;
9052
+ calls?: undefined;
9053
+ feePayerSignature?: undefined;
9054
+ nonceKey?: undefined;
9055
+ keyAuthorization?: undefined;
9056
+ feeToken?: undefined;
9057
+ validAfter?: undefined;
9058
+ validBefore?: undefined;
9059
+ } | {
9060
+ blockHash: `0x${string}` | null;
9061
+ blockNumber: bigint | null;
9062
+ blockTimestamp?: bigint | undefined;
9063
+ from: import("viem").Address;
9064
+ gas: bigint;
9065
+ hash: import("viem").Hash;
9066
+ input: import("viem").Hex;
9067
+ nonce: number;
9068
+ r: import("viem").Hex;
9069
+ s: import("viem").Hex;
9070
+ to: import("viem").Address | null;
9071
+ transactionIndex: number | null;
9072
+ typeHex: import("viem").Hex | null;
9073
+ v: bigint;
9074
+ value: bigint;
9075
+ yParity: number;
9076
+ accessList: import("viem").AccessList;
9077
+ authorizationList: import("viem").SignedAuthorizationList;
9078
+ blobVersionedHashes?: undefined | undefined;
9079
+ chainId: number;
9080
+ type: "eip7702";
9081
+ gasPrice?: undefined | undefined;
9082
+ maxFeePerBlobGas?: undefined | undefined;
9083
+ maxFeePerGas: bigint;
9084
+ maxPriorityFeePerGas: bigint;
9085
+ signature?: undefined;
9086
+ calls?: undefined;
9087
+ feePayerSignature?: undefined;
9088
+ nonceKey?: undefined;
9089
+ keyAuthorization?: undefined;
9090
+ feeToken?: undefined;
9091
+ validAfter?: undefined;
9092
+ validBefore?: undefined;
9093
+ } | {
9094
+ from: import("viem").Address;
9095
+ gas: bigint;
9096
+ nonce: number;
9097
+ blockHash: `0x${string}` | null;
9098
+ blockNumber: bigint | null;
9099
+ blockTimestamp?: bigint | undefined;
9100
+ hash: import("viem").Hash;
9101
+ transactionIndex: number | null;
9102
+ typeHex: import("viem").Hex | null;
9103
+ r?: `0x${string}` | undefined;
9104
+ s?: `0x${string}` | undefined;
9105
+ v?: bigint | undefined;
9106
+ yParity?: number | undefined;
9107
+ accessList: import("viem").AccessList;
9108
+ authorizationList?: readonly {
9109
+ address: import("viem/chains").Address;
9110
+ chainId: number;
9111
+ nonce: bigint;
9112
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
9113
+ }[] | undefined;
9114
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
9115
+ chainId: number;
9116
+ feeToken?: `0x${string}` | undefined;
9117
+ feePayerSignature?: import("viem").Signature | undefined;
9118
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
9119
+ nonceKey?: bigint | undefined;
9120
+ signature: import("viem/chains").SignatureEnvelope;
9121
+ type: "tempo";
9122
+ validBefore?: number | undefined;
9123
+ validAfter?: number | undefined;
9124
+ gasPrice?: undefined | undefined;
9125
+ maxFeePerBlobGas?: undefined | undefined;
9126
+ maxFeePerGas: bigint;
9127
+ maxPriorityFeePerGas: bigint;
9128
+ to?: undefined;
9129
+ value?: undefined;
9130
+ blobVersionedHashes?: undefined;
9131
+ input?: undefined;
9132
+ }) & {};
9133
+ type: "transaction";
9134
+ };
9135
+ readonly transactionReceipt: {
9136
+ exclude: [] | undefined;
9137
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
9138
+ blobGasPrice?: bigint | undefined;
9139
+ blobGasUsed?: bigint | undefined;
9140
+ blockHash: import("viem").Hash;
9141
+ blockNumber: bigint;
9142
+ blockTimestamp?: bigint | undefined;
9143
+ contractAddress: import("viem").Address | null | undefined;
9144
+ cumulativeGasUsed: bigint;
9145
+ effectiveGasPrice: bigint;
9146
+ from: import("viem").Address;
9147
+ gasUsed: bigint;
9148
+ logs: import("viem").Log<bigint, number, false>[];
9149
+ logsBloom: import("viem").Hex;
9150
+ root?: `0x${string}` | undefined;
9151
+ status: "success" | "reverted";
9152
+ to: import("viem").Address | null;
9153
+ transactionHash: import("viem").Hash;
9154
+ transactionIndex: number;
9155
+ type: import("viem/chains").z_TransactionType;
9156
+ feePayer?: `0x${string}` | undefined;
9157
+ feeToken?: `0x${string}` | undefined;
9158
+ } & {};
9159
+ type: "transactionReceipt";
9160
+ };
9161
+ readonly transactionRequest: {
9162
+ exclude: [] | undefined;
9163
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
9164
+ data?: `0x${string}` | undefined;
9165
+ from?: `0x${string}` | undefined;
9166
+ gas?: `0x${string}` | undefined;
9167
+ nonce?: `0x${string}` | undefined;
9168
+ to?: `0x${string}` | null | undefined;
9169
+ type?: "0x0" | undefined;
9170
+ value?: `0x${string}` | undefined;
9171
+ gasPrice?: `0x${string}` | undefined;
9172
+ maxFeePerBlobGas?: undefined | undefined;
9173
+ maxFeePerGas?: undefined | undefined;
9174
+ maxPriorityFeePerGas?: undefined | undefined;
9175
+ blobs?: undefined;
9176
+ blobVersionedHashes?: undefined;
9177
+ kzg?: undefined;
9178
+ accessList?: undefined;
9179
+ sidecars?: undefined;
9180
+ authorizationList?: undefined;
9181
+ calls?: undefined;
9182
+ capabilities?: undefined;
9183
+ feePayer?: undefined;
9184
+ nonceKey?: undefined;
9185
+ keyAuthorization?: undefined;
9186
+ feeToken?: undefined;
9187
+ validAfter?: undefined;
9188
+ signatures?: undefined;
9189
+ validBefore?: undefined;
9190
+ multisig?: undefined;
9191
+ multisigInit?: undefined;
9192
+ multisigSignatureCount?: undefined;
9193
+ } | {
9194
+ data?: `0x${string}` | undefined;
9195
+ from?: `0x${string}` | undefined;
9196
+ gas?: `0x${string}` | undefined;
9197
+ nonce?: `0x${string}` | undefined;
9198
+ to?: `0x${string}` | null | undefined;
9199
+ type?: "0x1" | undefined;
9200
+ value?: `0x${string}` | undefined;
9201
+ gasPrice?: `0x${string}` | undefined;
9202
+ maxFeePerBlobGas?: undefined | undefined;
9203
+ maxFeePerGas?: undefined | undefined;
9204
+ maxPriorityFeePerGas?: undefined | undefined;
9205
+ accessList?: import("viem").AccessList | undefined;
9206
+ blobs?: undefined;
9207
+ blobVersionedHashes?: undefined;
9208
+ kzg?: undefined;
9209
+ sidecars?: undefined;
9210
+ authorizationList?: undefined;
9211
+ calls?: undefined;
9212
+ capabilities?: undefined;
9213
+ feePayer?: undefined;
9214
+ nonceKey?: undefined;
9215
+ keyAuthorization?: undefined;
9216
+ feeToken?: undefined;
9217
+ validAfter?: undefined;
9218
+ signatures?: undefined;
9219
+ validBefore?: undefined;
9220
+ multisig?: undefined;
9221
+ multisigInit?: undefined;
9222
+ multisigSignatureCount?: undefined;
9223
+ } | {
9224
+ data?: `0x${string}` | undefined;
9225
+ from?: `0x${string}` | undefined;
9226
+ gas?: `0x${string}` | undefined;
9227
+ nonce?: `0x${string}` | undefined;
9228
+ to?: `0x${string}` | null | undefined;
9229
+ type?: "0x2" | undefined;
9230
+ value?: `0x${string}` | undefined;
9231
+ gasPrice?: undefined | undefined;
9232
+ maxFeePerBlobGas?: undefined | undefined;
9233
+ maxFeePerGas?: `0x${string}` | undefined;
9234
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9235
+ accessList?: import("viem").AccessList | undefined;
9236
+ blobs?: undefined;
9237
+ blobVersionedHashes?: undefined;
9238
+ kzg?: undefined;
9239
+ sidecars?: undefined;
9240
+ authorizationList?: undefined;
9241
+ calls?: undefined;
9242
+ capabilities?: undefined;
9243
+ feePayer?: undefined;
9244
+ nonceKey?: undefined;
9245
+ keyAuthorization?: undefined;
9246
+ feeToken?: undefined;
9247
+ validAfter?: undefined;
9248
+ signatures?: undefined;
9249
+ validBefore?: undefined;
9250
+ multisig?: undefined;
9251
+ multisigInit?: undefined;
9252
+ multisigSignatureCount?: undefined;
9253
+ } | {
9254
+ type?: "0x3" | undefined;
9255
+ data?: `0x${string}` | undefined;
9256
+ from?: `0x${string}` | undefined;
9257
+ gas?: `0x${string}` | undefined;
9258
+ nonce?: `0x${string}` | undefined;
9259
+ value?: `0x${string}` | undefined;
9260
+ to: `0x${string}` | null;
9261
+ gasPrice?: undefined | undefined;
9262
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9263
+ maxFeePerGas?: `0x${string}` | undefined;
9264
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9265
+ accessList?: import("viem").AccessList | undefined;
9266
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9267
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
9268
+ blobVersionedHashes: readonly import("viem").Hex[];
9269
+ kzg?: undefined;
9270
+ authorizationList?: undefined;
9271
+ calls?: undefined;
9272
+ capabilities?: undefined;
9273
+ feePayer?: undefined;
9274
+ nonceKey?: undefined;
9275
+ keyAuthorization?: undefined;
9276
+ feeToken?: undefined;
9277
+ validAfter?: undefined;
9278
+ signatures?: undefined;
9279
+ validBefore?: undefined;
9280
+ multisig?: undefined;
9281
+ multisigInit?: undefined;
9282
+ multisigSignatureCount?: undefined;
9283
+ } | {
9284
+ type?: "0x3" | undefined;
9285
+ data?: `0x${string}` | undefined;
9286
+ from?: `0x${string}` | undefined;
9287
+ gas?: `0x${string}` | undefined;
9288
+ nonce?: `0x${string}` | undefined;
9289
+ value?: `0x${string}` | undefined;
9290
+ to: `0x${string}` | null;
9291
+ gasPrice?: undefined | undefined;
9292
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9293
+ maxFeePerGas?: `0x${string}` | undefined;
9294
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9295
+ accessList?: import("viem").AccessList | undefined;
9296
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9297
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
9298
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
9299
+ kzg?: import("viem").Kzg | undefined;
9300
+ authorizationList?: undefined;
9301
+ calls?: undefined;
9302
+ capabilities?: undefined;
9303
+ feePayer?: undefined;
9304
+ nonceKey?: undefined;
9305
+ keyAuthorization?: undefined;
9306
+ feeToken?: undefined;
9307
+ validAfter?: undefined;
9308
+ signatures?: undefined;
9309
+ validBefore?: undefined;
9310
+ multisig?: undefined;
9311
+ multisigInit?: undefined;
9312
+ multisigSignatureCount?: undefined;
9313
+ } | {
9314
+ type?: "0x4" | undefined;
9315
+ gasPrice?: undefined | undefined;
9316
+ maxFeePerBlobGas?: undefined | undefined;
9317
+ maxFeePerGas?: `0x${string}` | undefined;
9318
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9319
+ to?: `0x${string}` | null | undefined;
9320
+ data?: `0x${string}` | undefined;
9321
+ from?: `0x${string}` | undefined;
9322
+ gas?: `0x${string}` | undefined;
9323
+ nonce?: `0x${string}` | undefined;
9324
+ value?: `0x${string}` | undefined;
9325
+ accessList?: import("viem").AccessList | undefined;
9326
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
9327
+ blobs?: undefined;
9328
+ blobVersionedHashes?: undefined;
9329
+ kzg?: undefined;
9330
+ sidecars?: undefined;
9331
+ calls?: undefined;
9332
+ capabilities?: undefined;
9333
+ feePayer?: undefined;
9334
+ nonceKey?: undefined;
9335
+ keyAuthorization?: undefined;
9336
+ feeToken?: undefined;
9337
+ validAfter?: undefined;
9338
+ signatures?: undefined;
9339
+ validBefore?: undefined;
9340
+ multisig?: undefined;
9341
+ multisigInit?: undefined;
9342
+ multisigSignatureCount?: undefined;
9343
+ } | {
9344
+ data?: `0x${string}` | undefined;
9345
+ from?: `0x${string}` | undefined;
9346
+ gas?: `0x${string}` | undefined;
9347
+ nonce?: `0x${string}` | undefined;
9348
+ to?: `0x${string}` | null | undefined;
9349
+ type?: "0x76" | undefined;
9350
+ value?: `0x${string}` | undefined;
9351
+ gasPrice?: undefined | undefined;
9352
+ maxFeePerBlobGas?: undefined | undefined;
9353
+ maxFeePerGas?: `0x${string}` | undefined;
9354
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9355
+ accessList?: import("viem").AccessList | undefined;
9356
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
9357
+ capabilities?: {
9358
+ [x: string]: any;
9359
+ } | undefined;
9360
+ feePayer?: true | import("viem").Account | undefined;
9361
+ feeToken?: bigint | import("viem/chains").Address | undefined;
9362
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
9363
+ multisig?: {
9364
+ salt?: `0x${string}` | undefined;
9365
+ threshold: `0x${string}`;
9366
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
9367
+ } | undefined;
9368
+ multisigInit?: {
9369
+ salt: import("ox/Hex").Hex;
9370
+ threshold: number;
9371
+ owners: readonly {
9372
+ owner: import("viem").Address;
9373
+ weight: number;
9374
+ }[];
9375
+ } | undefined | undefined;
9376
+ multisigSignatureCount?: number | undefined | undefined;
9377
+ nonceKey?: `0x${string}` | "expiring" | undefined;
9378
+ signatures?: readonly `0x${string}`[] | undefined;
9379
+ validBefore?: `0x${string}` | undefined;
9380
+ validAfter?: `0x${string}` | undefined;
9381
+ blobs?: undefined;
9382
+ blobVersionedHashes?: undefined;
9383
+ kzg?: undefined;
9384
+ sidecars?: undefined;
9385
+ authorizationList?: undefined;
9386
+ }) & {};
9387
+ type: "transactionRequest";
9388
+ };
9389
+ };
9390
+ readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
9391
+ client: import("viem").Client;
9392
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
9393
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
9394
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
9395
+ }];
9396
+ readonly serializers: {
9397
+ readonly transaction: import("viem").SerializeTransactionFn;
9398
+ };
9399
+ readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
9400
+ }>, extended_1>) & (<const extended_1 extends {
9401
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
9402
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
9403
+ }>(extended: extended_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
9404
+ readonly blockExplorers: {
9405
+ readonly default: {
9406
+ readonly name: "Tempo Explorer";
9407
+ readonly url: "https://explore.tempo.xyz";
9408
+ };
9409
+ };
9410
+ readonly blockTime: 1000;
9411
+ readonly ensTlds?: readonly string[] | undefined;
9412
+ readonly nativeCurrency: {
9413
+ readonly name: "USD";
9414
+ readonly symbol: "USD";
9415
+ readonly decimals: 6;
9416
+ };
9417
+ readonly experimental_preconfirmationTime?: number | undefined | undefined;
9418
+ readonly supportsTransactionReplacementDetection?: boolean | undefined | undefined;
9419
+ readonly testnet?: boolean | undefined | undefined;
9420
+ readonly custom?: Record<string, unknown> | undefined;
9421
+ readonly extendSchema: {
9422
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
9423
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
9424
+ };
9425
+ readonly fees?: import("viem").ChainFees<undefined> | undefined;
9426
+ readonly formatters: {
9427
+ readonly transaction: {
9428
+ exclude: never[] | undefined;
9429
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
9430
+ r: import("viem").Hex;
9431
+ s: import("viem").Hex;
9432
+ v: bigint;
9433
+ to: import("viem").Address | null;
9434
+ from: import("viem").Address;
9435
+ gas: bigint;
9436
+ nonce: number;
9437
+ value: bigint;
9438
+ blockHash: `0x${string}` | null;
9439
+ blockNumber: bigint | null;
9440
+ blockTimestamp?: bigint | undefined;
9441
+ hash: import("viem").Hash;
9442
+ input: import("viem").Hex;
9443
+ transactionIndex: number | null;
9444
+ typeHex: import("viem").Hex | null;
9445
+ accessList?: undefined | undefined;
9446
+ authorizationList?: undefined | undefined;
9447
+ blobVersionedHashes?: undefined | undefined;
9448
+ chainId?: number | undefined;
9449
+ yParity?: undefined | undefined;
9450
+ type: "legacy";
9451
+ gasPrice: bigint;
9452
+ maxFeePerBlobGas?: undefined | undefined;
9453
+ maxFeePerGas?: undefined | undefined;
9454
+ maxPriorityFeePerGas?: undefined | undefined;
9455
+ signature?: undefined;
9456
+ calls?: undefined;
9457
+ feePayerSignature?: undefined;
9458
+ nonceKey?: undefined;
9459
+ keyAuthorization?: undefined;
9460
+ feeToken?: undefined;
9461
+ validAfter?: undefined;
9462
+ validBefore?: undefined;
9463
+ } | {
9464
+ blockHash: `0x${string}` | null;
9465
+ blockNumber: bigint | null;
9466
+ blockTimestamp?: bigint | undefined;
9467
+ from: import("viem").Address;
9468
+ gas: bigint;
9469
+ hash: import("viem").Hash;
9470
+ input: import("viem").Hex;
9471
+ nonce: number;
9472
+ r: import("viem").Hex;
9473
+ s: import("viem").Hex;
9474
+ to: import("viem").Address | null;
9475
+ transactionIndex: number | null;
9476
+ typeHex: import("viem").Hex | null;
9477
+ v: bigint;
9478
+ value: bigint;
9479
+ yParity: number;
9480
+ accessList: import("viem").AccessList;
9481
+ authorizationList?: undefined | undefined;
9482
+ blobVersionedHashes?: undefined | undefined;
9483
+ chainId: number;
9484
+ type: "eip2930";
9485
+ gasPrice: bigint;
9486
+ maxFeePerBlobGas?: undefined | undefined;
9487
+ maxFeePerGas?: undefined | undefined;
9488
+ maxPriorityFeePerGas?: undefined | undefined;
9489
+ signature?: undefined;
9490
+ calls?: undefined;
9491
+ feePayerSignature?: undefined;
9492
+ nonceKey?: undefined;
9493
+ keyAuthorization?: undefined;
9494
+ feeToken?: undefined;
9495
+ validAfter?: undefined;
9496
+ validBefore?: undefined;
9497
+ } | {
9498
+ blockHash: `0x${string}` | null;
9499
+ blockNumber: bigint | null;
9500
+ blockTimestamp?: bigint | undefined;
9501
+ from: import("viem").Address;
9502
+ gas: bigint;
9503
+ hash: import("viem").Hash;
9504
+ input: import("viem").Hex;
9505
+ nonce: number;
9506
+ r: import("viem").Hex;
9507
+ s: import("viem").Hex;
9508
+ to: import("viem").Address | null;
9509
+ transactionIndex: number | null;
9510
+ typeHex: import("viem").Hex | null;
9511
+ v: bigint;
9512
+ value: bigint;
9513
+ yParity: number;
9514
+ accessList: import("viem").AccessList;
9515
+ authorizationList?: undefined | undefined;
9516
+ blobVersionedHashes?: undefined | undefined;
9517
+ chainId: number;
9518
+ type: "eip1559";
9519
+ gasPrice?: undefined | undefined;
9520
+ maxFeePerBlobGas?: undefined | undefined;
9521
+ maxFeePerGas: bigint;
9522
+ maxPriorityFeePerGas: bigint;
9523
+ signature?: undefined;
9524
+ calls?: undefined;
9525
+ feePayerSignature?: undefined;
9526
+ nonceKey?: undefined;
9527
+ keyAuthorization?: undefined;
9528
+ feeToken?: undefined;
9529
+ validAfter?: undefined;
9530
+ validBefore?: undefined;
9531
+ } | {
9532
+ blockHash: `0x${string}` | null;
9533
+ blockNumber: bigint | null;
9534
+ blockTimestamp?: bigint | undefined;
9535
+ from: import("viem").Address;
9536
+ gas: bigint;
9537
+ hash: import("viem").Hash;
9538
+ input: import("viem").Hex;
9539
+ nonce: number;
9540
+ r: import("viem").Hex;
9541
+ s: import("viem").Hex;
9542
+ to: import("viem").Address | null;
9543
+ transactionIndex: number | null;
9544
+ typeHex: import("viem").Hex | null;
9545
+ v: bigint;
9546
+ value: bigint;
9547
+ yParity: number;
9548
+ accessList: import("viem").AccessList;
9549
+ authorizationList?: undefined | undefined;
9550
+ blobVersionedHashes: readonly import("viem").Hex[];
9551
+ chainId: number;
9552
+ type: "eip4844";
9553
+ gasPrice?: undefined | undefined;
9554
+ maxFeePerBlobGas: bigint;
9555
+ maxFeePerGas: bigint;
9556
+ maxPriorityFeePerGas: bigint;
9557
+ signature?: undefined;
9558
+ calls?: undefined;
9559
+ feePayerSignature?: undefined;
9560
+ nonceKey?: undefined;
9561
+ keyAuthorization?: undefined;
9562
+ feeToken?: undefined;
9563
+ validAfter?: undefined;
9564
+ validBefore?: undefined;
9565
+ } | {
9566
+ blockHash: `0x${string}` | null;
9567
+ blockNumber: bigint | null;
9568
+ blockTimestamp?: bigint | undefined;
9569
+ from: import("viem").Address;
9570
+ gas: bigint;
9571
+ hash: import("viem").Hash;
9572
+ input: import("viem").Hex;
9573
+ nonce: number;
9574
+ r: import("viem").Hex;
9575
+ s: import("viem").Hex;
9576
+ to: import("viem").Address | null;
9577
+ transactionIndex: number | null;
9578
+ typeHex: import("viem").Hex | null;
9579
+ v: bigint;
9580
+ value: bigint;
9581
+ yParity: number;
9582
+ accessList: import("viem").AccessList;
9583
+ authorizationList: import("viem").SignedAuthorizationList;
9584
+ blobVersionedHashes?: undefined | undefined;
9585
+ chainId: number;
9586
+ type: "eip7702";
9587
+ gasPrice?: undefined | undefined;
9588
+ maxFeePerBlobGas?: undefined | undefined;
9589
+ maxFeePerGas: bigint;
9590
+ maxPriorityFeePerGas: bigint;
9591
+ signature?: undefined;
9592
+ calls?: undefined;
9593
+ feePayerSignature?: undefined;
9594
+ nonceKey?: undefined;
9595
+ keyAuthorization?: undefined;
9596
+ feeToken?: undefined;
9597
+ validAfter?: undefined;
9598
+ validBefore?: undefined;
9599
+ } | {
9600
+ from: import("viem").Address;
9601
+ gas: bigint;
9602
+ nonce: number;
9603
+ blockHash: `0x${string}` | null;
9604
+ blockNumber: bigint | null;
9605
+ blockTimestamp?: bigint | undefined;
9606
+ hash: import("viem").Hash;
9607
+ transactionIndex: number | null;
9608
+ typeHex: import("viem").Hex | null;
9609
+ r?: `0x${string}` | undefined;
9610
+ s?: `0x${string}` | undefined;
9611
+ v?: bigint | undefined;
9612
+ yParity?: number | undefined;
9613
+ accessList: import("viem").AccessList;
9614
+ authorizationList?: readonly {
9615
+ address: import("viem/chains").Address;
9616
+ chainId: number;
9617
+ nonce: bigint;
9618
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
9619
+ }[] | undefined;
9620
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
9621
+ chainId: number;
9622
+ feeToken?: `0x${string}` | undefined;
9623
+ feePayerSignature?: import("viem").Signature | undefined;
9624
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
9625
+ nonceKey?: bigint | undefined;
9626
+ signature: import("viem/chains").SignatureEnvelope;
9627
+ type: "tempo";
9628
+ validBefore?: number | undefined;
9629
+ validAfter?: number | undefined;
9630
+ gasPrice?: undefined | undefined;
9631
+ maxFeePerBlobGas?: undefined | undefined;
9632
+ maxFeePerGas: bigint;
9633
+ maxPriorityFeePerGas: bigint;
9634
+ to?: undefined;
9635
+ value?: undefined;
9636
+ blobVersionedHashes?: undefined;
9637
+ input?: undefined;
9638
+ }) & {};
9639
+ type: "transaction";
9640
+ };
9641
+ readonly transactionReceipt: {
9642
+ exclude: [] | undefined;
9643
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
9644
+ blobGasPrice?: bigint | undefined;
9645
+ blobGasUsed?: bigint | undefined;
9646
+ blockHash: import("viem").Hash;
9647
+ blockNumber: bigint;
9648
+ blockTimestamp?: bigint | undefined;
9649
+ contractAddress: import("viem").Address | null | undefined;
9650
+ cumulativeGasUsed: bigint;
9651
+ effectiveGasPrice: bigint;
9652
+ from: import("viem").Address;
9653
+ gasUsed: bigint;
9654
+ logs: import("viem").Log<bigint, number, false>[];
9655
+ logsBloom: import("viem").Hex;
9656
+ root?: `0x${string}` | undefined;
9657
+ status: "success" | "reverted";
9658
+ to: import("viem").Address | null;
9659
+ transactionHash: import("viem").Hash;
9660
+ transactionIndex: number;
9661
+ type: import("viem/chains").z_TransactionType;
9662
+ feePayer?: `0x${string}` | undefined;
9663
+ feeToken?: `0x${string}` | undefined;
9664
+ } & {};
9665
+ type: "transactionReceipt";
9666
+ };
9667
+ readonly transactionRequest: {
9668
+ exclude: [] | undefined;
9669
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
9670
+ data?: `0x${string}` | undefined;
9671
+ from?: `0x${string}` | undefined;
9672
+ gas?: `0x${string}` | undefined;
9673
+ nonce?: `0x${string}` | undefined;
9674
+ to?: `0x${string}` | null | undefined;
9675
+ type?: "0x0" | undefined;
9676
+ value?: `0x${string}` | undefined;
9677
+ gasPrice?: `0x${string}` | undefined;
9678
+ maxFeePerBlobGas?: undefined | undefined;
9679
+ maxFeePerGas?: undefined | undefined;
9680
+ maxPriorityFeePerGas?: undefined | undefined;
9681
+ blobs?: undefined;
9682
+ blobVersionedHashes?: undefined;
9683
+ kzg?: undefined;
9684
+ accessList?: undefined;
9685
+ sidecars?: undefined;
9686
+ authorizationList?: undefined;
9687
+ calls?: undefined;
9688
+ capabilities?: undefined;
9689
+ feePayer?: undefined;
9690
+ nonceKey?: undefined;
9691
+ keyAuthorization?: undefined;
9692
+ feeToken?: undefined;
9693
+ validAfter?: undefined;
9694
+ signatures?: undefined;
9695
+ validBefore?: undefined;
9696
+ multisig?: undefined;
9697
+ multisigInit?: undefined;
9698
+ multisigSignatureCount?: undefined;
9699
+ } | {
9700
+ data?: `0x${string}` | undefined;
9701
+ from?: `0x${string}` | undefined;
9702
+ gas?: `0x${string}` | undefined;
9703
+ nonce?: `0x${string}` | undefined;
9704
+ to?: `0x${string}` | null | undefined;
9705
+ type?: "0x1" | undefined;
9706
+ value?: `0x${string}` | undefined;
9707
+ gasPrice?: `0x${string}` | undefined;
9708
+ maxFeePerBlobGas?: undefined | undefined;
9709
+ maxFeePerGas?: undefined | undefined;
9710
+ maxPriorityFeePerGas?: undefined | undefined;
9711
+ accessList?: import("viem").AccessList | undefined;
9712
+ blobs?: undefined;
9713
+ blobVersionedHashes?: undefined;
9714
+ kzg?: undefined;
9715
+ sidecars?: undefined;
9716
+ authorizationList?: undefined;
9717
+ calls?: undefined;
9718
+ capabilities?: undefined;
9719
+ feePayer?: undefined;
9720
+ nonceKey?: undefined;
9721
+ keyAuthorization?: undefined;
9722
+ feeToken?: undefined;
9723
+ validAfter?: undefined;
9724
+ signatures?: undefined;
9725
+ validBefore?: undefined;
9726
+ multisig?: undefined;
9727
+ multisigInit?: undefined;
9728
+ multisigSignatureCount?: undefined;
9729
+ } | {
9730
+ data?: `0x${string}` | undefined;
9731
+ from?: `0x${string}` | undefined;
9732
+ gas?: `0x${string}` | undefined;
9733
+ nonce?: `0x${string}` | undefined;
9734
+ to?: `0x${string}` | null | undefined;
9735
+ type?: "0x2" | undefined;
9736
+ value?: `0x${string}` | undefined;
9737
+ gasPrice?: undefined | undefined;
9738
+ maxFeePerBlobGas?: undefined | undefined;
9739
+ maxFeePerGas?: `0x${string}` | undefined;
9740
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9741
+ accessList?: import("viem").AccessList | undefined;
9742
+ blobs?: undefined;
9743
+ blobVersionedHashes?: undefined;
9744
+ kzg?: undefined;
9745
+ sidecars?: undefined;
9746
+ authorizationList?: undefined;
9747
+ calls?: undefined;
9748
+ capabilities?: undefined;
9749
+ feePayer?: undefined;
9750
+ nonceKey?: undefined;
9751
+ keyAuthorization?: undefined;
9752
+ feeToken?: undefined;
9753
+ validAfter?: undefined;
9754
+ signatures?: undefined;
9755
+ validBefore?: undefined;
9756
+ multisig?: undefined;
9757
+ multisigInit?: undefined;
9758
+ multisigSignatureCount?: undefined;
9759
+ } | {
9760
+ type?: "0x3" | undefined;
9761
+ data?: `0x${string}` | undefined;
9762
+ from?: `0x${string}` | undefined;
9763
+ gas?: `0x${string}` | undefined;
9764
+ nonce?: `0x${string}` | undefined;
9765
+ value?: `0x${string}` | undefined;
9766
+ to: `0x${string}` | null;
9767
+ gasPrice?: undefined | undefined;
9768
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9769
+ maxFeePerGas?: `0x${string}` | undefined;
9770
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9771
+ accessList?: import("viem").AccessList | undefined;
9772
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9773
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
9774
+ blobVersionedHashes: readonly import("viem").Hex[];
9775
+ kzg?: undefined;
9776
+ authorizationList?: undefined;
9777
+ calls?: undefined;
9778
+ capabilities?: undefined;
9779
+ feePayer?: undefined;
9780
+ nonceKey?: undefined;
9781
+ keyAuthorization?: undefined;
9782
+ feeToken?: undefined;
9783
+ validAfter?: undefined;
9784
+ signatures?: undefined;
9785
+ validBefore?: undefined;
9786
+ multisig?: undefined;
9787
+ multisigInit?: undefined;
9788
+ multisigSignatureCount?: undefined;
9789
+ } | {
9790
+ type?: "0x3" | undefined;
9791
+ data?: `0x${string}` | undefined;
9792
+ from?: `0x${string}` | undefined;
9793
+ gas?: `0x${string}` | undefined;
9794
+ nonce?: `0x${string}` | undefined;
9795
+ value?: `0x${string}` | undefined;
9796
+ to: `0x${string}` | null;
9797
+ gasPrice?: undefined | undefined;
9798
+ maxFeePerBlobGas?: `0x${string}` | undefined;
9799
+ maxFeePerGas?: `0x${string}` | undefined;
9800
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9801
+ accessList?: import("viem").AccessList | undefined;
9802
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
9803
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
9804
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
9805
+ kzg?: import("viem").Kzg | undefined;
9806
+ authorizationList?: undefined;
9807
+ calls?: undefined;
9808
+ capabilities?: undefined;
9809
+ feePayer?: undefined;
9810
+ nonceKey?: undefined;
9811
+ keyAuthorization?: undefined;
9812
+ feeToken?: undefined;
9813
+ validAfter?: undefined;
9814
+ signatures?: undefined;
9815
+ validBefore?: undefined;
9816
+ multisig?: undefined;
9817
+ multisigInit?: undefined;
9818
+ multisigSignatureCount?: undefined;
9819
+ } | {
9820
+ type?: "0x4" | undefined;
9821
+ gasPrice?: undefined | undefined;
9822
+ maxFeePerBlobGas?: undefined | undefined;
9823
+ maxFeePerGas?: `0x${string}` | undefined;
9824
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9825
+ to?: `0x${string}` | null | undefined;
9826
+ data?: `0x${string}` | undefined;
9827
+ from?: `0x${string}` | undefined;
9828
+ gas?: `0x${string}` | undefined;
9829
+ nonce?: `0x${string}` | undefined;
9830
+ value?: `0x${string}` | undefined;
9831
+ accessList?: import("viem").AccessList | undefined;
9832
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
9833
+ blobs?: undefined;
9834
+ blobVersionedHashes?: undefined;
9835
+ kzg?: undefined;
9836
+ sidecars?: undefined;
9837
+ calls?: undefined;
9838
+ capabilities?: undefined;
9839
+ feePayer?: undefined;
9840
+ nonceKey?: undefined;
9841
+ keyAuthorization?: undefined;
9842
+ feeToken?: undefined;
9843
+ validAfter?: undefined;
9844
+ signatures?: undefined;
9845
+ validBefore?: undefined;
9846
+ multisig?: undefined;
9847
+ multisigInit?: undefined;
9848
+ multisigSignatureCount?: undefined;
9849
+ } | {
9850
+ data?: `0x${string}` | undefined;
9851
+ from?: `0x${string}` | undefined;
9852
+ gas?: `0x${string}` | undefined;
9853
+ nonce?: `0x${string}` | undefined;
9854
+ to?: `0x${string}` | null | undefined;
9855
+ type?: "0x76" | undefined;
9856
+ value?: `0x${string}` | undefined;
9857
+ gasPrice?: undefined | undefined;
9858
+ maxFeePerBlobGas?: undefined | undefined;
9859
+ maxFeePerGas?: `0x${string}` | undefined;
9860
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
9861
+ accessList?: import("viem").AccessList | undefined;
9862
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
9863
+ capabilities?: {
9864
+ [x: string]: any;
9865
+ } | undefined;
9866
+ feePayer?: true | import("viem").Account | undefined;
9867
+ feeToken?: bigint | import("viem/chains").Address | undefined;
9868
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
9869
+ multisig?: {
9870
+ salt?: `0x${string}` | undefined;
9871
+ threshold: `0x${string}`;
9872
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
9873
+ } | undefined;
9874
+ multisigInit?: {
9875
+ salt: import("ox/Hex").Hex;
9876
+ threshold: number;
9877
+ owners: readonly {
9878
+ owner: import("viem").Address;
9879
+ weight: number;
9880
+ }[];
9881
+ } | undefined | undefined;
9882
+ multisigSignatureCount?: number | undefined | undefined;
9883
+ nonceKey?: `0x${string}` | "expiring" | undefined;
9884
+ signatures?: readonly `0x${string}`[] | undefined;
9885
+ validBefore?: `0x${string}` | undefined;
9886
+ validAfter?: `0x${string}` | undefined;
9887
+ blobs?: undefined;
9888
+ blobVersionedHashes?: undefined;
9889
+ kzg?: undefined;
9890
+ sidecars?: undefined;
9891
+ authorizationList?: undefined;
9892
+ }) & {};
9893
+ type: "transactionRequest";
9894
+ };
9895
+ };
9896
+ readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
9897
+ client: import("viem").Client;
9898
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
9899
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
9900
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
9901
+ }];
9902
+ readonly serializers: {
9903
+ readonly transaction: import("viem").SerializeTransactionFn;
9904
+ };
9905
+ readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
9906
+ readonly extend: <const extended_1_1 extends {
9907
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
9908
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
9909
+ }>(extended: extended_1_1) => import("viem").Assign<import("viem").Assign<import("viem").Chain<undefined>, {
9910
+ readonly id: 4217;
9911
+ readonly blockExplorers: {
9912
+ readonly default: {
9913
+ readonly name: "Tempo Explorer";
9914
+ readonly url: "https://explore.tempo.xyz";
9915
+ };
9916
+ };
9917
+ readonly name: "Tempo Mainnet";
9918
+ readonly nativeCurrency: {
9919
+ readonly name: "USD";
9920
+ readonly symbol: "USD";
9921
+ readonly decimals: 6;
9922
+ };
9923
+ readonly rpcUrls: {
9924
+ readonly default: {
9925
+ readonly http: readonly ["https://rpc.tempo.xyz"];
9926
+ readonly webSocket: readonly ["wss://rpc.tempo.xyz"];
9927
+ };
9928
+ };
9929
+ readonly blockTime: 1000;
9930
+ readonly extendSchema: {
9931
+ feeToken?: import("viem/chains").TokenIdOrAddress | undefined;
9932
+ hardfork?: ("genesis" | "t0" | "t1" | "t1a" | "t1b" | "t1c" | "t2" | "t3" | "t4" | "t5" | "t6") | undefined;
9933
+ };
9934
+ readonly formatters: {
9935
+ readonly transaction: {
9936
+ exclude: never[] | undefined;
9937
+ format: (args: import("viem/chains").z_TransactionRpc, action?: string | undefined) => ({
9938
+ r: import("viem").Hex;
9939
+ s: import("viem").Hex;
9940
+ v: bigint;
9941
+ to: import("viem").Address | null;
9942
+ from: import("viem").Address;
9943
+ gas: bigint;
9944
+ nonce: number;
9945
+ value: bigint;
9946
+ blockHash: `0x${string}` | null;
9947
+ blockNumber: bigint | null;
9948
+ blockTimestamp?: bigint | undefined;
9949
+ hash: import("viem").Hash;
9950
+ input: import("viem").Hex;
9951
+ transactionIndex: number | null;
9952
+ typeHex: import("viem").Hex | null;
9953
+ accessList?: undefined | undefined;
9954
+ authorizationList?: undefined | undefined;
9955
+ blobVersionedHashes?: undefined | undefined;
9956
+ chainId?: number | undefined;
9957
+ yParity?: undefined | undefined;
9958
+ type: "legacy";
9959
+ gasPrice: bigint;
9960
+ maxFeePerBlobGas?: undefined | undefined;
9961
+ maxFeePerGas?: undefined | undefined;
9962
+ maxPriorityFeePerGas?: undefined | undefined;
9963
+ signature?: undefined;
9964
+ calls?: undefined;
9965
+ feePayerSignature?: undefined;
9966
+ nonceKey?: undefined;
9967
+ keyAuthorization?: undefined;
9968
+ feeToken?: undefined;
9969
+ validAfter?: undefined;
9970
+ validBefore?: undefined;
9971
+ } | {
9972
+ blockHash: `0x${string}` | null;
9973
+ blockNumber: bigint | null;
9974
+ blockTimestamp?: bigint | undefined;
9975
+ from: import("viem").Address;
9976
+ gas: bigint;
9977
+ hash: import("viem").Hash;
9978
+ input: import("viem").Hex;
9979
+ nonce: number;
9980
+ r: import("viem").Hex;
9981
+ s: import("viem").Hex;
9982
+ to: import("viem").Address | null;
9983
+ transactionIndex: number | null;
9984
+ typeHex: import("viem").Hex | null;
9985
+ v: bigint;
9986
+ value: bigint;
9987
+ yParity: number;
9988
+ accessList: import("viem").AccessList;
9989
+ authorizationList?: undefined | undefined;
9990
+ blobVersionedHashes?: undefined | undefined;
9991
+ chainId: number;
9992
+ type: "eip2930";
9993
+ gasPrice: bigint;
9994
+ maxFeePerBlobGas?: undefined | undefined;
9995
+ maxFeePerGas?: undefined | undefined;
9996
+ maxPriorityFeePerGas?: undefined | undefined;
9997
+ signature?: undefined;
9998
+ calls?: undefined;
9999
+ feePayerSignature?: undefined;
10000
+ nonceKey?: undefined;
10001
+ keyAuthorization?: undefined;
10002
+ feeToken?: undefined;
10003
+ validAfter?: undefined;
10004
+ validBefore?: undefined;
10005
+ } | {
10006
+ blockHash: `0x${string}` | null;
10007
+ blockNumber: bigint | null;
10008
+ blockTimestamp?: bigint | undefined;
10009
+ from: import("viem").Address;
10010
+ gas: bigint;
10011
+ hash: import("viem").Hash;
10012
+ input: import("viem").Hex;
10013
+ nonce: number;
10014
+ r: import("viem").Hex;
10015
+ s: import("viem").Hex;
10016
+ to: import("viem").Address | null;
10017
+ transactionIndex: number | null;
10018
+ typeHex: import("viem").Hex | null;
10019
+ v: bigint;
10020
+ value: bigint;
10021
+ yParity: number;
10022
+ accessList: import("viem").AccessList;
10023
+ authorizationList?: undefined | undefined;
10024
+ blobVersionedHashes?: undefined | undefined;
10025
+ chainId: number;
10026
+ type: "eip1559";
10027
+ gasPrice?: undefined | undefined;
10028
+ maxFeePerBlobGas?: undefined | undefined;
10029
+ maxFeePerGas: bigint;
10030
+ maxPriorityFeePerGas: bigint;
10031
+ signature?: undefined;
10032
+ calls?: undefined;
10033
+ feePayerSignature?: undefined;
10034
+ nonceKey?: undefined;
10035
+ keyAuthorization?: undefined;
10036
+ feeToken?: undefined;
10037
+ validAfter?: undefined;
10038
+ validBefore?: undefined;
10039
+ } | {
10040
+ blockHash: `0x${string}` | null;
10041
+ blockNumber: bigint | null;
10042
+ blockTimestamp?: bigint | undefined;
10043
+ from: import("viem").Address;
10044
+ gas: bigint;
10045
+ hash: import("viem").Hash;
10046
+ input: import("viem").Hex;
10047
+ nonce: number;
10048
+ r: import("viem").Hex;
10049
+ s: import("viem").Hex;
10050
+ to: import("viem").Address | null;
10051
+ transactionIndex: number | null;
10052
+ typeHex: import("viem").Hex | null;
10053
+ v: bigint;
10054
+ value: bigint;
10055
+ yParity: number;
10056
+ accessList: import("viem").AccessList;
10057
+ authorizationList?: undefined | undefined;
10058
+ blobVersionedHashes: readonly import("viem").Hex[];
10059
+ chainId: number;
10060
+ type: "eip4844";
10061
+ gasPrice?: undefined | undefined;
10062
+ maxFeePerBlobGas: bigint;
10063
+ maxFeePerGas: bigint;
10064
+ maxPriorityFeePerGas: bigint;
10065
+ signature?: undefined;
10066
+ calls?: undefined;
10067
+ feePayerSignature?: undefined;
10068
+ nonceKey?: undefined;
10069
+ keyAuthorization?: undefined;
10070
+ feeToken?: undefined;
10071
+ validAfter?: undefined;
10072
+ validBefore?: undefined;
10073
+ } | {
10074
+ blockHash: `0x${string}` | null;
10075
+ blockNumber: bigint | null;
10076
+ blockTimestamp?: bigint | undefined;
10077
+ from: import("viem").Address;
10078
+ gas: bigint;
10079
+ hash: import("viem").Hash;
10080
+ input: import("viem").Hex;
10081
+ nonce: number;
10082
+ r: import("viem").Hex;
10083
+ s: import("viem").Hex;
10084
+ to: import("viem").Address | null;
10085
+ transactionIndex: number | null;
10086
+ typeHex: import("viem").Hex | null;
10087
+ v: bigint;
10088
+ value: bigint;
10089
+ yParity: number;
10090
+ accessList: import("viem").AccessList;
10091
+ authorizationList: import("viem").SignedAuthorizationList;
10092
+ blobVersionedHashes?: undefined | undefined;
10093
+ chainId: number;
10094
+ type: "eip7702";
10095
+ gasPrice?: undefined | undefined;
10096
+ maxFeePerBlobGas?: undefined | undefined;
10097
+ maxFeePerGas: bigint;
10098
+ maxPriorityFeePerGas: bigint;
10099
+ signature?: undefined;
10100
+ calls?: undefined;
10101
+ feePayerSignature?: undefined;
10102
+ nonceKey?: undefined;
10103
+ keyAuthorization?: undefined;
10104
+ feeToken?: undefined;
10105
+ validAfter?: undefined;
10106
+ validBefore?: undefined;
10107
+ } | {
10108
+ from: import("viem").Address;
10109
+ gas: bigint;
10110
+ nonce: number;
10111
+ blockHash: `0x${string}` | null;
10112
+ blockNumber: bigint | null;
10113
+ blockTimestamp?: bigint | undefined;
10114
+ hash: import("viem").Hash;
10115
+ transactionIndex: number | null;
10116
+ typeHex: import("viem").Hex | null;
10117
+ r?: `0x${string}` | undefined;
10118
+ s?: `0x${string}` | undefined;
10119
+ v?: bigint | undefined;
10120
+ yParity?: number | undefined;
10121
+ accessList: import("viem").AccessList;
10122
+ authorizationList?: readonly {
10123
+ address: import("viem/chains").Address;
10124
+ chainId: number;
10125
+ nonce: bigint;
10126
+ signature: import("viem/chains").SignatureEnvelope<bigint, number>;
10127
+ }[] | undefined;
10128
+ calls: readonly import("viem/chains").Call<bigint, `0x${string}`>[];
10129
+ chainId: number;
10130
+ feeToken?: `0x${string}` | undefined;
10131
+ feePayerSignature?: import("viem").Signature | undefined;
10132
+ keyAuthorization?: import("viem/chains").Signed<bigint, number, `0x${string}`> | null | undefined;
10133
+ nonceKey?: bigint | undefined;
10134
+ signature: import("viem/chains").SignatureEnvelope;
10135
+ type: "tempo";
10136
+ validBefore?: number | undefined;
10137
+ validAfter?: number | undefined;
10138
+ gasPrice?: undefined | undefined;
10139
+ maxFeePerBlobGas?: undefined | undefined;
10140
+ maxFeePerGas: bigint;
10141
+ maxPriorityFeePerGas: bigint;
10142
+ to?: undefined;
10143
+ value?: undefined;
10144
+ blobVersionedHashes?: undefined;
10145
+ input?: undefined;
10146
+ }) & {};
10147
+ type: "transaction";
10148
+ };
10149
+ readonly transactionReceipt: {
10150
+ exclude: [] | undefined;
10151
+ format: (args: import("viem/chains").z_TransactionReceiptRpc, action?: string | undefined) => {
10152
+ blobGasPrice?: bigint | undefined;
10153
+ blobGasUsed?: bigint | undefined;
10154
+ blockHash: import("viem").Hash;
10155
+ blockNumber: bigint;
10156
+ blockTimestamp?: bigint | undefined;
10157
+ contractAddress: import("viem").Address | null | undefined;
10158
+ cumulativeGasUsed: bigint;
10159
+ effectiveGasPrice: bigint;
10160
+ from: import("viem").Address;
10161
+ gasUsed: bigint;
10162
+ logs: import("viem").Log<bigint, number, false>[];
10163
+ logsBloom: import("viem").Hex;
10164
+ root?: `0x${string}` | undefined;
10165
+ status: "success" | "reverted";
10166
+ to: import("viem").Address | null;
10167
+ transactionHash: import("viem").Hash;
10168
+ transactionIndex: number;
10169
+ type: import("viem/chains").z_TransactionType;
10170
+ feePayer?: `0x${string}` | undefined;
10171
+ feeToken?: `0x${string}` | undefined;
10172
+ } & {};
10173
+ type: "transactionReceipt";
10174
+ };
10175
+ readonly transactionRequest: {
10176
+ exclude: [] | undefined;
10177
+ format: (args: import("viem/chains").z_TransactionRequest, action?: string | undefined) => ({
10178
+ data?: `0x${string}` | undefined;
10179
+ from?: `0x${string}` | undefined;
10180
+ gas?: `0x${string}` | undefined;
10181
+ nonce?: `0x${string}` | undefined;
10182
+ to?: `0x${string}` | null | undefined;
10183
+ type?: "0x0" | undefined;
10184
+ value?: `0x${string}` | undefined;
10185
+ gasPrice?: `0x${string}` | undefined;
10186
+ maxFeePerBlobGas?: undefined | undefined;
10187
+ maxFeePerGas?: undefined | undefined;
10188
+ maxPriorityFeePerGas?: undefined | undefined;
10189
+ blobs?: undefined;
10190
+ blobVersionedHashes?: undefined;
10191
+ kzg?: undefined;
10192
+ accessList?: undefined;
10193
+ sidecars?: undefined;
10194
+ authorizationList?: undefined;
10195
+ calls?: undefined;
10196
+ capabilities?: undefined;
10197
+ feePayer?: undefined;
10198
+ nonceKey?: undefined;
10199
+ keyAuthorization?: undefined;
10200
+ feeToken?: undefined;
10201
+ validAfter?: undefined;
10202
+ signatures?: undefined;
10203
+ validBefore?: undefined;
10204
+ multisig?: undefined;
10205
+ multisigInit?: undefined;
10206
+ multisigSignatureCount?: undefined;
10207
+ } | {
10208
+ data?: `0x${string}` | undefined;
10209
+ from?: `0x${string}` | undefined;
10210
+ gas?: `0x${string}` | undefined;
10211
+ nonce?: `0x${string}` | undefined;
10212
+ to?: `0x${string}` | null | undefined;
10213
+ type?: "0x1" | undefined;
10214
+ value?: `0x${string}` | undefined;
10215
+ gasPrice?: `0x${string}` | undefined;
10216
+ maxFeePerBlobGas?: undefined | undefined;
10217
+ maxFeePerGas?: undefined | undefined;
10218
+ maxPriorityFeePerGas?: undefined | undefined;
10219
+ accessList?: import("viem").AccessList | undefined;
10220
+ blobs?: undefined;
10221
+ blobVersionedHashes?: undefined;
10222
+ kzg?: undefined;
10223
+ sidecars?: undefined;
10224
+ authorizationList?: undefined;
10225
+ calls?: undefined;
10226
+ capabilities?: undefined;
10227
+ feePayer?: undefined;
10228
+ nonceKey?: undefined;
10229
+ keyAuthorization?: undefined;
10230
+ feeToken?: undefined;
10231
+ validAfter?: undefined;
10232
+ signatures?: undefined;
10233
+ validBefore?: undefined;
10234
+ multisig?: undefined;
10235
+ multisigInit?: undefined;
10236
+ multisigSignatureCount?: undefined;
10237
+ } | {
10238
+ data?: `0x${string}` | undefined;
10239
+ from?: `0x${string}` | undefined;
10240
+ gas?: `0x${string}` | undefined;
10241
+ nonce?: `0x${string}` | undefined;
10242
+ to?: `0x${string}` | null | undefined;
10243
+ type?: "0x2" | undefined;
10244
+ value?: `0x${string}` | undefined;
10245
+ gasPrice?: undefined | undefined;
10246
+ maxFeePerBlobGas?: undefined | undefined;
10247
+ maxFeePerGas?: `0x${string}` | undefined;
10248
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
10249
+ accessList?: import("viem").AccessList | undefined;
10250
+ blobs?: undefined;
10251
+ blobVersionedHashes?: undefined;
10252
+ kzg?: undefined;
10253
+ sidecars?: undefined;
10254
+ authorizationList?: undefined;
10255
+ calls?: undefined;
10256
+ capabilities?: undefined;
10257
+ feePayer?: undefined;
10258
+ nonceKey?: undefined;
10259
+ keyAuthorization?: undefined;
10260
+ feeToken?: undefined;
10261
+ validAfter?: undefined;
10262
+ signatures?: undefined;
10263
+ validBefore?: undefined;
10264
+ multisig?: undefined;
10265
+ multisigInit?: undefined;
10266
+ multisigSignatureCount?: undefined;
10267
+ } | {
10268
+ type?: "0x3" | undefined;
10269
+ data?: `0x${string}` | undefined;
10270
+ from?: `0x${string}` | undefined;
10271
+ gas?: `0x${string}` | undefined;
10272
+ nonce?: `0x${string}` | undefined;
10273
+ value?: `0x${string}` | undefined;
10274
+ to: `0x${string}` | null;
10275
+ gasPrice?: undefined | undefined;
10276
+ maxFeePerBlobGas?: `0x${string}` | undefined;
10277
+ maxFeePerGas?: `0x${string}` | undefined;
10278
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
10279
+ accessList?: import("viem").AccessList | undefined;
10280
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
10281
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
10282
+ blobVersionedHashes: readonly import("viem").Hex[];
10283
+ kzg?: undefined;
10284
+ authorizationList?: undefined;
10285
+ calls?: undefined;
10286
+ capabilities?: undefined;
10287
+ feePayer?: undefined;
10288
+ nonceKey?: undefined;
10289
+ keyAuthorization?: undefined;
10290
+ feeToken?: undefined;
10291
+ validAfter?: undefined;
10292
+ signatures?: undefined;
10293
+ validBefore?: undefined;
10294
+ multisig?: undefined;
10295
+ multisigInit?: undefined;
10296
+ multisigSignatureCount?: undefined;
10297
+ } | {
10298
+ type?: "0x3" | undefined;
10299
+ data?: `0x${string}` | undefined;
10300
+ from?: `0x${string}` | undefined;
10301
+ gas?: `0x${string}` | undefined;
10302
+ nonce?: `0x${string}` | undefined;
10303
+ value?: `0x${string}` | undefined;
10304
+ to: `0x${string}` | null;
10305
+ gasPrice?: undefined | undefined;
10306
+ maxFeePerBlobGas?: `0x${string}` | undefined;
10307
+ maxFeePerGas?: `0x${string}` | undefined;
10308
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
10309
+ accessList?: import("viem").AccessList | undefined;
10310
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
10311
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
10312
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
10313
+ kzg?: import("viem").Kzg | undefined;
10314
+ authorizationList?: undefined;
10315
+ calls?: undefined;
10316
+ capabilities?: undefined;
10317
+ feePayer?: undefined;
10318
+ nonceKey?: undefined;
10319
+ keyAuthorization?: undefined;
10320
+ feeToken?: undefined;
10321
+ validAfter?: undefined;
10322
+ signatures?: undefined;
10323
+ validBefore?: undefined;
10324
+ multisig?: undefined;
10325
+ multisigInit?: undefined;
10326
+ multisigSignatureCount?: undefined;
10327
+ } | {
10328
+ type?: "0x4" | undefined;
10329
+ gasPrice?: undefined | undefined;
10330
+ maxFeePerBlobGas?: undefined | undefined;
10331
+ maxFeePerGas?: `0x${string}` | undefined;
10332
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
10333
+ to?: `0x${string}` | null | undefined;
10334
+ data?: `0x${string}` | undefined;
10335
+ from?: `0x${string}` | undefined;
10336
+ gas?: `0x${string}` | undefined;
10337
+ nonce?: `0x${string}` | undefined;
10338
+ value?: `0x${string}` | undefined;
10339
+ accessList?: import("viem").AccessList | undefined;
10340
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
10341
+ blobs?: undefined;
10342
+ blobVersionedHashes?: undefined;
10343
+ kzg?: undefined;
10344
+ sidecars?: undefined;
10345
+ calls?: undefined;
10346
+ capabilities?: undefined;
10347
+ feePayer?: undefined;
10348
+ nonceKey?: undefined;
10349
+ keyAuthorization?: undefined;
10350
+ feeToken?: undefined;
10351
+ validAfter?: undefined;
10352
+ signatures?: undefined;
10353
+ validBefore?: undefined;
10354
+ multisig?: undefined;
10355
+ multisigInit?: undefined;
10356
+ multisigSignatureCount?: undefined;
10357
+ } | {
10358
+ data?: `0x${string}` | undefined;
10359
+ from?: `0x${string}` | undefined;
10360
+ gas?: `0x${string}` | undefined;
10361
+ nonce?: `0x${string}` | undefined;
10362
+ to?: `0x${string}` | null | undefined;
10363
+ type?: "0x76" | undefined;
10364
+ value?: `0x${string}` | undefined;
10365
+ gasPrice?: undefined | undefined;
10366
+ maxFeePerBlobGas?: undefined | undefined;
10367
+ maxFeePerGas?: `0x${string}` | undefined;
10368
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
10369
+ accessList?: import("viem").AccessList | undefined;
10370
+ calls?: readonly import("viem/chains").Call<`0x${string}`, import("viem/chains").Address>[] | undefined;
10371
+ capabilities?: {
10372
+ [x: string]: any;
10373
+ } | undefined;
10374
+ feePayer?: true | import("viem").Account | undefined;
10375
+ feeToken?: bigint | import("viem/chains").Address | undefined;
10376
+ keyAuthorization?: import("viem/chains").Signed<`0x${string}`, `0x${string}`, `0x${string}`> | undefined;
10377
+ multisig?: {
10378
+ salt?: `0x${string}` | undefined;
10379
+ threshold: `0x${string}`;
10380
+ owners: readonly import("ox/tempo/MultisigConfig").Owner<`0x${string}`>[];
10381
+ } | undefined;
10382
+ multisigInit?: {
10383
+ salt: import("ox/Hex").Hex;
10384
+ threshold: number;
10385
+ owners: readonly {
10386
+ owner: import("viem").Address;
10387
+ weight: number;
10388
+ }[];
10389
+ } | undefined | undefined;
10390
+ multisigSignatureCount?: number | undefined | undefined;
10391
+ nonceKey?: `0x${string}` | "expiring" | undefined;
10392
+ signatures?: readonly `0x${string}`[] | undefined;
10393
+ validBefore?: `0x${string}` | undefined;
10394
+ validAfter?: `0x${string}` | undefined;
10395
+ blobs?: undefined;
10396
+ blobVersionedHashes?: undefined;
10397
+ kzg?: undefined;
10398
+ sidecars?: undefined;
10399
+ authorizationList?: undefined;
10400
+ }) & {};
10401
+ type: "transactionRequest";
10402
+ };
10403
+ };
10404
+ readonly prepareTransactionRequest: [(r: import("viem").PrepareTransactionRequestParameters, { client, phase }: {
10405
+ client: import("viem").Client;
10406
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
10407
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>, {
10408
+ readonly runAt: readonly ["beforeFillTransaction", "afterFillParameters"];
10409
+ }];
10410
+ readonly serializers: {
10411
+ readonly transaction: import("viem").SerializeTransactionFn;
10412
+ };
10413
+ readonly verifyHash: (client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<boolean>;
10414
+ }>, extended_1_1>;
10415
+ readonly contracts: {
10416
+ readonly ensRegistry?: import("viem").ChainContract | undefined;
10417
+ readonly ensUniversalResolver?: import("viem").ChainContract | undefined;
10418
+ readonly multicall3?: import("viem").ChainContract | undefined;
10419
+ readonly erc6492Verifier?: import("viem").ChainContract | undefined;
10420
+ readonly messenger: {
10421
+ readonly address: "0x171699d2B5211414C23E5Cd306d05046b78FdD16";
10422
+ };
10423
+ readonly portal: {
10424
+ readonly address: "0xe5208b9604972CA6a2E1EF656a9d2bDF2e530B9A";
10425
+ };
10426
+ readonly verifier: {
10427
+ readonly address: "0x3E7C1cC9C049052eb061116A4Ee7a7C281fa1F30";
10428
+ };
10429
+ };
10430
+ readonly id: 421700001;
10431
+ readonly name: "zone-mainnet-internal";
10432
+ readonly rpcUrls: {
10433
+ readonly default: {
10434
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
10435
+ };
10436
+ readonly internal: {
10437
+ readonly http: readonly ["https://zone-internal-rpc.tempo.xyz"];
10438
+ };
10439
+ readonly tidx: {
10440
+ readonly http: readonly ["https://indexer-zone-internal.tempo.xyz"];
10441
+ };
10442
+ };
10443
+ readonly sourceId: 4217;
6260
10444
  }>, extended_1>);
6261
10445
  }, {
6262
10446
  blockExplorers: {