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
@@ -106,6 +106,7 @@ export declare const garnet: {
106
106
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
107
107
  blockHash: `0x${string}` | null;
108
108
  blockNumber: bigint | null;
109
+ blockTimestamp?: bigint | undefined;
109
110
  from: import("abitype").Address;
110
111
  gas: bigint;
111
112
  hash: import("../../index.js").Hash;
@@ -138,6 +139,7 @@ export declare const garnet: {
138
139
  value: bigint;
139
140
  blockHash: `0x${string}` | null;
140
141
  blockNumber: bigint | null;
142
+ blockTimestamp?: bigint | undefined;
141
143
  hash: import("../../index.js").Hash;
142
144
  input: import("../../index.js").Hex;
143
145
  transactionIndex: number | null;
@@ -158,6 +160,7 @@ export declare const garnet: {
158
160
  } | {
159
161
  blockHash: `0x${string}` | null;
160
162
  blockNumber: bigint | null;
163
+ blockTimestamp?: bigint | undefined;
161
164
  from: import("abitype").Address;
162
165
  gas: bigint;
163
166
  hash: import("../../index.js").Hash;
@@ -186,6 +189,7 @@ export declare const garnet: {
186
189
  } | {
187
190
  blockHash: `0x${string}` | null;
188
191
  blockNumber: bigint | null;
192
+ blockTimestamp?: bigint | undefined;
189
193
  from: import("abitype").Address;
190
194
  gas: bigint;
191
195
  hash: import("../../index.js").Hash;
@@ -214,6 +218,7 @@ export declare const garnet: {
214
218
  } | {
215
219
  blockHash: `0x${string}` | null;
216
220
  blockNumber: bigint | null;
221
+ blockTimestamp?: bigint | undefined;
217
222
  from: import("abitype").Address;
218
223
  gas: bigint;
219
224
  hash: import("../../index.js").Hash;
@@ -242,6 +247,7 @@ export declare const garnet: {
242
247
  } | {
243
248
  blockHash: `0x${string}` | null;
244
249
  blockNumber: bigint | null;
250
+ blockTimestamp?: bigint | undefined;
245
251
  from: import("abitype").Address;
246
252
  gas: bigint;
247
253
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"garnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/garnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CjB,CAAA"}
1
+ {"version":3,"file":"garnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/garnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CjB,CAAA"}
@@ -104,6 +104,7 @@ export declare const giwaSepolia: {
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 giwaSepolia: {
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 giwaSepolia: {
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 giwaSepolia: {
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 giwaSepolia: {
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 giwaSepolia: {
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;
@@ -416,6 +422,7 @@ export declare const giwaSepoliaPreconf: {
416
422
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
417
423
  blockHash: `0x${string}` | null;
418
424
  blockNumber: bigint | null;
425
+ blockTimestamp?: bigint | undefined;
419
426
  from: import("abitype").Address;
420
427
  gas: bigint;
421
428
  hash: import("../../index.js").Hash;
@@ -448,6 +455,7 @@ export declare const giwaSepoliaPreconf: {
448
455
  value: bigint;
449
456
  blockHash: `0x${string}` | null;
450
457
  blockNumber: bigint | null;
458
+ blockTimestamp?: bigint | undefined;
451
459
  hash: import("../../index.js").Hash;
452
460
  input: import("../../index.js").Hex;
453
461
  transactionIndex: number | null;
@@ -468,6 +476,7 @@ export declare const giwaSepoliaPreconf: {
468
476
  } | {
469
477
  blockHash: `0x${string}` | null;
470
478
  blockNumber: bigint | null;
479
+ blockTimestamp?: bigint | undefined;
471
480
  from: import("abitype").Address;
472
481
  gas: bigint;
473
482
  hash: import("../../index.js").Hash;
@@ -496,6 +505,7 @@ export declare const giwaSepoliaPreconf: {
496
505
  } | {
497
506
  blockHash: `0x${string}` | null;
498
507
  blockNumber: bigint | null;
508
+ blockTimestamp?: bigint | undefined;
499
509
  from: import("abitype").Address;
500
510
  gas: bigint;
501
511
  hash: import("../../index.js").Hash;
@@ -524,6 +534,7 @@ export declare const giwaSepoliaPreconf: {
524
534
  } | {
525
535
  blockHash: `0x${string}` | null;
526
536
  blockNumber: bigint | null;
537
+ blockTimestamp?: bigint | undefined;
527
538
  from: import("abitype").Address;
528
539
  gas: bigint;
529
540
  hash: import("../../index.js").Hash;
@@ -552,6 +563,7 @@ export declare const giwaSepoliaPreconf: {
552
563
  } | {
553
564
  blockHash: `0x${string}` | null;
554
565
  blockNumber: bigint | null;
566
+ blockTimestamp?: bigint | undefined;
555
567
  from: import("abitype").Address;
556
568
  gas: bigint;
557
569
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"giwaSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/giwaSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CtB,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ7B,CAAA"}
1
+ {"version":3,"file":"giwaSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/giwaSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CtB,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ7B,CAAA"}
@@ -105,6 +105,7 @@ export declare const ink: {
105
105
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
106
106
  blockHash: `0x${string}` | null;
107
107
  blockNumber: bigint | null;
108
+ blockTimestamp?: bigint | undefined;
108
109
  from: import("abitype").Address;
109
110
  gas: bigint;
110
111
  hash: import("../../index.js").Hash;
@@ -137,6 +138,7 @@ export declare const ink: {
137
138
  value: bigint;
138
139
  blockHash: `0x${string}` | null;
139
140
  blockNumber: bigint | null;
141
+ blockTimestamp?: bigint | undefined;
140
142
  hash: import("../../index.js").Hash;
141
143
  input: import("../../index.js").Hex;
142
144
  transactionIndex: number | null;
@@ -157,6 +159,7 @@ export declare const ink: {
157
159
  } | {
158
160
  blockHash: `0x${string}` | null;
159
161
  blockNumber: bigint | null;
162
+ blockTimestamp?: bigint | undefined;
160
163
  from: import("abitype").Address;
161
164
  gas: bigint;
162
165
  hash: import("../../index.js").Hash;
@@ -185,6 +188,7 @@ export declare const ink: {
185
188
  } | {
186
189
  blockHash: `0x${string}` | null;
187
190
  blockNumber: bigint | null;
191
+ blockTimestamp?: bigint | undefined;
188
192
  from: import("abitype").Address;
189
193
  gas: bigint;
190
194
  hash: import("../../index.js").Hash;
@@ -213,6 +217,7 @@ export declare const ink: {
213
217
  } | {
214
218
  blockHash: `0x${string}` | null;
215
219
  blockNumber: bigint | null;
220
+ blockTimestamp?: bigint | undefined;
216
221
  from: import("abitype").Address;
217
222
  gas: bigint;
218
223
  hash: import("../../index.js").Hash;
@@ -241,6 +246,7 @@ export declare const ink: {
241
246
  } | {
242
247
  blockHash: `0x${string}` | null;
243
248
  blockNumber: bigint | null;
249
+ blockTimestamp?: bigint | undefined;
244
250
  from: import("abitype").Address;
245
251
  gas: bigint;
246
252
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"ink.d.ts","sourceRoot":"","sources":["../../../chains/definitions/ink.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDd,CAAA"}
1
+ {"version":3,"file":"ink.d.ts","sourceRoot":"","sources":["../../../chains/definitions/ink.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDd,CAAA"}
@@ -104,6 +104,7 @@ export declare const inkSepolia: {
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 inkSepolia: {
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 inkSepolia: {
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 inkSepolia: {
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 inkSepolia: {
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 inkSepolia: {
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":"inkSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/inkSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAA"}
1
+ {"version":3,"file":"inkSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/inkSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAA"}
@@ -108,6 +108,7 @@ export declare const lisk: {
108
108
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
109
109
  blockHash: `0x${string}` | null;
110
110
  blockNumber: bigint | null;
111
+ blockTimestamp?: bigint | undefined;
111
112
  from: import("abitype").Address;
112
113
  gas: bigint;
113
114
  hash: import("../../index.js").Hash;
@@ -140,6 +141,7 @@ export declare const lisk: {
140
141
  value: bigint;
141
142
  blockHash: `0x${string}` | null;
142
143
  blockNumber: bigint | null;
144
+ blockTimestamp?: bigint | undefined;
143
145
  hash: import("../../index.js").Hash;
144
146
  input: import("../../index.js").Hex;
145
147
  transactionIndex: number | null;
@@ -160,6 +162,7 @@ export declare const lisk: {
160
162
  } | {
161
163
  blockHash: `0x${string}` | null;
162
164
  blockNumber: bigint | null;
165
+ blockTimestamp?: bigint | undefined;
163
166
  from: import("abitype").Address;
164
167
  gas: bigint;
165
168
  hash: import("../../index.js").Hash;
@@ -188,6 +191,7 @@ export declare const lisk: {
188
191
  } | {
189
192
  blockHash: `0x${string}` | null;
190
193
  blockNumber: bigint | null;
194
+ blockTimestamp?: bigint | undefined;
191
195
  from: import("abitype").Address;
192
196
  gas: bigint;
193
197
  hash: import("../../index.js").Hash;
@@ -216,6 +220,7 @@ export declare const lisk: {
216
220
  } | {
217
221
  blockHash: `0x${string}` | null;
218
222
  blockNumber: bigint | null;
223
+ blockTimestamp?: bigint | undefined;
219
224
  from: import("abitype").Address;
220
225
  gas: bigint;
221
226
  hash: import("../../index.js").Hash;
@@ -244,6 +249,7 @@ export declare const lisk: {
244
249
  } | {
245
250
  blockHash: `0x${string}` | null;
246
251
  blockNumber: bigint | null;
252
+ blockTimestamp?: bigint | undefined;
247
253
  from: import("abitype").Address;
248
254
  gas: bigint;
249
255
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"lisk.d.ts","sourceRoot":"","sources":["../../../chains/definitions/lisk.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDf,CAAA"}
1
+ {"version":3,"file":"lisk.d.ts","sourceRoot":"","sources":["../../../chains/definitions/lisk.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDf,CAAA"}
@@ -103,6 +103,7 @@ export declare const liskSepolia: {
103
103
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
104
104
  blockHash: `0x${string}` | null;
105
105
  blockNumber: bigint | null;
106
+ blockTimestamp?: bigint | undefined;
106
107
  from: import("abitype").Address;
107
108
  gas: bigint;
108
109
  hash: import("../../index.js").Hash;
@@ -135,6 +136,7 @@ export declare const liskSepolia: {
135
136
  value: bigint;
136
137
  blockHash: `0x${string}` | null;
137
138
  blockNumber: bigint | null;
139
+ blockTimestamp?: bigint | undefined;
138
140
  hash: import("../../index.js").Hash;
139
141
  input: import("../../index.js").Hex;
140
142
  transactionIndex: number | null;
@@ -155,6 +157,7 @@ export declare const liskSepolia: {
155
157
  } | {
156
158
  blockHash: `0x${string}` | null;
157
159
  blockNumber: bigint | null;
160
+ blockTimestamp?: bigint | undefined;
158
161
  from: import("abitype").Address;
159
162
  gas: bigint;
160
163
  hash: import("../../index.js").Hash;
@@ -183,6 +186,7 @@ export declare const liskSepolia: {
183
186
  } | {
184
187
  blockHash: `0x${string}` | null;
185
188
  blockNumber: bigint | null;
189
+ blockTimestamp?: bigint | undefined;
186
190
  from: import("abitype").Address;
187
191
  gas: bigint;
188
192
  hash: import("../../index.js").Hash;
@@ -211,6 +215,7 @@ export declare const liskSepolia: {
211
215
  } | {
212
216
  blockHash: `0x${string}` | null;
213
217
  blockNumber: bigint | null;
218
+ blockTimestamp?: bigint | undefined;
214
219
  from: import("abitype").Address;
215
220
  gas: bigint;
216
221
  hash: import("../../index.js").Hash;
@@ -239,6 +244,7 @@ export declare const liskSepolia: {
239
244
  } | {
240
245
  blockHash: `0x${string}` | null;
241
246
  blockNumber: bigint | null;
247
+ blockTimestamp?: bigint | undefined;
242
248
  from: import("abitype").Address;
243
249
  gas: bigint;
244
250
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"liskSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/liskSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCtB,CAAA"}
1
+ {"version":3,"file":"liskSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/liskSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCtB,CAAA"}
@@ -112,6 +112,7 @@ export declare const megaeth: {
112
112
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
113
113
  blockHash: `0x${string}` | null;
114
114
  blockNumber: bigint | null;
115
+ blockTimestamp?: bigint | undefined;
115
116
  from: import("abitype").Address;
116
117
  gas: bigint;
117
118
  hash: import("../../index.js").Hash;
@@ -144,6 +145,7 @@ export declare const megaeth: {
144
145
  value: bigint;
145
146
  blockHash: `0x${string}` | null;
146
147
  blockNumber: bigint | null;
148
+ blockTimestamp?: bigint | undefined;
147
149
  hash: import("../../index.js").Hash;
148
150
  input: import("../../index.js").Hex;
149
151
  transactionIndex: number | null;
@@ -164,6 +166,7 @@ export declare const megaeth: {
164
166
  } | {
165
167
  blockHash: `0x${string}` | null;
166
168
  blockNumber: bigint | null;
169
+ blockTimestamp?: bigint | undefined;
167
170
  from: import("abitype").Address;
168
171
  gas: bigint;
169
172
  hash: import("../../index.js").Hash;
@@ -192,6 +195,7 @@ export declare const megaeth: {
192
195
  } | {
193
196
  blockHash: `0x${string}` | null;
194
197
  blockNumber: bigint | null;
198
+ blockTimestamp?: bigint | undefined;
195
199
  from: import("abitype").Address;
196
200
  gas: bigint;
197
201
  hash: import("../../index.js").Hash;
@@ -220,6 +224,7 @@ export declare const megaeth: {
220
224
  } | {
221
225
  blockHash: `0x${string}` | null;
222
226
  blockNumber: bigint | null;
227
+ blockTimestamp?: bigint | undefined;
223
228
  from: import("abitype").Address;
224
229
  gas: bigint;
225
230
  hash: import("../../index.js").Hash;
@@ -248,6 +253,7 @@ export declare const megaeth: {
248
253
  } | {
249
254
  blockHash: `0x${string}` | null;
250
255
  blockNumber: bigint | null;
256
+ blockTimestamp?: bigint | undefined;
251
257
  from: import("abitype").Address;
252
258
  gas: bigint;
253
259
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"megaeth.d.ts","sourceRoot":"","sources":["../../../chains/definitions/megaeth.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDlB,CAAA"}
1
+ {"version":3,"file":"megaeth.d.ts","sourceRoot":"","sources":["../../../chains/definitions/megaeth.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDlB,CAAA"}
@@ -105,6 +105,7 @@ export declare const metalL2: {
105
105
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
106
106
  blockHash: `0x${string}` | null;
107
107
  blockNumber: bigint | null;
108
+ blockTimestamp?: bigint | undefined;
108
109
  from: import("abitype").Address;
109
110
  gas: bigint;
110
111
  hash: import("../../index.js").Hash;
@@ -137,6 +138,7 @@ export declare const metalL2: {
137
138
  value: bigint;
138
139
  blockHash: `0x${string}` | null;
139
140
  blockNumber: bigint | null;
141
+ blockTimestamp?: bigint | undefined;
140
142
  hash: import("../../index.js").Hash;
141
143
  input: import("../../index.js").Hex;
142
144
  transactionIndex: number | null;
@@ -157,6 +159,7 @@ export declare const metalL2: {
157
159
  } | {
158
160
  blockHash: `0x${string}` | null;
159
161
  blockNumber: bigint | null;
162
+ blockTimestamp?: bigint | undefined;
160
163
  from: import("abitype").Address;
161
164
  gas: bigint;
162
165
  hash: import("../../index.js").Hash;
@@ -185,6 +188,7 @@ export declare const metalL2: {
185
188
  } | {
186
189
  blockHash: `0x${string}` | null;
187
190
  blockNumber: bigint | null;
191
+ blockTimestamp?: bigint | undefined;
188
192
  from: import("abitype").Address;
189
193
  gas: bigint;
190
194
  hash: import("../../index.js").Hash;
@@ -213,6 +217,7 @@ export declare const metalL2: {
213
217
  } | {
214
218
  blockHash: `0x${string}` | null;
215
219
  blockNumber: bigint | null;
220
+ blockTimestamp?: bigint | undefined;
216
221
  from: import("abitype").Address;
217
222
  gas: bigint;
218
223
  hash: import("../../index.js").Hash;
@@ -241,6 +246,7 @@ export declare const metalL2: {
241
246
  } | {
242
247
  blockHash: `0x${string}` | null;
243
248
  blockNumber: bigint | null;
249
+ blockTimestamp?: bigint | undefined;
244
250
  from: import("abitype").Address;
245
251
  gas: bigint;
246
252
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"metalL2.d.ts","sourceRoot":"","sources":["../../../chains/definitions/metalL2.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6ClB,CAAA"}
1
+ {"version":3,"file":"metalL2.d.ts","sourceRoot":"","sources":["../../../chains/definitions/metalL2.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6ClB,CAAA"}
@@ -108,6 +108,7 @@ export declare const mode: {
108
108
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
109
109
  blockHash: `0x${string}` | null;
110
110
  blockNumber: bigint | null;
111
+ blockTimestamp?: bigint | undefined;
111
112
  from: import("abitype").Address;
112
113
  gas: bigint;
113
114
  hash: import("../../index.js").Hash;
@@ -140,6 +141,7 @@ export declare const mode: {
140
141
  value: bigint;
141
142
  blockHash: `0x${string}` | null;
142
143
  blockNumber: bigint | null;
144
+ blockTimestamp?: bigint | undefined;
143
145
  hash: import("../../index.js").Hash;
144
146
  input: import("../../index.js").Hex;
145
147
  transactionIndex: number | null;
@@ -160,6 +162,7 @@ export declare const mode: {
160
162
  } | {
161
163
  blockHash: `0x${string}` | null;
162
164
  blockNumber: bigint | null;
165
+ blockTimestamp?: bigint | undefined;
163
166
  from: import("abitype").Address;
164
167
  gas: bigint;
165
168
  hash: import("../../index.js").Hash;
@@ -188,6 +191,7 @@ export declare const mode: {
188
191
  } | {
189
192
  blockHash: `0x${string}` | null;
190
193
  blockNumber: bigint | null;
194
+ blockTimestamp?: bigint | undefined;
191
195
  from: import("abitype").Address;
192
196
  gas: bigint;
193
197
  hash: import("../../index.js").Hash;
@@ -216,6 +220,7 @@ export declare const mode: {
216
220
  } | {
217
221
  blockHash: `0x${string}` | null;
218
222
  blockNumber: bigint | null;
223
+ blockTimestamp?: bigint | undefined;
219
224
  from: import("abitype").Address;
220
225
  gas: bigint;
221
226
  hash: import("../../index.js").Hash;
@@ -244,6 +249,7 @@ export declare const mode: {
244
249
  } | {
245
250
  blockHash: `0x${string}` | null;
246
251
  blockNumber: bigint | null;
252
+ blockTimestamp?: bigint | undefined;
247
253
  from: import("abitype").Address;
248
254
  gas: bigint;
249
255
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mode.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Cf,CAAA"}
1
+ {"version":3,"file":"mode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mode.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Cf,CAAA"}
@@ -107,6 +107,7 @@ export declare const modeTestnet: {
107
107
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
108
108
  blockHash: `0x${string}` | null;
109
109
  blockNumber: bigint | null;
110
+ blockTimestamp?: bigint | undefined;
110
111
  from: import("abitype").Address;
111
112
  gas: bigint;
112
113
  hash: import("../../index.js").Hash;
@@ -139,6 +140,7 @@ export declare const modeTestnet: {
139
140
  value: bigint;
140
141
  blockHash: `0x${string}` | null;
141
142
  blockNumber: bigint | null;
143
+ blockTimestamp?: bigint | undefined;
142
144
  hash: import("../../index.js").Hash;
143
145
  input: import("../../index.js").Hex;
144
146
  transactionIndex: number | null;
@@ -159,6 +161,7 @@ export declare const modeTestnet: {
159
161
  } | {
160
162
  blockHash: `0x${string}` | null;
161
163
  blockNumber: bigint | null;
164
+ blockTimestamp?: bigint | undefined;
162
165
  from: import("abitype").Address;
163
166
  gas: bigint;
164
167
  hash: import("../../index.js").Hash;
@@ -187,6 +190,7 @@ export declare const modeTestnet: {
187
190
  } | {
188
191
  blockHash: `0x${string}` | null;
189
192
  blockNumber: bigint | null;
193
+ blockTimestamp?: bigint | undefined;
190
194
  from: import("abitype").Address;
191
195
  gas: bigint;
192
196
  hash: import("../../index.js").Hash;
@@ -215,6 +219,7 @@ export declare const modeTestnet: {
215
219
  } | {
216
220
  blockHash: `0x${string}` | null;
217
221
  blockNumber: bigint | null;
222
+ blockTimestamp?: bigint | undefined;
218
223
  from: import("abitype").Address;
219
224
  gas: bigint;
220
225
  hash: import("../../index.js").Hash;
@@ -243,6 +248,7 @@ export declare const modeTestnet: {
243
248
  } | {
244
249
  blockHash: `0x${string}` | null;
245
250
  blockNumber: bigint | null;
251
+ blockTimestamp?: bigint | undefined;
246
252
  from: import("abitype").Address;
247
253
  gas: bigint;
248
254
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"modeTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/modeTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CtB,CAAA"}
1
+ {"version":3,"file":"modeTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/modeTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CtB,CAAA"}
@@ -109,6 +109,7 @@ export declare const optimism: {
109
109
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
110
110
  blockHash: `0x${string}` | null;
111
111
  blockNumber: bigint | null;
112
+ blockTimestamp?: bigint | undefined;
112
113
  from: import("abitype").Address;
113
114
  gas: bigint;
114
115
  hash: import("../../index.js").Hash;
@@ -141,6 +142,7 @@ export declare const optimism: {
141
142
  value: bigint;
142
143
  blockHash: `0x${string}` | null;
143
144
  blockNumber: bigint | null;
145
+ blockTimestamp?: bigint | undefined;
144
146
  hash: import("../../index.js").Hash;
145
147
  input: import("../../index.js").Hex;
146
148
  transactionIndex: number | null;
@@ -161,6 +163,7 @@ export declare const optimism: {
161
163
  } | {
162
164
  blockHash: `0x${string}` | null;
163
165
  blockNumber: bigint | null;
166
+ blockTimestamp?: bigint | undefined;
164
167
  from: import("abitype").Address;
165
168
  gas: bigint;
166
169
  hash: import("../../index.js").Hash;
@@ -189,6 +192,7 @@ export declare const optimism: {
189
192
  } | {
190
193
  blockHash: `0x${string}` | null;
191
194
  blockNumber: bigint | null;
195
+ blockTimestamp?: bigint | undefined;
192
196
  from: import("abitype").Address;
193
197
  gas: bigint;
194
198
  hash: import("../../index.js").Hash;
@@ -217,6 +221,7 @@ export declare const optimism: {
217
221
  } | {
218
222
  blockHash: `0x${string}` | null;
219
223
  blockNumber: bigint | null;
224
+ blockTimestamp?: bigint | undefined;
220
225
  from: import("abitype").Address;
221
226
  gas: bigint;
222
227
  hash: import("../../index.js").Hash;
@@ -245,6 +250,7 @@ export declare const optimism: {
245
250
  } | {
246
251
  blockHash: `0x${string}` | null;
247
252
  blockNumber: bigint | null;
253
+ blockTimestamp?: bigint | undefined;
248
254
  from: import("abitype").Address;
249
255
  gas: bigint;
250
256
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"optimism.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimism.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CnB,CAAA"}
1
+ {"version":3,"file":"optimism.d.ts","sourceRoot":"","sources":["../../../chains/definitions/optimism.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CnB,CAAA"}