viem 2.48.3 → 2.48.6

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 (270) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/errors/utils.js +13 -1
  3. package/_cjs/errors/utils.js.map +1 -1
  4. package/_cjs/errors/version.js +1 -1
  5. package/_cjs/tempo/Addresses.js +2 -1
  6. package/_cjs/tempo/Addresses.js.map +1 -1
  7. package/_cjs/tempo/Decorator.js +7 -0
  8. package/_cjs/tempo/Decorator.js.map +1 -1
  9. package/_cjs/tempo/Formatters.js +4 -0
  10. package/_cjs/tempo/Formatters.js.map +1 -1
  11. package/_cjs/tempo/actions/accessKey.js.map +1 -1
  12. package/_cjs/tempo/actions/index.js +2 -1
  13. package/_cjs/tempo/actions/index.js.map +1 -1
  14. package/_cjs/tempo/actions/virtualAddress.js +95 -0
  15. package/_cjs/tempo/actions/virtualAddress.js.map +1 -0
  16. package/_cjs/tempo/index.js +3 -1
  17. package/_cjs/tempo/index.js.map +1 -1
  18. package/_cjs/tempo/zones/zone.js +16 -2
  19. package/_cjs/tempo/zones/zone.js.map +1 -1
  20. package/_cjs/utils/formatters/transaction.js +3 -0
  21. package/_cjs/utils/formatters/transaction.js.map +1 -1
  22. package/_esm/errors/utils.js +18 -1
  23. package/_esm/errors/utils.js.map +1 -1
  24. package/_esm/errors/version.js +1 -1
  25. package/_esm/tempo/Addresses.js +1 -0
  26. package/_esm/tempo/Addresses.js.map +1 -1
  27. package/_esm/tempo/Decorator.js +7 -0
  28. package/_esm/tempo/Decorator.js.map +1 -1
  29. package/_esm/tempo/Formatters.js +5 -0
  30. package/_esm/tempo/Formatters.js.map +1 -1
  31. package/_esm/tempo/actions/accessKey.js +14 -12
  32. package/_esm/tempo/actions/accessKey.js.map +1 -1
  33. package/_esm/tempo/actions/amm.js +14 -14
  34. package/_esm/tempo/actions/dex.js +34 -34
  35. package/_esm/tempo/actions/faucet.js +2 -2
  36. package/_esm/tempo/actions/fee.js +10 -10
  37. package/_esm/tempo/actions/index.js +1 -0
  38. package/_esm/tempo/actions/index.js.map +1 -1
  39. package/_esm/tempo/actions/nonce.js +2 -2
  40. package/_esm/tempo/actions/policy.js +18 -18
  41. package/_esm/tempo/actions/reward.js +14 -14
  42. package/_esm/tempo/actions/token.js +61 -61
  43. package/_esm/tempo/actions/validator.js +27 -27
  44. package/_esm/tempo/actions/virtualAddress.js +228 -0
  45. package/_esm/tempo/actions/virtualAddress.js.map +1 -0
  46. package/_esm/tempo/index.js +1 -1
  47. package/_esm/tempo/index.js.map +1 -1
  48. package/_esm/tempo/zones/zone.js +16 -2
  49. package/_esm/tempo/zones/zone.js.map +1 -1
  50. package/_esm/utils/formatters/transaction.js +3 -0
  51. package/_esm/utils/formatters/transaction.js.map +1 -1
  52. package/_types/celo/chainConfig.d.ts +16 -0
  53. package/_types/celo/chainConfig.d.ts.map +1 -1
  54. package/_types/celo/formatters.d.ts +8 -0
  55. package/_types/celo/formatters.d.ts.map +1 -1
  56. package/_types/chains/definitions/abstract.d.ts +8 -1
  57. package/_types/chains/definitions/abstract.d.ts.map +1 -1
  58. package/_types/chains/definitions/abstractTestnet.d.ts +8 -1
  59. package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
  60. package/_types/chains/definitions/ancient8.d.ts +6 -0
  61. package/_types/chains/definitions/ancient8.d.ts.map +1 -1
  62. package/_types/chains/definitions/ancient8Sepolia.d.ts +6 -0
  63. package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
  64. package/_types/chains/definitions/base.d.ts +12 -0
  65. package/_types/chains/definitions/base.d.ts.map +1 -1
  66. package/_types/chains/definitions/baseGoerli.d.ts +6 -0
  67. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  68. package/_types/chains/definitions/baseSepolia.d.ts +12 -0
  69. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  70. package/_types/chains/definitions/battlechainTestnet.d.ts +8 -1
  71. package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -1
  72. package/_types/chains/definitions/blast.d.ts +6 -0
  73. package/_types/chains/definitions/blast.d.ts.map +1 -1
  74. package/_types/chains/definitions/bob.d.ts +6 -0
  75. package/_types/chains/definitions/bob.d.ts.map +1 -1
  76. package/_types/chains/definitions/bobSepolia.d.ts +6 -0
  77. package/_types/chains/definitions/bobSepolia.d.ts.map +1 -1
  78. package/_types/chains/definitions/celo.d.ts +16 -0
  79. package/_types/chains/definitions/celo.d.ts.map +1 -1
  80. package/_types/chains/definitions/celoAlfajores.d.ts +16 -0
  81. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  82. package/_types/chains/definitions/celoSepolia.d.ts +16 -0
  83. package/_types/chains/definitions/celoSepolia.d.ts.map +1 -1
  84. package/_types/chains/definitions/codex.d.ts +6 -0
  85. package/_types/chains/definitions/codex.d.ts.map +1 -1
  86. package/_types/chains/definitions/codexTestnet.d.ts +6 -0
  87. package/_types/chains/definitions/codexTestnet.d.ts.map +1 -1
  88. package/_types/chains/definitions/dchain.d.ts +6 -0
  89. package/_types/chains/definitions/dchain.d.ts.map +1 -1
  90. package/_types/chains/definitions/dchainTestnet.d.ts +6 -0
  91. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
  92. package/_types/chains/definitions/elysiumTestnet.d.ts +6 -0
  93. package/_types/chains/definitions/elysiumTestnet.d.ts.map +1 -1
  94. package/_types/chains/definitions/fraxtal.d.ts +6 -0
  95. package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
  96. package/_types/chains/definitions/fraxtalTestnet.d.ts +6 -0
  97. package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
  98. package/_types/chains/definitions/funkiMainnet.d.ts +6 -0
  99. package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
  100. package/_types/chains/definitions/funkiSepolia.d.ts +6 -0
  101. package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
  102. package/_types/chains/definitions/garnet.d.ts +6 -0
  103. package/_types/chains/definitions/garnet.d.ts.map +1 -1
  104. package/_types/chains/definitions/giwaSepolia.d.ts +12 -0
  105. package/_types/chains/definitions/giwaSepolia.d.ts.map +1 -1
  106. package/_types/chains/definitions/ink.d.ts +6 -0
  107. package/_types/chains/definitions/ink.d.ts.map +1 -1
  108. package/_types/chains/definitions/inkSepolia.d.ts +6 -0
  109. package/_types/chains/definitions/inkSepolia.d.ts.map +1 -1
  110. package/_types/chains/definitions/lisk.d.ts +6 -0
  111. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  112. package/_types/chains/definitions/liskSepolia.d.ts +6 -0
  113. package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
  114. package/_types/chains/definitions/megaeth.d.ts +6 -0
  115. package/_types/chains/definitions/megaeth.d.ts.map +1 -1
  116. package/_types/chains/definitions/metalL2.d.ts +6 -0
  117. package/_types/chains/definitions/metalL2.d.ts.map +1 -1
  118. package/_types/chains/definitions/mode.d.ts +6 -0
  119. package/_types/chains/definitions/mode.d.ts.map +1 -1
  120. package/_types/chains/definitions/modeTestnet.d.ts +6 -0
  121. package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
  122. package/_types/chains/definitions/optimism.d.ts +6 -0
  123. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  124. package/_types/chains/definitions/optimismGoerli.d.ts +6 -0
  125. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  126. package/_types/chains/definitions/optimismSepolia.d.ts +6 -0
  127. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  128. package/_types/chains/definitions/pgn.d.ts +6 -0
  129. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  130. package/_types/chains/definitions/pgnTestnet.d.ts +6 -0
  131. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  132. package/_types/chains/definitions/playfiAlbireo.d.ts +8 -1
  133. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
  134. package/_types/chains/definitions/pyrope.d.ts +6 -0
  135. package/_types/chains/definitions/pyrope.d.ts.map +1 -1
  136. package/_types/chains/definitions/redstone.d.ts +6 -0
  137. package/_types/chains/definitions/redstone.d.ts.map +1 -1
  138. package/_types/chains/definitions/rss3.d.ts +6 -0
  139. package/_types/chains/definitions/rss3.d.ts.map +1 -1
  140. package/_types/chains/definitions/rss3Sepolia.d.ts +6 -0
  141. package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
  142. package/_types/chains/definitions/shape.d.ts +6 -0
  143. package/_types/chains/definitions/shape.d.ts.map +1 -1
  144. package/_types/chains/definitions/shapeSepolia.d.ts +6 -0
  145. package/_types/chains/definitions/shapeSepolia.d.ts.map +1 -1
  146. package/_types/chains/definitions/snax.d.ts +6 -0
  147. package/_types/chains/definitions/snax.d.ts.map +1 -1
  148. package/_types/chains/definitions/snaxTestnet.d.ts +6 -0
  149. package/_types/chains/definitions/snaxTestnet.d.ts.map +1 -1
  150. package/_types/chains/definitions/soneium.d.ts +6 -0
  151. package/_types/chains/definitions/soneium.d.ts.map +1 -1
  152. package/_types/chains/definitions/soneiumMinato.d.ts +6 -0
  153. package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
  154. package/_types/chains/definitions/sophon.d.ts +8 -1
  155. package/_types/chains/definitions/sophon.d.ts.map +1 -1
  156. package/_types/chains/definitions/sophonTestnet.d.ts +8 -1
  157. package/_types/chains/definitions/sophonTestnet.d.ts.map +1 -1
  158. package/_types/chains/definitions/superseed.d.ts +6 -0
  159. package/_types/chains/definitions/superseed.d.ts.map +1 -1
  160. package/_types/chains/definitions/superseedSepolia.d.ts +6 -0
  161. package/_types/chains/definitions/superseedSepolia.d.ts.map +1 -1
  162. package/_types/chains/definitions/swellchain.d.ts +6 -0
  163. package/_types/chains/definitions/swellchain.d.ts.map +1 -1
  164. package/_types/chains/definitions/swellchainTestnet.d.ts +6 -0
  165. package/_types/chains/definitions/swellchainTestnet.d.ts.map +1 -1
  166. package/_types/chains/definitions/tempo.d.ts +12 -0
  167. package/_types/chains/definitions/tempo.d.ts.map +1 -1
  168. package/_types/chains/definitions/tempoDevnet.d.ts +12 -0
  169. package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
  170. package/_types/chains/definitions/tempoLocalnet.d.ts +12 -0
  171. package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
  172. package/_types/chains/definitions/tempoModerato.d.ts +12 -0
  173. package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
  174. package/_types/chains/definitions/treasure.d.ts +8 -1
  175. package/_types/chains/definitions/treasure.d.ts.map +1 -1
  176. package/_types/chains/definitions/treasureTopaz.d.ts +8 -1
  177. package/_types/chains/definitions/treasureTopaz.d.ts.map +1 -1
  178. package/_types/chains/definitions/unichain.d.ts +6 -0
  179. package/_types/chains/definitions/unichain.d.ts.map +1 -1
  180. package/_types/chains/definitions/unichainSepolia.d.ts +6 -0
  181. package/_types/chains/definitions/unichainSepolia.d.ts.map +1 -1
  182. package/_types/chains/definitions/worldchain.d.ts +6 -0
  183. package/_types/chains/definitions/worldchain.d.ts.map +1 -1
  184. package/_types/chains/definitions/worldchainSepolia.d.ts +6 -0
  185. package/_types/chains/definitions/worldchainSepolia.d.ts.map +1 -1
  186. package/_types/chains/definitions/zircuit.d.ts +6 -0
  187. package/_types/chains/definitions/zircuit.d.ts.map +1 -1
  188. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +6 -0
  189. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts.map +1 -1
  190. package/_types/chains/definitions/zksync.d.ts +8 -1
  191. package/_types/chains/definitions/zksync.d.ts.map +1 -1
  192. package/_types/chains/definitions/zksyncInMemoryNode.d.ts +8 -1
  193. package/_types/chains/definitions/zksyncInMemoryNode.d.ts.map +1 -1
  194. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +8 -1
  195. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts.map +1 -1
  196. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +8 -1
  197. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts.map +1 -1
  198. package/_types/chains/definitions/zksyncLocalNode.d.ts +8 -1
  199. package/_types/chains/definitions/zksyncLocalNode.d.ts.map +1 -1
  200. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +8 -1
  201. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts.map +1 -1
  202. package/_types/chains/definitions/zora.d.ts +6 -0
  203. package/_types/chains/definitions/zora.d.ts.map +1 -1
  204. package/_types/chains/definitions/zoraSepolia.d.ts +6 -0
  205. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  206. package/_types/chains/definitions/zoraTestnet.d.ts +6 -0
  207. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  208. package/_types/errors/utils.d.ts +5 -0
  209. package/_types/errors/utils.d.ts.map +1 -1
  210. package/_types/errors/version.d.ts +1 -1
  211. package/_types/op-stack/chainConfig.d.ts +6 -0
  212. package/_types/op-stack/chainConfig.d.ts.map +1 -1
  213. package/_types/op-stack/formatters.d.ts +6 -0
  214. package/_types/op-stack/formatters.d.ts.map +1 -1
  215. package/_types/tempo/Addresses.d.ts +1 -0
  216. package/_types/tempo/Addresses.d.ts.map +1 -1
  217. package/_types/tempo/Decorator.d.ts +101 -1
  218. package/_types/tempo/Decorator.d.ts.map +1 -1
  219. package/_types/tempo/Formatters.d.ts.map +1 -1
  220. package/_types/tempo/actions/accessKey.d.ts +14 -12
  221. package/_types/tempo/actions/accessKey.d.ts.map +1 -1
  222. package/_types/tempo/actions/amm.d.ts +14 -14
  223. package/_types/tempo/actions/dex.d.ts +34 -34
  224. package/_types/tempo/actions/faucet.d.ts +2 -2
  225. package/_types/tempo/actions/fee.d.ts +10 -10
  226. package/_types/tempo/actions/index.d.ts +1 -0
  227. package/_types/tempo/actions/index.d.ts.map +1 -1
  228. package/_types/tempo/actions/nonce.d.ts +2 -2
  229. package/_types/tempo/actions/policy.d.ts +18 -18
  230. package/_types/tempo/actions/reward.d.ts +14 -14
  231. package/_types/tempo/actions/token.d.ts +61 -61
  232. package/_types/tempo/actions/validator.d.ts +27 -27
  233. package/_types/tempo/actions/virtualAddress.d.ts +350 -0
  234. package/_types/tempo/actions/virtualAddress.d.ts.map +1 -0
  235. package/_types/tempo/chainConfig.d.ts +6 -0
  236. package/_types/tempo/chainConfig.d.ts.map +1 -1
  237. package/_types/tempo/index.d.ts +1 -1
  238. package/_types/tempo/index.d.ts.map +1 -1
  239. package/_types/tempo/zones/zone.d.ts +48 -12
  240. package/_types/tempo/zones/zone.d.ts.map +1 -1
  241. package/_types/types/transaction.d.ts +3 -1
  242. package/_types/types/transaction.d.ts.map +1 -1
  243. package/_types/utils/formatters/transaction.d.ts +1 -1
  244. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  245. package/_types/zksync/chainConfig.d.ts +8 -1
  246. package/_types/zksync/chainConfig.d.ts.map +1 -1
  247. package/_types/zksync/formatters.d.ts +8 -1
  248. package/_types/zksync/formatters.d.ts.map +1 -1
  249. package/errors/utils.ts +17 -1
  250. package/errors/version.ts +1 -1
  251. package/package.json +2 -2
  252. package/tempo/Addresses.ts +1 -0
  253. package/tempo/Decorator.ts +125 -1
  254. package/tempo/Formatters.ts +6 -0
  255. package/tempo/actions/accessKey.ts +14 -12
  256. package/tempo/actions/amm.ts +14 -14
  257. package/tempo/actions/dex.ts +34 -34
  258. package/tempo/actions/faucet.ts +2 -2
  259. package/tempo/actions/fee.ts +10 -10
  260. package/tempo/actions/index.ts +1 -0
  261. package/tempo/actions/nonce.ts +2 -2
  262. package/tempo/actions/policy.ts +18 -18
  263. package/tempo/actions/reward.ts +14 -14
  264. package/tempo/actions/token.ts +61 -61
  265. package/tempo/actions/validator.ts +27 -27
  266. package/tempo/actions/virtualAddress.ts +337 -0
  267. package/tempo/index.ts +8 -1
  268. package/tempo/zones/zone.ts +23 -2
  269. package/types/transaction.ts +3 -1
  270. package/utils/formatters/transaction.ts +3 -0
@@ -52,6 +52,7 @@ export declare const tempoDevnet: {
52
52
  value: bigint;
53
53
  blockHash: `0x${string}` | null;
54
54
  blockNumber: bigint | null;
55
+ blockTimestamp?: bigint | undefined;
55
56
  hash: import("../../index.js").Hash;
56
57
  input: import("../../index.js").Hex;
57
58
  transactionIndex: number | null;
@@ -77,6 +78,7 @@ export declare const tempoDevnet: {
77
78
  } | {
78
79
  blockHash: `0x${string}` | null;
79
80
  blockNumber: bigint | null;
81
+ blockTimestamp?: bigint | undefined;
80
82
  from: import("abitype").Address;
81
83
  gas: bigint;
82
84
  hash: import("../../index.js").Hash;
@@ -110,6 +112,7 @@ export declare const tempoDevnet: {
110
112
  } | {
111
113
  blockHash: `0x${string}` | null;
112
114
  blockNumber: bigint | null;
115
+ blockTimestamp?: bigint | undefined;
113
116
  from: import("abitype").Address;
114
117
  gas: bigint;
115
118
  hash: import("../../index.js").Hash;
@@ -143,6 +146,7 @@ export declare const tempoDevnet: {
143
146
  } | {
144
147
  blockHash: `0x${string}` | null;
145
148
  blockNumber: bigint | null;
149
+ blockTimestamp?: bigint | undefined;
146
150
  from: import("abitype").Address;
147
151
  gas: bigint;
148
152
  hash: import("../../index.js").Hash;
@@ -176,6 +180,7 @@ export declare const tempoDevnet: {
176
180
  } | {
177
181
  blockHash: `0x${string}` | null;
178
182
  blockNumber: bigint | null;
183
+ blockTimestamp?: bigint | undefined;
179
184
  from: import("abitype").Address;
180
185
  gas: bigint;
181
186
  hash: import("../../index.js").Hash;
@@ -212,6 +217,7 @@ export declare const tempoDevnet: {
212
217
  nonce: number;
213
218
  blockHash: `0x${string}` | null;
214
219
  blockNumber: bigint | null;
220
+ blockTimestamp?: bigint | undefined;
215
221
  hash: import("../../index.js").Hash;
216
222
  transactionIndex: number | null;
217
223
  typeHex: import("../../index.js").Hex | null;
@@ -508,6 +514,7 @@ export declare const tempoDevnet: {
508
514
  value: bigint;
509
515
  blockHash: `0x${string}` | null;
510
516
  blockNumber: bigint | null;
517
+ blockTimestamp?: bigint | undefined;
511
518
  hash: import("../../index.js").Hash;
512
519
  input: import("../../index.js").Hex;
513
520
  transactionIndex: number | null;
@@ -533,6 +540,7 @@ export declare const tempoDevnet: {
533
540
  } | {
534
541
  blockHash: `0x${string}` | null;
535
542
  blockNumber: bigint | null;
543
+ blockTimestamp?: bigint | undefined;
536
544
  from: import("abitype").Address;
537
545
  gas: bigint;
538
546
  hash: import("../../index.js").Hash;
@@ -566,6 +574,7 @@ export declare const tempoDevnet: {
566
574
  } | {
567
575
  blockHash: `0x${string}` | null;
568
576
  blockNumber: bigint | null;
577
+ blockTimestamp?: bigint | undefined;
569
578
  from: import("abitype").Address;
570
579
  gas: bigint;
571
580
  hash: import("../../index.js").Hash;
@@ -599,6 +608,7 @@ export declare const tempoDevnet: {
599
608
  } | {
600
609
  blockHash: `0x${string}` | null;
601
610
  blockNumber: bigint | null;
611
+ blockTimestamp?: bigint | undefined;
602
612
  from: import("abitype").Address;
603
613
  gas: bigint;
604
614
  hash: import("../../index.js").Hash;
@@ -632,6 +642,7 @@ export declare const tempoDevnet: {
632
642
  } | {
633
643
  blockHash: `0x${string}` | null;
634
644
  blockNumber: bigint | null;
645
+ blockTimestamp?: bigint | undefined;
635
646
  from: import("abitype").Address;
636
647
  gas: bigint;
637
648
  hash: import("../../index.js").Hash;
@@ -668,6 +679,7 @@ export declare const tempoDevnet: {
668
679
  nonce: number;
669
680
  blockHash: `0x${string}` | null;
670
681
  blockNumber: bigint | null;
682
+ blockTimestamp?: bigint | undefined;
671
683
  hash: import("../../index.js").Hash;
672
684
  transactionIndex: number | null;
673
685
  typeHex: import("../../index.js").Hex | null;
@@ -1 +1 @@
1
- {"version":3,"file":"tempoDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoDevnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAA"}
1
+ {"version":3,"file":"tempoDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoDevnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAA"}
@@ -57,6 +57,7 @@ export declare const tempoLocalnet: {
57
57
  value: bigint;
58
58
  blockHash: `0x${string}` | null;
59
59
  blockNumber: bigint | null;
60
+ blockTimestamp?: bigint | undefined;
60
61
  hash: import("../../index.js").Hash;
61
62
  input: import("../../index.js").Hex;
62
63
  transactionIndex: number | null;
@@ -82,6 +83,7 @@ export declare const tempoLocalnet: {
82
83
  } | {
83
84
  blockHash: `0x${string}` | null;
84
85
  blockNumber: bigint | null;
86
+ blockTimestamp?: bigint | undefined;
85
87
  from: import("abitype").Address;
86
88
  gas: bigint;
87
89
  hash: import("../../index.js").Hash;
@@ -115,6 +117,7 @@ export declare const tempoLocalnet: {
115
117
  } | {
116
118
  blockHash: `0x${string}` | null;
117
119
  blockNumber: bigint | null;
120
+ blockTimestamp?: bigint | undefined;
118
121
  from: import("abitype").Address;
119
122
  gas: bigint;
120
123
  hash: import("../../index.js").Hash;
@@ -148,6 +151,7 @@ export declare const tempoLocalnet: {
148
151
  } | {
149
152
  blockHash: `0x${string}` | null;
150
153
  blockNumber: bigint | null;
154
+ blockTimestamp?: bigint | undefined;
151
155
  from: import("abitype").Address;
152
156
  gas: bigint;
153
157
  hash: import("../../index.js").Hash;
@@ -181,6 +185,7 @@ export declare const tempoLocalnet: {
181
185
  } | {
182
186
  blockHash: `0x${string}` | null;
183
187
  blockNumber: bigint | null;
188
+ blockTimestamp?: bigint | undefined;
184
189
  from: import("abitype").Address;
185
190
  gas: bigint;
186
191
  hash: import("../../index.js").Hash;
@@ -217,6 +222,7 @@ export declare const tempoLocalnet: {
217
222
  nonce: number;
218
223
  blockHash: `0x${string}` | null;
219
224
  blockNumber: bigint | null;
225
+ blockTimestamp?: bigint | undefined;
220
226
  hash: import("../../index.js").Hash;
221
227
  transactionIndex: number | null;
222
228
  typeHex: import("../../index.js").Hex | null;
@@ -505,6 +511,7 @@ export declare const tempoLocalnet: {
505
511
  value: bigint;
506
512
  blockHash: `0x${string}` | null;
507
513
  blockNumber: bigint | null;
514
+ blockTimestamp?: bigint | undefined;
508
515
  hash: import("../../index.js").Hash;
509
516
  input: import("../../index.js").Hex;
510
517
  transactionIndex: number | null;
@@ -530,6 +537,7 @@ export declare const tempoLocalnet: {
530
537
  } | {
531
538
  blockHash: `0x${string}` | null;
532
539
  blockNumber: bigint | null;
540
+ blockTimestamp?: bigint | undefined;
533
541
  from: import("abitype").Address;
534
542
  gas: bigint;
535
543
  hash: import("../../index.js").Hash;
@@ -563,6 +571,7 @@ export declare const tempoLocalnet: {
563
571
  } | {
564
572
  blockHash: `0x${string}` | null;
565
573
  blockNumber: bigint | null;
574
+ blockTimestamp?: bigint | undefined;
566
575
  from: import("abitype").Address;
567
576
  gas: bigint;
568
577
  hash: import("../../index.js").Hash;
@@ -596,6 +605,7 @@ export declare const tempoLocalnet: {
596
605
  } | {
597
606
  blockHash: `0x${string}` | null;
598
607
  blockNumber: bigint | null;
608
+ blockTimestamp?: bigint | undefined;
599
609
  from: import("abitype").Address;
600
610
  gas: bigint;
601
611
  hash: import("../../index.js").Hash;
@@ -629,6 +639,7 @@ export declare const tempoLocalnet: {
629
639
  } | {
630
640
  blockHash: `0x${string}` | null;
631
641
  blockNumber: bigint | null;
642
+ blockTimestamp?: bigint | undefined;
632
643
  from: import("abitype").Address;
633
644
  gas: bigint;
634
645
  hash: import("../../index.js").Hash;
@@ -665,6 +676,7 @@ export declare const tempoLocalnet: {
665
676
  nonce: number;
666
677
  blockHash: `0x${string}` | null;
667
678
  blockNumber: bigint | null;
679
+ blockTimestamp?: bigint | undefined;
668
680
  hash: import("../../index.js").Hash;
669
681
  transactionIndex: number | null;
670
682
  typeHex: import("../../index.js").Hex | null;
@@ -1 +1 @@
1
- {"version":3,"file":"tempoLocalnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoLocalnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxB,CAAA"}
1
+ {"version":3,"file":"tempoLocalnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoLocalnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaxB,CAAA"}
@@ -52,6 +52,7 @@ export declare const tempoModerato: {
52
52
  value: bigint;
53
53
  blockHash: `0x${string}` | null;
54
54
  blockNumber: bigint | null;
55
+ blockTimestamp?: bigint | undefined;
55
56
  hash: import("../../index.js").Hash;
56
57
  input: import("../../index.js").Hex;
57
58
  transactionIndex: number | null;
@@ -77,6 +78,7 @@ export declare const tempoModerato: {
77
78
  } | {
78
79
  blockHash: `0x${string}` | null;
79
80
  blockNumber: bigint | null;
81
+ blockTimestamp?: bigint | undefined;
80
82
  from: import("abitype").Address;
81
83
  gas: bigint;
82
84
  hash: import("../../index.js").Hash;
@@ -110,6 +112,7 @@ export declare const tempoModerato: {
110
112
  } | {
111
113
  blockHash: `0x${string}` | null;
112
114
  blockNumber: bigint | null;
115
+ blockTimestamp?: bigint | undefined;
113
116
  from: import("abitype").Address;
114
117
  gas: bigint;
115
118
  hash: import("../../index.js").Hash;
@@ -143,6 +146,7 @@ export declare const tempoModerato: {
143
146
  } | {
144
147
  blockHash: `0x${string}` | null;
145
148
  blockNumber: bigint | null;
149
+ blockTimestamp?: bigint | undefined;
146
150
  from: import("abitype").Address;
147
151
  gas: bigint;
148
152
  hash: import("../../index.js").Hash;
@@ -176,6 +180,7 @@ export declare const tempoModerato: {
176
180
  } | {
177
181
  blockHash: `0x${string}` | null;
178
182
  blockNumber: bigint | null;
183
+ blockTimestamp?: bigint | undefined;
179
184
  from: import("abitype").Address;
180
185
  gas: bigint;
181
186
  hash: import("../../index.js").Hash;
@@ -212,6 +217,7 @@ export declare const tempoModerato: {
212
217
  nonce: number;
213
218
  blockHash: `0x${string}` | null;
214
219
  blockNumber: bigint | null;
220
+ blockTimestamp?: bigint | undefined;
215
221
  hash: import("../../index.js").Hash;
216
222
  transactionIndex: number | null;
217
223
  typeHex: import("../../index.js").Hex | null;
@@ -506,6 +512,7 @@ export declare const tempoModerato: {
506
512
  value: bigint;
507
513
  blockHash: `0x${string}` | null;
508
514
  blockNumber: bigint | null;
515
+ blockTimestamp?: bigint | undefined;
509
516
  hash: import("../../index.js").Hash;
510
517
  input: import("../../index.js").Hex;
511
518
  transactionIndex: number | null;
@@ -531,6 +538,7 @@ export declare const tempoModerato: {
531
538
  } | {
532
539
  blockHash: `0x${string}` | null;
533
540
  blockNumber: bigint | null;
541
+ blockTimestamp?: bigint | undefined;
534
542
  from: import("abitype").Address;
535
543
  gas: bigint;
536
544
  hash: import("../../index.js").Hash;
@@ -564,6 +572,7 @@ export declare const tempoModerato: {
564
572
  } | {
565
573
  blockHash: `0x${string}` | null;
566
574
  blockNumber: bigint | null;
575
+ blockTimestamp?: bigint | undefined;
567
576
  from: import("abitype").Address;
568
577
  gas: bigint;
569
578
  hash: import("../../index.js").Hash;
@@ -597,6 +606,7 @@ export declare const tempoModerato: {
597
606
  } | {
598
607
  blockHash: `0x${string}` | null;
599
608
  blockNumber: bigint | null;
609
+ blockTimestamp?: bigint | undefined;
600
610
  from: import("abitype").Address;
601
611
  gas: bigint;
602
612
  hash: import("../../index.js").Hash;
@@ -630,6 +640,7 @@ export declare const tempoModerato: {
630
640
  } | {
631
641
  blockHash: `0x${string}` | null;
632
642
  blockNumber: bigint | null;
643
+ blockTimestamp?: bigint | undefined;
633
644
  from: import("abitype").Address;
634
645
  gas: bigint;
635
646
  hash: import("../../index.js").Hash;
@@ -666,6 +677,7 @@ export declare const tempoModerato: {
666
677
  nonce: number;
667
678
  blockHash: `0x${string}` | null;
668
679
  blockNumber: bigint | null;
680
+ blockTimestamp?: bigint | undefined;
669
681
  hash: import("../../index.js").Hash;
670
682
  transactionIndex: number | null;
671
683
  typeHex: import("../../index.js").Hex | null;
@@ -1 +1 @@
1
- {"version":3,"file":"tempoModerato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoModerato.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBxB,CAAA"}
1
+ {"version":3,"file":"tempoModerato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/tempoModerato.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsBxB,CAAA"}
@@ -83,6 +83,7 @@ export declare const treasure: {
83
83
  value: bigint;
84
84
  blockHash: `0x${string}` | null;
85
85
  blockNumber: bigint | null;
86
+ blockTimestamp?: bigint | undefined;
86
87
  hash: import("../../index.js").Hash;
87
88
  input: import("../../index.js").Hex;
88
89
  transactionIndex: number | null;
@@ -102,6 +103,7 @@ export declare const treasure: {
102
103
  } | {
103
104
  blockHash: `0x${string}` | null;
104
105
  blockNumber: bigint | null;
106
+ blockTimestamp?: bigint | undefined;
105
107
  from: import("abitype").Address;
106
108
  gas: bigint;
107
109
  hash: import("../../index.js").Hash;
@@ -129,6 +131,7 @@ export declare const treasure: {
129
131
  } | {
130
132
  blockHash: `0x${string}` | null;
131
133
  blockNumber: bigint | null;
134
+ blockTimestamp?: bigint | undefined;
132
135
  from: import("abitype").Address;
133
136
  gas: bigint;
134
137
  hash: import("../../index.js").Hash;
@@ -156,6 +159,7 @@ export declare const treasure: {
156
159
  } | {
157
160
  blockHash: `0x${string}` | null;
158
161
  blockNumber: bigint | null;
162
+ blockTimestamp?: bigint | undefined;
159
163
  from: import("abitype").Address;
160
164
  gas: bigint;
161
165
  hash: import("../../index.js").Hash;
@@ -183,6 +187,7 @@ export declare const treasure: {
183
187
  } | {
184
188
  blockHash: `0x${string}` | null;
185
189
  blockNumber: bigint | null;
190
+ blockTimestamp?: bigint | undefined;
186
191
  from: import("abitype").Address;
187
192
  gas: bigint;
188
193
  hash: import("../../index.js").Hash;
@@ -210,6 +215,7 @@ export declare const treasure: {
210
215
  } | {
211
216
  blockHash: `0x${string}` | null;
212
217
  blockNumber: bigint | null;
218
+ blockTimestamp?: bigint | undefined;
213
219
  from: import("abitype").Address;
214
220
  gas: bigint;
215
221
  hash: import("../../index.js").Hash;
@@ -233,6 +239,7 @@ export declare const treasure: {
233
239
  } | {
234
240
  blockHash: `0x${string}` | null;
235
241
  blockNumber: bigint | null;
242
+ blockTimestamp?: bigint | undefined;
236
243
  from: import("abitype").Address;
237
244
  gas: bigint;
238
245
  hash: import("../../index.js").Hash;
@@ -265,9 +272,9 @@ export declare const treasure: {
265
272
  from: import("abitype").Address;
266
273
  blockHash: import("../../index.js").Hash;
267
274
  blockNumber: bigint;
275
+ blockTimestamp?: bigint | undefined;
268
276
  transactionIndex: number;
269
277
  status: "success" | "reverted";
270
- blockTimestamp?: bigint | undefined;
271
278
  transactionHash: import("../../index.js").Hash;
272
279
  logsBloom: import("../../index.js").Hex;
273
280
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"treasure.d.ts","sourceRoot":"","sources":["../../../chains/definitions/treasure.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BnB,CAAA"}
1
+ {"version":3,"file":"treasure.d.ts","sourceRoot":"","sources":["../../../chains/definitions/treasure.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BnB,CAAA"}
@@ -83,6 +83,7 @@ export declare const treasureTopaz: {
83
83
  value: bigint;
84
84
  blockHash: `0x${string}` | null;
85
85
  blockNumber: bigint | null;
86
+ blockTimestamp?: bigint | undefined;
86
87
  hash: import("../../index.js").Hash;
87
88
  input: import("../../index.js").Hex;
88
89
  transactionIndex: number | null;
@@ -102,6 +103,7 @@ export declare const treasureTopaz: {
102
103
  } | {
103
104
  blockHash: `0x${string}` | null;
104
105
  blockNumber: bigint | null;
106
+ blockTimestamp?: bigint | undefined;
105
107
  from: import("abitype").Address;
106
108
  gas: bigint;
107
109
  hash: import("../../index.js").Hash;
@@ -129,6 +131,7 @@ export declare const treasureTopaz: {
129
131
  } | {
130
132
  blockHash: `0x${string}` | null;
131
133
  blockNumber: bigint | null;
134
+ blockTimestamp?: bigint | undefined;
132
135
  from: import("abitype").Address;
133
136
  gas: bigint;
134
137
  hash: import("../../index.js").Hash;
@@ -156,6 +159,7 @@ export declare const treasureTopaz: {
156
159
  } | {
157
160
  blockHash: `0x${string}` | null;
158
161
  blockNumber: bigint | null;
162
+ blockTimestamp?: bigint | undefined;
159
163
  from: import("abitype").Address;
160
164
  gas: bigint;
161
165
  hash: import("../../index.js").Hash;
@@ -183,6 +187,7 @@ export declare const treasureTopaz: {
183
187
  } | {
184
188
  blockHash: `0x${string}` | null;
185
189
  blockNumber: bigint | null;
190
+ blockTimestamp?: bigint | undefined;
186
191
  from: import("abitype").Address;
187
192
  gas: bigint;
188
193
  hash: import("../../index.js").Hash;
@@ -210,6 +215,7 @@ export declare const treasureTopaz: {
210
215
  } | {
211
216
  blockHash: `0x${string}` | null;
212
217
  blockNumber: bigint | null;
218
+ blockTimestamp?: bigint | undefined;
213
219
  from: import("abitype").Address;
214
220
  gas: bigint;
215
221
  hash: import("../../index.js").Hash;
@@ -233,6 +239,7 @@ export declare const treasureTopaz: {
233
239
  } | {
234
240
  blockHash: `0x${string}` | null;
235
241
  blockNumber: bigint | null;
242
+ blockTimestamp?: bigint | undefined;
236
243
  from: import("abitype").Address;
237
244
  gas: bigint;
238
245
  hash: import("../../index.js").Hash;
@@ -265,9 +272,9 @@ export declare const treasureTopaz: {
265
272
  from: import("abitype").Address;
266
273
  blockHash: import("../../index.js").Hash;
267
274
  blockNumber: bigint;
275
+ blockTimestamp?: bigint | undefined;
268
276
  transactionIndex: number;
269
277
  status: "success" | "reverted";
270
- blockTimestamp?: bigint | undefined;
271
278
  transactionHash: import("../../index.js").Hash;
272
279
  logsBloom: import("../../index.js").Hex;
273
280
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"treasureTopaz.d.ts","sourceRoot":"","sources":["../../../chains/definitions/treasureTopaz.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BxB,CAAA"}
1
+ {"version":3,"file":"treasureTopaz.d.ts","sourceRoot":"","sources":["../../../chains/definitions/treasureTopaz.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BxB,CAAA"}
@@ -104,6 +104,7 @@ export declare const unichain: {
104
104
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
105
105
  blockHash: `0x${string}` | null;
106
106
  blockNumber: bigint | null;
107
+ blockTimestamp?: bigint | undefined;
107
108
  from: import("abitype").Address;
108
109
  gas: bigint;
109
110
  hash: import("../../index.js").Hash;
@@ -136,6 +137,7 @@ export declare const unichain: {
136
137
  value: bigint;
137
138
  blockHash: `0x${string}` | null;
138
139
  blockNumber: bigint | null;
140
+ blockTimestamp?: bigint | undefined;
139
141
  hash: import("../../index.js").Hash;
140
142
  input: import("../../index.js").Hex;
141
143
  transactionIndex: number | null;
@@ -156,6 +158,7 @@ export declare const unichain: {
156
158
  } | {
157
159
  blockHash: `0x${string}` | null;
158
160
  blockNumber: bigint | null;
161
+ blockTimestamp?: bigint | undefined;
159
162
  from: import("abitype").Address;
160
163
  gas: bigint;
161
164
  hash: import("../../index.js").Hash;
@@ -184,6 +187,7 @@ export declare const unichain: {
184
187
  } | {
185
188
  blockHash: `0x${string}` | null;
186
189
  blockNumber: bigint | null;
190
+ blockTimestamp?: bigint | undefined;
187
191
  from: import("abitype").Address;
188
192
  gas: bigint;
189
193
  hash: import("../../index.js").Hash;
@@ -212,6 +216,7 @@ export declare const unichain: {
212
216
  } | {
213
217
  blockHash: `0x${string}` | null;
214
218
  blockNumber: bigint | null;
219
+ blockTimestamp?: bigint | undefined;
215
220
  from: import("abitype").Address;
216
221
  gas: bigint;
217
222
  hash: import("../../index.js").Hash;
@@ -240,6 +245,7 @@ export declare const unichain: {
240
245
  } | {
241
246
  blockHash: `0x${string}` | null;
242
247
  blockNumber: bigint | null;
248
+ blockTimestamp?: bigint | undefined;
243
249
  from: import("abitype").Address;
244
250
  gas: bigint;
245
251
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"unichain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/unichain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCnB,CAAA"}
1
+ {"version":3,"file":"unichain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/unichain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCnB,CAAA"}
@@ -104,6 +104,7 @@ export declare const unichainSepolia: {
104
104
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
105
105
  blockHash: `0x${string}` | null;
106
106
  blockNumber: bigint | null;
107
+ blockTimestamp?: bigint | undefined;
107
108
  from: import("abitype").Address;
108
109
  gas: bigint;
109
110
  hash: import("../../index.js").Hash;
@@ -136,6 +137,7 @@ export declare const unichainSepolia: {
136
137
  value: bigint;
137
138
  blockHash: `0x${string}` | null;
138
139
  blockNumber: bigint | null;
140
+ blockTimestamp?: bigint | undefined;
139
141
  hash: import("../../index.js").Hash;
140
142
  input: import("../../index.js").Hex;
141
143
  transactionIndex: number | null;
@@ -156,6 +158,7 @@ export declare const unichainSepolia: {
156
158
  } | {
157
159
  blockHash: `0x${string}` | null;
158
160
  blockNumber: bigint | null;
161
+ blockTimestamp?: bigint | undefined;
159
162
  from: import("abitype").Address;
160
163
  gas: bigint;
161
164
  hash: import("../../index.js").Hash;
@@ -184,6 +187,7 @@ export declare const unichainSepolia: {
184
187
  } | {
185
188
  blockHash: `0x${string}` | null;
186
189
  blockNumber: bigint | null;
190
+ blockTimestamp?: bigint | undefined;
187
191
  from: import("abitype").Address;
188
192
  gas: bigint;
189
193
  hash: import("../../index.js").Hash;
@@ -212,6 +216,7 @@ export declare const unichainSepolia: {
212
216
  } | {
213
217
  blockHash: `0x${string}` | null;
214
218
  blockNumber: bigint | null;
219
+ blockTimestamp?: bigint | undefined;
215
220
  from: import("abitype").Address;
216
221
  gas: bigint;
217
222
  hash: import("../../index.js").Hash;
@@ -240,6 +245,7 @@ export declare const unichainSepolia: {
240
245
  } | {
241
246
  blockHash: `0x${string}` | null;
242
247
  blockNumber: bigint | null;
248
+ blockTimestamp?: bigint | undefined;
243
249
  from: import("abitype").Address;
244
250
  gas: bigint;
245
251
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"unichainSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/unichainSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8C1B,CAAA"}
1
+ {"version":3,"file":"unichainSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/unichainSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8C1B,CAAA"}
@@ -114,6 +114,7 @@ export declare const worldchain: {
114
114
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
115
115
  blockHash: `0x${string}` | null;
116
116
  blockNumber: bigint | null;
117
+ blockTimestamp?: bigint | undefined;
117
118
  from: import("abitype").Address;
118
119
  gas: bigint;
119
120
  hash: import("../../index.js").Hash;
@@ -146,6 +147,7 @@ export declare const worldchain: {
146
147
  value: bigint;
147
148
  blockHash: `0x${string}` | null;
148
149
  blockNumber: bigint | null;
150
+ blockTimestamp?: bigint | undefined;
149
151
  hash: import("../../index.js").Hash;
150
152
  input: import("../../index.js").Hex;
151
153
  transactionIndex: number | null;
@@ -166,6 +168,7 @@ export declare const worldchain: {
166
168
  } | {
167
169
  blockHash: `0x${string}` | null;
168
170
  blockNumber: bigint | null;
171
+ blockTimestamp?: bigint | undefined;
169
172
  from: import("abitype").Address;
170
173
  gas: bigint;
171
174
  hash: import("../../index.js").Hash;
@@ -194,6 +197,7 @@ export declare const worldchain: {
194
197
  } | {
195
198
  blockHash: `0x${string}` | null;
196
199
  blockNumber: bigint | null;
200
+ blockTimestamp?: bigint | undefined;
197
201
  from: import("abitype").Address;
198
202
  gas: bigint;
199
203
  hash: import("../../index.js").Hash;
@@ -222,6 +226,7 @@ export declare const worldchain: {
222
226
  } | {
223
227
  blockHash: `0x${string}` | null;
224
228
  blockNumber: bigint | null;
229
+ blockTimestamp?: bigint | undefined;
225
230
  from: import("abitype").Address;
226
231
  gas: bigint;
227
232
  hash: import("../../index.js").Hash;
@@ -250,6 +255,7 @@ export declare const worldchain: {
250
255
  } | {
251
256
  blockHash: `0x${string}` | null;
252
257
  blockNumber: bigint | null;
258
+ blockTimestamp?: bigint | undefined;
253
259
  from: import("abitype").Address;
254
260
  gas: bigint;
255
261
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"worldchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/worldchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDrB,CAAA"}
1
+ {"version":3,"file":"worldchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/worldchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDrB,CAAA"}
@@ -114,6 +114,7 @@ export declare const worldchainSepolia: {
114
114
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
115
115
  blockHash: `0x${string}` | null;
116
116
  blockNumber: bigint | null;
117
+ blockTimestamp?: bigint | undefined;
117
118
  from: import("abitype").Address;
118
119
  gas: bigint;
119
120
  hash: import("../../index.js").Hash;
@@ -146,6 +147,7 @@ export declare const worldchainSepolia: {
146
147
  value: bigint;
147
148
  blockHash: `0x${string}` | null;
148
149
  blockNumber: bigint | null;
150
+ blockTimestamp?: bigint | undefined;
149
151
  hash: import("../../index.js").Hash;
150
152
  input: import("../../index.js").Hex;
151
153
  transactionIndex: number | null;
@@ -166,6 +168,7 @@ export declare const worldchainSepolia: {
166
168
  } | {
167
169
  blockHash: `0x${string}` | null;
168
170
  blockNumber: bigint | null;
171
+ blockTimestamp?: bigint | undefined;
169
172
  from: import("abitype").Address;
170
173
  gas: bigint;
171
174
  hash: import("../../index.js").Hash;
@@ -194,6 +197,7 @@ export declare const worldchainSepolia: {
194
197
  } | {
195
198
  blockHash: `0x${string}` | null;
196
199
  blockNumber: bigint | null;
200
+ blockTimestamp?: bigint | undefined;
197
201
  from: import("abitype").Address;
198
202
  gas: bigint;
199
203
  hash: import("../../index.js").Hash;
@@ -222,6 +226,7 @@ export declare const worldchainSepolia: {
222
226
  } | {
223
227
  blockHash: `0x${string}` | null;
224
228
  blockNumber: bigint | null;
229
+ blockTimestamp?: bigint | undefined;
225
230
  from: import("abitype").Address;
226
231
  gas: bigint;
227
232
  hash: import("../../index.js").Hash;
@@ -250,6 +255,7 @@ export declare const worldchainSepolia: {
250
255
  } | {
251
256
  blockHash: `0x${string}` | null;
252
257
  blockNumber: bigint | null;
258
+ blockTimestamp?: bigint | undefined;
253
259
  from: import("abitype").Address;
254
260
  gas: bigint;
255
261
  hash: import("../../index.js").Hash;