@otim/utils 0.0.2-development.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (421) hide show
  1. package/LICENSE +201 -0
  2. package/dist/api/api.d.mts +18 -0
  3. package/dist/api/api.d.ts +18 -0
  4. package/dist/api/api.d.ts.map +1 -0
  5. package/dist/api/core/error.d.mts +74 -0
  6. package/dist/api/core/error.d.ts +74 -0
  7. package/dist/api/core/error.d.ts.map +1 -0
  8. package/dist/api/core/index.d.mts +4 -0
  9. package/dist/api/core/index.d.ts +4 -0
  10. package/dist/api/core/index.d.ts.map +1 -0
  11. package/dist/api/core/instance.d.mts +13 -0
  12. package/dist/api/core/instance.d.ts +13 -0
  13. package/dist/api/core/instance.d.ts.map +1 -0
  14. package/dist/api/core/service.d.mts +51 -0
  15. package/dist/api/core/service.d.ts +51 -0
  16. package/dist/api/core/service.d.ts.map +1 -0
  17. package/dist/api/index.d.mts +7 -0
  18. package/dist/api/index.d.ts +7 -0
  19. package/dist/api/index.d.ts.map +1 -0
  20. package/dist/api/index.js +2061 -0
  21. package/dist/api/index.js.map +7 -0
  22. package/dist/api/index.mjs +2030 -0
  23. package/dist/api/index.mjs.map +7 -0
  24. package/dist/api/schemas/account.d.mts +44 -0
  25. package/dist/api/schemas/account.d.ts +44 -0
  26. package/dist/api/schemas/account.d.ts.map +1 -0
  27. package/dist/api/schemas/activity.d.mts +277 -0
  28. package/dist/api/schemas/activity.d.ts +277 -0
  29. package/dist/api/schemas/activity.d.ts.map +1 -0
  30. package/dist/api/schemas/auth.d.mts +127 -0
  31. package/dist/api/schemas/auth.d.ts +127 -0
  32. package/dist/api/schemas/auth.d.ts.map +1 -0
  33. package/dist/api/schemas/chain.d.mts +15 -0
  34. package/dist/api/schemas/chain.d.ts +15 -0
  35. package/dist/api/schemas/chain.d.ts.map +1 -0
  36. package/dist/api/schemas/config.d.mts +33 -0
  37. package/dist/api/schemas/config.d.ts +33 -0
  38. package/dist/api/schemas/config.d.ts.map +1 -0
  39. package/dist/api/schemas/contacts.d.mts +27 -0
  40. package/dist/api/schemas/contacts.d.ts +27 -0
  41. package/dist/api/schemas/contacts.d.ts.map +1 -0
  42. package/dist/api/schemas/index.d.mts +12 -0
  43. package/dist/api/schemas/index.d.ts +12 -0
  44. package/dist/api/schemas/index.d.ts.map +1 -0
  45. package/dist/api/schemas/instruction.d.mts +446 -0
  46. package/dist/api/schemas/instruction.d.ts +446 -0
  47. package/dist/api/schemas/instruction.d.ts.map +1 -0
  48. package/dist/api/schemas/integration.d.mts +166 -0
  49. package/dist/api/schemas/integration.d.ts +166 -0
  50. package/dist/api/schemas/integration.d.ts.map +1 -0
  51. package/dist/api/schemas/operating-account.d.mts +11 -0
  52. package/dist/api/schemas/operating-account.d.ts +11 -0
  53. package/dist/api/schemas/operating-account.d.ts.map +1 -0
  54. package/dist/api/schemas/payments.d.mts +196 -0
  55. package/dist/api/schemas/payments.d.ts +196 -0
  56. package/dist/api/schemas/payments.d.ts.map +1 -0
  57. package/dist/api/schemas/transaction.d.mts +37 -0
  58. package/dist/api/schemas/transaction.d.ts +37 -0
  59. package/dist/api/schemas/transaction.d.ts.map +1 -0
  60. package/dist/api/services/account.d.mts +8 -0
  61. package/dist/api/services/account.d.ts +8 -0
  62. package/dist/api/services/account.d.ts.map +1 -0
  63. package/dist/api/services/activity.d.mts +7 -0
  64. package/dist/api/services/activity.d.ts +7 -0
  65. package/dist/api/services/activity.d.ts.map +1 -0
  66. package/dist/api/services/auth.d.mts +12 -0
  67. package/dist/api/services/auth.d.ts +12 -0
  68. package/dist/api/services/auth.d.ts.map +1 -0
  69. package/dist/api/services/base.d.mts +10 -0
  70. package/dist/api/services/base.d.ts +10 -0
  71. package/dist/api/services/base.d.ts.map +1 -0
  72. package/dist/api/services/config.d.mts +10 -0
  73. package/dist/api/services/config.d.ts +10 -0
  74. package/dist/api/services/config.d.ts.map +1 -0
  75. package/dist/api/services/contacts.d.mts +8 -0
  76. package/dist/api/services/contacts.d.ts +8 -0
  77. package/dist/api/services/contacts.d.ts.map +1 -0
  78. package/dist/api/services/developer.d.mts +6 -0
  79. package/dist/api/services/developer.d.ts +6 -0
  80. package/dist/api/services/developer.d.ts.map +1 -0
  81. package/dist/api/services/index.d.mts +13 -0
  82. package/dist/api/services/index.d.ts +13 -0
  83. package/dist/api/services/index.d.ts.map +1 -0
  84. package/dist/api/services/instruction.d.mts +12 -0
  85. package/dist/api/services/instruction.d.ts +12 -0
  86. package/dist/api/services/instruction.d.ts.map +1 -0
  87. package/dist/api/services/integration.d.mts +8 -0
  88. package/dist/api/services/integration.d.ts +8 -0
  89. package/dist/api/services/integration.d.ts.map +1 -0
  90. package/dist/api/services/operating-account.d.mts +8 -0
  91. package/dist/api/services/operating-account.d.ts +8 -0
  92. package/dist/api/services/operating-account.d.ts.map +1 -0
  93. package/dist/api/services/payments.d.mts +13 -0
  94. package/dist/api/services/payments.d.ts +13 -0
  95. package/dist/api/services/payments.d.ts.map +1 -0
  96. package/dist/api/services/transaction.d.mts +8 -0
  97. package/dist/api/services/transaction.d.ts +8 -0
  98. package/dist/api/services/transaction.d.ts.map +1 -0
  99. package/dist/api/services/uniswap-token-list-service.d.mts +66 -0
  100. package/dist/api/services/uniswap-token-list-service.d.ts +66 -0
  101. package/dist/api/services/uniswap-token-list-service.d.ts.map +1 -0
  102. package/dist/api/utils/index.d.mts +2 -0
  103. package/dist/api/utils/index.d.ts +2 -0
  104. package/dist/api/utils/index.d.ts.map +1 -0
  105. package/dist/api/utils/pagination.d.mts +32 -0
  106. package/dist/api/utils/pagination.d.ts +32 -0
  107. package/dist/api/utils/pagination.d.ts.map +1 -0
  108. package/dist/chains/config/all-chains.d.mts +4243 -0
  109. package/dist/chains/config/all-chains.d.ts +4243 -0
  110. package/dist/chains/config/all-chains.d.ts.map +1 -0
  111. package/dist/chains/config/custom-chains.d.mts +49 -0
  112. package/dist/chains/config/custom-chains.d.ts +49 -0
  113. package/dist/chains/config/custom-chains.d.ts.map +1 -0
  114. package/dist/chains/config/mainnet-chains.d.mts +1063 -0
  115. package/dist/chains/config/mainnet-chains.d.ts +1063 -0
  116. package/dist/chains/config/mainnet-chains.d.ts.map +1 -0
  117. package/dist/chains/config/supported-chains.d.mts +2172 -0
  118. package/dist/chains/config/supported-chains.d.ts +2172 -0
  119. package/dist/chains/config/supported-chains.d.ts.map +1 -0
  120. package/dist/chains/config/testnet-chains.d.mts +1110 -0
  121. package/dist/chains/config/testnet-chains.d.ts +1110 -0
  122. package/dist/chains/config/testnet-chains.d.ts.map +1 -0
  123. package/dist/chains/index.d.mts +16 -0
  124. package/dist/chains/index.d.ts +16 -0
  125. package/dist/chains/index.d.ts.map +1 -0
  126. package/dist/chains/index.js +490 -0
  127. package/dist/chains/index.js.map +7 -0
  128. package/dist/chains/index.mjs +505 -0
  129. package/dist/chains/index.mjs.map +7 -0
  130. package/dist/chains/lambda/chain-mapping.d.mts +55 -0
  131. package/dist/chains/lambda/chain-mapping.d.ts +55 -0
  132. package/dist/chains/lambda/chain-mapping.d.ts.map +1 -0
  133. package/dist/chains/lambda/index.d.mts +2 -0
  134. package/dist/chains/lambda/index.d.ts +2 -0
  135. package/dist/chains/lambda/index.d.ts.map +1 -0
  136. package/dist/chains/tokens/chain-tokens.d.mts +6 -0
  137. package/dist/chains/tokens/chain-tokens.d.ts +6 -0
  138. package/dist/chains/tokens/chain-tokens.d.ts.map +1 -0
  139. package/dist/chains/tokens/token-addresses.d.mts +8 -0
  140. package/dist/chains/tokens/token-addresses.d.ts +8 -0
  141. package/dist/chains/tokens/token-addresses.d.ts.map +1 -0
  142. package/dist/chains/tokens/token-metadata.d.mts +5 -0
  143. package/dist/chains/tokens/token-metadata.d.ts +5 -0
  144. package/dist/chains/tokens/token-metadata.d.ts.map +1 -0
  145. package/dist/chains/types.d.mts +23 -0
  146. package/dist/chains/types.d.ts +23 -0
  147. package/dist/chains/types.d.ts.map +1 -0
  148. package/dist/chains/utils/filter-tokens.d.mts +3 -0
  149. package/dist/chains/utils/filter-tokens.d.ts +3 -0
  150. package/dist/chains/utils/filter-tokens.d.ts.map +1 -0
  151. package/dist/chains/utils/stablecoin.d.mts +7 -0
  152. package/dist/chains/utils/stablecoin.d.ts +7 -0
  153. package/dist/chains/utils/stablecoin.d.ts.map +1 -0
  154. package/dist/chains/utils/token-maps.d.mts +10 -0
  155. package/dist/chains/utils/token-maps.d.ts +10 -0
  156. package/dist/chains/utils/token-maps.d.ts.map +1 -0
  157. package/dist/constants.d.mts +31 -0
  158. package/dist/constants.d.ts +31 -0
  159. package/dist/constants.d.ts.map +1 -0
  160. package/dist/constants.js +47 -0
  161. package/dist/constants.js.map +7 -0
  162. package/dist/constants.mjs +26 -0
  163. package/dist/constants.mjs.map +7 -0
  164. package/dist/env.d.mts +17 -0
  165. package/dist/env.d.ts +17 -0
  166. package/dist/env.d.ts.map +1 -0
  167. package/dist/formatters/index.d.mts +2 -0
  168. package/dist/formatters/index.d.ts +2 -0
  169. package/dist/formatters/index.d.ts.map +1 -0
  170. package/dist/formatters/index.js +19 -0
  171. package/dist/formatters/index.js.map +7 -0
  172. package/dist/formatters/index.mjs +1 -0
  173. package/dist/formatters/index.mjs.map +7 -0
  174. package/dist/helpers/address.d.mts +7 -0
  175. package/dist/helpers/address.d.ts +7 -0
  176. package/dist/helpers/address.d.ts.map +1 -0
  177. package/dist/helpers/blockchain.d.mts +41 -0
  178. package/dist/helpers/blockchain.d.ts +41 -0
  179. package/dist/helpers/blockchain.d.ts.map +1 -0
  180. package/dist/helpers/date.d.mts +70 -0
  181. package/dist/helpers/date.d.ts +70 -0
  182. package/dist/helpers/date.d.ts.map +1 -0
  183. package/dist/helpers/datetime.d.mts +57 -0
  184. package/dist/helpers/datetime.d.ts +57 -0
  185. package/dist/helpers/datetime.d.ts.map +1 -0
  186. package/dist/helpers/domain.d.mts +2 -0
  187. package/dist/helpers/domain.d.ts +2 -0
  188. package/dist/helpers/domain.d.ts.map +1 -0
  189. package/dist/helpers/index.d.mts +19 -0
  190. package/dist/helpers/index.d.ts +19 -0
  191. package/dist/helpers/index.d.ts.map +1 -0
  192. package/dist/helpers/index.js +1322 -0
  193. package/dist/helpers/index.js.map +7 -0
  194. package/dist/helpers/index.mjs +1294 -0
  195. package/dist/helpers/index.mjs.map +7 -0
  196. package/dist/helpers/intl.d.mts +20 -0
  197. package/dist/helpers/intl.d.ts +20 -0
  198. package/dist/helpers/intl.d.ts.map +1 -0
  199. package/dist/helpers/logger.d.mts +26 -0
  200. package/dist/helpers/logger.d.ts +26 -0
  201. package/dist/helpers/logger.d.ts.map +1 -0
  202. package/dist/helpers/mask-options.d.mts +10 -0
  203. package/dist/helpers/mask-options.d.ts +10 -0
  204. package/dist/helpers/mask-options.d.ts.map +1 -0
  205. package/dist/helpers/num-formatter.d.mts +3 -0
  206. package/dist/helpers/num-formatter.d.ts +3 -0
  207. package/dist/helpers/num-formatter.d.ts.map +1 -0
  208. package/dist/helpers/polling.d.mts +39 -0
  209. package/dist/helpers/polling.d.ts +39 -0
  210. package/dist/helpers/polling.d.ts.map +1 -0
  211. package/dist/helpers/random.d.mts +10 -0
  212. package/dist/helpers/random.d.ts +10 -0
  213. package/dist/helpers/random.d.ts.map +1 -0
  214. package/dist/helpers/sdk-loader.d.mts +25 -0
  215. package/dist/helpers/sdk-loader.d.ts +25 -0
  216. package/dist/helpers/sdk-loader.d.ts.map +1 -0
  217. package/dist/helpers/signatures.d.mts +17 -0
  218. package/dist/helpers/signatures.d.ts +17 -0
  219. package/dist/helpers/signatures.d.ts.map +1 -0
  220. package/dist/helpers/string.d.mts +17 -0
  221. package/dist/helpers/string.d.ts +17 -0
  222. package/dist/helpers/string.d.ts.map +1 -0
  223. package/dist/helpers/types.d.mts +39 -0
  224. package/dist/helpers/types.d.ts +39 -0
  225. package/dist/helpers/types.d.ts.map +1 -0
  226. package/dist/helpers/url.d.mts +11 -0
  227. package/dist/helpers/url.d.ts +11 -0
  228. package/dist/helpers/url.d.ts.map +1 -0
  229. package/dist/helpers/window.d.mts +37 -0
  230. package/dist/helpers/window.d.ts +37 -0
  231. package/dist/helpers/window.d.ts.map +1 -0
  232. package/dist/helpers/zod.d.mts +30 -0
  233. package/dist/helpers/zod.d.ts +30 -0
  234. package/dist/helpers/zod.d.ts.map +1 -0
  235. package/dist/index.d.mts +1 -0
  236. package/dist/index.d.ts +1 -0
  237. package/dist/index.d.ts.map +1 -0
  238. package/dist/index.js +2 -0
  239. package/dist/index.js.map +7 -0
  240. package/dist/index.mjs +1 -0
  241. package/dist/index.mjs.map +7 -0
  242. package/dist/instructions/actions/index.d.mts +5 -0
  243. package/dist/instructions/actions/index.d.ts +5 -0
  244. package/dist/instructions/actions/index.d.ts.map +1 -0
  245. package/dist/instructions/actions/refuel/index.d.mts +15 -0
  246. package/dist/instructions/actions/refuel/index.d.ts +15 -0
  247. package/dist/instructions/actions/refuel/index.d.ts.map +1 -0
  248. package/dist/instructions/actions/swap/index.d.mts +19 -0
  249. package/dist/instructions/actions/swap/index.d.ts +19 -0
  250. package/dist/instructions/actions/swap/index.d.ts.map +1 -0
  251. package/dist/instructions/actions/sweep/index.d.mts +16 -0
  252. package/dist/instructions/actions/sweep/index.d.ts +16 -0
  253. package/dist/instructions/actions/sweep/index.d.ts.map +1 -0
  254. package/dist/instructions/actions/transfer/index.d.mts +13 -0
  255. package/dist/instructions/actions/transfer/index.d.ts +13 -0
  256. package/dist/instructions/actions/transfer/index.d.ts.map +1 -0
  257. package/dist/instructions/activate.d.mts +84 -0
  258. package/dist/instructions/activate.d.ts +84 -0
  259. package/dist/instructions/activate.d.ts.map +1 -0
  260. package/dist/instructions/build.d.mts +146 -0
  261. package/dist/instructions/build.d.ts +146 -0
  262. package/dist/instructions/build.d.ts.map +1 -0
  263. package/dist/instructions/constants.d.mts +9 -0
  264. package/dist/instructions/constants.d.ts +9 -0
  265. package/dist/instructions/constants.d.ts.map +1 -0
  266. package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.mts +609 -0
  267. package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.ts +609 -0
  268. package/dist/instructions/contracts/artifacts/abi/build-instruction-action-arguments-abi.d.ts.map +1 -0
  269. package/dist/instructions/index.d.mts +6 -0
  270. package/dist/instructions/index.d.ts +6 -0
  271. package/dist/instructions/index.d.ts.map +1 -0
  272. package/dist/instructions/index.js +1152 -0
  273. package/dist/instructions/index.js.map +7 -0
  274. package/dist/instructions/index.mjs +1119 -0
  275. package/dist/instructions/index.mjs.map +7 -0
  276. package/dist/instructions/types.d.mts +289 -0
  277. package/dist/instructions/types.d.ts +289 -0
  278. package/dist/instructions/types.d.ts.map +1 -0
  279. package/dist/payments/action-names.d.mts +16 -0
  280. package/dist/payments/action-names.d.ts +16 -0
  281. package/dist/payments/action-names.d.ts.map +1 -0
  282. package/dist/payments/actions/index.d.mts +5 -0
  283. package/dist/payments/actions/index.d.ts +5 -0
  284. package/dist/payments/actions/index.d.ts.map +1 -0
  285. package/dist/payments/actions/sweep-cctp.d.mts +15 -0
  286. package/dist/payments/actions/sweep-cctp.d.ts +15 -0
  287. package/dist/payments/actions/sweep-cctp.d.ts.map +1 -0
  288. package/dist/payments/actions/sweep-erc20.d.mts +12 -0
  289. package/dist/payments/actions/sweep-erc20.d.ts +12 -0
  290. package/dist/payments/actions/sweep-erc20.d.ts.map +1 -0
  291. package/dist/payments/actions/sweep-uniswap-v3.d.mts +17 -0
  292. package/dist/payments/actions/sweep-uniswap-v3.d.ts +17 -0
  293. package/dist/payments/actions/sweep-uniswap-v3.d.ts.map +1 -0
  294. package/dist/payments/actions/sweep.d.mts +12 -0
  295. package/dist/payments/actions/sweep.d.ts +12 -0
  296. package/dist/payments/actions/sweep.d.ts.map +1 -0
  297. package/dist/payments/build.d.mts +27 -0
  298. package/dist/payments/build.d.ts +27 -0
  299. package/dist/payments/build.d.ts.map +1 -0
  300. package/dist/payments/chain-token-config-builder.d.mts +10 -0
  301. package/dist/payments/chain-token-config-builder.d.ts +10 -0
  302. package/dist/payments/chain-token-config-builder.d.ts.map +1 -0
  303. package/dist/payments/comprehensive-payment-request.d.mts +25 -0
  304. package/dist/payments/comprehensive-payment-request.d.ts +25 -0
  305. package/dist/payments/comprehensive-payment-request.d.ts.map +1 -0
  306. package/dist/payments/config/cctp.d.mts +14 -0
  307. package/dist/payments/config/cctp.d.ts +14 -0
  308. package/dist/payments/config/cctp.d.ts.map +1 -0
  309. package/dist/payments/config/index.d.mts +3 -0
  310. package/dist/payments/config/index.d.ts +3 -0
  311. package/dist/payments/config/index.d.ts.map +1 -0
  312. package/dist/payments/config/tokens.d.mts +14 -0
  313. package/dist/payments/config/tokens.d.ts +14 -0
  314. package/dist/payments/config/tokens.d.ts.map +1 -0
  315. package/dist/payments/index.d.mts +16 -0
  316. package/dist/payments/index.d.ts +16 -0
  317. package/dist/payments/index.d.ts.map +1 -0
  318. package/dist/payments/index.js +1303 -0
  319. package/dist/payments/index.js.map +7 -0
  320. package/dist/payments/index.mjs +1281 -0
  321. package/dist/payments/index.mjs.map +7 -0
  322. package/dist/payments/instruction-registry.d.mts +19 -0
  323. package/dist/payments/instruction-registry.d.ts +19 -0
  324. package/dist/payments/instruction-registry.d.ts.map +1 -0
  325. package/dist/payments/payment-metadata-builder.d.mts +56 -0
  326. package/dist/payments/payment-metadata-builder.d.ts +56 -0
  327. package/dist/payments/payment-metadata-builder.d.ts.map +1 -0
  328. package/dist/payments/payment-metadata.d.mts +15 -0
  329. package/dist/payments/payment-metadata.d.ts +15 -0
  330. package/dist/payments/payment-metadata.d.ts.map +1 -0
  331. package/dist/payments/payment-request-token-resolver.d.mts +25 -0
  332. package/dist/payments/payment-request-token-resolver.d.ts +25 -0
  333. package/dist/payments/payment-request-token-resolver.d.ts.map +1 -0
  334. package/dist/payments/types.d.mts +40 -0
  335. package/dist/payments/types.d.ts +40 -0
  336. package/dist/payments/types.d.ts.map +1 -0
  337. package/dist/payments/validation.d.mts +19 -0
  338. package/dist/payments/validation.d.ts +19 -0
  339. package/dist/payments/validation.d.ts.map +1 -0
  340. package/dist/schemas/account.d.mts +9 -0
  341. package/dist/schemas/account.d.ts +9 -0
  342. package/dist/schemas/account.d.ts.map +1 -0
  343. package/dist/schemas/brand.d.mts +7 -0
  344. package/dist/schemas/brand.d.ts +7 -0
  345. package/dist/schemas/brand.d.ts.map +1 -0
  346. package/dist/schemas/contact.d.mts +18 -0
  347. package/dist/schemas/contact.d.ts +18 -0
  348. package/dist/schemas/contact.d.ts.map +1 -0
  349. package/dist/schemas/index.d.mts +10 -0
  350. package/dist/schemas/index.d.ts +10 -0
  351. package/dist/schemas/index.d.ts.map +1 -0
  352. package/dist/schemas/index.js +433 -0
  353. package/dist/schemas/index.js.map +7 -0
  354. package/dist/schemas/index.mjs +410 -0
  355. package/dist/schemas/index.mjs.map +7 -0
  356. package/dist/schemas/instruction.d.mts +248 -0
  357. package/dist/schemas/instruction.d.ts +248 -0
  358. package/dist/schemas/instruction.d.ts.map +1 -0
  359. package/dist/schemas/misc.d.mts +36 -0
  360. package/dist/schemas/misc.d.ts +36 -0
  361. package/dist/schemas/misc.d.ts.map +1 -0
  362. package/dist/schemas/payment.d.mts +64 -0
  363. package/dist/schemas/payment.d.ts +64 -0
  364. package/dist/schemas/payment.d.ts.map +1 -0
  365. package/dist/schemas/token.d.mts +17 -0
  366. package/dist/schemas/token.d.ts +17 -0
  367. package/dist/schemas/token.d.ts.map +1 -0
  368. package/dist/schemas/transaction.d.mts +65 -0
  369. package/dist/schemas/transaction.d.ts +65 -0
  370. package/dist/schemas/transaction.d.ts.map +1 -0
  371. package/dist/schemas/user.d.mts +24 -0
  372. package/dist/schemas/user.d.ts +24 -0
  373. package/dist/schemas/user.d.ts.map +1 -0
  374. package/dist/server/client.d.mts +3 -0
  375. package/dist/server/client.d.ts +3 -0
  376. package/dist/server/client.d.ts.map +1 -0
  377. package/dist/server/index.d.mts +3 -0
  378. package/dist/server/index.d.ts +3 -0
  379. package/dist/server/index.d.ts.map +1 -0
  380. package/dist/server/index.js +420 -0
  381. package/dist/server/index.js.map +7 -0
  382. package/dist/server/index.mjs +389 -0
  383. package/dist/server/index.mjs.map +7 -0
  384. package/dist/server/routes/account.d.mts +4 -0
  385. package/dist/server/routes/account.d.ts +4 -0
  386. package/dist/server/routes/account.d.ts.map +1 -0
  387. package/dist/server/routes/auth.d.mts +28 -0
  388. package/dist/server/routes/auth.d.ts +28 -0
  389. package/dist/server/routes/auth.d.ts.map +1 -0
  390. package/dist/server/routes/bridge.d.mts +192 -0
  391. package/dist/server/routes/bridge.d.ts +192 -0
  392. package/dist/server/routes/bridge.d.ts.map +1 -0
  393. package/dist/server/routes/config.d.mts +3 -0
  394. package/dist/server/routes/config.d.ts +3 -0
  395. package/dist/server/routes/config.d.ts.map +1 -0
  396. package/dist/server/routes/index.d.mts +8 -0
  397. package/dist/server/routes/index.d.ts +8 -0
  398. package/dist/server/routes/index.d.ts.map +1 -0
  399. package/dist/server/routes/instruction.d.mts +4 -0
  400. package/dist/server/routes/instruction.d.ts +4 -0
  401. package/dist/server/routes/instruction.d.ts.map +1 -0
  402. package/dist/server/routes/integration.d.mts +4 -0
  403. package/dist/server/routes/integration.d.ts +4 -0
  404. package/dist/server/routes/integration.d.ts.map +1 -0
  405. package/dist/server/routes/payments.d.mts +4 -0
  406. package/dist/server/routes/payments.d.ts +4 -0
  407. package/dist/server/routes/payments.d.ts.map +1 -0
  408. package/dist/server/routes/verify.d.mts +3 -0
  409. package/dist/server/routes/verify.d.ts +3 -0
  410. package/dist/server/routes/verify.d.ts.map +1 -0
  411. package/dist/wallet/wagmi/config.d.mts +18 -0
  412. package/dist/wallet/wagmi/config.d.ts +18 -0
  413. package/dist/wallet/wagmi/config.d.ts.map +1 -0
  414. package/dist/wallet/wagmi/index.d.mts +2 -0
  415. package/dist/wallet/wagmi/index.d.ts +2 -0
  416. package/dist/wallet/wagmi/index.d.ts.map +1 -0
  417. package/dist/wallet/wagmi/index.js +429 -0
  418. package/dist/wallet/wagmi/index.js.map +7 -0
  419. package/dist/wallet/wagmi/index.mjs +431 -0
  420. package/dist/wallet/wagmi/index.mjs.map +7 -0
  421. package/package.json +222 -0
@@ -0,0 +1,4243 @@
1
+ export declare const supportedChains: {
2
+ readonly mainnet: {
3
+ readonly mainnet: {
4
+ blockExplorers: {
5
+ readonly default: {
6
+ readonly name: "Etherscan";
7
+ readonly url: "https://etherscan.io";
8
+ readonly apiUrl: "https://api.etherscan.io/api";
9
+ };
10
+ };
11
+ blockTime: 12000;
12
+ contracts: {
13
+ readonly ensUniversalResolver: {
14
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
15
+ readonly blockCreated: 23085558;
16
+ };
17
+ readonly multicall3: {
18
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
19
+ readonly blockCreated: 14353601;
20
+ };
21
+ };
22
+ ensTlds?: readonly string[] | undefined;
23
+ id: 1;
24
+ name: "Ethereum";
25
+ nativeCurrency: {
26
+ readonly name: "Ether";
27
+ readonly symbol: "ETH";
28
+ readonly decimals: 18;
29
+ };
30
+ experimental_preconfirmationTime?: number | undefined | undefined;
31
+ rpcUrls: {
32
+ readonly default: {
33
+ readonly http: readonly ["https://eth.merkle.io"];
34
+ };
35
+ };
36
+ sourceId?: number | undefined | undefined;
37
+ testnet?: boolean | undefined | undefined;
38
+ custom?: Record<string, unknown> | undefined;
39
+ fees?: import("viem").ChainFees<undefined> | undefined;
40
+ formatters?: undefined;
41
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
42
+ };
43
+ readonly base: {
44
+ blockExplorers: {
45
+ readonly default: {
46
+ readonly name: "Basescan";
47
+ readonly url: "https://basescan.org";
48
+ readonly apiUrl: "https://api.basescan.org/api";
49
+ };
50
+ };
51
+ blockTime: 2000;
52
+ contracts: {
53
+ readonly disputeGameFactory: {
54
+ readonly 1: {
55
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
56
+ };
57
+ };
58
+ readonly l2OutputOracle: {
59
+ readonly 1: {
60
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
61
+ };
62
+ };
63
+ readonly multicall3: {
64
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
65
+ readonly blockCreated: 5022;
66
+ };
67
+ readonly portal: {
68
+ readonly 1: {
69
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
70
+ readonly blockCreated: 17482143;
71
+ };
72
+ };
73
+ readonly l1StandardBridge: {
74
+ readonly 1: {
75
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
76
+ readonly blockCreated: 17482143;
77
+ };
78
+ };
79
+ readonly gasPriceOracle: {
80
+ readonly address: "0x420000000000000000000000000000000000000F";
81
+ };
82
+ readonly l1Block: {
83
+ readonly address: "0x4200000000000000000000000000000000000015";
84
+ };
85
+ readonly l2CrossDomainMessenger: {
86
+ readonly address: "0x4200000000000000000000000000000000000007";
87
+ };
88
+ readonly l2Erc721Bridge: {
89
+ readonly address: "0x4200000000000000000000000000000000000014";
90
+ };
91
+ readonly l2StandardBridge: {
92
+ readonly address: "0x4200000000000000000000000000000000000010";
93
+ };
94
+ readonly l2ToL1MessagePasser: {
95
+ readonly address: "0x4200000000000000000000000000000000000016";
96
+ };
97
+ };
98
+ ensTlds?: readonly string[] | undefined;
99
+ id: 8453;
100
+ name: "Base";
101
+ nativeCurrency: {
102
+ readonly name: "Ether";
103
+ readonly symbol: "ETH";
104
+ readonly decimals: 18;
105
+ };
106
+ experimental_preconfirmationTime?: number | undefined | undefined;
107
+ rpcUrls: {
108
+ readonly default: {
109
+ readonly http: readonly ["https://mainnet.base.org"];
110
+ };
111
+ };
112
+ sourceId: 1;
113
+ testnet?: boolean | undefined | undefined;
114
+ custom?: Record<string, unknown> | undefined;
115
+ fees?: import("viem").ChainFees<undefined> | undefined;
116
+ formatters: {
117
+ readonly block: {
118
+ exclude: [] | undefined;
119
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
120
+ baseFeePerGas: bigint | null;
121
+ blobGasUsed: bigint;
122
+ difficulty: bigint;
123
+ excessBlobGas: bigint;
124
+ extraData: import("viem").Hex;
125
+ gasLimit: bigint;
126
+ gasUsed: bigint;
127
+ hash: `0x${string}` | null;
128
+ logsBloom: `0x${string}` | null;
129
+ miner: import("viem").Address;
130
+ mixHash: import("viem").Hash;
131
+ nonce: `0x${string}` | null;
132
+ number: bigint | null;
133
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
134
+ parentHash: import("viem").Hash;
135
+ receiptsRoot: import("viem").Hex;
136
+ sealFields: import("viem").Hex[];
137
+ sha3Uncles: import("viem").Hash;
138
+ size: bigint;
139
+ stateRoot: import("viem").Hash;
140
+ timestamp: bigint;
141
+ totalDifficulty: bigint | null;
142
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
143
+ transactionsRoot: import("viem").Hash;
144
+ uncles: import("viem").Hash[];
145
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
146
+ withdrawalsRoot?: `0x${string}` | undefined;
147
+ } & {};
148
+ type: "block";
149
+ };
150
+ readonly transaction: {
151
+ exclude: [] | undefined;
152
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
153
+ blockHash: `0x${string}` | null;
154
+ blockNumber: bigint | null;
155
+ from: import("viem").Address;
156
+ gas: bigint;
157
+ hash: import("viem").Hash;
158
+ input: import("viem").Hex;
159
+ nonce: number;
160
+ r: import("viem").Hex;
161
+ s: import("viem").Hex;
162
+ to: import("viem").Address | null;
163
+ transactionIndex: number | null;
164
+ typeHex: import("viem").Hex | null;
165
+ v: bigint;
166
+ value: bigint;
167
+ yParity: number;
168
+ gasPrice?: undefined | undefined;
169
+ maxFeePerBlobGas?: undefined | undefined;
170
+ maxFeePerGas: bigint;
171
+ maxPriorityFeePerGas: bigint;
172
+ isSystemTx?: boolean;
173
+ mint?: bigint | undefined | undefined;
174
+ sourceHash: import("viem").Hex;
175
+ type: "deposit";
176
+ } | {
177
+ r: import("viem").Hex;
178
+ s: import("viem").Hex;
179
+ v: bigint;
180
+ value: bigint;
181
+ gas: bigint;
182
+ to: import("viem").Address | null;
183
+ from: import("viem").Address;
184
+ nonce: number;
185
+ blockHash: `0x${string}` | null;
186
+ blockNumber: bigint | null;
187
+ transactionIndex: number | null;
188
+ hash: import("viem").Hash;
189
+ input: import("viem").Hex;
190
+ typeHex: import("viem").Hex | null;
191
+ accessList?: undefined | undefined;
192
+ authorizationList?: undefined | undefined;
193
+ blobVersionedHashes?: undefined | undefined;
194
+ chainId?: number | undefined;
195
+ yParity?: undefined | undefined;
196
+ type: "legacy";
197
+ gasPrice: bigint;
198
+ maxFeePerBlobGas?: undefined | undefined;
199
+ maxFeePerGas?: undefined | undefined;
200
+ maxPriorityFeePerGas?: undefined | undefined;
201
+ isSystemTx?: undefined | undefined;
202
+ mint?: undefined | undefined;
203
+ sourceHash?: undefined | undefined;
204
+ } | {
205
+ blockHash: `0x${string}` | null;
206
+ blockNumber: bigint | null;
207
+ from: import("viem").Address;
208
+ gas: bigint;
209
+ hash: import("viem").Hash;
210
+ input: import("viem").Hex;
211
+ nonce: number;
212
+ r: import("viem").Hex;
213
+ s: import("viem").Hex;
214
+ to: import("viem").Address | null;
215
+ transactionIndex: number | null;
216
+ typeHex: import("viem").Hex | null;
217
+ v: bigint;
218
+ value: bigint;
219
+ yParity: number;
220
+ accessList: import("viem").AccessList;
221
+ authorizationList?: undefined | undefined;
222
+ blobVersionedHashes?: undefined | undefined;
223
+ chainId: number;
224
+ type: "eip2930";
225
+ gasPrice: bigint;
226
+ maxFeePerBlobGas?: undefined | undefined;
227
+ maxFeePerGas?: undefined | undefined;
228
+ maxPriorityFeePerGas?: undefined | undefined;
229
+ isSystemTx?: undefined | undefined;
230
+ mint?: undefined | undefined;
231
+ sourceHash?: undefined | undefined;
232
+ } | {
233
+ blockHash: `0x${string}` | null;
234
+ blockNumber: bigint | null;
235
+ from: import("viem").Address;
236
+ gas: bigint;
237
+ hash: import("viem").Hash;
238
+ input: import("viem").Hex;
239
+ nonce: number;
240
+ r: import("viem").Hex;
241
+ s: import("viem").Hex;
242
+ to: import("viem").Address | null;
243
+ transactionIndex: number | null;
244
+ typeHex: import("viem").Hex | null;
245
+ v: bigint;
246
+ value: bigint;
247
+ yParity: number;
248
+ accessList: import("viem").AccessList;
249
+ authorizationList?: undefined | undefined;
250
+ blobVersionedHashes?: undefined | undefined;
251
+ chainId: number;
252
+ type: "eip1559";
253
+ gasPrice?: undefined | undefined;
254
+ maxFeePerBlobGas?: undefined | undefined;
255
+ maxFeePerGas: bigint;
256
+ maxPriorityFeePerGas: bigint;
257
+ isSystemTx?: undefined | undefined;
258
+ mint?: undefined | undefined;
259
+ sourceHash?: undefined | undefined;
260
+ } | {
261
+ blockHash: `0x${string}` | null;
262
+ blockNumber: bigint | null;
263
+ from: import("viem").Address;
264
+ gas: bigint;
265
+ hash: import("viem").Hash;
266
+ input: import("viem").Hex;
267
+ nonce: number;
268
+ r: import("viem").Hex;
269
+ s: import("viem").Hex;
270
+ to: import("viem").Address | null;
271
+ transactionIndex: number | null;
272
+ typeHex: import("viem").Hex | null;
273
+ v: bigint;
274
+ value: bigint;
275
+ yParity: number;
276
+ accessList: import("viem").AccessList;
277
+ authorizationList?: undefined | undefined;
278
+ blobVersionedHashes: readonly import("viem").Hex[];
279
+ chainId: number;
280
+ type: "eip4844";
281
+ gasPrice?: undefined | undefined;
282
+ maxFeePerBlobGas: bigint;
283
+ maxFeePerGas: bigint;
284
+ maxPriorityFeePerGas: bigint;
285
+ isSystemTx?: undefined | undefined;
286
+ mint?: undefined | undefined;
287
+ sourceHash?: undefined | undefined;
288
+ } | {
289
+ blockHash: `0x${string}` | null;
290
+ blockNumber: bigint | null;
291
+ from: import("viem").Address;
292
+ gas: bigint;
293
+ hash: import("viem").Hash;
294
+ input: import("viem").Hex;
295
+ nonce: number;
296
+ r: import("viem").Hex;
297
+ s: import("viem").Hex;
298
+ to: import("viem").Address | null;
299
+ transactionIndex: number | null;
300
+ typeHex: import("viem").Hex | null;
301
+ v: bigint;
302
+ value: bigint;
303
+ yParity: number;
304
+ accessList: import("viem").AccessList;
305
+ authorizationList: import("viem").SignedAuthorizationList;
306
+ blobVersionedHashes?: undefined | undefined;
307
+ chainId: number;
308
+ type: "eip7702";
309
+ gasPrice?: undefined | undefined;
310
+ maxFeePerBlobGas?: undefined | undefined;
311
+ maxFeePerGas: bigint;
312
+ maxPriorityFeePerGas: bigint;
313
+ isSystemTx?: undefined | undefined;
314
+ mint?: undefined | undefined;
315
+ sourceHash?: undefined | undefined;
316
+ }) & {};
317
+ type: "transaction";
318
+ };
319
+ readonly transactionReceipt: {
320
+ exclude: [] | undefined;
321
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
322
+ blobGasPrice?: bigint | undefined;
323
+ blobGasUsed?: bigint | undefined;
324
+ blockHash: import("viem").Hash;
325
+ blockNumber: bigint;
326
+ contractAddress: import("viem").Address | null | undefined;
327
+ cumulativeGasUsed: bigint;
328
+ effectiveGasPrice: bigint;
329
+ from: import("viem").Address;
330
+ gasUsed: bigint;
331
+ logs: import("viem").Log<bigint, number, false>[];
332
+ logsBloom: import("viem").Hex;
333
+ root?: `0x${string}` | undefined;
334
+ status: "success" | "reverted";
335
+ to: import("viem").Address | null;
336
+ transactionHash: import("viem").Hash;
337
+ transactionIndex: number;
338
+ type: import("viem").TransactionType;
339
+ l1GasPrice: bigint | null;
340
+ l1GasUsed: bigint | null;
341
+ l1Fee: bigint | null;
342
+ l1FeeScalar: number | null;
343
+ } & {};
344
+ type: "transactionReceipt";
345
+ };
346
+ };
347
+ serializers: {
348
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
349
+ };
350
+ };
351
+ readonly arbitrum: {
352
+ blockExplorers: {
353
+ readonly default: {
354
+ readonly name: "Arbiscan";
355
+ readonly url: "https://arbiscan.io";
356
+ readonly apiUrl: "https://api.arbiscan.io/api";
357
+ };
358
+ };
359
+ blockTime: 250;
360
+ contracts: {
361
+ readonly multicall3: {
362
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
363
+ readonly blockCreated: 7654707;
364
+ };
365
+ };
366
+ ensTlds?: readonly string[] | undefined;
367
+ id: 42161;
368
+ name: "Arbitrum One";
369
+ nativeCurrency: {
370
+ readonly name: "Ether";
371
+ readonly symbol: "ETH";
372
+ readonly decimals: 18;
373
+ };
374
+ experimental_preconfirmationTime?: number | undefined | undefined;
375
+ rpcUrls: {
376
+ readonly default: {
377
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
378
+ };
379
+ };
380
+ sourceId?: number | undefined | undefined;
381
+ testnet?: boolean | undefined | undefined;
382
+ custom?: Record<string, unknown> | undefined;
383
+ fees?: import("viem").ChainFees<undefined> | undefined;
384
+ formatters?: undefined;
385
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
386
+ };
387
+ readonly optimism: {
388
+ blockExplorers: {
389
+ readonly default: {
390
+ readonly name: "Optimism Explorer";
391
+ readonly url: "https://optimistic.etherscan.io";
392
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
393
+ };
394
+ };
395
+ blockTime: 2000;
396
+ contracts: {
397
+ readonly disputeGameFactory: {
398
+ readonly 1: {
399
+ readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
400
+ };
401
+ };
402
+ readonly l2OutputOracle: {
403
+ readonly 1: {
404
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
405
+ };
406
+ };
407
+ readonly multicall3: {
408
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
409
+ readonly blockCreated: 4286263;
410
+ };
411
+ readonly portal: {
412
+ readonly 1: {
413
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
414
+ };
415
+ };
416
+ readonly l1StandardBridge: {
417
+ readonly 1: {
418
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
419
+ };
420
+ };
421
+ readonly gasPriceOracle: {
422
+ readonly address: "0x420000000000000000000000000000000000000F";
423
+ };
424
+ readonly l1Block: {
425
+ readonly address: "0x4200000000000000000000000000000000000015";
426
+ };
427
+ readonly l2CrossDomainMessenger: {
428
+ readonly address: "0x4200000000000000000000000000000000000007";
429
+ };
430
+ readonly l2Erc721Bridge: {
431
+ readonly address: "0x4200000000000000000000000000000000000014";
432
+ };
433
+ readonly l2StandardBridge: {
434
+ readonly address: "0x4200000000000000000000000000000000000010";
435
+ };
436
+ readonly l2ToL1MessagePasser: {
437
+ readonly address: "0x4200000000000000000000000000000000000016";
438
+ };
439
+ };
440
+ ensTlds?: readonly string[] | undefined;
441
+ id: 10;
442
+ name: "OP Mainnet";
443
+ nativeCurrency: {
444
+ readonly name: "Ether";
445
+ readonly symbol: "ETH";
446
+ readonly decimals: 18;
447
+ };
448
+ experimental_preconfirmationTime?: number | undefined | undefined;
449
+ rpcUrls: {
450
+ readonly default: {
451
+ readonly http: readonly ["https://mainnet.optimism.io"];
452
+ };
453
+ };
454
+ sourceId: 1;
455
+ testnet?: boolean | undefined | undefined;
456
+ custom?: Record<string, unknown> | undefined;
457
+ fees?: import("viem").ChainFees<undefined> | undefined;
458
+ formatters: {
459
+ readonly block: {
460
+ exclude: [] | undefined;
461
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
462
+ baseFeePerGas: bigint | null;
463
+ blobGasUsed: bigint;
464
+ difficulty: bigint;
465
+ excessBlobGas: bigint;
466
+ extraData: import("viem").Hex;
467
+ gasLimit: bigint;
468
+ gasUsed: bigint;
469
+ hash: `0x${string}` | null;
470
+ logsBloom: `0x${string}` | null;
471
+ miner: import("viem").Address;
472
+ mixHash: import("viem").Hash;
473
+ nonce: `0x${string}` | null;
474
+ number: bigint | null;
475
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
476
+ parentHash: import("viem").Hash;
477
+ receiptsRoot: import("viem").Hex;
478
+ sealFields: import("viem").Hex[];
479
+ sha3Uncles: import("viem").Hash;
480
+ size: bigint;
481
+ stateRoot: import("viem").Hash;
482
+ timestamp: bigint;
483
+ totalDifficulty: bigint | null;
484
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
485
+ transactionsRoot: import("viem").Hash;
486
+ uncles: import("viem").Hash[];
487
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
488
+ withdrawalsRoot?: `0x${string}` | undefined;
489
+ } & {};
490
+ type: "block";
491
+ };
492
+ readonly transaction: {
493
+ exclude: [] | undefined;
494
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
495
+ blockHash: `0x${string}` | null;
496
+ blockNumber: bigint | null;
497
+ from: import("viem").Address;
498
+ gas: bigint;
499
+ hash: import("viem").Hash;
500
+ input: import("viem").Hex;
501
+ nonce: number;
502
+ r: import("viem").Hex;
503
+ s: import("viem").Hex;
504
+ to: import("viem").Address | null;
505
+ transactionIndex: number | null;
506
+ typeHex: import("viem").Hex | null;
507
+ v: bigint;
508
+ value: bigint;
509
+ yParity: number;
510
+ gasPrice?: undefined | undefined;
511
+ maxFeePerBlobGas?: undefined | undefined;
512
+ maxFeePerGas: bigint;
513
+ maxPriorityFeePerGas: bigint;
514
+ isSystemTx?: boolean;
515
+ mint?: bigint | undefined | undefined;
516
+ sourceHash: import("viem").Hex;
517
+ type: "deposit";
518
+ } | {
519
+ r: import("viem").Hex;
520
+ s: import("viem").Hex;
521
+ v: bigint;
522
+ value: bigint;
523
+ gas: bigint;
524
+ to: import("viem").Address | null;
525
+ from: import("viem").Address;
526
+ nonce: number;
527
+ blockHash: `0x${string}` | null;
528
+ blockNumber: bigint | null;
529
+ transactionIndex: number | null;
530
+ hash: import("viem").Hash;
531
+ input: import("viem").Hex;
532
+ typeHex: import("viem").Hex | null;
533
+ accessList?: undefined | undefined;
534
+ authorizationList?: undefined | undefined;
535
+ blobVersionedHashes?: undefined | undefined;
536
+ chainId?: number | undefined;
537
+ yParity?: undefined | undefined;
538
+ type: "legacy";
539
+ gasPrice: bigint;
540
+ maxFeePerBlobGas?: undefined | undefined;
541
+ maxFeePerGas?: undefined | undefined;
542
+ maxPriorityFeePerGas?: undefined | undefined;
543
+ isSystemTx?: undefined | undefined;
544
+ mint?: undefined | undefined;
545
+ sourceHash?: undefined | undefined;
546
+ } | {
547
+ blockHash: `0x${string}` | null;
548
+ blockNumber: bigint | null;
549
+ from: import("viem").Address;
550
+ gas: bigint;
551
+ hash: import("viem").Hash;
552
+ input: import("viem").Hex;
553
+ nonce: number;
554
+ r: import("viem").Hex;
555
+ s: import("viem").Hex;
556
+ to: import("viem").Address | null;
557
+ transactionIndex: number | null;
558
+ typeHex: import("viem").Hex | null;
559
+ v: bigint;
560
+ value: bigint;
561
+ yParity: number;
562
+ accessList: import("viem").AccessList;
563
+ authorizationList?: undefined | undefined;
564
+ blobVersionedHashes?: undefined | undefined;
565
+ chainId: number;
566
+ type: "eip2930";
567
+ gasPrice: bigint;
568
+ maxFeePerBlobGas?: undefined | undefined;
569
+ maxFeePerGas?: undefined | undefined;
570
+ maxPriorityFeePerGas?: undefined | undefined;
571
+ isSystemTx?: undefined | undefined;
572
+ mint?: undefined | undefined;
573
+ sourceHash?: undefined | undefined;
574
+ } | {
575
+ blockHash: `0x${string}` | null;
576
+ blockNumber: bigint | null;
577
+ from: import("viem").Address;
578
+ gas: bigint;
579
+ hash: import("viem").Hash;
580
+ input: import("viem").Hex;
581
+ nonce: number;
582
+ r: import("viem").Hex;
583
+ s: import("viem").Hex;
584
+ to: import("viem").Address | null;
585
+ transactionIndex: number | null;
586
+ typeHex: import("viem").Hex | null;
587
+ v: bigint;
588
+ value: bigint;
589
+ yParity: number;
590
+ accessList: import("viem").AccessList;
591
+ authorizationList?: undefined | undefined;
592
+ blobVersionedHashes?: undefined | undefined;
593
+ chainId: number;
594
+ type: "eip1559";
595
+ gasPrice?: undefined | undefined;
596
+ maxFeePerBlobGas?: undefined | undefined;
597
+ maxFeePerGas: bigint;
598
+ maxPriorityFeePerGas: bigint;
599
+ isSystemTx?: undefined | undefined;
600
+ mint?: undefined | undefined;
601
+ sourceHash?: undefined | undefined;
602
+ } | {
603
+ blockHash: `0x${string}` | null;
604
+ blockNumber: bigint | null;
605
+ from: import("viem").Address;
606
+ gas: bigint;
607
+ hash: import("viem").Hash;
608
+ input: import("viem").Hex;
609
+ nonce: number;
610
+ r: import("viem").Hex;
611
+ s: import("viem").Hex;
612
+ to: import("viem").Address | null;
613
+ transactionIndex: number | null;
614
+ typeHex: import("viem").Hex | null;
615
+ v: bigint;
616
+ value: bigint;
617
+ yParity: number;
618
+ accessList: import("viem").AccessList;
619
+ authorizationList?: undefined | undefined;
620
+ blobVersionedHashes: readonly import("viem").Hex[];
621
+ chainId: number;
622
+ type: "eip4844";
623
+ gasPrice?: undefined | undefined;
624
+ maxFeePerBlobGas: bigint;
625
+ maxFeePerGas: bigint;
626
+ maxPriorityFeePerGas: bigint;
627
+ isSystemTx?: undefined | undefined;
628
+ mint?: undefined | undefined;
629
+ sourceHash?: undefined | undefined;
630
+ } | {
631
+ blockHash: `0x${string}` | null;
632
+ blockNumber: bigint | null;
633
+ from: import("viem").Address;
634
+ gas: bigint;
635
+ hash: import("viem").Hash;
636
+ input: import("viem").Hex;
637
+ nonce: number;
638
+ r: import("viem").Hex;
639
+ s: import("viem").Hex;
640
+ to: import("viem").Address | null;
641
+ transactionIndex: number | null;
642
+ typeHex: import("viem").Hex | null;
643
+ v: bigint;
644
+ value: bigint;
645
+ yParity: number;
646
+ accessList: import("viem").AccessList;
647
+ authorizationList: import("viem").SignedAuthorizationList;
648
+ blobVersionedHashes?: undefined | undefined;
649
+ chainId: number;
650
+ type: "eip7702";
651
+ gasPrice?: undefined | undefined;
652
+ maxFeePerBlobGas?: undefined | undefined;
653
+ maxFeePerGas: bigint;
654
+ maxPriorityFeePerGas: bigint;
655
+ isSystemTx?: undefined | undefined;
656
+ mint?: undefined | undefined;
657
+ sourceHash?: undefined | undefined;
658
+ }) & {};
659
+ type: "transaction";
660
+ };
661
+ readonly transactionReceipt: {
662
+ exclude: [] | undefined;
663
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
664
+ blobGasPrice?: bigint | undefined;
665
+ blobGasUsed?: bigint | undefined;
666
+ blockHash: import("viem").Hash;
667
+ blockNumber: bigint;
668
+ contractAddress: import("viem").Address | null | undefined;
669
+ cumulativeGasUsed: bigint;
670
+ effectiveGasPrice: bigint;
671
+ from: import("viem").Address;
672
+ gasUsed: bigint;
673
+ logs: import("viem").Log<bigint, number, false>[];
674
+ logsBloom: import("viem").Hex;
675
+ root?: `0x${string}` | undefined;
676
+ status: "success" | "reverted";
677
+ to: import("viem").Address | null;
678
+ transactionHash: import("viem").Hash;
679
+ transactionIndex: number;
680
+ type: import("viem").TransactionType;
681
+ l1GasPrice: bigint | null;
682
+ l1GasUsed: bigint | null;
683
+ l1Fee: bigint | null;
684
+ l1FeeScalar: number | null;
685
+ } & {};
686
+ type: "transactionReceipt";
687
+ };
688
+ };
689
+ serializers: {
690
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
691
+ };
692
+ };
693
+ };
694
+ readonly testnet: {
695
+ readonly sepolia: {
696
+ blockExplorers: {
697
+ readonly default: {
698
+ readonly name: "Etherscan";
699
+ readonly url: "https://sepolia.etherscan.io";
700
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
701
+ };
702
+ };
703
+ blockTime?: number | undefined | undefined;
704
+ contracts: {
705
+ readonly multicall3: {
706
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
707
+ readonly blockCreated: 751532;
708
+ };
709
+ readonly ensUniversalResolver: {
710
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
711
+ readonly blockCreated: 8928790;
712
+ };
713
+ };
714
+ ensTlds?: readonly string[] | undefined;
715
+ id: 11155111;
716
+ name: "Sepolia";
717
+ nativeCurrency: {
718
+ readonly name: "Sepolia Ether";
719
+ readonly symbol: "ETH";
720
+ readonly decimals: 18;
721
+ };
722
+ experimental_preconfirmationTime?: number | undefined | undefined;
723
+ rpcUrls: {
724
+ readonly default: {
725
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
726
+ };
727
+ };
728
+ sourceId?: number | undefined | undefined;
729
+ testnet: true;
730
+ custom?: Record<string, unknown> | undefined;
731
+ fees?: import("viem").ChainFees<undefined> | undefined;
732
+ formatters?: undefined;
733
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
734
+ };
735
+ readonly baseSepolia: {
736
+ blockExplorers: {
737
+ readonly default: {
738
+ readonly name: "Basescan";
739
+ readonly url: "https://sepolia.basescan.org";
740
+ readonly apiUrl: "https://api-sepolia.basescan.org/api";
741
+ };
742
+ };
743
+ blockTime: 2000;
744
+ contracts: {
745
+ readonly disputeGameFactory: {
746
+ readonly 11155111: {
747
+ readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
748
+ };
749
+ };
750
+ readonly l2OutputOracle: {
751
+ readonly 11155111: {
752
+ readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
753
+ };
754
+ };
755
+ readonly portal: {
756
+ readonly 11155111: {
757
+ readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
758
+ readonly blockCreated: 4446677;
759
+ };
760
+ };
761
+ readonly l1StandardBridge: {
762
+ readonly 11155111: {
763
+ readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
764
+ readonly blockCreated: 4446677;
765
+ };
766
+ };
767
+ readonly multicall3: {
768
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
769
+ readonly blockCreated: 1059647;
770
+ };
771
+ readonly gasPriceOracle: {
772
+ readonly address: "0x420000000000000000000000000000000000000F";
773
+ };
774
+ readonly l1Block: {
775
+ readonly address: "0x4200000000000000000000000000000000000015";
776
+ };
777
+ readonly l2CrossDomainMessenger: {
778
+ readonly address: "0x4200000000000000000000000000000000000007";
779
+ };
780
+ readonly l2Erc721Bridge: {
781
+ readonly address: "0x4200000000000000000000000000000000000014";
782
+ };
783
+ readonly l2StandardBridge: {
784
+ readonly address: "0x4200000000000000000000000000000000000010";
785
+ };
786
+ readonly l2ToL1MessagePasser: {
787
+ readonly address: "0x4200000000000000000000000000000000000016";
788
+ };
789
+ };
790
+ ensTlds?: readonly string[] | undefined;
791
+ id: 84532;
792
+ name: "Base Sepolia";
793
+ nativeCurrency: {
794
+ readonly name: "Sepolia Ether";
795
+ readonly symbol: "ETH";
796
+ readonly decimals: 18;
797
+ };
798
+ experimental_preconfirmationTime?: number | undefined | undefined;
799
+ rpcUrls: {
800
+ readonly default: {
801
+ readonly http: readonly ["https://sepolia.base.org"];
802
+ };
803
+ };
804
+ sourceId: 11155111;
805
+ testnet: true;
806
+ custom?: Record<string, unknown> | undefined;
807
+ fees?: import("viem").ChainFees<undefined> | undefined;
808
+ formatters: {
809
+ readonly block: {
810
+ exclude: [] | undefined;
811
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
812
+ baseFeePerGas: bigint | null;
813
+ blobGasUsed: bigint;
814
+ difficulty: bigint;
815
+ excessBlobGas: bigint;
816
+ extraData: import("viem").Hex;
817
+ gasLimit: bigint;
818
+ gasUsed: bigint;
819
+ hash: `0x${string}` | null;
820
+ logsBloom: `0x${string}` | null;
821
+ miner: import("viem").Address;
822
+ mixHash: import("viem").Hash;
823
+ nonce: `0x${string}` | null;
824
+ number: bigint | null;
825
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
826
+ parentHash: import("viem").Hash;
827
+ receiptsRoot: import("viem").Hex;
828
+ sealFields: import("viem").Hex[];
829
+ sha3Uncles: import("viem").Hash;
830
+ size: bigint;
831
+ stateRoot: import("viem").Hash;
832
+ timestamp: bigint;
833
+ totalDifficulty: bigint | null;
834
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
835
+ transactionsRoot: import("viem").Hash;
836
+ uncles: import("viem").Hash[];
837
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
838
+ withdrawalsRoot?: `0x${string}` | undefined;
839
+ } & {};
840
+ type: "block";
841
+ };
842
+ readonly transaction: {
843
+ exclude: [] | undefined;
844
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
845
+ blockHash: `0x${string}` | null;
846
+ blockNumber: bigint | null;
847
+ from: import("viem").Address;
848
+ gas: bigint;
849
+ hash: import("viem").Hash;
850
+ input: import("viem").Hex;
851
+ nonce: number;
852
+ r: import("viem").Hex;
853
+ s: import("viem").Hex;
854
+ to: import("viem").Address | null;
855
+ transactionIndex: number | null;
856
+ typeHex: import("viem").Hex | null;
857
+ v: bigint;
858
+ value: bigint;
859
+ yParity: number;
860
+ gasPrice?: undefined | undefined;
861
+ maxFeePerBlobGas?: undefined | undefined;
862
+ maxFeePerGas: bigint;
863
+ maxPriorityFeePerGas: bigint;
864
+ isSystemTx?: boolean;
865
+ mint?: bigint | undefined | undefined;
866
+ sourceHash: import("viem").Hex;
867
+ type: "deposit";
868
+ } | {
869
+ r: import("viem").Hex;
870
+ s: import("viem").Hex;
871
+ v: bigint;
872
+ value: bigint;
873
+ gas: bigint;
874
+ to: import("viem").Address | null;
875
+ from: import("viem").Address;
876
+ nonce: number;
877
+ blockHash: `0x${string}` | null;
878
+ blockNumber: bigint | null;
879
+ transactionIndex: number | null;
880
+ hash: import("viem").Hash;
881
+ input: import("viem").Hex;
882
+ typeHex: import("viem").Hex | null;
883
+ accessList?: undefined | undefined;
884
+ authorizationList?: undefined | undefined;
885
+ blobVersionedHashes?: undefined | undefined;
886
+ chainId?: number | undefined;
887
+ yParity?: undefined | undefined;
888
+ type: "legacy";
889
+ gasPrice: bigint;
890
+ maxFeePerBlobGas?: undefined | undefined;
891
+ maxFeePerGas?: undefined | undefined;
892
+ maxPriorityFeePerGas?: undefined | undefined;
893
+ isSystemTx?: undefined | undefined;
894
+ mint?: undefined | undefined;
895
+ sourceHash?: undefined | undefined;
896
+ } | {
897
+ blockHash: `0x${string}` | null;
898
+ blockNumber: bigint | null;
899
+ from: import("viem").Address;
900
+ gas: bigint;
901
+ hash: import("viem").Hash;
902
+ input: import("viem").Hex;
903
+ nonce: number;
904
+ r: import("viem").Hex;
905
+ s: import("viem").Hex;
906
+ to: import("viem").Address | null;
907
+ transactionIndex: number | null;
908
+ typeHex: import("viem").Hex | null;
909
+ v: bigint;
910
+ value: bigint;
911
+ yParity: number;
912
+ accessList: import("viem").AccessList;
913
+ authorizationList?: undefined | undefined;
914
+ blobVersionedHashes?: undefined | undefined;
915
+ chainId: number;
916
+ type: "eip2930";
917
+ gasPrice: bigint;
918
+ maxFeePerBlobGas?: undefined | undefined;
919
+ maxFeePerGas?: undefined | undefined;
920
+ maxPriorityFeePerGas?: undefined | undefined;
921
+ isSystemTx?: undefined | undefined;
922
+ mint?: undefined | undefined;
923
+ sourceHash?: undefined | undefined;
924
+ } | {
925
+ blockHash: `0x${string}` | null;
926
+ blockNumber: bigint | null;
927
+ from: import("viem").Address;
928
+ gas: bigint;
929
+ hash: import("viem").Hash;
930
+ input: import("viem").Hex;
931
+ nonce: number;
932
+ r: import("viem").Hex;
933
+ s: import("viem").Hex;
934
+ to: import("viem").Address | null;
935
+ transactionIndex: number | null;
936
+ typeHex: import("viem").Hex | null;
937
+ v: bigint;
938
+ value: bigint;
939
+ yParity: number;
940
+ accessList: import("viem").AccessList;
941
+ authorizationList?: undefined | undefined;
942
+ blobVersionedHashes?: undefined | undefined;
943
+ chainId: number;
944
+ type: "eip1559";
945
+ gasPrice?: undefined | undefined;
946
+ maxFeePerBlobGas?: undefined | undefined;
947
+ maxFeePerGas: bigint;
948
+ maxPriorityFeePerGas: bigint;
949
+ isSystemTx?: undefined | undefined;
950
+ mint?: undefined | undefined;
951
+ sourceHash?: undefined | undefined;
952
+ } | {
953
+ blockHash: `0x${string}` | null;
954
+ blockNumber: bigint | null;
955
+ from: import("viem").Address;
956
+ gas: bigint;
957
+ hash: import("viem").Hash;
958
+ input: import("viem").Hex;
959
+ nonce: number;
960
+ r: import("viem").Hex;
961
+ s: import("viem").Hex;
962
+ to: import("viem").Address | null;
963
+ transactionIndex: number | null;
964
+ typeHex: import("viem").Hex | null;
965
+ v: bigint;
966
+ value: bigint;
967
+ yParity: number;
968
+ accessList: import("viem").AccessList;
969
+ authorizationList?: undefined | undefined;
970
+ blobVersionedHashes: readonly import("viem").Hex[];
971
+ chainId: number;
972
+ type: "eip4844";
973
+ gasPrice?: undefined | undefined;
974
+ maxFeePerBlobGas: bigint;
975
+ maxFeePerGas: bigint;
976
+ maxPriorityFeePerGas: bigint;
977
+ isSystemTx?: undefined | undefined;
978
+ mint?: undefined | undefined;
979
+ sourceHash?: undefined | undefined;
980
+ } | {
981
+ blockHash: `0x${string}` | null;
982
+ blockNumber: bigint | null;
983
+ from: import("viem").Address;
984
+ gas: bigint;
985
+ hash: import("viem").Hash;
986
+ input: import("viem").Hex;
987
+ nonce: number;
988
+ r: import("viem").Hex;
989
+ s: import("viem").Hex;
990
+ to: import("viem").Address | null;
991
+ transactionIndex: number | null;
992
+ typeHex: import("viem").Hex | null;
993
+ v: bigint;
994
+ value: bigint;
995
+ yParity: number;
996
+ accessList: import("viem").AccessList;
997
+ authorizationList: import("viem").SignedAuthorizationList;
998
+ blobVersionedHashes?: undefined | undefined;
999
+ chainId: number;
1000
+ type: "eip7702";
1001
+ gasPrice?: undefined | undefined;
1002
+ maxFeePerBlobGas?: undefined | undefined;
1003
+ maxFeePerGas: bigint;
1004
+ maxPriorityFeePerGas: bigint;
1005
+ isSystemTx?: undefined | undefined;
1006
+ mint?: undefined | undefined;
1007
+ sourceHash?: undefined | undefined;
1008
+ }) & {};
1009
+ type: "transaction";
1010
+ };
1011
+ readonly transactionReceipt: {
1012
+ exclude: [] | undefined;
1013
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1014
+ blobGasPrice?: bigint | undefined;
1015
+ blobGasUsed?: bigint | undefined;
1016
+ blockHash: import("viem").Hash;
1017
+ blockNumber: bigint;
1018
+ contractAddress: import("viem").Address | null | undefined;
1019
+ cumulativeGasUsed: bigint;
1020
+ effectiveGasPrice: bigint;
1021
+ from: import("viem").Address;
1022
+ gasUsed: bigint;
1023
+ logs: import("viem").Log<bigint, number, false>[];
1024
+ logsBloom: import("viem").Hex;
1025
+ root?: `0x${string}` | undefined;
1026
+ status: "success" | "reverted";
1027
+ to: import("viem").Address | null;
1028
+ transactionHash: import("viem").Hash;
1029
+ transactionIndex: number;
1030
+ type: import("viem").TransactionType;
1031
+ l1GasPrice: bigint | null;
1032
+ l1GasUsed: bigint | null;
1033
+ l1Fee: bigint | null;
1034
+ l1FeeScalar: number | null;
1035
+ } & {};
1036
+ type: "transactionReceipt";
1037
+ };
1038
+ };
1039
+ serializers: {
1040
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1041
+ };
1042
+ readonly network: "base-sepolia";
1043
+ };
1044
+ readonly arbitrumSepolia: {
1045
+ blockExplorers: {
1046
+ readonly default: {
1047
+ readonly name: "Arbiscan";
1048
+ readonly url: "https://sepolia.arbiscan.io";
1049
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1050
+ };
1051
+ };
1052
+ blockTime: 250;
1053
+ contracts: {
1054
+ readonly multicall3: {
1055
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1056
+ readonly blockCreated: 81930;
1057
+ };
1058
+ };
1059
+ ensTlds?: readonly string[] | undefined;
1060
+ id: 421614;
1061
+ name: "Arbitrum Sepolia";
1062
+ nativeCurrency: {
1063
+ readonly name: "Arbitrum Sepolia Ether";
1064
+ readonly symbol: "ETH";
1065
+ readonly decimals: 18;
1066
+ };
1067
+ experimental_preconfirmationTime?: number | undefined | undefined;
1068
+ rpcUrls: {
1069
+ readonly default: {
1070
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
1071
+ };
1072
+ };
1073
+ sourceId?: number | undefined | undefined;
1074
+ testnet: true;
1075
+ custom?: Record<string, unknown> | undefined;
1076
+ fees?: import("viem").ChainFees<undefined> | undefined;
1077
+ formatters?: undefined;
1078
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1079
+ };
1080
+ readonly optimismSepolia: {
1081
+ blockExplorers: {
1082
+ readonly default: {
1083
+ readonly name: "Blockscout";
1084
+ readonly url: "https://optimism-sepolia.blockscout.com";
1085
+ readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
1086
+ };
1087
+ };
1088
+ blockTime: 2000;
1089
+ contracts: {
1090
+ readonly disputeGameFactory: {
1091
+ readonly 11155111: {
1092
+ readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
1093
+ };
1094
+ };
1095
+ readonly l2OutputOracle: {
1096
+ readonly 11155111: {
1097
+ readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
1098
+ };
1099
+ };
1100
+ readonly multicall3: {
1101
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1102
+ readonly blockCreated: 1620204;
1103
+ };
1104
+ readonly portal: {
1105
+ readonly 11155111: {
1106
+ readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
1107
+ };
1108
+ };
1109
+ readonly l1StandardBridge: {
1110
+ readonly 11155111: {
1111
+ readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
1112
+ };
1113
+ };
1114
+ readonly gasPriceOracle: {
1115
+ readonly address: "0x420000000000000000000000000000000000000F";
1116
+ };
1117
+ readonly l1Block: {
1118
+ readonly address: "0x4200000000000000000000000000000000000015";
1119
+ };
1120
+ readonly l2CrossDomainMessenger: {
1121
+ readonly address: "0x4200000000000000000000000000000000000007";
1122
+ };
1123
+ readonly l2Erc721Bridge: {
1124
+ readonly address: "0x4200000000000000000000000000000000000014";
1125
+ };
1126
+ readonly l2StandardBridge: {
1127
+ readonly address: "0x4200000000000000000000000000000000000010";
1128
+ };
1129
+ readonly l2ToL1MessagePasser: {
1130
+ readonly address: "0x4200000000000000000000000000000000000016";
1131
+ };
1132
+ };
1133
+ ensTlds?: readonly string[] | undefined;
1134
+ id: 11155420;
1135
+ name: "OP Sepolia";
1136
+ nativeCurrency: {
1137
+ readonly name: "Sepolia Ether";
1138
+ readonly symbol: "ETH";
1139
+ readonly decimals: 18;
1140
+ };
1141
+ experimental_preconfirmationTime?: number | undefined | undefined;
1142
+ rpcUrls: {
1143
+ readonly default: {
1144
+ readonly http: readonly ["https://sepolia.optimism.io"];
1145
+ };
1146
+ };
1147
+ sourceId: 11155111;
1148
+ testnet: true;
1149
+ custom?: Record<string, unknown> | undefined;
1150
+ fees?: import("viem").ChainFees<undefined> | undefined;
1151
+ formatters: {
1152
+ readonly block: {
1153
+ exclude: [] | undefined;
1154
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1155
+ baseFeePerGas: bigint | null;
1156
+ blobGasUsed: bigint;
1157
+ difficulty: bigint;
1158
+ excessBlobGas: bigint;
1159
+ extraData: import("viem").Hex;
1160
+ gasLimit: bigint;
1161
+ gasUsed: bigint;
1162
+ hash: `0x${string}` | null;
1163
+ logsBloom: `0x${string}` | null;
1164
+ miner: import("viem").Address;
1165
+ mixHash: import("viem").Hash;
1166
+ nonce: `0x${string}` | null;
1167
+ number: bigint | null;
1168
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1169
+ parentHash: import("viem").Hash;
1170
+ receiptsRoot: import("viem").Hex;
1171
+ sealFields: import("viem").Hex[];
1172
+ sha3Uncles: import("viem").Hash;
1173
+ size: bigint;
1174
+ stateRoot: import("viem").Hash;
1175
+ timestamp: bigint;
1176
+ totalDifficulty: bigint | null;
1177
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1178
+ transactionsRoot: import("viem").Hash;
1179
+ uncles: import("viem").Hash[];
1180
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1181
+ withdrawalsRoot?: `0x${string}` | undefined;
1182
+ } & {};
1183
+ type: "block";
1184
+ };
1185
+ readonly transaction: {
1186
+ exclude: [] | undefined;
1187
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1188
+ blockHash: `0x${string}` | null;
1189
+ blockNumber: bigint | null;
1190
+ from: import("viem").Address;
1191
+ gas: bigint;
1192
+ hash: import("viem").Hash;
1193
+ input: import("viem").Hex;
1194
+ nonce: number;
1195
+ r: import("viem").Hex;
1196
+ s: import("viem").Hex;
1197
+ to: import("viem").Address | null;
1198
+ transactionIndex: number | null;
1199
+ typeHex: import("viem").Hex | null;
1200
+ v: bigint;
1201
+ value: bigint;
1202
+ yParity: number;
1203
+ gasPrice?: undefined | undefined;
1204
+ maxFeePerBlobGas?: undefined | undefined;
1205
+ maxFeePerGas: bigint;
1206
+ maxPriorityFeePerGas: bigint;
1207
+ isSystemTx?: boolean;
1208
+ mint?: bigint | undefined | undefined;
1209
+ sourceHash: import("viem").Hex;
1210
+ type: "deposit";
1211
+ } | {
1212
+ r: import("viem").Hex;
1213
+ s: import("viem").Hex;
1214
+ v: bigint;
1215
+ value: bigint;
1216
+ gas: bigint;
1217
+ to: import("viem").Address | null;
1218
+ from: import("viem").Address;
1219
+ nonce: number;
1220
+ blockHash: `0x${string}` | null;
1221
+ blockNumber: bigint | null;
1222
+ transactionIndex: number | null;
1223
+ hash: import("viem").Hash;
1224
+ input: import("viem").Hex;
1225
+ typeHex: import("viem").Hex | null;
1226
+ accessList?: undefined | undefined;
1227
+ authorizationList?: undefined | undefined;
1228
+ blobVersionedHashes?: undefined | undefined;
1229
+ chainId?: number | undefined;
1230
+ yParity?: undefined | undefined;
1231
+ type: "legacy";
1232
+ gasPrice: bigint;
1233
+ maxFeePerBlobGas?: undefined | undefined;
1234
+ maxFeePerGas?: undefined | undefined;
1235
+ maxPriorityFeePerGas?: undefined | undefined;
1236
+ isSystemTx?: undefined | undefined;
1237
+ mint?: undefined | undefined;
1238
+ sourceHash?: undefined | undefined;
1239
+ } | {
1240
+ blockHash: `0x${string}` | null;
1241
+ blockNumber: bigint | null;
1242
+ from: import("viem").Address;
1243
+ gas: bigint;
1244
+ hash: import("viem").Hash;
1245
+ input: import("viem").Hex;
1246
+ nonce: number;
1247
+ r: import("viem").Hex;
1248
+ s: import("viem").Hex;
1249
+ to: import("viem").Address | null;
1250
+ transactionIndex: number | null;
1251
+ typeHex: import("viem").Hex | null;
1252
+ v: bigint;
1253
+ value: bigint;
1254
+ yParity: number;
1255
+ accessList: import("viem").AccessList;
1256
+ authorizationList?: undefined | undefined;
1257
+ blobVersionedHashes?: undefined | undefined;
1258
+ chainId: number;
1259
+ type: "eip2930";
1260
+ gasPrice: bigint;
1261
+ maxFeePerBlobGas?: undefined | undefined;
1262
+ maxFeePerGas?: undefined | undefined;
1263
+ maxPriorityFeePerGas?: undefined | undefined;
1264
+ isSystemTx?: undefined | undefined;
1265
+ mint?: undefined | undefined;
1266
+ sourceHash?: undefined | undefined;
1267
+ } | {
1268
+ blockHash: `0x${string}` | null;
1269
+ blockNumber: bigint | null;
1270
+ from: import("viem").Address;
1271
+ gas: bigint;
1272
+ hash: import("viem").Hash;
1273
+ input: import("viem").Hex;
1274
+ nonce: number;
1275
+ r: import("viem").Hex;
1276
+ s: import("viem").Hex;
1277
+ to: import("viem").Address | null;
1278
+ transactionIndex: number | null;
1279
+ typeHex: import("viem").Hex | null;
1280
+ v: bigint;
1281
+ value: bigint;
1282
+ yParity: number;
1283
+ accessList: import("viem").AccessList;
1284
+ authorizationList?: undefined | undefined;
1285
+ blobVersionedHashes?: undefined | undefined;
1286
+ chainId: number;
1287
+ type: "eip1559";
1288
+ gasPrice?: undefined | undefined;
1289
+ maxFeePerBlobGas?: undefined | undefined;
1290
+ maxFeePerGas: bigint;
1291
+ maxPriorityFeePerGas: bigint;
1292
+ isSystemTx?: undefined | undefined;
1293
+ mint?: undefined | undefined;
1294
+ sourceHash?: undefined | undefined;
1295
+ } | {
1296
+ blockHash: `0x${string}` | null;
1297
+ blockNumber: bigint | null;
1298
+ from: import("viem").Address;
1299
+ gas: bigint;
1300
+ hash: import("viem").Hash;
1301
+ input: import("viem").Hex;
1302
+ nonce: number;
1303
+ r: import("viem").Hex;
1304
+ s: import("viem").Hex;
1305
+ to: import("viem").Address | null;
1306
+ transactionIndex: number | null;
1307
+ typeHex: import("viem").Hex | null;
1308
+ v: bigint;
1309
+ value: bigint;
1310
+ yParity: number;
1311
+ accessList: import("viem").AccessList;
1312
+ authorizationList?: undefined | undefined;
1313
+ blobVersionedHashes: readonly import("viem").Hex[];
1314
+ chainId: number;
1315
+ type: "eip4844";
1316
+ gasPrice?: undefined | undefined;
1317
+ maxFeePerBlobGas: bigint;
1318
+ maxFeePerGas: bigint;
1319
+ maxPriorityFeePerGas: bigint;
1320
+ isSystemTx?: undefined | undefined;
1321
+ mint?: undefined | undefined;
1322
+ sourceHash?: undefined | undefined;
1323
+ } | {
1324
+ blockHash: `0x${string}` | null;
1325
+ blockNumber: bigint | null;
1326
+ from: import("viem").Address;
1327
+ gas: bigint;
1328
+ hash: import("viem").Hash;
1329
+ input: import("viem").Hex;
1330
+ nonce: number;
1331
+ r: import("viem").Hex;
1332
+ s: import("viem").Hex;
1333
+ to: import("viem").Address | null;
1334
+ transactionIndex: number | null;
1335
+ typeHex: import("viem").Hex | null;
1336
+ v: bigint;
1337
+ value: bigint;
1338
+ yParity: number;
1339
+ accessList: import("viem").AccessList;
1340
+ authorizationList: import("viem").SignedAuthorizationList;
1341
+ blobVersionedHashes?: undefined | undefined;
1342
+ chainId: number;
1343
+ type: "eip7702";
1344
+ gasPrice?: undefined | undefined;
1345
+ maxFeePerBlobGas?: undefined | undefined;
1346
+ maxFeePerGas: bigint;
1347
+ maxPriorityFeePerGas: bigint;
1348
+ isSystemTx?: undefined | undefined;
1349
+ mint?: undefined | undefined;
1350
+ sourceHash?: undefined | undefined;
1351
+ }) & {};
1352
+ type: "transaction";
1353
+ };
1354
+ readonly transactionReceipt: {
1355
+ exclude: [] | undefined;
1356
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1357
+ blobGasPrice?: bigint | undefined;
1358
+ blobGasUsed?: bigint | undefined;
1359
+ blockHash: import("viem").Hash;
1360
+ blockNumber: bigint;
1361
+ contractAddress: import("viem").Address | null | undefined;
1362
+ cumulativeGasUsed: bigint;
1363
+ effectiveGasPrice: bigint;
1364
+ from: import("viem").Address;
1365
+ gasUsed: bigint;
1366
+ logs: import("viem").Log<bigint, number, false>[];
1367
+ logsBloom: import("viem").Hex;
1368
+ root?: `0x${string}` | undefined;
1369
+ status: "success" | "reverted";
1370
+ to: import("viem").Address | null;
1371
+ transactionHash: import("viem").Hash;
1372
+ transactionIndex: number;
1373
+ type: import("viem").TransactionType;
1374
+ l1GasPrice: bigint | null;
1375
+ l1GasUsed: bigint | null;
1376
+ l1Fee: bigint | null;
1377
+ l1FeeScalar: number | null;
1378
+ } & {};
1379
+ type: "transactionReceipt";
1380
+ };
1381
+ };
1382
+ serializers: {
1383
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1384
+ };
1385
+ };
1386
+ readonly pecorinoHost: {
1387
+ readonly id: 3151908;
1388
+ readonly name: "Pecorino Host";
1389
+ readonly nativeCurrency: {
1390
+ readonly decimals: 18;
1391
+ readonly name: "ETH";
1392
+ readonly symbol: "ETH";
1393
+ };
1394
+ readonly rpcUrls: {
1395
+ readonly default: {
1396
+ readonly http: readonly ["https://host-rpc.pecorino.signet.sh/"];
1397
+ };
1398
+ readonly public: {
1399
+ readonly http: readonly ["https://host-rpc.pecorino.signet.sh/"];
1400
+ };
1401
+ };
1402
+ readonly blockExplorers: {
1403
+ readonly default: {
1404
+ readonly name: "Pecorino Host Explorer";
1405
+ readonly url: "https://explorer-host.pecorino.signet.sh/";
1406
+ };
1407
+ };
1408
+ readonly testnet: true;
1409
+ };
1410
+ readonly pecorinoSignet: {
1411
+ readonly id: 14174;
1412
+ readonly name: "Pecorino Signet";
1413
+ readonly nativeCurrency: {
1414
+ readonly decimals: 18;
1415
+ readonly name: "USD";
1416
+ readonly symbol: "USD";
1417
+ };
1418
+ readonly rpcUrls: {
1419
+ readonly default: {
1420
+ readonly http: readonly ["https://rpc.pecorino.signet.sh/"];
1421
+ };
1422
+ readonly public: {
1423
+ readonly http: readonly ["https://rpc.pecorino.signet.sh/"];
1424
+ };
1425
+ };
1426
+ readonly blockExplorers: {
1427
+ readonly default: {
1428
+ readonly name: "Pecorino Signet Explorer";
1429
+ readonly url: "https://explorer.pecorino.signet.sh/";
1430
+ };
1431
+ };
1432
+ readonly testnet: true;
1433
+ };
1434
+ };
1435
+ };
1436
+ export declare const allSupportedChains: {
1437
+ readonly mainnet: {
1438
+ blockExplorers: {
1439
+ readonly default: {
1440
+ readonly name: "Etherscan";
1441
+ readonly url: "https://etherscan.io";
1442
+ readonly apiUrl: "https://api.etherscan.io/api";
1443
+ };
1444
+ };
1445
+ blockTime: 12000;
1446
+ contracts: {
1447
+ readonly ensUniversalResolver: {
1448
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
1449
+ readonly blockCreated: 23085558;
1450
+ };
1451
+ readonly multicall3: {
1452
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1453
+ readonly blockCreated: 14353601;
1454
+ };
1455
+ };
1456
+ ensTlds?: readonly string[] | undefined;
1457
+ id: 1;
1458
+ name: "Ethereum";
1459
+ nativeCurrency: {
1460
+ readonly name: "Ether";
1461
+ readonly symbol: "ETH";
1462
+ readonly decimals: 18;
1463
+ };
1464
+ experimental_preconfirmationTime?: number | undefined | undefined;
1465
+ rpcUrls: {
1466
+ readonly default: {
1467
+ readonly http: readonly ["https://eth.merkle.io"];
1468
+ };
1469
+ };
1470
+ sourceId?: number | undefined | undefined;
1471
+ testnet?: boolean | undefined | undefined;
1472
+ custom?: Record<string, unknown> | undefined;
1473
+ fees?: import("viem").ChainFees<undefined> | undefined;
1474
+ formatters?: undefined;
1475
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1476
+ };
1477
+ readonly base: {
1478
+ blockExplorers: {
1479
+ readonly default: {
1480
+ readonly name: "Basescan";
1481
+ readonly url: "https://basescan.org";
1482
+ readonly apiUrl: "https://api.basescan.org/api";
1483
+ };
1484
+ };
1485
+ blockTime: 2000;
1486
+ contracts: {
1487
+ readonly disputeGameFactory: {
1488
+ readonly 1: {
1489
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
1490
+ };
1491
+ };
1492
+ readonly l2OutputOracle: {
1493
+ readonly 1: {
1494
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
1495
+ };
1496
+ };
1497
+ readonly multicall3: {
1498
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1499
+ readonly blockCreated: 5022;
1500
+ };
1501
+ readonly portal: {
1502
+ readonly 1: {
1503
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
1504
+ readonly blockCreated: 17482143;
1505
+ };
1506
+ };
1507
+ readonly l1StandardBridge: {
1508
+ readonly 1: {
1509
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
1510
+ readonly blockCreated: 17482143;
1511
+ };
1512
+ };
1513
+ readonly gasPriceOracle: {
1514
+ readonly address: "0x420000000000000000000000000000000000000F";
1515
+ };
1516
+ readonly l1Block: {
1517
+ readonly address: "0x4200000000000000000000000000000000000015";
1518
+ };
1519
+ readonly l2CrossDomainMessenger: {
1520
+ readonly address: "0x4200000000000000000000000000000000000007";
1521
+ };
1522
+ readonly l2Erc721Bridge: {
1523
+ readonly address: "0x4200000000000000000000000000000000000014";
1524
+ };
1525
+ readonly l2StandardBridge: {
1526
+ readonly address: "0x4200000000000000000000000000000000000010";
1527
+ };
1528
+ readonly l2ToL1MessagePasser: {
1529
+ readonly address: "0x4200000000000000000000000000000000000016";
1530
+ };
1531
+ };
1532
+ ensTlds?: readonly string[] | undefined;
1533
+ id: 8453;
1534
+ name: "Base";
1535
+ nativeCurrency: {
1536
+ readonly name: "Ether";
1537
+ readonly symbol: "ETH";
1538
+ readonly decimals: 18;
1539
+ };
1540
+ experimental_preconfirmationTime?: number | undefined | undefined;
1541
+ rpcUrls: {
1542
+ readonly default: {
1543
+ readonly http: readonly ["https://mainnet.base.org"];
1544
+ };
1545
+ };
1546
+ sourceId: 1;
1547
+ testnet?: boolean | undefined | undefined;
1548
+ custom?: Record<string, unknown> | undefined;
1549
+ fees?: import("viem").ChainFees<undefined> | undefined;
1550
+ formatters: {
1551
+ readonly block: {
1552
+ exclude: [] | undefined;
1553
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1554
+ baseFeePerGas: bigint | null;
1555
+ blobGasUsed: bigint;
1556
+ difficulty: bigint;
1557
+ excessBlobGas: bigint;
1558
+ extraData: import("viem").Hex;
1559
+ gasLimit: bigint;
1560
+ gasUsed: bigint;
1561
+ hash: `0x${string}` | null;
1562
+ logsBloom: `0x${string}` | null;
1563
+ miner: import("viem").Address;
1564
+ mixHash: import("viem").Hash;
1565
+ nonce: `0x${string}` | null;
1566
+ number: bigint | null;
1567
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1568
+ parentHash: import("viem").Hash;
1569
+ receiptsRoot: import("viem").Hex;
1570
+ sealFields: import("viem").Hex[];
1571
+ sha3Uncles: import("viem").Hash;
1572
+ size: bigint;
1573
+ stateRoot: import("viem").Hash;
1574
+ timestamp: bigint;
1575
+ totalDifficulty: bigint | null;
1576
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1577
+ transactionsRoot: import("viem").Hash;
1578
+ uncles: import("viem").Hash[];
1579
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1580
+ withdrawalsRoot?: `0x${string}` | undefined;
1581
+ } & {};
1582
+ type: "block";
1583
+ };
1584
+ readonly transaction: {
1585
+ exclude: [] | undefined;
1586
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1587
+ blockHash: `0x${string}` | null;
1588
+ blockNumber: bigint | null;
1589
+ from: import("viem").Address;
1590
+ gas: bigint;
1591
+ hash: import("viem").Hash;
1592
+ input: import("viem").Hex;
1593
+ nonce: number;
1594
+ r: import("viem").Hex;
1595
+ s: import("viem").Hex;
1596
+ to: import("viem").Address | null;
1597
+ transactionIndex: number | null;
1598
+ typeHex: import("viem").Hex | null;
1599
+ v: bigint;
1600
+ value: bigint;
1601
+ yParity: number;
1602
+ gasPrice?: undefined | undefined;
1603
+ maxFeePerBlobGas?: undefined | undefined;
1604
+ maxFeePerGas: bigint;
1605
+ maxPriorityFeePerGas: bigint;
1606
+ isSystemTx?: boolean;
1607
+ mint?: bigint | undefined | undefined;
1608
+ sourceHash: import("viem").Hex;
1609
+ type: "deposit";
1610
+ } | {
1611
+ r: import("viem").Hex;
1612
+ s: import("viem").Hex;
1613
+ v: bigint;
1614
+ value: bigint;
1615
+ gas: bigint;
1616
+ to: import("viem").Address | null;
1617
+ from: import("viem").Address;
1618
+ nonce: number;
1619
+ blockHash: `0x${string}` | null;
1620
+ blockNumber: bigint | null;
1621
+ transactionIndex: number | null;
1622
+ hash: import("viem").Hash;
1623
+ input: import("viem").Hex;
1624
+ typeHex: import("viem").Hex | null;
1625
+ accessList?: undefined | undefined;
1626
+ authorizationList?: undefined | undefined;
1627
+ blobVersionedHashes?: undefined | undefined;
1628
+ chainId?: number | undefined;
1629
+ yParity?: undefined | undefined;
1630
+ type: "legacy";
1631
+ gasPrice: bigint;
1632
+ maxFeePerBlobGas?: undefined | undefined;
1633
+ maxFeePerGas?: undefined | undefined;
1634
+ maxPriorityFeePerGas?: undefined | undefined;
1635
+ isSystemTx?: undefined | undefined;
1636
+ mint?: undefined | undefined;
1637
+ sourceHash?: undefined | undefined;
1638
+ } | {
1639
+ blockHash: `0x${string}` | null;
1640
+ blockNumber: bigint | null;
1641
+ from: import("viem").Address;
1642
+ gas: bigint;
1643
+ hash: import("viem").Hash;
1644
+ input: import("viem").Hex;
1645
+ nonce: number;
1646
+ r: import("viem").Hex;
1647
+ s: import("viem").Hex;
1648
+ to: import("viem").Address | null;
1649
+ transactionIndex: number | null;
1650
+ typeHex: import("viem").Hex | null;
1651
+ v: bigint;
1652
+ value: bigint;
1653
+ yParity: number;
1654
+ accessList: import("viem").AccessList;
1655
+ authorizationList?: undefined | undefined;
1656
+ blobVersionedHashes?: undefined | undefined;
1657
+ chainId: number;
1658
+ type: "eip2930";
1659
+ gasPrice: bigint;
1660
+ maxFeePerBlobGas?: undefined | undefined;
1661
+ maxFeePerGas?: undefined | undefined;
1662
+ maxPriorityFeePerGas?: undefined | undefined;
1663
+ isSystemTx?: undefined | undefined;
1664
+ mint?: undefined | undefined;
1665
+ sourceHash?: undefined | undefined;
1666
+ } | {
1667
+ blockHash: `0x${string}` | null;
1668
+ blockNumber: bigint | null;
1669
+ from: import("viem").Address;
1670
+ gas: bigint;
1671
+ hash: import("viem").Hash;
1672
+ input: import("viem").Hex;
1673
+ nonce: number;
1674
+ r: import("viem").Hex;
1675
+ s: import("viem").Hex;
1676
+ to: import("viem").Address | null;
1677
+ transactionIndex: number | null;
1678
+ typeHex: import("viem").Hex | null;
1679
+ v: bigint;
1680
+ value: bigint;
1681
+ yParity: number;
1682
+ accessList: import("viem").AccessList;
1683
+ authorizationList?: undefined | undefined;
1684
+ blobVersionedHashes?: undefined | undefined;
1685
+ chainId: number;
1686
+ type: "eip1559";
1687
+ gasPrice?: undefined | undefined;
1688
+ maxFeePerBlobGas?: undefined | undefined;
1689
+ maxFeePerGas: bigint;
1690
+ maxPriorityFeePerGas: bigint;
1691
+ isSystemTx?: undefined | undefined;
1692
+ mint?: undefined | undefined;
1693
+ sourceHash?: undefined | undefined;
1694
+ } | {
1695
+ blockHash: `0x${string}` | null;
1696
+ blockNumber: bigint | null;
1697
+ from: import("viem").Address;
1698
+ gas: bigint;
1699
+ hash: import("viem").Hash;
1700
+ input: import("viem").Hex;
1701
+ nonce: number;
1702
+ r: import("viem").Hex;
1703
+ s: import("viem").Hex;
1704
+ to: import("viem").Address | null;
1705
+ transactionIndex: number | null;
1706
+ typeHex: import("viem").Hex | null;
1707
+ v: bigint;
1708
+ value: bigint;
1709
+ yParity: number;
1710
+ accessList: import("viem").AccessList;
1711
+ authorizationList?: undefined | undefined;
1712
+ blobVersionedHashes: readonly import("viem").Hex[];
1713
+ chainId: number;
1714
+ type: "eip4844";
1715
+ gasPrice?: undefined | undefined;
1716
+ maxFeePerBlobGas: bigint;
1717
+ maxFeePerGas: bigint;
1718
+ maxPriorityFeePerGas: bigint;
1719
+ isSystemTx?: undefined | undefined;
1720
+ mint?: undefined | undefined;
1721
+ sourceHash?: undefined | undefined;
1722
+ } | {
1723
+ blockHash: `0x${string}` | null;
1724
+ blockNumber: bigint | null;
1725
+ from: import("viem").Address;
1726
+ gas: bigint;
1727
+ hash: import("viem").Hash;
1728
+ input: import("viem").Hex;
1729
+ nonce: number;
1730
+ r: import("viem").Hex;
1731
+ s: import("viem").Hex;
1732
+ to: import("viem").Address | null;
1733
+ transactionIndex: number | null;
1734
+ typeHex: import("viem").Hex | null;
1735
+ v: bigint;
1736
+ value: bigint;
1737
+ yParity: number;
1738
+ accessList: import("viem").AccessList;
1739
+ authorizationList: import("viem").SignedAuthorizationList;
1740
+ blobVersionedHashes?: undefined | undefined;
1741
+ chainId: number;
1742
+ type: "eip7702";
1743
+ gasPrice?: undefined | undefined;
1744
+ maxFeePerBlobGas?: undefined | undefined;
1745
+ maxFeePerGas: bigint;
1746
+ maxPriorityFeePerGas: bigint;
1747
+ isSystemTx?: undefined | undefined;
1748
+ mint?: undefined | undefined;
1749
+ sourceHash?: undefined | undefined;
1750
+ }) & {};
1751
+ type: "transaction";
1752
+ };
1753
+ readonly transactionReceipt: {
1754
+ exclude: [] | undefined;
1755
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1756
+ blobGasPrice?: bigint | undefined;
1757
+ blobGasUsed?: bigint | undefined;
1758
+ blockHash: import("viem").Hash;
1759
+ blockNumber: bigint;
1760
+ contractAddress: import("viem").Address | null | undefined;
1761
+ cumulativeGasUsed: bigint;
1762
+ effectiveGasPrice: bigint;
1763
+ from: import("viem").Address;
1764
+ gasUsed: bigint;
1765
+ logs: import("viem").Log<bigint, number, false>[];
1766
+ logsBloom: import("viem").Hex;
1767
+ root?: `0x${string}` | undefined;
1768
+ status: "success" | "reverted";
1769
+ to: import("viem").Address | null;
1770
+ transactionHash: import("viem").Hash;
1771
+ transactionIndex: number;
1772
+ type: import("viem").TransactionType;
1773
+ l1GasPrice: bigint | null;
1774
+ l1GasUsed: bigint | null;
1775
+ l1Fee: bigint | null;
1776
+ l1FeeScalar: number | null;
1777
+ } & {};
1778
+ type: "transactionReceipt";
1779
+ };
1780
+ };
1781
+ serializers: {
1782
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1783
+ };
1784
+ };
1785
+ readonly arbitrum: {
1786
+ blockExplorers: {
1787
+ readonly default: {
1788
+ readonly name: "Arbiscan";
1789
+ readonly url: "https://arbiscan.io";
1790
+ readonly apiUrl: "https://api.arbiscan.io/api";
1791
+ };
1792
+ };
1793
+ blockTime: 250;
1794
+ contracts: {
1795
+ readonly multicall3: {
1796
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1797
+ readonly blockCreated: 7654707;
1798
+ };
1799
+ };
1800
+ ensTlds?: readonly string[] | undefined;
1801
+ id: 42161;
1802
+ name: "Arbitrum One";
1803
+ nativeCurrency: {
1804
+ readonly name: "Ether";
1805
+ readonly symbol: "ETH";
1806
+ readonly decimals: 18;
1807
+ };
1808
+ experimental_preconfirmationTime?: number | undefined | undefined;
1809
+ rpcUrls: {
1810
+ readonly default: {
1811
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
1812
+ };
1813
+ };
1814
+ sourceId?: number | undefined | undefined;
1815
+ testnet?: boolean | undefined | undefined;
1816
+ custom?: Record<string, unknown> | undefined;
1817
+ fees?: import("viem").ChainFees<undefined> | undefined;
1818
+ formatters?: undefined;
1819
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1820
+ };
1821
+ readonly optimism: {
1822
+ blockExplorers: {
1823
+ readonly default: {
1824
+ readonly name: "Optimism Explorer";
1825
+ readonly url: "https://optimistic.etherscan.io";
1826
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
1827
+ };
1828
+ };
1829
+ blockTime: 2000;
1830
+ contracts: {
1831
+ readonly disputeGameFactory: {
1832
+ readonly 1: {
1833
+ readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
1834
+ };
1835
+ };
1836
+ readonly l2OutputOracle: {
1837
+ readonly 1: {
1838
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
1839
+ };
1840
+ };
1841
+ readonly multicall3: {
1842
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1843
+ readonly blockCreated: 4286263;
1844
+ };
1845
+ readonly portal: {
1846
+ readonly 1: {
1847
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
1848
+ };
1849
+ };
1850
+ readonly l1StandardBridge: {
1851
+ readonly 1: {
1852
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
1853
+ };
1854
+ };
1855
+ readonly gasPriceOracle: {
1856
+ readonly address: "0x420000000000000000000000000000000000000F";
1857
+ };
1858
+ readonly l1Block: {
1859
+ readonly address: "0x4200000000000000000000000000000000000015";
1860
+ };
1861
+ readonly l2CrossDomainMessenger: {
1862
+ readonly address: "0x4200000000000000000000000000000000000007";
1863
+ };
1864
+ readonly l2Erc721Bridge: {
1865
+ readonly address: "0x4200000000000000000000000000000000000014";
1866
+ };
1867
+ readonly l2StandardBridge: {
1868
+ readonly address: "0x4200000000000000000000000000000000000010";
1869
+ };
1870
+ readonly l2ToL1MessagePasser: {
1871
+ readonly address: "0x4200000000000000000000000000000000000016";
1872
+ };
1873
+ };
1874
+ ensTlds?: readonly string[] | undefined;
1875
+ id: 10;
1876
+ name: "OP Mainnet";
1877
+ nativeCurrency: {
1878
+ readonly name: "Ether";
1879
+ readonly symbol: "ETH";
1880
+ readonly decimals: 18;
1881
+ };
1882
+ experimental_preconfirmationTime?: number | undefined | undefined;
1883
+ rpcUrls: {
1884
+ readonly default: {
1885
+ readonly http: readonly ["https://mainnet.optimism.io"];
1886
+ };
1887
+ };
1888
+ sourceId: 1;
1889
+ testnet?: boolean | undefined | undefined;
1890
+ custom?: Record<string, unknown> | undefined;
1891
+ fees?: import("viem").ChainFees<undefined> | undefined;
1892
+ formatters: {
1893
+ readonly block: {
1894
+ exclude: [] | undefined;
1895
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1896
+ baseFeePerGas: bigint | null;
1897
+ blobGasUsed: bigint;
1898
+ difficulty: bigint;
1899
+ excessBlobGas: bigint;
1900
+ extraData: import("viem").Hex;
1901
+ gasLimit: bigint;
1902
+ gasUsed: bigint;
1903
+ hash: `0x${string}` | null;
1904
+ logsBloom: `0x${string}` | null;
1905
+ miner: import("viem").Address;
1906
+ mixHash: import("viem").Hash;
1907
+ nonce: `0x${string}` | null;
1908
+ number: bigint | null;
1909
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1910
+ parentHash: import("viem").Hash;
1911
+ receiptsRoot: import("viem").Hex;
1912
+ sealFields: import("viem").Hex[];
1913
+ sha3Uncles: import("viem").Hash;
1914
+ size: bigint;
1915
+ stateRoot: import("viem").Hash;
1916
+ timestamp: bigint;
1917
+ totalDifficulty: bigint | null;
1918
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1919
+ transactionsRoot: import("viem").Hash;
1920
+ uncles: import("viem").Hash[];
1921
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1922
+ withdrawalsRoot?: `0x${string}` | undefined;
1923
+ } & {};
1924
+ type: "block";
1925
+ };
1926
+ readonly transaction: {
1927
+ exclude: [] | undefined;
1928
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1929
+ blockHash: `0x${string}` | null;
1930
+ blockNumber: bigint | null;
1931
+ from: import("viem").Address;
1932
+ gas: bigint;
1933
+ hash: import("viem").Hash;
1934
+ input: import("viem").Hex;
1935
+ nonce: number;
1936
+ r: import("viem").Hex;
1937
+ s: import("viem").Hex;
1938
+ to: import("viem").Address | null;
1939
+ transactionIndex: number | null;
1940
+ typeHex: import("viem").Hex | null;
1941
+ v: bigint;
1942
+ value: bigint;
1943
+ yParity: number;
1944
+ gasPrice?: undefined | undefined;
1945
+ maxFeePerBlobGas?: undefined | undefined;
1946
+ maxFeePerGas: bigint;
1947
+ maxPriorityFeePerGas: bigint;
1948
+ isSystemTx?: boolean;
1949
+ mint?: bigint | undefined | undefined;
1950
+ sourceHash: import("viem").Hex;
1951
+ type: "deposit";
1952
+ } | {
1953
+ r: import("viem").Hex;
1954
+ s: import("viem").Hex;
1955
+ v: bigint;
1956
+ value: bigint;
1957
+ gas: bigint;
1958
+ to: import("viem").Address | null;
1959
+ from: import("viem").Address;
1960
+ nonce: number;
1961
+ blockHash: `0x${string}` | null;
1962
+ blockNumber: bigint | null;
1963
+ transactionIndex: number | null;
1964
+ hash: import("viem").Hash;
1965
+ input: import("viem").Hex;
1966
+ typeHex: import("viem").Hex | null;
1967
+ accessList?: undefined | undefined;
1968
+ authorizationList?: undefined | undefined;
1969
+ blobVersionedHashes?: undefined | undefined;
1970
+ chainId?: number | undefined;
1971
+ yParity?: undefined | undefined;
1972
+ type: "legacy";
1973
+ gasPrice: bigint;
1974
+ maxFeePerBlobGas?: undefined | undefined;
1975
+ maxFeePerGas?: undefined | undefined;
1976
+ maxPriorityFeePerGas?: undefined | undefined;
1977
+ isSystemTx?: undefined | undefined;
1978
+ mint?: undefined | undefined;
1979
+ sourceHash?: undefined | undefined;
1980
+ } | {
1981
+ blockHash: `0x${string}` | null;
1982
+ blockNumber: bigint | null;
1983
+ from: import("viem").Address;
1984
+ gas: bigint;
1985
+ hash: import("viem").Hash;
1986
+ input: import("viem").Hex;
1987
+ nonce: number;
1988
+ r: import("viem").Hex;
1989
+ s: import("viem").Hex;
1990
+ to: import("viem").Address | null;
1991
+ transactionIndex: number | null;
1992
+ typeHex: import("viem").Hex | null;
1993
+ v: bigint;
1994
+ value: bigint;
1995
+ yParity: number;
1996
+ accessList: import("viem").AccessList;
1997
+ authorizationList?: undefined | undefined;
1998
+ blobVersionedHashes?: undefined | undefined;
1999
+ chainId: number;
2000
+ type: "eip2930";
2001
+ gasPrice: bigint;
2002
+ maxFeePerBlobGas?: undefined | undefined;
2003
+ maxFeePerGas?: undefined | undefined;
2004
+ maxPriorityFeePerGas?: undefined | undefined;
2005
+ isSystemTx?: undefined | undefined;
2006
+ mint?: undefined | undefined;
2007
+ sourceHash?: undefined | undefined;
2008
+ } | {
2009
+ blockHash: `0x${string}` | null;
2010
+ blockNumber: bigint | null;
2011
+ from: import("viem").Address;
2012
+ gas: bigint;
2013
+ hash: import("viem").Hash;
2014
+ input: import("viem").Hex;
2015
+ nonce: number;
2016
+ r: import("viem").Hex;
2017
+ s: import("viem").Hex;
2018
+ to: import("viem").Address | null;
2019
+ transactionIndex: number | null;
2020
+ typeHex: import("viem").Hex | null;
2021
+ v: bigint;
2022
+ value: bigint;
2023
+ yParity: number;
2024
+ accessList: import("viem").AccessList;
2025
+ authorizationList?: undefined | undefined;
2026
+ blobVersionedHashes?: undefined | undefined;
2027
+ chainId: number;
2028
+ type: "eip1559";
2029
+ gasPrice?: undefined | undefined;
2030
+ maxFeePerBlobGas?: undefined | undefined;
2031
+ maxFeePerGas: bigint;
2032
+ maxPriorityFeePerGas: bigint;
2033
+ isSystemTx?: undefined | undefined;
2034
+ mint?: undefined | undefined;
2035
+ sourceHash?: undefined | undefined;
2036
+ } | {
2037
+ blockHash: `0x${string}` | null;
2038
+ blockNumber: bigint | null;
2039
+ from: import("viem").Address;
2040
+ gas: bigint;
2041
+ hash: import("viem").Hash;
2042
+ input: import("viem").Hex;
2043
+ nonce: number;
2044
+ r: import("viem").Hex;
2045
+ s: import("viem").Hex;
2046
+ to: import("viem").Address | null;
2047
+ transactionIndex: number | null;
2048
+ typeHex: import("viem").Hex | null;
2049
+ v: bigint;
2050
+ value: bigint;
2051
+ yParity: number;
2052
+ accessList: import("viem").AccessList;
2053
+ authorizationList?: undefined | undefined;
2054
+ blobVersionedHashes: readonly import("viem").Hex[];
2055
+ chainId: number;
2056
+ type: "eip4844";
2057
+ gasPrice?: undefined | undefined;
2058
+ maxFeePerBlobGas: bigint;
2059
+ maxFeePerGas: bigint;
2060
+ maxPriorityFeePerGas: bigint;
2061
+ isSystemTx?: undefined | undefined;
2062
+ mint?: undefined | undefined;
2063
+ sourceHash?: undefined | undefined;
2064
+ } | {
2065
+ blockHash: `0x${string}` | null;
2066
+ blockNumber: bigint | null;
2067
+ from: import("viem").Address;
2068
+ gas: bigint;
2069
+ hash: import("viem").Hash;
2070
+ input: import("viem").Hex;
2071
+ nonce: number;
2072
+ r: import("viem").Hex;
2073
+ s: import("viem").Hex;
2074
+ to: import("viem").Address | null;
2075
+ transactionIndex: number | null;
2076
+ typeHex: import("viem").Hex | null;
2077
+ v: bigint;
2078
+ value: bigint;
2079
+ yParity: number;
2080
+ accessList: import("viem").AccessList;
2081
+ authorizationList: import("viem").SignedAuthorizationList;
2082
+ blobVersionedHashes?: undefined | undefined;
2083
+ chainId: number;
2084
+ type: "eip7702";
2085
+ gasPrice?: undefined | undefined;
2086
+ maxFeePerBlobGas?: undefined | undefined;
2087
+ maxFeePerGas: bigint;
2088
+ maxPriorityFeePerGas: bigint;
2089
+ isSystemTx?: undefined | undefined;
2090
+ mint?: undefined | undefined;
2091
+ sourceHash?: undefined | undefined;
2092
+ }) & {};
2093
+ type: "transaction";
2094
+ };
2095
+ readonly transactionReceipt: {
2096
+ exclude: [] | undefined;
2097
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
2098
+ blobGasPrice?: bigint | undefined;
2099
+ blobGasUsed?: bigint | undefined;
2100
+ blockHash: import("viem").Hash;
2101
+ blockNumber: bigint;
2102
+ contractAddress: import("viem").Address | null | undefined;
2103
+ cumulativeGasUsed: bigint;
2104
+ effectiveGasPrice: bigint;
2105
+ from: import("viem").Address;
2106
+ gasUsed: bigint;
2107
+ logs: import("viem").Log<bigint, number, false>[];
2108
+ logsBloom: import("viem").Hex;
2109
+ root?: `0x${string}` | undefined;
2110
+ status: "success" | "reverted";
2111
+ to: import("viem").Address | null;
2112
+ transactionHash: import("viem").Hash;
2113
+ transactionIndex: number;
2114
+ type: import("viem").TransactionType;
2115
+ l1GasPrice: bigint | null;
2116
+ l1GasUsed: bigint | null;
2117
+ l1Fee: bigint | null;
2118
+ l1FeeScalar: number | null;
2119
+ } & {};
2120
+ type: "transactionReceipt";
2121
+ };
2122
+ };
2123
+ serializers: {
2124
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2125
+ };
2126
+ };
2127
+ readonly bsc: {
2128
+ blockExplorers: {
2129
+ readonly default: {
2130
+ readonly name: "BscScan";
2131
+ readonly url: "https://bscscan.com";
2132
+ readonly apiUrl: "https://api.bscscan.com/api";
2133
+ };
2134
+ };
2135
+ blockTime: 750;
2136
+ contracts: {
2137
+ readonly multicall3: {
2138
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2139
+ readonly blockCreated: 15921452;
2140
+ };
2141
+ };
2142
+ ensTlds?: readonly string[] | undefined;
2143
+ id: 56;
2144
+ name: "BNB Smart Chain";
2145
+ nativeCurrency: {
2146
+ readonly decimals: 18;
2147
+ readonly name: "BNB";
2148
+ readonly symbol: "BNB";
2149
+ };
2150
+ experimental_preconfirmationTime?: number | undefined | undefined;
2151
+ rpcUrls: {
2152
+ readonly default: {
2153
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
2154
+ };
2155
+ };
2156
+ sourceId?: number | undefined | undefined;
2157
+ testnet?: boolean | undefined | undefined;
2158
+ custom?: Record<string, unknown> | undefined;
2159
+ fees?: import("viem").ChainFees<undefined> | undefined;
2160
+ formatters?: undefined;
2161
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2162
+ };
2163
+ readonly unichain: {
2164
+ blockExplorers: {
2165
+ readonly default: {
2166
+ readonly name: "Uniscan";
2167
+ readonly url: "https://uniscan.xyz";
2168
+ readonly apiUrl: "https://api.uniscan.xyz/api";
2169
+ };
2170
+ };
2171
+ blockTime: 1000;
2172
+ contracts: {
2173
+ readonly multicall3: {
2174
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2175
+ readonly blockCreated: 0;
2176
+ };
2177
+ readonly disputeGameFactory: {
2178
+ readonly 1: {
2179
+ readonly address: "0x2F12d621a16e2d3285929C9996f478508951dFe4";
2180
+ };
2181
+ };
2182
+ readonly portal: {
2183
+ readonly 1: {
2184
+ readonly address: "0x0bd48f6B86a26D3a217d0Fa6FfE2B491B956A7a2";
2185
+ };
2186
+ };
2187
+ readonly l1StandardBridge: {
2188
+ readonly 1: {
2189
+ readonly address: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA";
2190
+ };
2191
+ };
2192
+ readonly gasPriceOracle: {
2193
+ readonly address: "0x420000000000000000000000000000000000000F";
2194
+ };
2195
+ readonly l1Block: {
2196
+ readonly address: "0x4200000000000000000000000000000000000015";
2197
+ };
2198
+ readonly l2CrossDomainMessenger: {
2199
+ readonly address: "0x4200000000000000000000000000000000000007";
2200
+ };
2201
+ readonly l2Erc721Bridge: {
2202
+ readonly address: "0x4200000000000000000000000000000000000014";
2203
+ };
2204
+ readonly l2StandardBridge: {
2205
+ readonly address: "0x4200000000000000000000000000000000000010";
2206
+ };
2207
+ readonly l2ToL1MessagePasser: {
2208
+ readonly address: "0x4200000000000000000000000000000000000016";
2209
+ };
2210
+ };
2211
+ ensTlds?: readonly string[] | undefined;
2212
+ id: 130;
2213
+ name: "Unichain";
2214
+ nativeCurrency: {
2215
+ readonly name: "Ether";
2216
+ readonly symbol: "ETH";
2217
+ readonly decimals: 18;
2218
+ };
2219
+ experimental_preconfirmationTime?: number | undefined | undefined;
2220
+ rpcUrls: {
2221
+ readonly default: {
2222
+ readonly http: readonly ["https://mainnet.unichain.org/"];
2223
+ };
2224
+ };
2225
+ sourceId: 1;
2226
+ testnet?: boolean | undefined | undefined;
2227
+ custom?: Record<string, unknown> | undefined;
2228
+ fees?: import("viem").ChainFees<undefined> | undefined;
2229
+ formatters: {
2230
+ readonly block: {
2231
+ exclude: [] | undefined;
2232
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
2233
+ baseFeePerGas: bigint | null;
2234
+ blobGasUsed: bigint;
2235
+ difficulty: bigint;
2236
+ excessBlobGas: bigint;
2237
+ extraData: import("viem").Hex;
2238
+ gasLimit: bigint;
2239
+ gasUsed: bigint;
2240
+ hash: `0x${string}` | null;
2241
+ logsBloom: `0x${string}` | null;
2242
+ miner: import("viem").Address;
2243
+ mixHash: import("viem").Hash;
2244
+ nonce: `0x${string}` | null;
2245
+ number: bigint | null;
2246
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2247
+ parentHash: import("viem").Hash;
2248
+ receiptsRoot: import("viem").Hex;
2249
+ sealFields: import("viem").Hex[];
2250
+ sha3Uncles: import("viem").Hash;
2251
+ size: bigint;
2252
+ stateRoot: import("viem").Hash;
2253
+ timestamp: bigint;
2254
+ totalDifficulty: bigint | null;
2255
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2256
+ transactionsRoot: import("viem").Hash;
2257
+ uncles: import("viem").Hash[];
2258
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2259
+ withdrawalsRoot?: `0x${string}` | undefined;
2260
+ } & {};
2261
+ type: "block";
2262
+ };
2263
+ readonly transaction: {
2264
+ exclude: [] | undefined;
2265
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
2266
+ blockHash: `0x${string}` | null;
2267
+ blockNumber: bigint | null;
2268
+ from: import("viem").Address;
2269
+ gas: bigint;
2270
+ hash: import("viem").Hash;
2271
+ input: import("viem").Hex;
2272
+ nonce: number;
2273
+ r: import("viem").Hex;
2274
+ s: import("viem").Hex;
2275
+ to: import("viem").Address | null;
2276
+ transactionIndex: number | null;
2277
+ typeHex: import("viem").Hex | null;
2278
+ v: bigint;
2279
+ value: bigint;
2280
+ yParity: number;
2281
+ gasPrice?: undefined | undefined;
2282
+ maxFeePerBlobGas?: undefined | undefined;
2283
+ maxFeePerGas: bigint;
2284
+ maxPriorityFeePerGas: bigint;
2285
+ isSystemTx?: boolean;
2286
+ mint?: bigint | undefined | undefined;
2287
+ sourceHash: import("viem").Hex;
2288
+ type: "deposit";
2289
+ } | {
2290
+ r: import("viem").Hex;
2291
+ s: import("viem").Hex;
2292
+ v: bigint;
2293
+ value: bigint;
2294
+ gas: bigint;
2295
+ to: import("viem").Address | null;
2296
+ from: import("viem").Address;
2297
+ nonce: number;
2298
+ blockHash: `0x${string}` | null;
2299
+ blockNumber: bigint | null;
2300
+ transactionIndex: number | null;
2301
+ hash: import("viem").Hash;
2302
+ input: import("viem").Hex;
2303
+ typeHex: import("viem").Hex | null;
2304
+ accessList?: undefined | undefined;
2305
+ authorizationList?: undefined | undefined;
2306
+ blobVersionedHashes?: undefined | undefined;
2307
+ chainId?: number | undefined;
2308
+ yParity?: undefined | undefined;
2309
+ type: "legacy";
2310
+ gasPrice: bigint;
2311
+ maxFeePerBlobGas?: undefined | undefined;
2312
+ maxFeePerGas?: undefined | undefined;
2313
+ maxPriorityFeePerGas?: undefined | undefined;
2314
+ isSystemTx?: undefined | undefined;
2315
+ mint?: undefined | undefined;
2316
+ sourceHash?: undefined | undefined;
2317
+ } | {
2318
+ blockHash: `0x${string}` | null;
2319
+ blockNumber: bigint | null;
2320
+ from: import("viem").Address;
2321
+ gas: bigint;
2322
+ hash: import("viem").Hash;
2323
+ input: import("viem").Hex;
2324
+ nonce: number;
2325
+ r: import("viem").Hex;
2326
+ s: import("viem").Hex;
2327
+ to: import("viem").Address | null;
2328
+ transactionIndex: number | null;
2329
+ typeHex: import("viem").Hex | null;
2330
+ v: bigint;
2331
+ value: bigint;
2332
+ yParity: number;
2333
+ accessList: import("viem").AccessList;
2334
+ authorizationList?: undefined | undefined;
2335
+ blobVersionedHashes?: undefined | undefined;
2336
+ chainId: number;
2337
+ type: "eip2930";
2338
+ gasPrice: bigint;
2339
+ maxFeePerBlobGas?: undefined | undefined;
2340
+ maxFeePerGas?: undefined | undefined;
2341
+ maxPriorityFeePerGas?: undefined | undefined;
2342
+ isSystemTx?: undefined | undefined;
2343
+ mint?: undefined | undefined;
2344
+ sourceHash?: undefined | undefined;
2345
+ } | {
2346
+ blockHash: `0x${string}` | null;
2347
+ blockNumber: bigint | null;
2348
+ from: import("viem").Address;
2349
+ gas: bigint;
2350
+ hash: import("viem").Hash;
2351
+ input: import("viem").Hex;
2352
+ nonce: number;
2353
+ r: import("viem").Hex;
2354
+ s: import("viem").Hex;
2355
+ to: import("viem").Address | null;
2356
+ transactionIndex: number | null;
2357
+ typeHex: import("viem").Hex | null;
2358
+ v: bigint;
2359
+ value: bigint;
2360
+ yParity: number;
2361
+ accessList: import("viem").AccessList;
2362
+ authorizationList?: undefined | undefined;
2363
+ blobVersionedHashes?: undefined | undefined;
2364
+ chainId: number;
2365
+ type: "eip1559";
2366
+ gasPrice?: undefined | undefined;
2367
+ maxFeePerBlobGas?: undefined | undefined;
2368
+ maxFeePerGas: bigint;
2369
+ maxPriorityFeePerGas: bigint;
2370
+ isSystemTx?: undefined | undefined;
2371
+ mint?: undefined | undefined;
2372
+ sourceHash?: undefined | undefined;
2373
+ } | {
2374
+ blockHash: `0x${string}` | null;
2375
+ blockNumber: bigint | null;
2376
+ from: import("viem").Address;
2377
+ gas: bigint;
2378
+ hash: import("viem").Hash;
2379
+ input: import("viem").Hex;
2380
+ nonce: number;
2381
+ r: import("viem").Hex;
2382
+ s: import("viem").Hex;
2383
+ to: import("viem").Address | null;
2384
+ transactionIndex: number | null;
2385
+ typeHex: import("viem").Hex | null;
2386
+ v: bigint;
2387
+ value: bigint;
2388
+ yParity: number;
2389
+ accessList: import("viem").AccessList;
2390
+ authorizationList?: undefined | undefined;
2391
+ blobVersionedHashes: readonly import("viem").Hex[];
2392
+ chainId: number;
2393
+ type: "eip4844";
2394
+ gasPrice?: undefined | undefined;
2395
+ maxFeePerBlobGas: bigint;
2396
+ maxFeePerGas: bigint;
2397
+ maxPriorityFeePerGas: bigint;
2398
+ isSystemTx?: undefined | undefined;
2399
+ mint?: undefined | undefined;
2400
+ sourceHash?: undefined | undefined;
2401
+ } | {
2402
+ blockHash: `0x${string}` | null;
2403
+ blockNumber: bigint | null;
2404
+ from: import("viem").Address;
2405
+ gas: bigint;
2406
+ hash: import("viem").Hash;
2407
+ input: import("viem").Hex;
2408
+ nonce: number;
2409
+ r: import("viem").Hex;
2410
+ s: import("viem").Hex;
2411
+ to: import("viem").Address | null;
2412
+ transactionIndex: number | null;
2413
+ typeHex: import("viem").Hex | null;
2414
+ v: bigint;
2415
+ value: bigint;
2416
+ yParity: number;
2417
+ accessList: import("viem").AccessList;
2418
+ authorizationList: import("viem").SignedAuthorizationList;
2419
+ blobVersionedHashes?: undefined | undefined;
2420
+ chainId: number;
2421
+ type: "eip7702";
2422
+ gasPrice?: undefined | undefined;
2423
+ maxFeePerBlobGas?: undefined | undefined;
2424
+ maxFeePerGas: bigint;
2425
+ maxPriorityFeePerGas: bigint;
2426
+ isSystemTx?: undefined | undefined;
2427
+ mint?: undefined | undefined;
2428
+ sourceHash?: undefined | undefined;
2429
+ }) & {};
2430
+ type: "transaction";
2431
+ };
2432
+ readonly transactionReceipt: {
2433
+ exclude: [] | undefined;
2434
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
2435
+ blobGasPrice?: bigint | undefined;
2436
+ blobGasUsed?: bigint | undefined;
2437
+ blockHash: import("viem").Hash;
2438
+ blockNumber: bigint;
2439
+ contractAddress: import("viem").Address | null | undefined;
2440
+ cumulativeGasUsed: bigint;
2441
+ effectiveGasPrice: bigint;
2442
+ from: import("viem").Address;
2443
+ gasUsed: bigint;
2444
+ logs: import("viem").Log<bigint, number, false>[];
2445
+ logsBloom: import("viem").Hex;
2446
+ root?: `0x${string}` | undefined;
2447
+ status: "success" | "reverted";
2448
+ to: import("viem").Address | null;
2449
+ transactionHash: import("viem").Hash;
2450
+ transactionIndex: number;
2451
+ type: import("viem").TransactionType;
2452
+ l1GasPrice: bigint | null;
2453
+ l1GasUsed: bigint | null;
2454
+ l1Fee: bigint | null;
2455
+ l1FeeScalar: number | null;
2456
+ } & {};
2457
+ type: "transactionReceipt";
2458
+ };
2459
+ };
2460
+ serializers: {
2461
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2462
+ };
2463
+ };
2464
+ readonly polygon: {
2465
+ blockExplorers: {
2466
+ readonly default: {
2467
+ readonly name: "PolygonScan";
2468
+ readonly url: "https://polygonscan.com";
2469
+ readonly apiUrl: "https://api.polygonscan.com/api";
2470
+ };
2471
+ };
2472
+ blockTime: 2000;
2473
+ contracts: {
2474
+ readonly multicall3: {
2475
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2476
+ readonly blockCreated: 25770160;
2477
+ };
2478
+ };
2479
+ ensTlds?: readonly string[] | undefined;
2480
+ id: 137;
2481
+ name: "Polygon";
2482
+ nativeCurrency: {
2483
+ readonly name: "POL";
2484
+ readonly symbol: "POL";
2485
+ readonly decimals: 18;
2486
+ };
2487
+ experimental_preconfirmationTime?: number | undefined | undefined;
2488
+ rpcUrls: {
2489
+ readonly default: {
2490
+ readonly http: readonly ["https://polygon-rpc.com"];
2491
+ };
2492
+ };
2493
+ sourceId?: number | undefined | undefined;
2494
+ testnet?: boolean | undefined | undefined;
2495
+ custom?: Record<string, unknown> | undefined;
2496
+ fees?: import("viem").ChainFees<undefined> | undefined;
2497
+ formatters?: undefined;
2498
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2499
+ };
2500
+ readonly sepolia: {
2501
+ blockExplorers: {
2502
+ readonly default: {
2503
+ readonly name: "Etherscan";
2504
+ readonly url: "https://sepolia.etherscan.io";
2505
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
2506
+ };
2507
+ };
2508
+ blockTime?: number | undefined | undefined;
2509
+ contracts: {
2510
+ readonly multicall3: {
2511
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2512
+ readonly blockCreated: 751532;
2513
+ };
2514
+ readonly ensUniversalResolver: {
2515
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
2516
+ readonly blockCreated: 8928790;
2517
+ };
2518
+ };
2519
+ ensTlds?: readonly string[] | undefined;
2520
+ id: 11155111;
2521
+ name: "Sepolia";
2522
+ nativeCurrency: {
2523
+ readonly name: "Sepolia Ether";
2524
+ readonly symbol: "ETH";
2525
+ readonly decimals: 18;
2526
+ };
2527
+ experimental_preconfirmationTime?: number | undefined | undefined;
2528
+ rpcUrls: {
2529
+ readonly default: {
2530
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
2531
+ };
2532
+ };
2533
+ sourceId?: number | undefined | undefined;
2534
+ testnet: true;
2535
+ custom?: Record<string, unknown> | undefined;
2536
+ fees?: import("viem").ChainFees<undefined> | undefined;
2537
+ formatters?: undefined;
2538
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2539
+ };
2540
+ readonly baseSepolia: {
2541
+ blockExplorers: {
2542
+ readonly default: {
2543
+ readonly name: "Basescan";
2544
+ readonly url: "https://sepolia.basescan.org";
2545
+ readonly apiUrl: "https://api-sepolia.basescan.org/api";
2546
+ };
2547
+ };
2548
+ blockTime: 2000;
2549
+ contracts: {
2550
+ readonly disputeGameFactory: {
2551
+ readonly 11155111: {
2552
+ readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
2553
+ };
2554
+ };
2555
+ readonly l2OutputOracle: {
2556
+ readonly 11155111: {
2557
+ readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
2558
+ };
2559
+ };
2560
+ readonly portal: {
2561
+ readonly 11155111: {
2562
+ readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
2563
+ readonly blockCreated: 4446677;
2564
+ };
2565
+ };
2566
+ readonly l1StandardBridge: {
2567
+ readonly 11155111: {
2568
+ readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
2569
+ readonly blockCreated: 4446677;
2570
+ };
2571
+ };
2572
+ readonly multicall3: {
2573
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2574
+ readonly blockCreated: 1059647;
2575
+ };
2576
+ readonly gasPriceOracle: {
2577
+ readonly address: "0x420000000000000000000000000000000000000F";
2578
+ };
2579
+ readonly l1Block: {
2580
+ readonly address: "0x4200000000000000000000000000000000000015";
2581
+ };
2582
+ readonly l2CrossDomainMessenger: {
2583
+ readonly address: "0x4200000000000000000000000000000000000007";
2584
+ };
2585
+ readonly l2Erc721Bridge: {
2586
+ readonly address: "0x4200000000000000000000000000000000000014";
2587
+ };
2588
+ readonly l2StandardBridge: {
2589
+ readonly address: "0x4200000000000000000000000000000000000010";
2590
+ };
2591
+ readonly l2ToL1MessagePasser: {
2592
+ readonly address: "0x4200000000000000000000000000000000000016";
2593
+ };
2594
+ };
2595
+ ensTlds?: readonly string[] | undefined;
2596
+ id: 84532;
2597
+ name: "Base Sepolia";
2598
+ nativeCurrency: {
2599
+ readonly name: "Sepolia Ether";
2600
+ readonly symbol: "ETH";
2601
+ readonly decimals: 18;
2602
+ };
2603
+ experimental_preconfirmationTime?: number | undefined | undefined;
2604
+ rpcUrls: {
2605
+ readonly default: {
2606
+ readonly http: readonly ["https://sepolia.base.org"];
2607
+ };
2608
+ };
2609
+ sourceId: 11155111;
2610
+ testnet: true;
2611
+ custom?: Record<string, unknown> | undefined;
2612
+ fees?: import("viem").ChainFees<undefined> | undefined;
2613
+ formatters: {
2614
+ readonly block: {
2615
+ exclude: [] | undefined;
2616
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
2617
+ baseFeePerGas: bigint | null;
2618
+ blobGasUsed: bigint;
2619
+ difficulty: bigint;
2620
+ excessBlobGas: bigint;
2621
+ extraData: import("viem").Hex;
2622
+ gasLimit: bigint;
2623
+ gasUsed: bigint;
2624
+ hash: `0x${string}` | null;
2625
+ logsBloom: `0x${string}` | null;
2626
+ miner: import("viem").Address;
2627
+ mixHash: import("viem").Hash;
2628
+ nonce: `0x${string}` | null;
2629
+ number: bigint | null;
2630
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2631
+ parentHash: import("viem").Hash;
2632
+ receiptsRoot: import("viem").Hex;
2633
+ sealFields: import("viem").Hex[];
2634
+ sha3Uncles: import("viem").Hash;
2635
+ size: bigint;
2636
+ stateRoot: import("viem").Hash;
2637
+ timestamp: bigint;
2638
+ totalDifficulty: bigint | null;
2639
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2640
+ transactionsRoot: import("viem").Hash;
2641
+ uncles: import("viem").Hash[];
2642
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2643
+ withdrawalsRoot?: `0x${string}` | undefined;
2644
+ } & {};
2645
+ type: "block";
2646
+ };
2647
+ readonly transaction: {
2648
+ exclude: [] | undefined;
2649
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
2650
+ blockHash: `0x${string}` | null;
2651
+ blockNumber: bigint | null;
2652
+ from: import("viem").Address;
2653
+ gas: bigint;
2654
+ hash: import("viem").Hash;
2655
+ input: import("viem").Hex;
2656
+ nonce: number;
2657
+ r: import("viem").Hex;
2658
+ s: import("viem").Hex;
2659
+ to: import("viem").Address | null;
2660
+ transactionIndex: number | null;
2661
+ typeHex: import("viem").Hex | null;
2662
+ v: bigint;
2663
+ value: bigint;
2664
+ yParity: number;
2665
+ gasPrice?: undefined | undefined;
2666
+ maxFeePerBlobGas?: undefined | undefined;
2667
+ maxFeePerGas: bigint;
2668
+ maxPriorityFeePerGas: bigint;
2669
+ isSystemTx?: boolean;
2670
+ mint?: bigint | undefined | undefined;
2671
+ sourceHash: import("viem").Hex;
2672
+ type: "deposit";
2673
+ } | {
2674
+ r: import("viem").Hex;
2675
+ s: import("viem").Hex;
2676
+ v: bigint;
2677
+ value: bigint;
2678
+ gas: bigint;
2679
+ to: import("viem").Address | null;
2680
+ from: import("viem").Address;
2681
+ nonce: number;
2682
+ blockHash: `0x${string}` | null;
2683
+ blockNumber: bigint | null;
2684
+ transactionIndex: number | null;
2685
+ hash: import("viem").Hash;
2686
+ input: import("viem").Hex;
2687
+ typeHex: import("viem").Hex | null;
2688
+ accessList?: undefined | undefined;
2689
+ authorizationList?: undefined | undefined;
2690
+ blobVersionedHashes?: undefined | undefined;
2691
+ chainId?: number | undefined;
2692
+ yParity?: undefined | undefined;
2693
+ type: "legacy";
2694
+ gasPrice: bigint;
2695
+ maxFeePerBlobGas?: undefined | undefined;
2696
+ maxFeePerGas?: undefined | undefined;
2697
+ maxPriorityFeePerGas?: undefined | undefined;
2698
+ isSystemTx?: undefined | undefined;
2699
+ mint?: undefined | undefined;
2700
+ sourceHash?: undefined | undefined;
2701
+ } | {
2702
+ blockHash: `0x${string}` | null;
2703
+ blockNumber: bigint | null;
2704
+ from: import("viem").Address;
2705
+ gas: bigint;
2706
+ hash: import("viem").Hash;
2707
+ input: import("viem").Hex;
2708
+ nonce: number;
2709
+ r: import("viem").Hex;
2710
+ s: import("viem").Hex;
2711
+ to: import("viem").Address | null;
2712
+ transactionIndex: number | null;
2713
+ typeHex: import("viem").Hex | null;
2714
+ v: bigint;
2715
+ value: bigint;
2716
+ yParity: number;
2717
+ accessList: import("viem").AccessList;
2718
+ authorizationList?: undefined | undefined;
2719
+ blobVersionedHashes?: undefined | undefined;
2720
+ chainId: number;
2721
+ type: "eip2930";
2722
+ gasPrice: bigint;
2723
+ maxFeePerBlobGas?: undefined | undefined;
2724
+ maxFeePerGas?: undefined | undefined;
2725
+ maxPriorityFeePerGas?: undefined | undefined;
2726
+ isSystemTx?: undefined | undefined;
2727
+ mint?: undefined | undefined;
2728
+ sourceHash?: undefined | undefined;
2729
+ } | {
2730
+ blockHash: `0x${string}` | null;
2731
+ blockNumber: bigint | null;
2732
+ from: import("viem").Address;
2733
+ gas: bigint;
2734
+ hash: import("viem").Hash;
2735
+ input: import("viem").Hex;
2736
+ nonce: number;
2737
+ r: import("viem").Hex;
2738
+ s: import("viem").Hex;
2739
+ to: import("viem").Address | null;
2740
+ transactionIndex: number | null;
2741
+ typeHex: import("viem").Hex | null;
2742
+ v: bigint;
2743
+ value: bigint;
2744
+ yParity: number;
2745
+ accessList: import("viem").AccessList;
2746
+ authorizationList?: undefined | undefined;
2747
+ blobVersionedHashes?: undefined | undefined;
2748
+ chainId: number;
2749
+ type: "eip1559";
2750
+ gasPrice?: undefined | undefined;
2751
+ maxFeePerBlobGas?: undefined | undefined;
2752
+ maxFeePerGas: bigint;
2753
+ maxPriorityFeePerGas: bigint;
2754
+ isSystemTx?: undefined | undefined;
2755
+ mint?: undefined | undefined;
2756
+ sourceHash?: undefined | undefined;
2757
+ } | {
2758
+ blockHash: `0x${string}` | null;
2759
+ blockNumber: bigint | null;
2760
+ from: import("viem").Address;
2761
+ gas: bigint;
2762
+ hash: import("viem").Hash;
2763
+ input: import("viem").Hex;
2764
+ nonce: number;
2765
+ r: import("viem").Hex;
2766
+ s: import("viem").Hex;
2767
+ to: import("viem").Address | null;
2768
+ transactionIndex: number | null;
2769
+ typeHex: import("viem").Hex | null;
2770
+ v: bigint;
2771
+ value: bigint;
2772
+ yParity: number;
2773
+ accessList: import("viem").AccessList;
2774
+ authorizationList?: undefined | undefined;
2775
+ blobVersionedHashes: readonly import("viem").Hex[];
2776
+ chainId: number;
2777
+ type: "eip4844";
2778
+ gasPrice?: undefined | undefined;
2779
+ maxFeePerBlobGas: bigint;
2780
+ maxFeePerGas: bigint;
2781
+ maxPriorityFeePerGas: bigint;
2782
+ isSystemTx?: undefined | undefined;
2783
+ mint?: undefined | undefined;
2784
+ sourceHash?: undefined | undefined;
2785
+ } | {
2786
+ blockHash: `0x${string}` | null;
2787
+ blockNumber: bigint | null;
2788
+ from: import("viem").Address;
2789
+ gas: bigint;
2790
+ hash: import("viem").Hash;
2791
+ input: import("viem").Hex;
2792
+ nonce: number;
2793
+ r: import("viem").Hex;
2794
+ s: import("viem").Hex;
2795
+ to: import("viem").Address | null;
2796
+ transactionIndex: number | null;
2797
+ typeHex: import("viem").Hex | null;
2798
+ v: bigint;
2799
+ value: bigint;
2800
+ yParity: number;
2801
+ accessList: import("viem").AccessList;
2802
+ authorizationList: import("viem").SignedAuthorizationList;
2803
+ blobVersionedHashes?: undefined | undefined;
2804
+ chainId: number;
2805
+ type: "eip7702";
2806
+ gasPrice?: undefined | undefined;
2807
+ maxFeePerBlobGas?: undefined | undefined;
2808
+ maxFeePerGas: bigint;
2809
+ maxPriorityFeePerGas: bigint;
2810
+ isSystemTx?: undefined | undefined;
2811
+ mint?: undefined | undefined;
2812
+ sourceHash?: undefined | undefined;
2813
+ }) & {};
2814
+ type: "transaction";
2815
+ };
2816
+ readonly transactionReceipt: {
2817
+ exclude: [] | undefined;
2818
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
2819
+ blobGasPrice?: bigint | undefined;
2820
+ blobGasUsed?: bigint | undefined;
2821
+ blockHash: import("viem").Hash;
2822
+ blockNumber: bigint;
2823
+ contractAddress: import("viem").Address | null | undefined;
2824
+ cumulativeGasUsed: bigint;
2825
+ effectiveGasPrice: bigint;
2826
+ from: import("viem").Address;
2827
+ gasUsed: bigint;
2828
+ logs: import("viem").Log<bigint, number, false>[];
2829
+ logsBloom: import("viem").Hex;
2830
+ root?: `0x${string}` | undefined;
2831
+ status: "success" | "reverted";
2832
+ to: import("viem").Address | null;
2833
+ transactionHash: import("viem").Hash;
2834
+ transactionIndex: number;
2835
+ type: import("viem").TransactionType;
2836
+ l1GasPrice: bigint | null;
2837
+ l1GasUsed: bigint | null;
2838
+ l1Fee: bigint | null;
2839
+ l1FeeScalar: number | null;
2840
+ } & {};
2841
+ type: "transactionReceipt";
2842
+ };
2843
+ };
2844
+ serializers: {
2845
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2846
+ };
2847
+ readonly network: "base-sepolia";
2848
+ };
2849
+ readonly arbitrumSepolia: {
2850
+ blockExplorers: {
2851
+ readonly default: {
2852
+ readonly name: "Arbiscan";
2853
+ readonly url: "https://sepolia.arbiscan.io";
2854
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2855
+ };
2856
+ };
2857
+ blockTime: 250;
2858
+ contracts: {
2859
+ readonly multicall3: {
2860
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2861
+ readonly blockCreated: 81930;
2862
+ };
2863
+ };
2864
+ ensTlds?: readonly string[] | undefined;
2865
+ id: 421614;
2866
+ name: "Arbitrum Sepolia";
2867
+ nativeCurrency: {
2868
+ readonly name: "Arbitrum Sepolia Ether";
2869
+ readonly symbol: "ETH";
2870
+ readonly decimals: 18;
2871
+ };
2872
+ experimental_preconfirmationTime?: number | undefined | undefined;
2873
+ rpcUrls: {
2874
+ readonly default: {
2875
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2876
+ };
2877
+ };
2878
+ sourceId?: number | undefined | undefined;
2879
+ testnet: true;
2880
+ custom?: Record<string, unknown> | undefined;
2881
+ fees?: import("viem").ChainFees<undefined> | undefined;
2882
+ formatters?: undefined;
2883
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2884
+ };
2885
+ readonly optimismSepolia: {
2886
+ blockExplorers: {
2887
+ readonly default: {
2888
+ readonly name: "Blockscout";
2889
+ readonly url: "https://optimism-sepolia.blockscout.com";
2890
+ readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
2891
+ };
2892
+ };
2893
+ blockTime: 2000;
2894
+ contracts: {
2895
+ readonly disputeGameFactory: {
2896
+ readonly 11155111: {
2897
+ readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
2898
+ };
2899
+ };
2900
+ readonly l2OutputOracle: {
2901
+ readonly 11155111: {
2902
+ readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
2903
+ };
2904
+ };
2905
+ readonly multicall3: {
2906
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2907
+ readonly blockCreated: 1620204;
2908
+ };
2909
+ readonly portal: {
2910
+ readonly 11155111: {
2911
+ readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
2912
+ };
2913
+ };
2914
+ readonly l1StandardBridge: {
2915
+ readonly 11155111: {
2916
+ readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
2917
+ };
2918
+ };
2919
+ readonly gasPriceOracle: {
2920
+ readonly address: "0x420000000000000000000000000000000000000F";
2921
+ };
2922
+ readonly l1Block: {
2923
+ readonly address: "0x4200000000000000000000000000000000000015";
2924
+ };
2925
+ readonly l2CrossDomainMessenger: {
2926
+ readonly address: "0x4200000000000000000000000000000000000007";
2927
+ };
2928
+ readonly l2Erc721Bridge: {
2929
+ readonly address: "0x4200000000000000000000000000000000000014";
2930
+ };
2931
+ readonly l2StandardBridge: {
2932
+ readonly address: "0x4200000000000000000000000000000000000010";
2933
+ };
2934
+ readonly l2ToL1MessagePasser: {
2935
+ readonly address: "0x4200000000000000000000000000000000000016";
2936
+ };
2937
+ };
2938
+ ensTlds?: readonly string[] | undefined;
2939
+ id: 11155420;
2940
+ name: "OP Sepolia";
2941
+ nativeCurrency: {
2942
+ readonly name: "Sepolia Ether";
2943
+ readonly symbol: "ETH";
2944
+ readonly decimals: 18;
2945
+ };
2946
+ experimental_preconfirmationTime?: number | undefined | undefined;
2947
+ rpcUrls: {
2948
+ readonly default: {
2949
+ readonly http: readonly ["https://sepolia.optimism.io"];
2950
+ };
2951
+ };
2952
+ sourceId: 11155111;
2953
+ testnet: true;
2954
+ custom?: Record<string, unknown> | undefined;
2955
+ fees?: import("viem").ChainFees<undefined> | undefined;
2956
+ formatters: {
2957
+ readonly block: {
2958
+ exclude: [] | undefined;
2959
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
2960
+ baseFeePerGas: bigint | null;
2961
+ blobGasUsed: bigint;
2962
+ difficulty: bigint;
2963
+ excessBlobGas: bigint;
2964
+ extraData: import("viem").Hex;
2965
+ gasLimit: bigint;
2966
+ gasUsed: bigint;
2967
+ hash: `0x${string}` | null;
2968
+ logsBloom: `0x${string}` | null;
2969
+ miner: import("viem").Address;
2970
+ mixHash: import("viem").Hash;
2971
+ nonce: `0x${string}` | null;
2972
+ number: bigint | null;
2973
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2974
+ parentHash: import("viem").Hash;
2975
+ receiptsRoot: import("viem").Hex;
2976
+ sealFields: import("viem").Hex[];
2977
+ sha3Uncles: import("viem").Hash;
2978
+ size: bigint;
2979
+ stateRoot: import("viem").Hash;
2980
+ timestamp: bigint;
2981
+ totalDifficulty: bigint | null;
2982
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2983
+ transactionsRoot: import("viem").Hash;
2984
+ uncles: import("viem").Hash[];
2985
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2986
+ withdrawalsRoot?: `0x${string}` | undefined;
2987
+ } & {};
2988
+ type: "block";
2989
+ };
2990
+ readonly transaction: {
2991
+ exclude: [] | undefined;
2992
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
2993
+ blockHash: `0x${string}` | null;
2994
+ blockNumber: bigint | null;
2995
+ from: import("viem").Address;
2996
+ gas: bigint;
2997
+ hash: import("viem").Hash;
2998
+ input: import("viem").Hex;
2999
+ nonce: number;
3000
+ r: import("viem").Hex;
3001
+ s: import("viem").Hex;
3002
+ to: import("viem").Address | null;
3003
+ transactionIndex: number | null;
3004
+ typeHex: import("viem").Hex | null;
3005
+ v: bigint;
3006
+ value: bigint;
3007
+ yParity: number;
3008
+ gasPrice?: undefined | undefined;
3009
+ maxFeePerBlobGas?: undefined | undefined;
3010
+ maxFeePerGas: bigint;
3011
+ maxPriorityFeePerGas: bigint;
3012
+ isSystemTx?: boolean;
3013
+ mint?: bigint | undefined | undefined;
3014
+ sourceHash: import("viem").Hex;
3015
+ type: "deposit";
3016
+ } | {
3017
+ r: import("viem").Hex;
3018
+ s: import("viem").Hex;
3019
+ v: bigint;
3020
+ value: bigint;
3021
+ gas: bigint;
3022
+ to: import("viem").Address | null;
3023
+ from: import("viem").Address;
3024
+ nonce: number;
3025
+ blockHash: `0x${string}` | null;
3026
+ blockNumber: bigint | null;
3027
+ transactionIndex: number | null;
3028
+ hash: import("viem").Hash;
3029
+ input: import("viem").Hex;
3030
+ typeHex: import("viem").Hex | null;
3031
+ accessList?: undefined | undefined;
3032
+ authorizationList?: undefined | undefined;
3033
+ blobVersionedHashes?: undefined | undefined;
3034
+ chainId?: number | undefined;
3035
+ yParity?: undefined | undefined;
3036
+ type: "legacy";
3037
+ gasPrice: bigint;
3038
+ maxFeePerBlobGas?: undefined | undefined;
3039
+ maxFeePerGas?: undefined | undefined;
3040
+ maxPriorityFeePerGas?: undefined | undefined;
3041
+ isSystemTx?: undefined | undefined;
3042
+ mint?: undefined | undefined;
3043
+ sourceHash?: undefined | undefined;
3044
+ } | {
3045
+ blockHash: `0x${string}` | null;
3046
+ blockNumber: bigint | null;
3047
+ from: import("viem").Address;
3048
+ gas: bigint;
3049
+ hash: import("viem").Hash;
3050
+ input: import("viem").Hex;
3051
+ nonce: number;
3052
+ r: import("viem").Hex;
3053
+ s: import("viem").Hex;
3054
+ to: import("viem").Address | null;
3055
+ transactionIndex: number | null;
3056
+ typeHex: import("viem").Hex | null;
3057
+ v: bigint;
3058
+ value: bigint;
3059
+ yParity: number;
3060
+ accessList: import("viem").AccessList;
3061
+ authorizationList?: undefined | undefined;
3062
+ blobVersionedHashes?: undefined | undefined;
3063
+ chainId: number;
3064
+ type: "eip2930";
3065
+ gasPrice: bigint;
3066
+ maxFeePerBlobGas?: undefined | undefined;
3067
+ maxFeePerGas?: undefined | undefined;
3068
+ maxPriorityFeePerGas?: undefined | undefined;
3069
+ isSystemTx?: undefined | undefined;
3070
+ mint?: undefined | undefined;
3071
+ sourceHash?: undefined | undefined;
3072
+ } | {
3073
+ blockHash: `0x${string}` | null;
3074
+ blockNumber: bigint | null;
3075
+ from: import("viem").Address;
3076
+ gas: bigint;
3077
+ hash: import("viem").Hash;
3078
+ input: import("viem").Hex;
3079
+ nonce: number;
3080
+ r: import("viem").Hex;
3081
+ s: import("viem").Hex;
3082
+ to: import("viem").Address | null;
3083
+ transactionIndex: number | null;
3084
+ typeHex: import("viem").Hex | null;
3085
+ v: bigint;
3086
+ value: bigint;
3087
+ yParity: number;
3088
+ accessList: import("viem").AccessList;
3089
+ authorizationList?: undefined | undefined;
3090
+ blobVersionedHashes?: undefined | undefined;
3091
+ chainId: number;
3092
+ type: "eip1559";
3093
+ gasPrice?: undefined | undefined;
3094
+ maxFeePerBlobGas?: undefined | undefined;
3095
+ maxFeePerGas: bigint;
3096
+ maxPriorityFeePerGas: bigint;
3097
+ isSystemTx?: undefined | undefined;
3098
+ mint?: undefined | undefined;
3099
+ sourceHash?: undefined | undefined;
3100
+ } | {
3101
+ blockHash: `0x${string}` | null;
3102
+ blockNumber: bigint | null;
3103
+ from: import("viem").Address;
3104
+ gas: bigint;
3105
+ hash: import("viem").Hash;
3106
+ input: import("viem").Hex;
3107
+ nonce: number;
3108
+ r: import("viem").Hex;
3109
+ s: import("viem").Hex;
3110
+ to: import("viem").Address | null;
3111
+ transactionIndex: number | null;
3112
+ typeHex: import("viem").Hex | null;
3113
+ v: bigint;
3114
+ value: bigint;
3115
+ yParity: number;
3116
+ accessList: import("viem").AccessList;
3117
+ authorizationList?: undefined | undefined;
3118
+ blobVersionedHashes: readonly import("viem").Hex[];
3119
+ chainId: number;
3120
+ type: "eip4844";
3121
+ gasPrice?: undefined | undefined;
3122
+ maxFeePerBlobGas: bigint;
3123
+ maxFeePerGas: bigint;
3124
+ maxPriorityFeePerGas: bigint;
3125
+ isSystemTx?: undefined | undefined;
3126
+ mint?: undefined | undefined;
3127
+ sourceHash?: undefined | undefined;
3128
+ } | {
3129
+ blockHash: `0x${string}` | null;
3130
+ blockNumber: bigint | null;
3131
+ from: import("viem").Address;
3132
+ gas: bigint;
3133
+ hash: import("viem").Hash;
3134
+ input: import("viem").Hex;
3135
+ nonce: number;
3136
+ r: import("viem").Hex;
3137
+ s: import("viem").Hex;
3138
+ to: import("viem").Address | null;
3139
+ transactionIndex: number | null;
3140
+ typeHex: import("viem").Hex | null;
3141
+ v: bigint;
3142
+ value: bigint;
3143
+ yParity: number;
3144
+ accessList: import("viem").AccessList;
3145
+ authorizationList: import("viem").SignedAuthorizationList;
3146
+ blobVersionedHashes?: undefined | undefined;
3147
+ chainId: number;
3148
+ type: "eip7702";
3149
+ gasPrice?: undefined | undefined;
3150
+ maxFeePerBlobGas?: undefined | undefined;
3151
+ maxFeePerGas: bigint;
3152
+ maxPriorityFeePerGas: bigint;
3153
+ isSystemTx?: undefined | undefined;
3154
+ mint?: undefined | undefined;
3155
+ sourceHash?: undefined | undefined;
3156
+ }) & {};
3157
+ type: "transaction";
3158
+ };
3159
+ readonly transactionReceipt: {
3160
+ exclude: [] | undefined;
3161
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
3162
+ blobGasPrice?: bigint | undefined;
3163
+ blobGasUsed?: bigint | undefined;
3164
+ blockHash: import("viem").Hash;
3165
+ blockNumber: bigint;
3166
+ contractAddress: import("viem").Address | null | undefined;
3167
+ cumulativeGasUsed: bigint;
3168
+ effectiveGasPrice: bigint;
3169
+ from: import("viem").Address;
3170
+ gasUsed: bigint;
3171
+ logs: import("viem").Log<bigint, number, false>[];
3172
+ logsBloom: import("viem").Hex;
3173
+ root?: `0x${string}` | undefined;
3174
+ status: "success" | "reverted";
3175
+ to: import("viem").Address | null;
3176
+ transactionHash: import("viem").Hash;
3177
+ transactionIndex: number;
3178
+ type: import("viem").TransactionType;
3179
+ l1GasPrice: bigint | null;
3180
+ l1GasUsed: bigint | null;
3181
+ l1Fee: bigint | null;
3182
+ l1FeeScalar: number | null;
3183
+ } & {};
3184
+ type: "transactionReceipt";
3185
+ };
3186
+ };
3187
+ serializers: {
3188
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3189
+ };
3190
+ };
3191
+ readonly bscTestnet: {
3192
+ blockExplorers: {
3193
+ readonly default: {
3194
+ readonly name: "BscScan";
3195
+ readonly url: "https://testnet.bscscan.com";
3196
+ readonly apiUrl: "https://api-testnet.bscscan.com/api";
3197
+ };
3198
+ };
3199
+ blockTime?: number | undefined | undefined;
3200
+ contracts: {
3201
+ readonly multicall3: {
3202
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3203
+ readonly blockCreated: 17422483;
3204
+ };
3205
+ };
3206
+ ensTlds?: readonly string[] | undefined;
3207
+ id: 97;
3208
+ name: "BNB Smart Chain Testnet";
3209
+ nativeCurrency: {
3210
+ readonly decimals: 18;
3211
+ readonly name: "BNB";
3212
+ readonly symbol: "tBNB";
3213
+ };
3214
+ experimental_preconfirmationTime?: number | undefined | undefined;
3215
+ rpcUrls: {
3216
+ readonly default: {
3217
+ readonly http: readonly ["https://data-seed-prebsc-1-s1.bnbchain.org:8545"];
3218
+ };
3219
+ };
3220
+ sourceId?: number | undefined | undefined;
3221
+ testnet: true;
3222
+ custom?: Record<string, unknown> | undefined;
3223
+ fees?: import("viem").ChainFees<undefined> | undefined;
3224
+ formatters?: undefined;
3225
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
3226
+ };
3227
+ readonly unichainSepolia: {
3228
+ blockExplorers: {
3229
+ readonly default: {
3230
+ readonly name: "Uniscan";
3231
+ readonly url: "https://sepolia.uniscan.xyz";
3232
+ readonly apiUrl: "https://api-sepolia.uniscan.xyz/api";
3233
+ };
3234
+ };
3235
+ blockTime: 1000;
3236
+ contracts: {
3237
+ readonly multicall3: {
3238
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3239
+ readonly blockCreated: 0;
3240
+ };
3241
+ readonly portal: {
3242
+ readonly 11155111: {
3243
+ readonly address: "0x0d83dab629f0e0F9d36c0Cbc89B69a489f0751bD";
3244
+ };
3245
+ };
3246
+ readonly l1StandardBridge: {
3247
+ readonly 11155111: {
3248
+ readonly address: "0xea58fcA6849d79EAd1f26608855c2D6407d54Ce2";
3249
+ };
3250
+ };
3251
+ readonly disputeGameFactory: {
3252
+ readonly 11155111: {
3253
+ readonly address: "0xeff73e5aa3B9AEC32c659Aa3E00444d20a84394b";
3254
+ };
3255
+ };
3256
+ readonly gasPriceOracle: {
3257
+ readonly address: "0x420000000000000000000000000000000000000F";
3258
+ };
3259
+ readonly l1Block: {
3260
+ readonly address: "0x4200000000000000000000000000000000000015";
3261
+ };
3262
+ readonly l2CrossDomainMessenger: {
3263
+ readonly address: "0x4200000000000000000000000000000000000007";
3264
+ };
3265
+ readonly l2Erc721Bridge: {
3266
+ readonly address: "0x4200000000000000000000000000000000000014";
3267
+ };
3268
+ readonly l2StandardBridge: {
3269
+ readonly address: "0x4200000000000000000000000000000000000010";
3270
+ };
3271
+ readonly l2ToL1MessagePasser: {
3272
+ readonly address: "0x4200000000000000000000000000000000000016";
3273
+ };
3274
+ };
3275
+ ensTlds?: readonly string[] | undefined;
3276
+ id: 1301;
3277
+ name: "Unichain Sepolia";
3278
+ nativeCurrency: {
3279
+ readonly name: "Ether";
3280
+ readonly symbol: "ETH";
3281
+ readonly decimals: 18;
3282
+ };
3283
+ experimental_preconfirmationTime?: number | undefined | undefined;
3284
+ rpcUrls: {
3285
+ readonly default: {
3286
+ readonly http: readonly ["https://sepolia.unichain.org"];
3287
+ };
3288
+ };
3289
+ sourceId: 11155111;
3290
+ testnet: true;
3291
+ custom?: Record<string, unknown> | undefined;
3292
+ fees?: import("viem").ChainFees<undefined> | undefined;
3293
+ formatters: {
3294
+ readonly block: {
3295
+ exclude: [] | undefined;
3296
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
3297
+ baseFeePerGas: bigint | null;
3298
+ blobGasUsed: bigint;
3299
+ difficulty: bigint;
3300
+ excessBlobGas: bigint;
3301
+ extraData: import("viem").Hex;
3302
+ gasLimit: bigint;
3303
+ gasUsed: bigint;
3304
+ hash: `0x${string}` | null;
3305
+ logsBloom: `0x${string}` | null;
3306
+ miner: import("viem").Address;
3307
+ mixHash: import("viem").Hash;
3308
+ nonce: `0x${string}` | null;
3309
+ number: bigint | null;
3310
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
3311
+ parentHash: import("viem").Hash;
3312
+ receiptsRoot: import("viem").Hex;
3313
+ sealFields: import("viem").Hex[];
3314
+ sha3Uncles: import("viem").Hash;
3315
+ size: bigint;
3316
+ stateRoot: import("viem").Hash;
3317
+ timestamp: bigint;
3318
+ totalDifficulty: bigint | null;
3319
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
3320
+ transactionsRoot: import("viem").Hash;
3321
+ uncles: import("viem").Hash[];
3322
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
3323
+ withdrawalsRoot?: `0x${string}` | undefined;
3324
+ } & {};
3325
+ type: "block";
3326
+ };
3327
+ readonly transaction: {
3328
+ exclude: [] | undefined;
3329
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
3330
+ blockHash: `0x${string}` | null;
3331
+ blockNumber: bigint | null;
3332
+ from: import("viem").Address;
3333
+ gas: bigint;
3334
+ hash: import("viem").Hash;
3335
+ input: import("viem").Hex;
3336
+ nonce: number;
3337
+ r: import("viem").Hex;
3338
+ s: import("viem").Hex;
3339
+ to: import("viem").Address | null;
3340
+ transactionIndex: number | null;
3341
+ typeHex: import("viem").Hex | null;
3342
+ v: bigint;
3343
+ value: bigint;
3344
+ yParity: number;
3345
+ gasPrice?: undefined | undefined;
3346
+ maxFeePerBlobGas?: undefined | undefined;
3347
+ maxFeePerGas: bigint;
3348
+ maxPriorityFeePerGas: bigint;
3349
+ isSystemTx?: boolean;
3350
+ mint?: bigint | undefined | undefined;
3351
+ sourceHash: import("viem").Hex;
3352
+ type: "deposit";
3353
+ } | {
3354
+ r: import("viem").Hex;
3355
+ s: import("viem").Hex;
3356
+ v: bigint;
3357
+ value: bigint;
3358
+ gas: bigint;
3359
+ to: import("viem").Address | null;
3360
+ from: import("viem").Address;
3361
+ nonce: number;
3362
+ blockHash: `0x${string}` | null;
3363
+ blockNumber: bigint | null;
3364
+ transactionIndex: number | null;
3365
+ hash: import("viem").Hash;
3366
+ input: import("viem").Hex;
3367
+ typeHex: import("viem").Hex | null;
3368
+ accessList?: undefined | undefined;
3369
+ authorizationList?: undefined | undefined;
3370
+ blobVersionedHashes?: undefined | undefined;
3371
+ chainId?: number | undefined;
3372
+ yParity?: undefined | undefined;
3373
+ type: "legacy";
3374
+ gasPrice: bigint;
3375
+ maxFeePerBlobGas?: undefined | undefined;
3376
+ maxFeePerGas?: undefined | undefined;
3377
+ maxPriorityFeePerGas?: undefined | undefined;
3378
+ isSystemTx?: undefined | undefined;
3379
+ mint?: undefined | undefined;
3380
+ sourceHash?: undefined | undefined;
3381
+ } | {
3382
+ blockHash: `0x${string}` | null;
3383
+ blockNumber: bigint | null;
3384
+ from: import("viem").Address;
3385
+ gas: bigint;
3386
+ hash: import("viem").Hash;
3387
+ input: import("viem").Hex;
3388
+ nonce: number;
3389
+ r: import("viem").Hex;
3390
+ s: import("viem").Hex;
3391
+ to: import("viem").Address | null;
3392
+ transactionIndex: number | null;
3393
+ typeHex: import("viem").Hex | null;
3394
+ v: bigint;
3395
+ value: bigint;
3396
+ yParity: number;
3397
+ accessList: import("viem").AccessList;
3398
+ authorizationList?: undefined | undefined;
3399
+ blobVersionedHashes?: undefined | undefined;
3400
+ chainId: number;
3401
+ type: "eip2930";
3402
+ gasPrice: bigint;
3403
+ maxFeePerBlobGas?: undefined | undefined;
3404
+ maxFeePerGas?: undefined | undefined;
3405
+ maxPriorityFeePerGas?: undefined | undefined;
3406
+ isSystemTx?: undefined | undefined;
3407
+ mint?: undefined | undefined;
3408
+ sourceHash?: undefined | undefined;
3409
+ } | {
3410
+ blockHash: `0x${string}` | null;
3411
+ blockNumber: bigint | null;
3412
+ from: import("viem").Address;
3413
+ gas: bigint;
3414
+ hash: import("viem").Hash;
3415
+ input: import("viem").Hex;
3416
+ nonce: number;
3417
+ r: import("viem").Hex;
3418
+ s: import("viem").Hex;
3419
+ to: import("viem").Address | null;
3420
+ transactionIndex: number | null;
3421
+ typeHex: import("viem").Hex | null;
3422
+ v: bigint;
3423
+ value: bigint;
3424
+ yParity: number;
3425
+ accessList: import("viem").AccessList;
3426
+ authorizationList?: undefined | undefined;
3427
+ blobVersionedHashes?: undefined | undefined;
3428
+ chainId: number;
3429
+ type: "eip1559";
3430
+ gasPrice?: undefined | undefined;
3431
+ maxFeePerBlobGas?: undefined | undefined;
3432
+ maxFeePerGas: bigint;
3433
+ maxPriorityFeePerGas: bigint;
3434
+ isSystemTx?: undefined | undefined;
3435
+ mint?: undefined | undefined;
3436
+ sourceHash?: undefined | undefined;
3437
+ } | {
3438
+ blockHash: `0x${string}` | null;
3439
+ blockNumber: bigint | null;
3440
+ from: import("viem").Address;
3441
+ gas: bigint;
3442
+ hash: import("viem").Hash;
3443
+ input: import("viem").Hex;
3444
+ nonce: number;
3445
+ r: import("viem").Hex;
3446
+ s: import("viem").Hex;
3447
+ to: import("viem").Address | null;
3448
+ transactionIndex: number | null;
3449
+ typeHex: import("viem").Hex | null;
3450
+ v: bigint;
3451
+ value: bigint;
3452
+ yParity: number;
3453
+ accessList: import("viem").AccessList;
3454
+ authorizationList?: undefined | undefined;
3455
+ blobVersionedHashes: readonly import("viem").Hex[];
3456
+ chainId: number;
3457
+ type: "eip4844";
3458
+ gasPrice?: undefined | undefined;
3459
+ maxFeePerBlobGas: bigint;
3460
+ maxFeePerGas: bigint;
3461
+ maxPriorityFeePerGas: bigint;
3462
+ isSystemTx?: undefined | undefined;
3463
+ mint?: undefined | undefined;
3464
+ sourceHash?: undefined | undefined;
3465
+ } | {
3466
+ blockHash: `0x${string}` | null;
3467
+ blockNumber: bigint | null;
3468
+ from: import("viem").Address;
3469
+ gas: bigint;
3470
+ hash: import("viem").Hash;
3471
+ input: import("viem").Hex;
3472
+ nonce: number;
3473
+ r: import("viem").Hex;
3474
+ s: import("viem").Hex;
3475
+ to: import("viem").Address | null;
3476
+ transactionIndex: number | null;
3477
+ typeHex: import("viem").Hex | null;
3478
+ v: bigint;
3479
+ value: bigint;
3480
+ yParity: number;
3481
+ accessList: import("viem").AccessList;
3482
+ authorizationList: import("viem").SignedAuthorizationList;
3483
+ blobVersionedHashes?: undefined | undefined;
3484
+ chainId: number;
3485
+ type: "eip7702";
3486
+ gasPrice?: undefined | undefined;
3487
+ maxFeePerBlobGas?: undefined | undefined;
3488
+ maxFeePerGas: bigint;
3489
+ maxPriorityFeePerGas: bigint;
3490
+ isSystemTx?: undefined | undefined;
3491
+ mint?: undefined | undefined;
3492
+ sourceHash?: undefined | undefined;
3493
+ }) & {};
3494
+ type: "transaction";
3495
+ };
3496
+ readonly transactionReceipt: {
3497
+ exclude: [] | undefined;
3498
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
3499
+ blobGasPrice?: bigint | undefined;
3500
+ blobGasUsed?: bigint | undefined;
3501
+ blockHash: import("viem").Hash;
3502
+ blockNumber: bigint;
3503
+ contractAddress: import("viem").Address | null | undefined;
3504
+ cumulativeGasUsed: bigint;
3505
+ effectiveGasPrice: bigint;
3506
+ from: import("viem").Address;
3507
+ gasUsed: bigint;
3508
+ logs: import("viem").Log<bigint, number, false>[];
3509
+ logsBloom: import("viem").Hex;
3510
+ root?: `0x${string}` | undefined;
3511
+ status: "success" | "reverted";
3512
+ to: import("viem").Address | null;
3513
+ transactionHash: import("viem").Hash;
3514
+ transactionIndex: number;
3515
+ type: import("viem").TransactionType;
3516
+ l1GasPrice: bigint | null;
3517
+ l1GasUsed: bigint | null;
3518
+ l1Fee: bigint | null;
3519
+ l1FeeScalar: number | null;
3520
+ } & {};
3521
+ type: "transactionReceipt";
3522
+ };
3523
+ };
3524
+ serializers: {
3525
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3526
+ };
3527
+ };
3528
+ readonly polygonAmoy: {
3529
+ blockExplorers: {
3530
+ readonly default: {
3531
+ readonly name: "PolygonScan";
3532
+ readonly url: "https://amoy.polygonscan.com";
3533
+ readonly apiUrl: "https://api-amoy.polygonscan.com/api";
3534
+ };
3535
+ };
3536
+ blockTime?: number | undefined | undefined;
3537
+ contracts: {
3538
+ readonly multicall3: {
3539
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3540
+ readonly blockCreated: 3127388;
3541
+ };
3542
+ };
3543
+ ensTlds?: readonly string[] | undefined;
3544
+ id: 80002;
3545
+ name: "Polygon Amoy";
3546
+ nativeCurrency: {
3547
+ readonly name: "POL";
3548
+ readonly symbol: "POL";
3549
+ readonly decimals: 18;
3550
+ };
3551
+ experimental_preconfirmationTime?: number | undefined | undefined;
3552
+ rpcUrls: {
3553
+ readonly default: {
3554
+ readonly http: readonly ["https://rpc-amoy.polygon.technology"];
3555
+ };
3556
+ };
3557
+ sourceId?: number | undefined | undefined;
3558
+ testnet: true;
3559
+ custom?: Record<string, unknown> | undefined;
3560
+ fees?: import("viem").ChainFees<undefined> | undefined;
3561
+ formatters?: undefined;
3562
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
3563
+ };
3564
+ readonly pecorinoHost: {
3565
+ readonly id: 3151908;
3566
+ readonly name: "Pecorino Host";
3567
+ readonly nativeCurrency: {
3568
+ readonly decimals: 18;
3569
+ readonly name: "ETH";
3570
+ readonly symbol: "ETH";
3571
+ };
3572
+ readonly rpcUrls: {
3573
+ readonly default: {
3574
+ readonly http: readonly ["https://host-rpc.pecorino.signet.sh/"];
3575
+ };
3576
+ readonly public: {
3577
+ readonly http: readonly ["https://host-rpc.pecorino.signet.sh/"];
3578
+ };
3579
+ };
3580
+ readonly blockExplorers: {
3581
+ readonly default: {
3582
+ readonly name: "Pecorino Host Explorer";
3583
+ readonly url: "https://explorer-host.pecorino.signet.sh/";
3584
+ };
3585
+ };
3586
+ readonly testnet: true;
3587
+ };
3588
+ readonly pecorinoSignet: {
3589
+ readonly id: 14174;
3590
+ readonly name: "Pecorino Signet";
3591
+ readonly nativeCurrency: {
3592
+ readonly decimals: 18;
3593
+ readonly name: "USD";
3594
+ readonly symbol: "USD";
3595
+ };
3596
+ readonly rpcUrls: {
3597
+ readonly default: {
3598
+ readonly http: readonly ["https://rpc.pecorino.signet.sh/"];
3599
+ };
3600
+ readonly public: {
3601
+ readonly http: readonly ["https://rpc.pecorino.signet.sh/"];
3602
+ };
3603
+ };
3604
+ readonly blockExplorers: {
3605
+ readonly default: {
3606
+ readonly name: "Pecorino Signet Explorer";
3607
+ readonly url: "https://explorer.pecorino.signet.sh/";
3608
+ };
3609
+ };
3610
+ readonly testnet: true;
3611
+ };
3612
+ };
3613
+ /**
3614
+ * Get the default chain ID based on the current environment.
3615
+ * Production/Preview: Base mainnet
3616
+ * Development: Base Sepolia
3617
+ */
3618
+ export declare const getDefaultChainId: () => number;
3619
+ /**
3620
+ * Get the default chain based on the current environment.
3621
+ * Production/Preview: Base mainnet
3622
+ * Development: Base Sepolia
3623
+ */
3624
+ export declare const getDefaultChain: () => {
3625
+ blockExplorers: {
3626
+ readonly default: {
3627
+ readonly name: "Basescan";
3628
+ readonly url: "https://basescan.org";
3629
+ readonly apiUrl: "https://api.basescan.org/api";
3630
+ };
3631
+ };
3632
+ blockTime: 2000;
3633
+ contracts: {
3634
+ readonly disputeGameFactory: {
3635
+ readonly 1: {
3636
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
3637
+ };
3638
+ };
3639
+ readonly l2OutputOracle: {
3640
+ readonly 1: {
3641
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
3642
+ };
3643
+ };
3644
+ readonly multicall3: {
3645
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3646
+ readonly blockCreated: 5022;
3647
+ };
3648
+ readonly portal: {
3649
+ readonly 1: {
3650
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
3651
+ readonly blockCreated: 17482143;
3652
+ };
3653
+ };
3654
+ readonly l1StandardBridge: {
3655
+ readonly 1: {
3656
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
3657
+ readonly blockCreated: 17482143;
3658
+ };
3659
+ };
3660
+ readonly gasPriceOracle: {
3661
+ readonly address: "0x420000000000000000000000000000000000000F";
3662
+ };
3663
+ readonly l1Block: {
3664
+ readonly address: "0x4200000000000000000000000000000000000015";
3665
+ };
3666
+ readonly l2CrossDomainMessenger: {
3667
+ readonly address: "0x4200000000000000000000000000000000000007";
3668
+ };
3669
+ readonly l2Erc721Bridge: {
3670
+ readonly address: "0x4200000000000000000000000000000000000014";
3671
+ };
3672
+ readonly l2StandardBridge: {
3673
+ readonly address: "0x4200000000000000000000000000000000000010";
3674
+ };
3675
+ readonly l2ToL1MessagePasser: {
3676
+ readonly address: "0x4200000000000000000000000000000000000016";
3677
+ };
3678
+ };
3679
+ ensTlds?: readonly string[] | undefined;
3680
+ id: 8453;
3681
+ name: "Base";
3682
+ nativeCurrency: {
3683
+ readonly name: "Ether";
3684
+ readonly symbol: "ETH";
3685
+ readonly decimals: 18;
3686
+ };
3687
+ experimental_preconfirmationTime?: number | undefined | undefined;
3688
+ rpcUrls: {
3689
+ readonly default: {
3690
+ readonly http: readonly ["https://mainnet.base.org"];
3691
+ };
3692
+ };
3693
+ sourceId: 1;
3694
+ testnet?: boolean | undefined | undefined;
3695
+ custom?: Record<string, unknown> | undefined;
3696
+ fees?: import("viem").ChainFees<undefined> | undefined;
3697
+ formatters: {
3698
+ readonly block: {
3699
+ exclude: [] | undefined;
3700
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
3701
+ baseFeePerGas: bigint | null;
3702
+ blobGasUsed: bigint;
3703
+ difficulty: bigint;
3704
+ excessBlobGas: bigint;
3705
+ extraData: import("viem").Hex;
3706
+ gasLimit: bigint;
3707
+ gasUsed: bigint;
3708
+ hash: `0x${string}` | null;
3709
+ logsBloom: `0x${string}` | null;
3710
+ miner: import("viem").Address;
3711
+ mixHash: import("viem").Hash;
3712
+ nonce: `0x${string}` | null;
3713
+ number: bigint | null;
3714
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
3715
+ parentHash: import("viem").Hash;
3716
+ receiptsRoot: import("viem").Hex;
3717
+ sealFields: import("viem").Hex[];
3718
+ sha3Uncles: import("viem").Hash;
3719
+ size: bigint;
3720
+ stateRoot: import("viem").Hash;
3721
+ timestamp: bigint;
3722
+ totalDifficulty: bigint | null;
3723
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
3724
+ transactionsRoot: import("viem").Hash;
3725
+ uncles: import("viem").Hash[];
3726
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
3727
+ withdrawalsRoot?: `0x${string}` | undefined;
3728
+ } & {};
3729
+ type: "block";
3730
+ };
3731
+ readonly transaction: {
3732
+ exclude: [] | undefined;
3733
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
3734
+ blockHash: `0x${string}` | null;
3735
+ blockNumber: bigint | null;
3736
+ from: import("viem").Address;
3737
+ gas: bigint;
3738
+ hash: import("viem").Hash;
3739
+ input: import("viem").Hex;
3740
+ nonce: number;
3741
+ r: import("viem").Hex;
3742
+ s: import("viem").Hex;
3743
+ to: import("viem").Address | null;
3744
+ transactionIndex: number | null;
3745
+ typeHex: import("viem").Hex | null;
3746
+ v: bigint;
3747
+ value: bigint;
3748
+ yParity: number;
3749
+ gasPrice?: undefined | undefined;
3750
+ maxFeePerBlobGas?: undefined | undefined;
3751
+ maxFeePerGas: bigint;
3752
+ maxPriorityFeePerGas: bigint;
3753
+ isSystemTx?: boolean;
3754
+ mint?: bigint | undefined | undefined;
3755
+ sourceHash: import("viem").Hex;
3756
+ type: "deposit";
3757
+ } | {
3758
+ r: import("viem").Hex;
3759
+ s: import("viem").Hex;
3760
+ v: bigint;
3761
+ value: bigint;
3762
+ gas: bigint;
3763
+ to: import("viem").Address | null;
3764
+ from: import("viem").Address;
3765
+ nonce: number;
3766
+ blockHash: `0x${string}` | null;
3767
+ blockNumber: bigint | null;
3768
+ transactionIndex: number | null;
3769
+ hash: import("viem").Hash;
3770
+ input: import("viem").Hex;
3771
+ typeHex: import("viem").Hex | null;
3772
+ accessList?: undefined | undefined;
3773
+ authorizationList?: undefined | undefined;
3774
+ blobVersionedHashes?: undefined | undefined;
3775
+ chainId?: number | undefined;
3776
+ yParity?: undefined | undefined;
3777
+ type: "legacy";
3778
+ gasPrice: bigint;
3779
+ maxFeePerBlobGas?: undefined | undefined;
3780
+ maxFeePerGas?: undefined | undefined;
3781
+ maxPriorityFeePerGas?: undefined | undefined;
3782
+ isSystemTx?: undefined | undefined;
3783
+ mint?: undefined | undefined;
3784
+ sourceHash?: undefined | undefined;
3785
+ } | {
3786
+ blockHash: `0x${string}` | null;
3787
+ blockNumber: bigint | null;
3788
+ from: import("viem").Address;
3789
+ gas: bigint;
3790
+ hash: import("viem").Hash;
3791
+ input: import("viem").Hex;
3792
+ nonce: number;
3793
+ r: import("viem").Hex;
3794
+ s: import("viem").Hex;
3795
+ to: import("viem").Address | null;
3796
+ transactionIndex: number | null;
3797
+ typeHex: import("viem").Hex | null;
3798
+ v: bigint;
3799
+ value: bigint;
3800
+ yParity: number;
3801
+ accessList: import("viem").AccessList;
3802
+ authorizationList?: undefined | undefined;
3803
+ blobVersionedHashes?: undefined | undefined;
3804
+ chainId: number;
3805
+ type: "eip2930";
3806
+ gasPrice: bigint;
3807
+ maxFeePerBlobGas?: undefined | undefined;
3808
+ maxFeePerGas?: undefined | undefined;
3809
+ maxPriorityFeePerGas?: undefined | undefined;
3810
+ isSystemTx?: undefined | undefined;
3811
+ mint?: undefined | undefined;
3812
+ sourceHash?: undefined | undefined;
3813
+ } | {
3814
+ blockHash: `0x${string}` | null;
3815
+ blockNumber: bigint | null;
3816
+ from: import("viem").Address;
3817
+ gas: bigint;
3818
+ hash: import("viem").Hash;
3819
+ input: import("viem").Hex;
3820
+ nonce: number;
3821
+ r: import("viem").Hex;
3822
+ s: import("viem").Hex;
3823
+ to: import("viem").Address | null;
3824
+ transactionIndex: number | null;
3825
+ typeHex: import("viem").Hex | null;
3826
+ v: bigint;
3827
+ value: bigint;
3828
+ yParity: number;
3829
+ accessList: import("viem").AccessList;
3830
+ authorizationList?: undefined | undefined;
3831
+ blobVersionedHashes?: undefined | undefined;
3832
+ chainId: number;
3833
+ type: "eip1559";
3834
+ gasPrice?: undefined | undefined;
3835
+ maxFeePerBlobGas?: undefined | undefined;
3836
+ maxFeePerGas: bigint;
3837
+ maxPriorityFeePerGas: bigint;
3838
+ isSystemTx?: undefined | undefined;
3839
+ mint?: undefined | undefined;
3840
+ sourceHash?: undefined | undefined;
3841
+ } | {
3842
+ blockHash: `0x${string}` | null;
3843
+ blockNumber: bigint | null;
3844
+ from: import("viem").Address;
3845
+ gas: bigint;
3846
+ hash: import("viem").Hash;
3847
+ input: import("viem").Hex;
3848
+ nonce: number;
3849
+ r: import("viem").Hex;
3850
+ s: import("viem").Hex;
3851
+ to: import("viem").Address | null;
3852
+ transactionIndex: number | null;
3853
+ typeHex: import("viem").Hex | null;
3854
+ v: bigint;
3855
+ value: bigint;
3856
+ yParity: number;
3857
+ accessList: import("viem").AccessList;
3858
+ authorizationList?: undefined | undefined;
3859
+ blobVersionedHashes: readonly import("viem").Hex[];
3860
+ chainId: number;
3861
+ type: "eip4844";
3862
+ gasPrice?: undefined | undefined;
3863
+ maxFeePerBlobGas: bigint;
3864
+ maxFeePerGas: bigint;
3865
+ maxPriorityFeePerGas: bigint;
3866
+ isSystemTx?: undefined | undefined;
3867
+ mint?: undefined | undefined;
3868
+ sourceHash?: undefined | undefined;
3869
+ } | {
3870
+ blockHash: `0x${string}` | null;
3871
+ blockNumber: bigint | null;
3872
+ from: import("viem").Address;
3873
+ gas: bigint;
3874
+ hash: import("viem").Hash;
3875
+ input: import("viem").Hex;
3876
+ nonce: number;
3877
+ r: import("viem").Hex;
3878
+ s: import("viem").Hex;
3879
+ to: import("viem").Address | null;
3880
+ transactionIndex: number | null;
3881
+ typeHex: import("viem").Hex | null;
3882
+ v: bigint;
3883
+ value: bigint;
3884
+ yParity: number;
3885
+ accessList: import("viem").AccessList;
3886
+ authorizationList: import("viem").SignedAuthorizationList;
3887
+ blobVersionedHashes?: undefined | undefined;
3888
+ chainId: number;
3889
+ type: "eip7702";
3890
+ gasPrice?: undefined | undefined;
3891
+ maxFeePerBlobGas?: undefined | undefined;
3892
+ maxFeePerGas: bigint;
3893
+ maxPriorityFeePerGas: bigint;
3894
+ isSystemTx?: undefined | undefined;
3895
+ mint?: undefined | undefined;
3896
+ sourceHash?: undefined | undefined;
3897
+ }) & {};
3898
+ type: "transaction";
3899
+ };
3900
+ readonly transactionReceipt: {
3901
+ exclude: [] | undefined;
3902
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
3903
+ blobGasPrice?: bigint | undefined;
3904
+ blobGasUsed?: bigint | undefined;
3905
+ blockHash: import("viem").Hash;
3906
+ blockNumber: bigint;
3907
+ contractAddress: import("viem").Address | null | undefined;
3908
+ cumulativeGasUsed: bigint;
3909
+ effectiveGasPrice: bigint;
3910
+ from: import("viem").Address;
3911
+ gasUsed: bigint;
3912
+ logs: import("viem").Log<bigint, number, false>[];
3913
+ logsBloom: import("viem").Hex;
3914
+ root?: `0x${string}` | undefined;
3915
+ status: "success" | "reverted";
3916
+ to: import("viem").Address | null;
3917
+ transactionHash: import("viem").Hash;
3918
+ transactionIndex: number;
3919
+ type: import("viem").TransactionType;
3920
+ l1GasPrice: bigint | null;
3921
+ l1GasUsed: bigint | null;
3922
+ l1Fee: bigint | null;
3923
+ l1FeeScalar: number | null;
3924
+ } & {};
3925
+ type: "transactionReceipt";
3926
+ };
3927
+ };
3928
+ serializers: {
3929
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3930
+ };
3931
+ } | {
3932
+ blockExplorers: {
3933
+ readonly default: {
3934
+ readonly name: "Basescan";
3935
+ readonly url: "https://sepolia.basescan.org";
3936
+ readonly apiUrl: "https://api-sepolia.basescan.org/api";
3937
+ };
3938
+ };
3939
+ blockTime: 2000;
3940
+ contracts: {
3941
+ readonly disputeGameFactory: {
3942
+ readonly 11155111: {
3943
+ readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
3944
+ };
3945
+ };
3946
+ readonly l2OutputOracle: {
3947
+ readonly 11155111: {
3948
+ readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
3949
+ };
3950
+ };
3951
+ readonly portal: {
3952
+ readonly 11155111: {
3953
+ readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
3954
+ readonly blockCreated: 4446677;
3955
+ };
3956
+ };
3957
+ readonly l1StandardBridge: {
3958
+ readonly 11155111: {
3959
+ readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
3960
+ readonly blockCreated: 4446677;
3961
+ };
3962
+ };
3963
+ readonly multicall3: {
3964
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3965
+ readonly blockCreated: 1059647;
3966
+ };
3967
+ readonly gasPriceOracle: {
3968
+ readonly address: "0x420000000000000000000000000000000000000F";
3969
+ };
3970
+ readonly l1Block: {
3971
+ readonly address: "0x4200000000000000000000000000000000000015";
3972
+ };
3973
+ readonly l2CrossDomainMessenger: {
3974
+ readonly address: "0x4200000000000000000000000000000000000007";
3975
+ };
3976
+ readonly l2Erc721Bridge: {
3977
+ readonly address: "0x4200000000000000000000000000000000000014";
3978
+ };
3979
+ readonly l2StandardBridge: {
3980
+ readonly address: "0x4200000000000000000000000000000000000010";
3981
+ };
3982
+ readonly l2ToL1MessagePasser: {
3983
+ readonly address: "0x4200000000000000000000000000000000000016";
3984
+ };
3985
+ };
3986
+ ensTlds?: readonly string[] | undefined;
3987
+ id: 84532;
3988
+ name: "Base Sepolia";
3989
+ nativeCurrency: {
3990
+ readonly name: "Sepolia Ether";
3991
+ readonly symbol: "ETH";
3992
+ readonly decimals: 18;
3993
+ };
3994
+ experimental_preconfirmationTime?: number | undefined | undefined;
3995
+ rpcUrls: {
3996
+ readonly default: {
3997
+ readonly http: readonly ["https://sepolia.base.org"];
3998
+ };
3999
+ };
4000
+ sourceId: 11155111;
4001
+ testnet: true;
4002
+ custom?: Record<string, unknown> | undefined;
4003
+ fees?: import("viem").ChainFees<undefined> | undefined;
4004
+ formatters: {
4005
+ readonly block: {
4006
+ exclude: [] | undefined;
4007
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
4008
+ baseFeePerGas: bigint | null;
4009
+ blobGasUsed: bigint;
4010
+ difficulty: bigint;
4011
+ excessBlobGas: bigint;
4012
+ extraData: import("viem").Hex;
4013
+ gasLimit: bigint;
4014
+ gasUsed: bigint;
4015
+ hash: `0x${string}` | null;
4016
+ logsBloom: `0x${string}` | null;
4017
+ miner: import("viem").Address;
4018
+ mixHash: import("viem").Hash;
4019
+ nonce: `0x${string}` | null;
4020
+ number: bigint | null;
4021
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
4022
+ parentHash: import("viem").Hash;
4023
+ receiptsRoot: import("viem").Hex;
4024
+ sealFields: import("viem").Hex[];
4025
+ sha3Uncles: import("viem").Hash;
4026
+ size: bigint;
4027
+ stateRoot: import("viem").Hash;
4028
+ timestamp: bigint;
4029
+ totalDifficulty: bigint | null;
4030
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
4031
+ transactionsRoot: import("viem").Hash;
4032
+ uncles: import("viem").Hash[];
4033
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
4034
+ withdrawalsRoot?: `0x${string}` | undefined;
4035
+ } & {};
4036
+ type: "block";
4037
+ };
4038
+ readonly transaction: {
4039
+ exclude: [] | undefined;
4040
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
4041
+ blockHash: `0x${string}` | null;
4042
+ blockNumber: bigint | null;
4043
+ from: import("viem").Address;
4044
+ gas: bigint;
4045
+ hash: import("viem").Hash;
4046
+ input: import("viem").Hex;
4047
+ nonce: number;
4048
+ r: import("viem").Hex;
4049
+ s: import("viem").Hex;
4050
+ to: import("viem").Address | null;
4051
+ transactionIndex: number | null;
4052
+ typeHex: import("viem").Hex | null;
4053
+ v: bigint;
4054
+ value: bigint;
4055
+ yParity: number;
4056
+ gasPrice?: undefined | undefined;
4057
+ maxFeePerBlobGas?: undefined | undefined;
4058
+ maxFeePerGas: bigint;
4059
+ maxPriorityFeePerGas: bigint;
4060
+ isSystemTx?: boolean;
4061
+ mint?: bigint | undefined | undefined;
4062
+ sourceHash: import("viem").Hex;
4063
+ type: "deposit";
4064
+ } | {
4065
+ r: import("viem").Hex;
4066
+ s: import("viem").Hex;
4067
+ v: bigint;
4068
+ value: bigint;
4069
+ gas: bigint;
4070
+ to: import("viem").Address | null;
4071
+ from: import("viem").Address;
4072
+ nonce: number;
4073
+ blockHash: `0x${string}` | null;
4074
+ blockNumber: bigint | null;
4075
+ transactionIndex: number | null;
4076
+ hash: import("viem").Hash;
4077
+ input: import("viem").Hex;
4078
+ typeHex: import("viem").Hex | null;
4079
+ accessList?: undefined | undefined;
4080
+ authorizationList?: undefined | undefined;
4081
+ blobVersionedHashes?: undefined | undefined;
4082
+ chainId?: number | undefined;
4083
+ yParity?: undefined | undefined;
4084
+ type: "legacy";
4085
+ gasPrice: bigint;
4086
+ maxFeePerBlobGas?: undefined | undefined;
4087
+ maxFeePerGas?: undefined | undefined;
4088
+ maxPriorityFeePerGas?: undefined | undefined;
4089
+ isSystemTx?: undefined | undefined;
4090
+ mint?: undefined | undefined;
4091
+ sourceHash?: undefined | undefined;
4092
+ } | {
4093
+ blockHash: `0x${string}` | null;
4094
+ blockNumber: bigint | null;
4095
+ from: import("viem").Address;
4096
+ gas: bigint;
4097
+ hash: import("viem").Hash;
4098
+ input: import("viem").Hex;
4099
+ nonce: number;
4100
+ r: import("viem").Hex;
4101
+ s: import("viem").Hex;
4102
+ to: import("viem").Address | null;
4103
+ transactionIndex: number | null;
4104
+ typeHex: import("viem").Hex | null;
4105
+ v: bigint;
4106
+ value: bigint;
4107
+ yParity: number;
4108
+ accessList: import("viem").AccessList;
4109
+ authorizationList?: undefined | undefined;
4110
+ blobVersionedHashes?: undefined | undefined;
4111
+ chainId: number;
4112
+ type: "eip2930";
4113
+ gasPrice: bigint;
4114
+ maxFeePerBlobGas?: undefined | undefined;
4115
+ maxFeePerGas?: undefined | undefined;
4116
+ maxPriorityFeePerGas?: undefined | undefined;
4117
+ isSystemTx?: undefined | undefined;
4118
+ mint?: undefined | undefined;
4119
+ sourceHash?: undefined | undefined;
4120
+ } | {
4121
+ blockHash: `0x${string}` | null;
4122
+ blockNumber: bigint | null;
4123
+ from: import("viem").Address;
4124
+ gas: bigint;
4125
+ hash: import("viem").Hash;
4126
+ input: import("viem").Hex;
4127
+ nonce: number;
4128
+ r: import("viem").Hex;
4129
+ s: import("viem").Hex;
4130
+ to: import("viem").Address | null;
4131
+ transactionIndex: number | null;
4132
+ typeHex: import("viem").Hex | null;
4133
+ v: bigint;
4134
+ value: bigint;
4135
+ yParity: number;
4136
+ accessList: import("viem").AccessList;
4137
+ authorizationList?: undefined | undefined;
4138
+ blobVersionedHashes?: undefined | undefined;
4139
+ chainId: number;
4140
+ type: "eip1559";
4141
+ gasPrice?: undefined | undefined;
4142
+ maxFeePerBlobGas?: undefined | undefined;
4143
+ maxFeePerGas: bigint;
4144
+ maxPriorityFeePerGas: bigint;
4145
+ isSystemTx?: undefined | undefined;
4146
+ mint?: undefined | undefined;
4147
+ sourceHash?: undefined | undefined;
4148
+ } | {
4149
+ blockHash: `0x${string}` | null;
4150
+ blockNumber: bigint | null;
4151
+ from: import("viem").Address;
4152
+ gas: bigint;
4153
+ hash: import("viem").Hash;
4154
+ input: import("viem").Hex;
4155
+ nonce: number;
4156
+ r: import("viem").Hex;
4157
+ s: import("viem").Hex;
4158
+ to: import("viem").Address | null;
4159
+ transactionIndex: number | null;
4160
+ typeHex: import("viem").Hex | null;
4161
+ v: bigint;
4162
+ value: bigint;
4163
+ yParity: number;
4164
+ accessList: import("viem").AccessList;
4165
+ authorizationList?: undefined | undefined;
4166
+ blobVersionedHashes: readonly import("viem").Hex[];
4167
+ chainId: number;
4168
+ type: "eip4844";
4169
+ gasPrice?: undefined | undefined;
4170
+ maxFeePerBlobGas: bigint;
4171
+ maxFeePerGas: bigint;
4172
+ maxPriorityFeePerGas: bigint;
4173
+ isSystemTx?: undefined | undefined;
4174
+ mint?: undefined | undefined;
4175
+ sourceHash?: undefined | undefined;
4176
+ } | {
4177
+ blockHash: `0x${string}` | null;
4178
+ blockNumber: bigint | null;
4179
+ from: import("viem").Address;
4180
+ gas: bigint;
4181
+ hash: import("viem").Hash;
4182
+ input: import("viem").Hex;
4183
+ nonce: number;
4184
+ r: import("viem").Hex;
4185
+ s: import("viem").Hex;
4186
+ to: import("viem").Address | null;
4187
+ transactionIndex: number | null;
4188
+ typeHex: import("viem").Hex | null;
4189
+ v: bigint;
4190
+ value: bigint;
4191
+ yParity: number;
4192
+ accessList: import("viem").AccessList;
4193
+ authorizationList: import("viem").SignedAuthorizationList;
4194
+ blobVersionedHashes?: undefined | undefined;
4195
+ chainId: number;
4196
+ type: "eip7702";
4197
+ gasPrice?: undefined | undefined;
4198
+ maxFeePerBlobGas?: undefined | undefined;
4199
+ maxFeePerGas: bigint;
4200
+ maxPriorityFeePerGas: bigint;
4201
+ isSystemTx?: undefined | undefined;
4202
+ mint?: undefined | undefined;
4203
+ sourceHash?: undefined | undefined;
4204
+ }) & {};
4205
+ type: "transaction";
4206
+ };
4207
+ readonly transactionReceipt: {
4208
+ exclude: [] | undefined;
4209
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
4210
+ blobGasPrice?: bigint | undefined;
4211
+ blobGasUsed?: bigint | undefined;
4212
+ blockHash: import("viem").Hash;
4213
+ blockNumber: bigint;
4214
+ contractAddress: import("viem").Address | null | undefined;
4215
+ cumulativeGasUsed: bigint;
4216
+ effectiveGasPrice: bigint;
4217
+ from: import("viem").Address;
4218
+ gasUsed: bigint;
4219
+ logs: import("viem").Log<bigint, number, false>[];
4220
+ logsBloom: import("viem").Hex;
4221
+ root?: `0x${string}` | undefined;
4222
+ status: "success" | "reverted";
4223
+ to: import("viem").Address | null;
4224
+ transactionHash: import("viem").Hash;
4225
+ transactionIndex: number;
4226
+ type: import("viem").TransactionType;
4227
+ l1GasPrice: bigint | null;
4228
+ l1GasUsed: bigint | null;
4229
+ l1Fee: bigint | null;
4230
+ l1FeeScalar: number | null;
4231
+ } & {};
4232
+ type: "transactionReceipt";
4233
+ };
4234
+ };
4235
+ serializers: {
4236
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4237
+ };
4238
+ readonly network: "base-sepolia";
4239
+ };
4240
+ export type SupportedChainName = keyof typeof allSupportedChains;
4241
+ export type MainnetChainName = keyof typeof supportedChains.mainnet;
4242
+ export type TestnetChainName = keyof typeof supportedChains.testnet;
4243
+ //# sourceMappingURL=all-chains.d.ts.map