viem 2.48.4 → 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 (208) hide show
  1. package/CHANGELOG.md +16 -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/Formatters.js +4 -0
  6. package/_cjs/tempo/Formatters.js.map +1 -1
  7. package/_cjs/tempo/actions/accessKey.js.map +1 -1
  8. package/_cjs/tempo/zones/zone.js +16 -2
  9. package/_cjs/tempo/zones/zone.js.map +1 -1
  10. package/_cjs/utils/formatters/transaction.js +3 -0
  11. package/_cjs/utils/formatters/transaction.js.map +1 -1
  12. package/_esm/errors/utils.js +18 -1
  13. package/_esm/errors/utils.js.map +1 -1
  14. package/_esm/errors/version.js +1 -1
  15. package/_esm/tempo/Formatters.js +5 -0
  16. package/_esm/tempo/Formatters.js.map +1 -1
  17. package/_esm/tempo/actions/accessKey.js +4 -2
  18. package/_esm/tempo/actions/accessKey.js.map +1 -1
  19. package/_esm/tempo/zones/zone.js +16 -2
  20. package/_esm/tempo/zones/zone.js.map +1 -1
  21. package/_esm/utils/formatters/transaction.js +3 -0
  22. package/_esm/utils/formatters/transaction.js.map +1 -1
  23. package/_types/celo/chainConfig.d.ts +16 -0
  24. package/_types/celo/chainConfig.d.ts.map +1 -1
  25. package/_types/celo/formatters.d.ts +8 -0
  26. package/_types/celo/formatters.d.ts.map +1 -1
  27. package/_types/chains/definitions/abstract.d.ts +8 -1
  28. package/_types/chains/definitions/abstract.d.ts.map +1 -1
  29. package/_types/chains/definitions/abstractTestnet.d.ts +8 -1
  30. package/_types/chains/definitions/abstractTestnet.d.ts.map +1 -1
  31. package/_types/chains/definitions/ancient8.d.ts +6 -0
  32. package/_types/chains/definitions/ancient8.d.ts.map +1 -1
  33. package/_types/chains/definitions/ancient8Sepolia.d.ts +6 -0
  34. package/_types/chains/definitions/ancient8Sepolia.d.ts.map +1 -1
  35. package/_types/chains/definitions/base.d.ts +12 -0
  36. package/_types/chains/definitions/base.d.ts.map +1 -1
  37. package/_types/chains/definitions/baseGoerli.d.ts +6 -0
  38. package/_types/chains/definitions/baseGoerli.d.ts.map +1 -1
  39. package/_types/chains/definitions/baseSepolia.d.ts +12 -0
  40. package/_types/chains/definitions/baseSepolia.d.ts.map +1 -1
  41. package/_types/chains/definitions/battlechainTestnet.d.ts +8 -1
  42. package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -1
  43. package/_types/chains/definitions/blast.d.ts +6 -0
  44. package/_types/chains/definitions/blast.d.ts.map +1 -1
  45. package/_types/chains/definitions/bob.d.ts +6 -0
  46. package/_types/chains/definitions/bob.d.ts.map +1 -1
  47. package/_types/chains/definitions/bobSepolia.d.ts +6 -0
  48. package/_types/chains/definitions/bobSepolia.d.ts.map +1 -1
  49. package/_types/chains/definitions/celo.d.ts +16 -0
  50. package/_types/chains/definitions/celo.d.ts.map +1 -1
  51. package/_types/chains/definitions/celoAlfajores.d.ts +16 -0
  52. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  53. package/_types/chains/definitions/celoSepolia.d.ts +16 -0
  54. package/_types/chains/definitions/celoSepolia.d.ts.map +1 -1
  55. package/_types/chains/definitions/codex.d.ts +6 -0
  56. package/_types/chains/definitions/codex.d.ts.map +1 -1
  57. package/_types/chains/definitions/codexTestnet.d.ts +6 -0
  58. package/_types/chains/definitions/codexTestnet.d.ts.map +1 -1
  59. package/_types/chains/definitions/dchain.d.ts +6 -0
  60. package/_types/chains/definitions/dchain.d.ts.map +1 -1
  61. package/_types/chains/definitions/dchainTestnet.d.ts +6 -0
  62. package/_types/chains/definitions/dchainTestnet.d.ts.map +1 -1
  63. package/_types/chains/definitions/elysiumTestnet.d.ts +6 -0
  64. package/_types/chains/definitions/elysiumTestnet.d.ts.map +1 -1
  65. package/_types/chains/definitions/fraxtal.d.ts +6 -0
  66. package/_types/chains/definitions/fraxtal.d.ts.map +1 -1
  67. package/_types/chains/definitions/fraxtalTestnet.d.ts +6 -0
  68. package/_types/chains/definitions/fraxtalTestnet.d.ts.map +1 -1
  69. package/_types/chains/definitions/funkiMainnet.d.ts +6 -0
  70. package/_types/chains/definitions/funkiMainnet.d.ts.map +1 -1
  71. package/_types/chains/definitions/funkiSepolia.d.ts +6 -0
  72. package/_types/chains/definitions/funkiSepolia.d.ts.map +1 -1
  73. package/_types/chains/definitions/garnet.d.ts +6 -0
  74. package/_types/chains/definitions/garnet.d.ts.map +1 -1
  75. package/_types/chains/definitions/giwaSepolia.d.ts +12 -0
  76. package/_types/chains/definitions/giwaSepolia.d.ts.map +1 -1
  77. package/_types/chains/definitions/ink.d.ts +6 -0
  78. package/_types/chains/definitions/ink.d.ts.map +1 -1
  79. package/_types/chains/definitions/inkSepolia.d.ts +6 -0
  80. package/_types/chains/definitions/inkSepolia.d.ts.map +1 -1
  81. package/_types/chains/definitions/lisk.d.ts +6 -0
  82. package/_types/chains/definitions/lisk.d.ts.map +1 -1
  83. package/_types/chains/definitions/liskSepolia.d.ts +6 -0
  84. package/_types/chains/definitions/liskSepolia.d.ts.map +1 -1
  85. package/_types/chains/definitions/megaeth.d.ts +6 -0
  86. package/_types/chains/definitions/megaeth.d.ts.map +1 -1
  87. package/_types/chains/definitions/metalL2.d.ts +6 -0
  88. package/_types/chains/definitions/metalL2.d.ts.map +1 -1
  89. package/_types/chains/definitions/mode.d.ts +6 -0
  90. package/_types/chains/definitions/mode.d.ts.map +1 -1
  91. package/_types/chains/definitions/modeTestnet.d.ts +6 -0
  92. package/_types/chains/definitions/modeTestnet.d.ts.map +1 -1
  93. package/_types/chains/definitions/optimism.d.ts +6 -0
  94. package/_types/chains/definitions/optimism.d.ts.map +1 -1
  95. package/_types/chains/definitions/optimismGoerli.d.ts +6 -0
  96. package/_types/chains/definitions/optimismGoerli.d.ts.map +1 -1
  97. package/_types/chains/definitions/optimismSepolia.d.ts +6 -0
  98. package/_types/chains/definitions/optimismSepolia.d.ts.map +1 -1
  99. package/_types/chains/definitions/pgn.d.ts +6 -0
  100. package/_types/chains/definitions/pgn.d.ts.map +1 -1
  101. package/_types/chains/definitions/pgnTestnet.d.ts +6 -0
  102. package/_types/chains/definitions/pgnTestnet.d.ts.map +1 -1
  103. package/_types/chains/definitions/playfiAlbireo.d.ts +8 -1
  104. package/_types/chains/definitions/playfiAlbireo.d.ts.map +1 -1
  105. package/_types/chains/definitions/pyrope.d.ts +6 -0
  106. package/_types/chains/definitions/pyrope.d.ts.map +1 -1
  107. package/_types/chains/definitions/redstone.d.ts +6 -0
  108. package/_types/chains/definitions/redstone.d.ts.map +1 -1
  109. package/_types/chains/definitions/rss3.d.ts +6 -0
  110. package/_types/chains/definitions/rss3.d.ts.map +1 -1
  111. package/_types/chains/definitions/rss3Sepolia.d.ts +6 -0
  112. package/_types/chains/definitions/rss3Sepolia.d.ts.map +1 -1
  113. package/_types/chains/definitions/shape.d.ts +6 -0
  114. package/_types/chains/definitions/shape.d.ts.map +1 -1
  115. package/_types/chains/definitions/shapeSepolia.d.ts +6 -0
  116. package/_types/chains/definitions/shapeSepolia.d.ts.map +1 -1
  117. package/_types/chains/definitions/snax.d.ts +6 -0
  118. package/_types/chains/definitions/snax.d.ts.map +1 -1
  119. package/_types/chains/definitions/snaxTestnet.d.ts +6 -0
  120. package/_types/chains/definitions/snaxTestnet.d.ts.map +1 -1
  121. package/_types/chains/definitions/soneium.d.ts +6 -0
  122. package/_types/chains/definitions/soneium.d.ts.map +1 -1
  123. package/_types/chains/definitions/soneiumMinato.d.ts +6 -0
  124. package/_types/chains/definitions/soneiumMinato.d.ts.map +1 -1
  125. package/_types/chains/definitions/sophon.d.ts +8 -1
  126. package/_types/chains/definitions/sophon.d.ts.map +1 -1
  127. package/_types/chains/definitions/sophonTestnet.d.ts +8 -1
  128. package/_types/chains/definitions/sophonTestnet.d.ts.map +1 -1
  129. package/_types/chains/definitions/superseed.d.ts +6 -0
  130. package/_types/chains/definitions/superseed.d.ts.map +1 -1
  131. package/_types/chains/definitions/superseedSepolia.d.ts +6 -0
  132. package/_types/chains/definitions/superseedSepolia.d.ts.map +1 -1
  133. package/_types/chains/definitions/swellchain.d.ts +6 -0
  134. package/_types/chains/definitions/swellchain.d.ts.map +1 -1
  135. package/_types/chains/definitions/swellchainTestnet.d.ts +6 -0
  136. package/_types/chains/definitions/swellchainTestnet.d.ts.map +1 -1
  137. package/_types/chains/definitions/tempo.d.ts +12 -0
  138. package/_types/chains/definitions/tempo.d.ts.map +1 -1
  139. package/_types/chains/definitions/tempoDevnet.d.ts +12 -0
  140. package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
  141. package/_types/chains/definitions/tempoLocalnet.d.ts +12 -0
  142. package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
  143. package/_types/chains/definitions/tempoModerato.d.ts +12 -0
  144. package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
  145. package/_types/chains/definitions/treasure.d.ts +8 -1
  146. package/_types/chains/definitions/treasure.d.ts.map +1 -1
  147. package/_types/chains/definitions/treasureTopaz.d.ts +8 -1
  148. package/_types/chains/definitions/treasureTopaz.d.ts.map +1 -1
  149. package/_types/chains/definitions/unichain.d.ts +6 -0
  150. package/_types/chains/definitions/unichain.d.ts.map +1 -1
  151. package/_types/chains/definitions/unichainSepolia.d.ts +6 -0
  152. package/_types/chains/definitions/unichainSepolia.d.ts.map +1 -1
  153. package/_types/chains/definitions/worldchain.d.ts +6 -0
  154. package/_types/chains/definitions/worldchain.d.ts.map +1 -1
  155. package/_types/chains/definitions/worldchainSepolia.d.ts +6 -0
  156. package/_types/chains/definitions/worldchainSepolia.d.ts.map +1 -1
  157. package/_types/chains/definitions/zircuit.d.ts +6 -0
  158. package/_types/chains/definitions/zircuit.d.ts.map +1 -1
  159. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts +6 -0
  160. package/_types/chains/definitions/zircuitGarfieldTestnet.d.ts.map +1 -1
  161. package/_types/chains/definitions/zksync.d.ts +8 -1
  162. package/_types/chains/definitions/zksync.d.ts.map +1 -1
  163. package/_types/chains/definitions/zksyncInMemoryNode.d.ts +8 -1
  164. package/_types/chains/definitions/zksyncInMemoryNode.d.ts.map +1 -1
  165. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts +8 -1
  166. package/_types/chains/definitions/zksyncLocalCustomHyperchain.d.ts.map +1 -1
  167. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts +8 -1
  168. package/_types/chains/definitions/zksyncLocalHyperchain.d.ts.map +1 -1
  169. package/_types/chains/definitions/zksyncLocalNode.d.ts +8 -1
  170. package/_types/chains/definitions/zksyncLocalNode.d.ts.map +1 -1
  171. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts +8 -1
  172. package/_types/chains/definitions/zksyncSepoliaTestnet.d.ts.map +1 -1
  173. package/_types/chains/definitions/zora.d.ts +6 -0
  174. package/_types/chains/definitions/zora.d.ts.map +1 -1
  175. package/_types/chains/definitions/zoraSepolia.d.ts +6 -0
  176. package/_types/chains/definitions/zoraSepolia.d.ts.map +1 -1
  177. package/_types/chains/definitions/zoraTestnet.d.ts +6 -0
  178. package/_types/chains/definitions/zoraTestnet.d.ts.map +1 -1
  179. package/_types/errors/utils.d.ts +5 -0
  180. package/_types/errors/utils.d.ts.map +1 -1
  181. package/_types/errors/version.d.ts +1 -1
  182. package/_types/op-stack/chainConfig.d.ts +6 -0
  183. package/_types/op-stack/chainConfig.d.ts.map +1 -1
  184. package/_types/op-stack/formatters.d.ts +6 -0
  185. package/_types/op-stack/formatters.d.ts.map +1 -1
  186. package/_types/tempo/Formatters.d.ts.map +1 -1
  187. package/_types/tempo/actions/accessKey.d.ts +4 -2
  188. package/_types/tempo/actions/accessKey.d.ts.map +1 -1
  189. package/_types/tempo/chainConfig.d.ts +6 -0
  190. package/_types/tempo/chainConfig.d.ts.map +1 -1
  191. package/_types/tempo/zones/zone.d.ts +48 -12
  192. package/_types/tempo/zones/zone.d.ts.map +1 -1
  193. package/_types/types/transaction.d.ts +3 -1
  194. package/_types/types/transaction.d.ts.map +1 -1
  195. package/_types/utils/formatters/transaction.d.ts +1 -1
  196. package/_types/utils/formatters/transaction.d.ts.map +1 -1
  197. package/_types/zksync/chainConfig.d.ts +8 -1
  198. package/_types/zksync/chainConfig.d.ts.map +1 -1
  199. package/_types/zksync/formatters.d.ts +8 -1
  200. package/_types/zksync/formatters.d.ts.map +1 -1
  201. package/errors/utils.ts +17 -1
  202. package/errors/version.ts +1 -1
  203. package/package.json +1 -1
  204. package/tempo/Formatters.ts +6 -0
  205. package/tempo/actions/accessKey.ts +4 -2
  206. package/tempo/zones/zone.ts +23 -2
  207. package/types/transaction.ts +3 -1
  208. package/utils/formatters/transaction.ts +3 -0
@@ -1 +1 @@
1
- {"version":3,"file":"playfiAlbireo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/playfiAlbireo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBxB,CAAA"}
1
+ {"version":3,"file":"playfiAlbireo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/playfiAlbireo.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBxB,CAAA"}
@@ -90,6 +90,7 @@ export declare const pyrope: {
90
90
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
91
91
  blockHash: `0x${string}` | null;
92
92
  blockNumber: bigint | null;
93
+ blockTimestamp?: bigint | undefined;
93
94
  from: import("abitype").Address;
94
95
  gas: bigint;
95
96
  hash: import("../../index.js").Hash;
@@ -122,6 +123,7 @@ export declare const pyrope: {
122
123
  value: bigint;
123
124
  blockHash: `0x${string}` | null;
124
125
  blockNumber: bigint | null;
126
+ blockTimestamp?: bigint | undefined;
125
127
  hash: import("../../index.js").Hash;
126
128
  input: import("../../index.js").Hex;
127
129
  transactionIndex: number | null;
@@ -142,6 +144,7 @@ export declare const pyrope: {
142
144
  } | {
143
145
  blockHash: `0x${string}` | null;
144
146
  blockNumber: bigint | null;
147
+ blockTimestamp?: bigint | undefined;
145
148
  from: import("abitype").Address;
146
149
  gas: bigint;
147
150
  hash: import("../../index.js").Hash;
@@ -170,6 +173,7 @@ export declare const pyrope: {
170
173
  } | {
171
174
  blockHash: `0x${string}` | null;
172
175
  blockNumber: bigint | null;
176
+ blockTimestamp?: bigint | undefined;
173
177
  from: import("abitype").Address;
174
178
  gas: bigint;
175
179
  hash: import("../../index.js").Hash;
@@ -198,6 +202,7 @@ export declare const pyrope: {
198
202
  } | {
199
203
  blockHash: `0x${string}` | null;
200
204
  blockNumber: bigint | null;
205
+ blockTimestamp?: bigint | undefined;
201
206
  from: import("abitype").Address;
202
207
  gas: bigint;
203
208
  hash: import("../../index.js").Hash;
@@ -226,6 +231,7 @@ export declare const pyrope: {
226
231
  } | {
227
232
  blockHash: `0x${string}` | null;
228
233
  blockNumber: bigint | null;
234
+ blockTimestamp?: bigint | undefined;
229
235
  from: import("abitype").Address;
230
236
  gas: bigint;
231
237
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"pyrope.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pyrope.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjB,CAAA"}
1
+ {"version":3,"file":"pyrope.d.ts","sourceRoot":"","sources":["../../../chains/definitions/pyrope.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjB,CAAA"}
@@ -106,6 +106,7 @@ export declare const redstone: {
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 redstone: {
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 redstone: {
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 redstone: {
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 redstone: {
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 redstone: {
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":"redstone.d.ts","sourceRoot":"","sources":["../../../chains/definitions/redstone.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CnB,CAAA"}
1
+ {"version":3,"file":"redstone.d.ts","sourceRoot":"","sources":["../../../chains/definitions/redstone.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CnB,CAAA"}
@@ -105,6 +105,7 @@ export declare const rss3: {
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 rss3: {
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 rss3: {
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 rss3: {
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 rss3: {
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 rss3: {
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":"rss3.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCf,CAAA"}
1
+ {"version":3,"file":"rss3.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCf,CAAA"}
@@ -105,6 +105,7 @@ export declare const rss3Sepolia: {
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 rss3Sepolia: {
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 rss3Sepolia: {
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 rss3Sepolia: {
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 rss3Sepolia: {
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 rss3Sepolia: {
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":"rss3Sepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3Sepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CtB,CAAA"}
1
+ {"version":3,"file":"rss3Sepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/rss3Sepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CtB,CAAA"}
@@ -107,6 +107,7 @@ export declare const shape: {
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 shape: {
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 shape: {
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 shape: {
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 shape: {
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 shape: {
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":"shape.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shape.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2ChB,CAAA"}
1
+ {"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shape.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2ChB,CAAA"}
@@ -89,6 +89,7 @@ export declare const shapeSepolia: {
89
89
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
90
90
  blockHash: `0x${string}` | null;
91
91
  blockNumber: bigint | null;
92
+ blockTimestamp?: bigint | undefined;
92
93
  from: import("abitype").Address;
93
94
  gas: bigint;
94
95
  hash: import("../../index.js").Hash;
@@ -121,6 +122,7 @@ export declare const shapeSepolia: {
121
122
  value: bigint;
122
123
  blockHash: `0x${string}` | null;
123
124
  blockNumber: bigint | null;
125
+ blockTimestamp?: bigint | undefined;
124
126
  hash: import("../../index.js").Hash;
125
127
  input: import("../../index.js").Hex;
126
128
  transactionIndex: number | null;
@@ -141,6 +143,7 @@ export declare const shapeSepolia: {
141
143
  } | {
142
144
  blockHash: `0x${string}` | null;
143
145
  blockNumber: bigint | null;
146
+ blockTimestamp?: bigint | undefined;
144
147
  from: import("abitype").Address;
145
148
  gas: bigint;
146
149
  hash: import("../../index.js").Hash;
@@ -169,6 +172,7 @@ export declare const shapeSepolia: {
169
172
  } | {
170
173
  blockHash: `0x${string}` | null;
171
174
  blockNumber: bigint | null;
175
+ blockTimestamp?: bigint | undefined;
172
176
  from: import("abitype").Address;
173
177
  gas: bigint;
174
178
  hash: import("../../index.js").Hash;
@@ -197,6 +201,7 @@ export declare const shapeSepolia: {
197
201
  } | {
198
202
  blockHash: `0x${string}` | null;
199
203
  blockNumber: bigint | null;
204
+ blockTimestamp?: bigint | undefined;
200
205
  from: import("abitype").Address;
201
206
  gas: bigint;
202
207
  hash: import("../../index.js").Hash;
@@ -225,6 +230,7 @@ export declare const shapeSepolia: {
225
230
  } | {
226
231
  blockHash: `0x${string}` | null;
227
232
  blockNumber: bigint | null;
233
+ blockTimestamp?: bigint | undefined;
228
234
  from: import("abitype").Address;
229
235
  gas: bigint;
230
236
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"shapeSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shapeSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BvB,CAAA"}
1
+ {"version":3,"file":"shapeSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/shapeSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BvB,CAAA"}
@@ -108,6 +108,7 @@ export declare const snax: {
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 snax: {
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 snax: {
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 snax: {
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 snax: {
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 snax: {
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":"snax.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snax.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Cf,CAAA"}
1
+ {"version":3,"file":"snax.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snax.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Cf,CAAA"}
@@ -108,6 +108,7 @@ export declare const snaxTestnet: {
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 snaxTestnet: {
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 snaxTestnet: {
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 snaxTestnet: {
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 snaxTestnet: {
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 snaxTestnet: {
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":"snaxTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snaxTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CtB,CAAA"}
1
+ {"version":3,"file":"snaxTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/snaxTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CtB,CAAA"}
@@ -111,6 +111,7 @@ export declare const soneium: {
111
111
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
112
112
  blockHash: `0x${string}` | null;
113
113
  blockNumber: bigint | null;
114
+ blockTimestamp?: bigint | undefined;
114
115
  from: import("abitype").Address;
115
116
  gas: bigint;
116
117
  hash: import("../../index.js").Hash;
@@ -143,6 +144,7 @@ export declare const soneium: {
143
144
  value: bigint;
144
145
  blockHash: `0x${string}` | null;
145
146
  blockNumber: bigint | null;
147
+ blockTimestamp?: bigint | undefined;
146
148
  hash: import("../../index.js").Hash;
147
149
  input: import("../../index.js").Hex;
148
150
  transactionIndex: number | null;
@@ -163,6 +165,7 @@ export declare const soneium: {
163
165
  } | {
164
166
  blockHash: `0x${string}` | null;
165
167
  blockNumber: bigint | null;
168
+ blockTimestamp?: bigint | undefined;
166
169
  from: import("abitype").Address;
167
170
  gas: bigint;
168
171
  hash: import("../../index.js").Hash;
@@ -191,6 +194,7 @@ export declare const soneium: {
191
194
  } | {
192
195
  blockHash: `0x${string}` | null;
193
196
  blockNumber: bigint | null;
197
+ blockTimestamp?: bigint | undefined;
194
198
  from: import("abitype").Address;
195
199
  gas: bigint;
196
200
  hash: import("../../index.js").Hash;
@@ -219,6 +223,7 @@ export declare const soneium: {
219
223
  } | {
220
224
  blockHash: `0x${string}` | null;
221
225
  blockNumber: bigint | null;
226
+ blockTimestamp?: bigint | undefined;
222
227
  from: import("abitype").Address;
223
228
  gas: bigint;
224
229
  hash: import("../../index.js").Hash;
@@ -247,6 +252,7 @@ export declare const soneium: {
247
252
  } | {
248
253
  blockHash: `0x${string}` | null;
249
254
  blockNumber: bigint | null;
255
+ blockTimestamp?: bigint | undefined;
250
256
  from: import("abitype").Address;
251
257
  gas: bigint;
252
258
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"soneium.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneium.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+ClB,CAAA"}
1
+ {"version":3,"file":"soneium.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneium.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+ClB,CAAA"}
@@ -111,6 +111,7 @@ export declare const soneiumMinato: {
111
111
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
112
112
  blockHash: `0x${string}` | null;
113
113
  blockNumber: bigint | null;
114
+ blockTimestamp?: bigint | undefined;
114
115
  from: import("abitype").Address;
115
116
  gas: bigint;
116
117
  hash: import("../../index.js").Hash;
@@ -143,6 +144,7 @@ export declare const soneiumMinato: {
143
144
  value: bigint;
144
145
  blockHash: `0x${string}` | null;
145
146
  blockNumber: bigint | null;
147
+ blockTimestamp?: bigint | undefined;
146
148
  hash: import("../../index.js").Hash;
147
149
  input: import("../../index.js").Hex;
148
150
  transactionIndex: number | null;
@@ -163,6 +165,7 @@ export declare const soneiumMinato: {
163
165
  } | {
164
166
  blockHash: `0x${string}` | null;
165
167
  blockNumber: bigint | null;
168
+ blockTimestamp?: bigint | undefined;
166
169
  from: import("abitype").Address;
167
170
  gas: bigint;
168
171
  hash: import("../../index.js").Hash;
@@ -191,6 +194,7 @@ export declare const soneiumMinato: {
191
194
  } | {
192
195
  blockHash: `0x${string}` | null;
193
196
  blockNumber: bigint | null;
197
+ blockTimestamp?: bigint | undefined;
194
198
  from: import("abitype").Address;
195
199
  gas: bigint;
196
200
  hash: import("../../index.js").Hash;
@@ -219,6 +223,7 @@ export declare const soneiumMinato: {
219
223
  } | {
220
224
  blockHash: `0x${string}` | null;
221
225
  blockNumber: bigint | null;
226
+ blockTimestamp?: bigint | undefined;
222
227
  from: import("abitype").Address;
223
228
  gas: bigint;
224
229
  hash: import("../../index.js").Hash;
@@ -247,6 +252,7 @@ export declare const soneiumMinato: {
247
252
  } | {
248
253
  blockHash: `0x${string}` | null;
249
254
  blockNumber: bigint | null;
255
+ blockTimestamp?: bigint | undefined;
250
256
  from: import("abitype").Address;
251
257
  gas: bigint;
252
258
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"soneiumMinato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneiumMinato.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDxB,CAAA"}
1
+ {"version":3,"file":"soneiumMinato.d.ts","sourceRoot":"","sources":["../../../chains/definitions/soneiumMinato.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDxB,CAAA"}
@@ -83,6 +83,7 @@ export declare const sophon: {
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 sophon: {
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 sophon: {
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 sophon: {
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 sophon: {
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 sophon: {
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 sophon: {
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 sophon: {
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":"sophon.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophon.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BjB,CAAA"}
1
+ {"version":3,"file":"sophon.d.ts","sourceRoot":"","sources":["../../../chains/definitions/sophon.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BjB,CAAA"}