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
@@ -1 +1 @@
1
- {"version":3,"file":"worldchainSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/worldchainSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD5B,CAAA"}
1
+ {"version":3,"file":"worldchainSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/worldchainSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD5B,CAAA"}
@@ -102,6 +102,7 @@ export declare const zircuit: {
102
102
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
103
103
  blockHash: `0x${string}` | null;
104
104
  blockNumber: bigint | null;
105
+ blockTimestamp?: bigint | undefined;
105
106
  from: import("abitype").Address;
106
107
  gas: bigint;
107
108
  hash: import("../../index.js").Hash;
@@ -134,6 +135,7 @@ export declare const zircuit: {
134
135
  value: bigint;
135
136
  blockHash: `0x${string}` | null;
136
137
  blockNumber: bigint | null;
138
+ blockTimestamp?: bigint | undefined;
137
139
  hash: import("../../index.js").Hash;
138
140
  input: import("../../index.js").Hex;
139
141
  transactionIndex: number | null;
@@ -154,6 +156,7 @@ export declare const zircuit: {
154
156
  } | {
155
157
  blockHash: `0x${string}` | null;
156
158
  blockNumber: bigint | null;
159
+ blockTimestamp?: bigint | undefined;
157
160
  from: import("abitype").Address;
158
161
  gas: bigint;
159
162
  hash: import("../../index.js").Hash;
@@ -182,6 +185,7 @@ export declare const zircuit: {
182
185
  } | {
183
186
  blockHash: `0x${string}` | null;
184
187
  blockNumber: bigint | null;
188
+ blockTimestamp?: bigint | undefined;
185
189
  from: import("abitype").Address;
186
190
  gas: bigint;
187
191
  hash: import("../../index.js").Hash;
@@ -210,6 +214,7 @@ export declare const zircuit: {
210
214
  } | {
211
215
  blockHash: `0x${string}` | null;
212
216
  blockNumber: bigint | null;
217
+ blockTimestamp?: bigint | undefined;
213
218
  from: import("abitype").Address;
214
219
  gas: bigint;
215
220
  hash: import("../../index.js").Hash;
@@ -238,6 +243,7 @@ export declare const zircuit: {
238
243
  } | {
239
244
  blockHash: `0x${string}` | null;
240
245
  blockNumber: bigint | null;
246
+ blockTimestamp?: bigint | undefined;
241
247
  from: import("abitype").Address;
242
248
  gas: bigint;
243
249
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"zircuit.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuit.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ClB,CAAA"}
1
+ {"version":3,"file":"zircuit.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuit.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0ClB,CAAA"}
@@ -102,6 +102,7 @@ export declare const zircuitGarfieldTestnet: {
102
102
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
103
103
  blockHash: `0x${string}` | null;
104
104
  blockNumber: bigint | null;
105
+ blockTimestamp?: bigint | undefined;
105
106
  from: import("abitype").Address;
106
107
  gas: bigint;
107
108
  hash: import("../../index.js").Hash;
@@ -134,6 +135,7 @@ export declare const zircuitGarfieldTestnet: {
134
135
  value: bigint;
135
136
  blockHash: `0x${string}` | null;
136
137
  blockNumber: bigint | null;
138
+ blockTimestamp?: bigint | undefined;
137
139
  hash: import("../../index.js").Hash;
138
140
  input: import("../../index.js").Hex;
139
141
  transactionIndex: number | null;
@@ -154,6 +156,7 @@ export declare const zircuitGarfieldTestnet: {
154
156
  } | {
155
157
  blockHash: `0x${string}` | null;
156
158
  blockNumber: bigint | null;
159
+ blockTimestamp?: bigint | undefined;
157
160
  from: import("abitype").Address;
158
161
  gas: bigint;
159
162
  hash: import("../../index.js").Hash;
@@ -182,6 +185,7 @@ export declare const zircuitGarfieldTestnet: {
182
185
  } | {
183
186
  blockHash: `0x${string}` | null;
184
187
  blockNumber: bigint | null;
188
+ blockTimestamp?: bigint | undefined;
185
189
  from: import("abitype").Address;
186
190
  gas: bigint;
187
191
  hash: import("../../index.js").Hash;
@@ -210,6 +214,7 @@ export declare const zircuitGarfieldTestnet: {
210
214
  } | {
211
215
  blockHash: `0x${string}` | null;
212
216
  blockNumber: bigint | null;
217
+ blockTimestamp?: bigint | undefined;
213
218
  from: import("abitype").Address;
214
219
  gas: bigint;
215
220
  hash: import("../../index.js").Hash;
@@ -238,6 +243,7 @@ export declare const zircuitGarfieldTestnet: {
238
243
  } | {
239
244
  blockHash: `0x${string}` | null;
240
245
  blockNumber: bigint | null;
246
+ blockTimestamp?: bigint | undefined;
241
247
  from: import("abitype").Address;
242
248
  gas: bigint;
243
249
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"zircuitGarfieldTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuitGarfieldTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCjC,CAAA"}
1
+ {"version":3,"file":"zircuitGarfieldTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zircuitGarfieldTestnet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCjC,CAAA"}
@@ -88,6 +88,7 @@ export declare const zksync: {
88
88
  value: bigint;
89
89
  blockHash: `0x${string}` | null;
90
90
  blockNumber: bigint | null;
91
+ blockTimestamp?: bigint | undefined;
91
92
  hash: import("../../index.js").Hash;
92
93
  input: import("../../index.js").Hex;
93
94
  transactionIndex: number | null;
@@ -107,6 +108,7 @@ export declare const zksync: {
107
108
  } | {
108
109
  blockHash: `0x${string}` | null;
109
110
  blockNumber: bigint | null;
111
+ blockTimestamp?: bigint | undefined;
110
112
  from: import("abitype").Address;
111
113
  gas: bigint;
112
114
  hash: import("../../index.js").Hash;
@@ -134,6 +136,7 @@ export declare const zksync: {
134
136
  } | {
135
137
  blockHash: `0x${string}` | null;
136
138
  blockNumber: bigint | null;
139
+ blockTimestamp?: bigint | undefined;
137
140
  from: import("abitype").Address;
138
141
  gas: bigint;
139
142
  hash: import("../../index.js").Hash;
@@ -161,6 +164,7 @@ export declare const zksync: {
161
164
  } | {
162
165
  blockHash: `0x${string}` | null;
163
166
  blockNumber: bigint | null;
167
+ blockTimestamp?: bigint | undefined;
164
168
  from: import("abitype").Address;
165
169
  gas: bigint;
166
170
  hash: import("../../index.js").Hash;
@@ -188,6 +192,7 @@ export declare const zksync: {
188
192
  } | {
189
193
  blockHash: `0x${string}` | null;
190
194
  blockNumber: bigint | null;
195
+ blockTimestamp?: bigint | undefined;
191
196
  from: import("abitype").Address;
192
197
  gas: bigint;
193
198
  hash: import("../../index.js").Hash;
@@ -215,6 +220,7 @@ export declare const zksync: {
215
220
  } | {
216
221
  blockHash: `0x${string}` | null;
217
222
  blockNumber: bigint | null;
223
+ blockTimestamp?: bigint | undefined;
218
224
  from: import("abitype").Address;
219
225
  gas: bigint;
220
226
  hash: import("../../index.js").Hash;
@@ -238,6 +244,7 @@ export declare const zksync: {
238
244
  } | {
239
245
  blockHash: `0x${string}` | null;
240
246
  blockNumber: bigint | null;
247
+ blockTimestamp?: bigint | undefined;
241
248
  from: import("abitype").Address;
242
249
  gas: bigint;
243
250
  hash: import("../../index.js").Hash;
@@ -270,9 +277,9 @@ export declare const zksync: {
270
277
  from: import("abitype").Address;
271
278
  blockHash: import("../../index.js").Hash;
272
279
  blockNumber: bigint;
280
+ blockTimestamp?: bigint | undefined;
273
281
  transactionIndex: number;
274
282
  status: "success" | "reverted";
275
- blockTimestamp?: bigint | undefined;
276
283
  transactionHash: import("../../index.js").Hash;
277
284
  logsBloom: import("../../index.js").Hex;
278
285
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"zksync.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksync.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCjB,CAAA"}
1
+ {"version":3,"file":"zksync.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksync.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCjB,CAAA"}
@@ -91,6 +91,7 @@ export declare const zksyncInMemoryNode: {
91
91
  value: bigint;
92
92
  blockHash: `0x${string}` | null;
93
93
  blockNumber: bigint | null;
94
+ blockTimestamp?: bigint | undefined;
94
95
  hash: import("../../index.js").Hash;
95
96
  input: import("../../index.js").Hex;
96
97
  transactionIndex: number | null;
@@ -110,6 +111,7 @@ export declare const zksyncInMemoryNode: {
110
111
  } | {
111
112
  blockHash: `0x${string}` | null;
112
113
  blockNumber: bigint | null;
114
+ blockTimestamp?: bigint | undefined;
113
115
  from: import("abitype").Address;
114
116
  gas: bigint;
115
117
  hash: import("../../index.js").Hash;
@@ -137,6 +139,7 @@ export declare const zksyncInMemoryNode: {
137
139
  } | {
138
140
  blockHash: `0x${string}` | null;
139
141
  blockNumber: bigint | null;
142
+ blockTimestamp?: bigint | undefined;
140
143
  from: import("abitype").Address;
141
144
  gas: bigint;
142
145
  hash: import("../../index.js").Hash;
@@ -164,6 +167,7 @@ export declare const zksyncInMemoryNode: {
164
167
  } | {
165
168
  blockHash: `0x${string}` | null;
166
169
  blockNumber: bigint | null;
170
+ blockTimestamp?: bigint | undefined;
167
171
  from: import("abitype").Address;
168
172
  gas: bigint;
169
173
  hash: import("../../index.js").Hash;
@@ -191,6 +195,7 @@ export declare const zksyncInMemoryNode: {
191
195
  } | {
192
196
  blockHash: `0x${string}` | null;
193
197
  blockNumber: bigint | null;
198
+ blockTimestamp?: bigint | undefined;
194
199
  from: import("abitype").Address;
195
200
  gas: bigint;
196
201
  hash: import("../../index.js").Hash;
@@ -218,6 +223,7 @@ export declare const zksyncInMemoryNode: {
218
223
  } | {
219
224
  blockHash: `0x${string}` | null;
220
225
  blockNumber: bigint | null;
226
+ blockTimestamp?: bigint | undefined;
221
227
  from: import("abitype").Address;
222
228
  gas: bigint;
223
229
  hash: import("../../index.js").Hash;
@@ -241,6 +247,7 @@ export declare const zksyncInMemoryNode: {
241
247
  } | {
242
248
  blockHash: `0x${string}` | null;
243
249
  blockNumber: bigint | null;
250
+ blockTimestamp?: bigint | undefined;
244
251
  from: import("abitype").Address;
245
252
  gas: bigint;
246
253
  hash: import("../../index.js").Hash;
@@ -273,9 +280,9 @@ export declare const zksyncInMemoryNode: {
273
280
  from: import("abitype").Address;
274
281
  blockHash: import("../../index.js").Hash;
275
282
  blockNumber: bigint;
283
+ blockTimestamp?: bigint | undefined;
276
284
  transactionIndex: number;
277
285
  status: "success" | "reverted";
278
- blockTimestamp?: bigint | undefined;
279
286
  transactionHash: import("../../index.js").Hash;
280
287
  logsBloom: import("../../index.js").Hex;
281
288
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"zksyncInMemoryNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncInMemoryNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY7B,CAAA"}
1
+ {"version":3,"file":"zksyncInMemoryNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncInMemoryNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY7B,CAAA"}
@@ -87,6 +87,7 @@ export declare const zksyncLocalCustomHyperchain: {
87
87
  value: bigint;
88
88
  blockHash: `0x${string}` | null;
89
89
  blockNumber: bigint | null;
90
+ blockTimestamp?: bigint | undefined;
90
91
  hash: import("../../index.js").Hash;
91
92
  input: import("../../index.js").Hex;
92
93
  transactionIndex: number | null;
@@ -106,6 +107,7 @@ export declare const zksyncLocalCustomHyperchain: {
106
107
  } | {
107
108
  blockHash: `0x${string}` | null;
108
109
  blockNumber: bigint | null;
110
+ blockTimestamp?: bigint | undefined;
109
111
  from: import("abitype").Address;
110
112
  gas: bigint;
111
113
  hash: import("../../index.js").Hash;
@@ -133,6 +135,7 @@ export declare const zksyncLocalCustomHyperchain: {
133
135
  } | {
134
136
  blockHash: `0x${string}` | null;
135
137
  blockNumber: bigint | null;
138
+ blockTimestamp?: bigint | undefined;
136
139
  from: import("abitype").Address;
137
140
  gas: bigint;
138
141
  hash: import("../../index.js").Hash;
@@ -160,6 +163,7 @@ export declare const zksyncLocalCustomHyperchain: {
160
163
  } | {
161
164
  blockHash: `0x${string}` | null;
162
165
  blockNumber: bigint | null;
166
+ blockTimestamp?: bigint | undefined;
163
167
  from: import("abitype").Address;
164
168
  gas: bigint;
165
169
  hash: import("../../index.js").Hash;
@@ -187,6 +191,7 @@ export declare const zksyncLocalCustomHyperchain: {
187
191
  } | {
188
192
  blockHash: `0x${string}` | null;
189
193
  blockNumber: bigint | null;
194
+ blockTimestamp?: bigint | undefined;
190
195
  from: import("abitype").Address;
191
196
  gas: bigint;
192
197
  hash: import("../../index.js").Hash;
@@ -214,6 +219,7 @@ export declare const zksyncLocalCustomHyperchain: {
214
219
  } | {
215
220
  blockHash: `0x${string}` | null;
216
221
  blockNumber: bigint | null;
222
+ blockTimestamp?: bigint | undefined;
217
223
  from: import("abitype").Address;
218
224
  gas: bigint;
219
225
  hash: import("../../index.js").Hash;
@@ -237,6 +243,7 @@ export declare const zksyncLocalCustomHyperchain: {
237
243
  } | {
238
244
  blockHash: `0x${string}` | null;
239
245
  blockNumber: bigint | null;
246
+ blockTimestamp?: bigint | undefined;
240
247
  from: import("abitype").Address;
241
248
  gas: bigint;
242
249
  hash: import("../../index.js").Hash;
@@ -269,9 +276,9 @@ export declare const zksyncLocalCustomHyperchain: {
269
276
  from: import("abitype").Address;
270
277
  blockHash: import("../../index.js").Hash;
271
278
  blockNumber: bigint;
279
+ blockTimestamp?: bigint | undefined;
272
280
  transactionIndex: number;
273
281
  status: "success" | "reverted";
274
- blockTimestamp?: bigint | undefined;
275
282
  transactionHash: import("../../index.js").Hash;
276
283
  logsBloom: import("../../index.js").Hex;
277
284
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"zksyncLocalCustomHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalCustomHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBtC,CAAA"}
1
+ {"version":3,"file":"zksyncLocalCustomHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalCustomHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBtC,CAAA"}
@@ -87,6 +87,7 @@ export declare const zksyncLocalHyperchain: {
87
87
  value: bigint;
88
88
  blockHash: `0x${string}` | null;
89
89
  blockNumber: bigint | null;
90
+ blockTimestamp?: bigint | undefined;
90
91
  hash: import("../../index.js").Hash;
91
92
  input: import("../../index.js").Hex;
92
93
  transactionIndex: number | null;
@@ -106,6 +107,7 @@ export declare const zksyncLocalHyperchain: {
106
107
  } | {
107
108
  blockHash: `0x${string}` | null;
108
109
  blockNumber: bigint | null;
110
+ blockTimestamp?: bigint | undefined;
109
111
  from: import("abitype").Address;
110
112
  gas: bigint;
111
113
  hash: import("../../index.js").Hash;
@@ -133,6 +135,7 @@ export declare const zksyncLocalHyperchain: {
133
135
  } | {
134
136
  blockHash: `0x${string}` | null;
135
137
  blockNumber: bigint | null;
138
+ blockTimestamp?: bigint | undefined;
136
139
  from: import("abitype").Address;
137
140
  gas: bigint;
138
141
  hash: import("../../index.js").Hash;
@@ -160,6 +163,7 @@ export declare const zksyncLocalHyperchain: {
160
163
  } | {
161
164
  blockHash: `0x${string}` | null;
162
165
  blockNumber: bigint | null;
166
+ blockTimestamp?: bigint | undefined;
163
167
  from: import("abitype").Address;
164
168
  gas: bigint;
165
169
  hash: import("../../index.js").Hash;
@@ -187,6 +191,7 @@ export declare const zksyncLocalHyperchain: {
187
191
  } | {
188
192
  blockHash: `0x${string}` | null;
189
193
  blockNumber: bigint | null;
194
+ blockTimestamp?: bigint | undefined;
190
195
  from: import("abitype").Address;
191
196
  gas: bigint;
192
197
  hash: import("../../index.js").Hash;
@@ -214,6 +219,7 @@ export declare const zksyncLocalHyperchain: {
214
219
  } | {
215
220
  blockHash: `0x${string}` | null;
216
221
  blockNumber: bigint | null;
222
+ blockTimestamp?: bigint | undefined;
217
223
  from: import("abitype").Address;
218
224
  gas: bigint;
219
225
  hash: import("../../index.js").Hash;
@@ -237,6 +243,7 @@ export declare const zksyncLocalHyperchain: {
237
243
  } | {
238
244
  blockHash: `0x${string}` | null;
239
245
  blockNumber: bigint | null;
246
+ blockTimestamp?: bigint | undefined;
240
247
  from: import("abitype").Address;
241
248
  gas: bigint;
242
249
  hash: import("../../index.js").Hash;
@@ -269,9 +276,9 @@ export declare const zksyncLocalHyperchain: {
269
276
  from: import("abitype").Address;
270
277
  blockHash: import("../../index.js").Hash;
271
278
  blockNumber: bigint;
279
+ blockTimestamp?: bigint | undefined;
272
280
  transactionIndex: number;
273
281
  status: "success" | "reverted";
274
- blockTimestamp?: bigint | undefined;
275
282
  transactionHash: import("../../index.js").Hash;
276
283
  logsBloom: import("../../index.js").Hex;
277
284
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"zksyncLocalHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBhC,CAAA"}
1
+ {"version":3,"file":"zksyncLocalHyperchain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalHyperchain.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBhC,CAAA"}
@@ -91,6 +91,7 @@ export declare const zksyncLocalNode: {
91
91
  value: bigint;
92
92
  blockHash: `0x${string}` | null;
93
93
  blockNumber: bigint | null;
94
+ blockTimestamp?: bigint | undefined;
94
95
  hash: import("../../index.js").Hash;
95
96
  input: import("../../index.js").Hex;
96
97
  transactionIndex: number | null;
@@ -110,6 +111,7 @@ export declare const zksyncLocalNode: {
110
111
  } | {
111
112
  blockHash: `0x${string}` | null;
112
113
  blockNumber: bigint | null;
114
+ blockTimestamp?: bigint | undefined;
113
115
  from: import("abitype").Address;
114
116
  gas: bigint;
115
117
  hash: import("../../index.js").Hash;
@@ -137,6 +139,7 @@ export declare const zksyncLocalNode: {
137
139
  } | {
138
140
  blockHash: `0x${string}` | null;
139
141
  blockNumber: bigint | null;
142
+ blockTimestamp?: bigint | undefined;
140
143
  from: import("abitype").Address;
141
144
  gas: bigint;
142
145
  hash: import("../../index.js").Hash;
@@ -164,6 +167,7 @@ export declare const zksyncLocalNode: {
164
167
  } | {
165
168
  blockHash: `0x${string}` | null;
166
169
  blockNumber: bigint | null;
170
+ blockTimestamp?: bigint | undefined;
167
171
  from: import("abitype").Address;
168
172
  gas: bigint;
169
173
  hash: import("../../index.js").Hash;
@@ -191,6 +195,7 @@ export declare const zksyncLocalNode: {
191
195
  } | {
192
196
  blockHash: `0x${string}` | null;
193
197
  blockNumber: bigint | null;
198
+ blockTimestamp?: bigint | undefined;
194
199
  from: import("abitype").Address;
195
200
  gas: bigint;
196
201
  hash: import("../../index.js").Hash;
@@ -218,6 +223,7 @@ export declare const zksyncLocalNode: {
218
223
  } | {
219
224
  blockHash: `0x${string}` | null;
220
225
  blockNumber: bigint | null;
226
+ blockTimestamp?: bigint | undefined;
221
227
  from: import("abitype").Address;
222
228
  gas: bigint;
223
229
  hash: import("../../index.js").Hash;
@@ -241,6 +247,7 @@ export declare const zksyncLocalNode: {
241
247
  } | {
242
248
  blockHash: `0x${string}` | null;
243
249
  blockNumber: bigint | null;
250
+ blockTimestamp?: bigint | undefined;
244
251
  from: import("abitype").Address;
245
252
  gas: bigint;
246
253
  hash: import("../../index.js").Hash;
@@ -273,9 +280,9 @@ export declare const zksyncLocalNode: {
273
280
  from: import("abitype").Address;
274
281
  blockHash: import("../../index.js").Hash;
275
282
  blockNumber: bigint;
283
+ blockTimestamp?: bigint | undefined;
276
284
  transactionIndex: number;
277
285
  status: "success" | "reverted";
278
- blockTimestamp?: bigint | undefined;
279
286
  transactionHash: import("../../index.js").Hash;
280
287
  logsBloom: import("../../index.js").Hex;
281
288
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"zksyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B,CAAA"}
1
+ {"version":3,"file":"zksyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B,CAAA"}
@@ -87,6 +87,7 @@ export declare const zksyncSepoliaTestnet: {
87
87
  value: bigint;
88
88
  blockHash: `0x${string}` | null;
89
89
  blockNumber: bigint | null;
90
+ blockTimestamp?: bigint | undefined;
90
91
  hash: import("../../index.js").Hash;
91
92
  input: import("../../index.js").Hex;
92
93
  transactionIndex: number | null;
@@ -106,6 +107,7 @@ export declare const zksyncSepoliaTestnet: {
106
107
  } | {
107
108
  blockHash: `0x${string}` | null;
108
109
  blockNumber: bigint | null;
110
+ blockTimestamp?: bigint | undefined;
109
111
  from: import("abitype").Address;
110
112
  gas: bigint;
111
113
  hash: import("../../index.js").Hash;
@@ -133,6 +135,7 @@ export declare const zksyncSepoliaTestnet: {
133
135
  } | {
134
136
  blockHash: `0x${string}` | null;
135
137
  blockNumber: bigint | null;
138
+ blockTimestamp?: bigint | undefined;
136
139
  from: import("abitype").Address;
137
140
  gas: bigint;
138
141
  hash: import("../../index.js").Hash;
@@ -160,6 +163,7 @@ export declare const zksyncSepoliaTestnet: {
160
163
  } | {
161
164
  blockHash: `0x${string}` | null;
162
165
  blockNumber: bigint | null;
166
+ blockTimestamp?: bigint | undefined;
163
167
  from: import("abitype").Address;
164
168
  gas: bigint;
165
169
  hash: import("../../index.js").Hash;
@@ -187,6 +191,7 @@ export declare const zksyncSepoliaTestnet: {
187
191
  } | {
188
192
  blockHash: `0x${string}` | null;
189
193
  blockNumber: bigint | null;
194
+ blockTimestamp?: bigint | undefined;
190
195
  from: import("abitype").Address;
191
196
  gas: bigint;
192
197
  hash: import("../../index.js").Hash;
@@ -214,6 +219,7 @@ export declare const zksyncSepoliaTestnet: {
214
219
  } | {
215
220
  blockHash: `0x${string}` | null;
216
221
  blockNumber: bigint | null;
222
+ blockTimestamp?: bigint | undefined;
217
223
  from: import("abitype").Address;
218
224
  gas: bigint;
219
225
  hash: import("../../index.js").Hash;
@@ -237,6 +243,7 @@ export declare const zksyncSepoliaTestnet: {
237
243
  } | {
238
244
  blockHash: `0x${string}` | null;
239
245
  blockNumber: bigint | null;
246
+ blockTimestamp?: bigint | undefined;
240
247
  from: import("abitype").Address;
241
248
  gas: bigint;
242
249
  hash: import("../../index.js").Hash;
@@ -269,9 +276,9 @@ export declare const zksyncSepoliaTestnet: {
269
276
  from: import("abitype").Address;
270
277
  blockHash: import("../../index.js").Hash;
271
278
  blockNumber: bigint;
279
+ blockTimestamp?: bigint | undefined;
272
280
  transactionIndex: number;
273
281
  status: "success" | "reverted";
274
- blockTimestamp?: bigint | undefined;
275
282
  transactionHash: import("../../index.js").Hash;
276
283
  logsBloom: import("../../index.js").Hex;
277
284
  blobGasUsed?: bigint | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"zksyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B/B,CAAA"}
1
+ {"version":3,"file":"zksyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zksyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8B/B,CAAA"}
@@ -110,6 +110,7 @@ export declare const zora: {
110
110
  format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
111
111
  blockHash: `0x${string}` | null;
112
112
  blockNumber: bigint | null;
113
+ blockTimestamp?: bigint | undefined;
113
114
  from: import("abitype").Address;
114
115
  gas: bigint;
115
116
  hash: import("../../index.js").Hash;
@@ -142,6 +143,7 @@ export declare const zora: {
142
143
  value: bigint;
143
144
  blockHash: `0x${string}` | null;
144
145
  blockNumber: bigint | null;
146
+ blockTimestamp?: bigint | undefined;
145
147
  hash: import("../../index.js").Hash;
146
148
  input: import("../../index.js").Hex;
147
149
  transactionIndex: number | null;
@@ -162,6 +164,7 @@ export declare const zora: {
162
164
  } | {
163
165
  blockHash: `0x${string}` | null;
164
166
  blockNumber: bigint | null;
167
+ blockTimestamp?: bigint | undefined;
165
168
  from: import("abitype").Address;
166
169
  gas: bigint;
167
170
  hash: import("../../index.js").Hash;
@@ -190,6 +193,7 @@ export declare const zora: {
190
193
  } | {
191
194
  blockHash: `0x${string}` | null;
192
195
  blockNumber: bigint | null;
196
+ blockTimestamp?: bigint | undefined;
193
197
  from: import("abitype").Address;
194
198
  gas: bigint;
195
199
  hash: import("../../index.js").Hash;
@@ -218,6 +222,7 @@ export declare const zora: {
218
222
  } | {
219
223
  blockHash: `0x${string}` | null;
220
224
  blockNumber: bigint | null;
225
+ blockTimestamp?: bigint | undefined;
221
226
  from: import("abitype").Address;
222
227
  gas: bigint;
223
228
  hash: import("../../index.js").Hash;
@@ -246,6 +251,7 @@ export declare const zora: {
246
251
  } | {
247
252
  blockHash: `0x${string}` | null;
248
253
  blockNumber: bigint | null;
254
+ blockTimestamp?: bigint | undefined;
249
255
  from: import("abitype").Address;
250
256
  gas: bigint;
251
257
  hash: import("../../index.js").Hash;
@@ -1 +1 @@
1
- {"version":3,"file":"zora.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zora.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDf,CAAA"}
1
+ {"version":3,"file":"zora.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zora.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkDf,CAAA"}
@@ -105,6 +105,7 @@ export declare const zoraSepolia: {
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 zoraSepolia: {
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 zoraSepolia: {
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 zoraSepolia: {
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 zoraSepolia: {
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 zoraSepolia: {
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":"zoraSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CtB,CAAA"}
1
+ {"version":3,"file":"zoraSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zoraSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CtB,CAAA"}