tempo.ts 0.0.0 → 0.0.2

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 (153) hide show
  1. package/README.md +92 -0
  2. package/dist/chains.d.ts +1477 -0
  3. package/dist/chains.d.ts.map +1 -0
  4. package/dist/chains.js +43 -0
  5. package/dist/chains.js.map +1 -0
  6. package/dist/index.d.ts +2 -0
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +2 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/internal/types.d.ts +284 -0
  11. package/dist/internal/types.d.ts.map +1 -0
  12. package/dist/internal/types.js +2 -0
  13. package/dist/internal/types.js.map +1 -0
  14. package/dist/ox/TokenId.d.ts +18 -0
  15. package/dist/ox/TokenId.d.ts.map +1 -0
  16. package/dist/ox/TokenId.js +29 -0
  17. package/dist/ox/TokenId.js.map +1 -0
  18. package/dist/ox/TokenRole.d.ts +11 -0
  19. package/dist/ox/TokenRole.d.ts.map +1 -0
  20. package/dist/ox/TokenRole.js +22 -0
  21. package/dist/ox/TokenRole.js.map +1 -0
  22. package/dist/ox/Transaction.d.ts +161 -0
  23. package/dist/ox/Transaction.d.ts.map +1 -0
  24. package/dist/ox/Transaction.js +117 -0
  25. package/dist/ox/Transaction.js.map +1 -0
  26. package/dist/ox/TransactionEnvelopeFeeToken.d.ts +393 -0
  27. package/dist/ox/TransactionEnvelopeFeeToken.d.ts.map +1 -0
  28. package/dist/ox/TransactionEnvelopeFeeToken.js +452 -0
  29. package/dist/ox/TransactionEnvelopeFeeToken.js.map +1 -0
  30. package/dist/ox/TransactionRequest.d.ts +62 -0
  31. package/dist/ox/TransactionRequest.d.ts.map +1 -0
  32. package/dist/ox/TransactionRequest.js +66 -0
  33. package/dist/ox/TransactionRequest.js.map +1 -0
  34. package/dist/ox/index.d.ts +5 -0
  35. package/dist/ox/index.d.ts.map +1 -0
  36. package/dist/ox/index.js +5 -0
  37. package/dist/ox/index.js.map +1 -0
  38. package/dist/prool/Instance.d.ts +92 -0
  39. package/dist/prool/Instance.d.ts.map +1 -0
  40. package/dist/prool/Instance.js +96 -0
  41. package/dist/prool/Instance.js.map +1 -0
  42. package/dist/prool/index.d.ts +2 -0
  43. package/dist/prool/index.d.ts.map +1 -0
  44. package/dist/prool/index.js +2 -0
  45. package/dist/prool/index.js.map +1 -0
  46. package/dist/viem/abis.d.ts +2058 -0
  47. package/dist/viem/abis.d.ts.map +1 -0
  48. package/dist/viem/abis.js +1599 -0
  49. package/dist/viem/abis.js.map +1 -0
  50. package/dist/viem/actions/amm.d.ts +2091 -0
  51. package/dist/viem/actions/amm.d.ts.map +1 -0
  52. package/dist/viem/actions/amm.js +876 -0
  53. package/dist/viem/actions/amm.js.map +1 -0
  54. package/dist/viem/actions/fee.d.ts +727 -0
  55. package/dist/viem/actions/fee.d.ts.map +1 -0
  56. package/dist/viem/actions/fee.js +230 -0
  57. package/dist/viem/actions/fee.js.map +1 -0
  58. package/dist/viem/actions/index.d.ts +5 -0
  59. package/dist/viem/actions/index.d.ts.map +1 -0
  60. package/dist/viem/actions/index.js +5 -0
  61. package/dist/viem/actions/index.js.map +1 -0
  62. package/dist/viem/actions/policy.d.ts +1900 -0
  63. package/dist/viem/actions/policy.d.ts.map +1 -0
  64. package/dist/viem/actions/policy.js +841 -0
  65. package/dist/viem/actions/policy.js.map +1 -0
  66. package/dist/viem/actions/token.d.ts +13759 -0
  67. package/dist/viem/actions/token.d.ts.map +1 -0
  68. package/dist/viem/actions/token.js +2579 -0
  69. package/dist/viem/actions/token.js.map +1 -0
  70. package/dist/viem/addresses.d.ts +8 -0
  71. package/dist/viem/addresses.d.ts.map +1 -0
  72. package/dist/viem/addresses.js +8 -0
  73. package/dist/viem/addresses.js.map +1 -0
  74. package/dist/viem/chain.d.ts +341 -0
  75. package/dist/viem/chain.d.ts.map +1 -0
  76. package/dist/viem/chain.js +22 -0
  77. package/dist/viem/chain.js.map +1 -0
  78. package/dist/viem/client.d.ts +27 -0
  79. package/dist/viem/client.d.ts.map +1 -0
  80. package/dist/viem/client.js +28 -0
  81. package/dist/viem/client.js.map +1 -0
  82. package/dist/viem/decorator.d.ts +1636 -0
  83. package/dist/viem/decorator.d.ts.map +1 -0
  84. package/dist/viem/decorator.js +95 -0
  85. package/dist/viem/decorator.js.map +1 -0
  86. package/dist/viem/formatters.d.ts +4 -0
  87. package/dist/viem/formatters.d.ts.map +1 -0
  88. package/dist/viem/formatters.js +69 -0
  89. package/dist/viem/formatters.js.map +1 -0
  90. package/dist/viem/index.d.ts +10 -0
  91. package/dist/viem/index.d.ts.map +1 -0
  92. package/dist/viem/index.js +10 -0
  93. package/dist/viem/index.js.map +1 -0
  94. package/dist/viem/transaction.d.ts +54 -0
  95. package/dist/viem/transaction.d.ts.map +1 -0
  96. package/dist/viem/transaction.js +108 -0
  97. package/dist/viem/transaction.js.map +1 -0
  98. package/dist/viem/transport.d.ts +16 -0
  99. package/dist/viem/transport.d.ts.map +1 -0
  100. package/dist/viem/transport.js +33 -0
  101. package/dist/viem/transport.js.map +1 -0
  102. package/dist/viem/types.d.ts +10 -0
  103. package/dist/viem/types.d.ts.map +1 -0
  104. package/dist/viem/types.js +2 -0
  105. package/dist/viem/types.js.map +1 -0
  106. package/dist/viem/utils.d.ts +8 -0
  107. package/dist/viem/utils.d.ts.map +1 -0
  108. package/dist/viem/utils.js +9 -0
  109. package/dist/viem/utils.js.map +1 -0
  110. package/package.json +100 -2
  111. package/src/chains.ts +46 -0
  112. package/src/index.ts +1 -0
  113. package/src/internal/types.ts +414 -0
  114. package/src/ox/TokenId.test.ts +29 -0
  115. package/src/ox/TokenId.ts +35 -0
  116. package/src/ox/TokenRole.test.ts +20 -0
  117. package/src/ox/TokenRole.ts +27 -0
  118. package/src/ox/Transaction.test.ts +257 -0
  119. package/src/ox/Transaction.ts +247 -0
  120. package/src/ox/TransactionEnvelopeFeeToken.test.ts +1119 -0
  121. package/src/ox/TransactionEnvelopeFeeToken.ts +717 -0
  122. package/src/ox/TransactionRequest.ts +100 -0
  123. package/src/ox/index.ts +4 -0
  124. package/src/prool/Instance.test.ts +43 -0
  125. package/src/prool/Instance.ts +190 -0
  126. package/src/prool/index.ts +1 -0
  127. package/src/prool/internal/chain.json +106 -0
  128. package/src/prool/internal/consensus.toml +32 -0
  129. package/src/viem/abis.ts +1606 -0
  130. package/src/viem/actions/amm.test.ts +425 -0
  131. package/src/viem/actions/amm.ts +1308 -0
  132. package/src/viem/actions/fee.test.ts +281 -0
  133. package/src/viem/actions/fee.ts +362 -0
  134. package/src/viem/actions/index.ts +4 -0
  135. package/src/viem/actions/policy.test.ts +514 -0
  136. package/src/viem/actions/policy.ts +1284 -0
  137. package/src/viem/actions/token.test.ts +2172 -0
  138. package/src/viem/actions/token.ts +3830 -0
  139. package/src/viem/addresses.ts +10 -0
  140. package/src/viem/chain.ts +27 -0
  141. package/src/viem/client.bench-d.ts +8 -0
  142. package/src/viem/client.test.ts +152 -0
  143. package/src/viem/client.ts +91 -0
  144. package/src/viem/decorator.bench-d.ts +11 -0
  145. package/src/viem/decorator.test.ts +35 -0
  146. package/src/viem/decorator.ts +1914 -0
  147. package/src/viem/e2e.test.ts +410 -0
  148. package/src/viem/formatters.ts +100 -0
  149. package/src/viem/index.ts +9 -0
  150. package/src/viem/transaction.ts +253 -0
  151. package/src/viem/transport.ts +47 -0
  152. package/src/viem/types.ts +55 -0
  153. package/src/viem/utils.ts +37 -0
@@ -0,0 +1,1477 @@
1
+ export declare const tempoAdagietto: {
2
+ blockExplorers?: {
3
+ [key: string]: {
4
+ name: string;
5
+ url: string;
6
+ apiUrl?: string | undefined;
7
+ };
8
+ default: {
9
+ name: string;
10
+ url: string;
11
+ apiUrl?: string | undefined;
12
+ };
13
+ } | undefined | undefined;
14
+ blockTime: number;
15
+ contracts: {
16
+ multicall3: {
17
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
18
+ blockCreated: number;
19
+ };
20
+ };
21
+ ensTlds?: readonly string[] | undefined;
22
+ id: 1337;
23
+ name: "Tempo";
24
+ nativeCurrency: {
25
+ readonly name: "USD";
26
+ readonly symbol: "USD";
27
+ readonly decimals: 18;
28
+ };
29
+ experimental_preconfirmationTime?: number | undefined | undefined;
30
+ rpcUrls: {
31
+ readonly default: {
32
+ readonly http: readonly ["https://rpc-adagietto.tempoxyz.dev"];
33
+ };
34
+ };
35
+ sourceId?: number | undefined | undefined;
36
+ testnet?: boolean | undefined | undefined;
37
+ custom?: Record<string, unknown> | undefined;
38
+ fees?: import("viem").ChainFees<undefined> | undefined;
39
+ formatters: {
40
+ transaction: {
41
+ exclude: [] | undefined;
42
+ format: (args: import("./viem/transaction.js").TransactionRpc, action?: string | undefined) => ({
43
+ input: import("viem").Hex;
44
+ from: import("abitype").Address;
45
+ gas: bigint;
46
+ nonce: number;
47
+ to: import("abitype").Address | null;
48
+ value: bigint;
49
+ r: import("viem").Hex;
50
+ s: import("viem").Hex;
51
+ v: bigint;
52
+ blockHash: `0x${string}` | null;
53
+ blockNumber: bigint | null;
54
+ hash: import("viem").Hash;
55
+ transactionIndex: number | null;
56
+ typeHex: import("viem").Hex | null;
57
+ accessList?: undefined | undefined;
58
+ authorizationList?: undefined | undefined;
59
+ blobVersionedHashes?: undefined | undefined;
60
+ chainId?: number | undefined;
61
+ yParity?: undefined | undefined;
62
+ type: "legacy";
63
+ gasPrice: bigint;
64
+ maxFeePerBlobGas?: undefined | undefined;
65
+ maxFeePerGas?: undefined | undefined;
66
+ maxPriorityFeePerGas?: undefined | undefined;
67
+ feeToken?: undefined;
68
+ feePayerSignature?: undefined;
69
+ feePayer?: undefined;
70
+ } | {
71
+ blockHash: `0x${string}` | null;
72
+ blockNumber: bigint | null;
73
+ from: import("abitype").Address;
74
+ gas: bigint;
75
+ hash: import("viem").Hash;
76
+ input: import("viem").Hex;
77
+ nonce: number;
78
+ r: import("viem").Hex;
79
+ s: import("viem").Hex;
80
+ to: import("abitype").Address | null;
81
+ transactionIndex: number | null;
82
+ typeHex: import("viem").Hex | null;
83
+ v: bigint;
84
+ value: bigint;
85
+ yParity: number;
86
+ accessList: import("viem").AccessList;
87
+ authorizationList?: undefined | undefined;
88
+ blobVersionedHashes?: undefined | undefined;
89
+ chainId: number;
90
+ type: "eip2930";
91
+ gasPrice: bigint;
92
+ maxFeePerBlobGas?: undefined | undefined;
93
+ maxFeePerGas?: undefined | undefined;
94
+ maxPriorityFeePerGas?: undefined | undefined;
95
+ feeToken?: undefined;
96
+ feePayerSignature?: undefined;
97
+ feePayer?: undefined;
98
+ } | {
99
+ blockHash: `0x${string}` | null;
100
+ blockNumber: bigint | null;
101
+ from: import("abitype").Address;
102
+ gas: bigint;
103
+ hash: import("viem").Hash;
104
+ input: import("viem").Hex;
105
+ nonce: number;
106
+ r: import("viem").Hex;
107
+ s: import("viem").Hex;
108
+ to: import("abitype").Address | null;
109
+ transactionIndex: number | null;
110
+ typeHex: import("viem").Hex | null;
111
+ v: bigint;
112
+ value: bigint;
113
+ yParity: number;
114
+ accessList: import("viem").AccessList;
115
+ authorizationList?: undefined | undefined;
116
+ blobVersionedHashes?: undefined | undefined;
117
+ chainId: number;
118
+ type: "eip1559";
119
+ gasPrice?: undefined | undefined;
120
+ maxFeePerBlobGas?: undefined | undefined;
121
+ maxFeePerGas: bigint;
122
+ maxPriorityFeePerGas: bigint;
123
+ feeToken?: undefined;
124
+ feePayerSignature?: undefined;
125
+ feePayer?: undefined;
126
+ } | {
127
+ blockHash: `0x${string}` | null;
128
+ blockNumber: bigint | null;
129
+ from: import("abitype").Address;
130
+ gas: bigint;
131
+ hash: import("viem").Hash;
132
+ input: import("viem").Hex;
133
+ nonce: number;
134
+ r: import("viem").Hex;
135
+ s: import("viem").Hex;
136
+ to: import("abitype").Address | null;
137
+ transactionIndex: number | null;
138
+ typeHex: import("viem").Hex | null;
139
+ v: bigint;
140
+ value: bigint;
141
+ yParity: number;
142
+ accessList: import("viem").AccessList;
143
+ authorizationList?: undefined | undefined;
144
+ blobVersionedHashes: readonly import("viem").Hex[];
145
+ chainId: number;
146
+ type: "eip4844";
147
+ gasPrice?: undefined | undefined;
148
+ maxFeePerBlobGas: bigint;
149
+ maxFeePerGas: bigint;
150
+ maxPriorityFeePerGas: bigint;
151
+ feeToken?: undefined;
152
+ feePayerSignature?: undefined;
153
+ feePayer?: undefined;
154
+ } | {
155
+ blockHash: `0x${string}` | null;
156
+ blockNumber: bigint | null;
157
+ from: import("abitype").Address;
158
+ gas: bigint;
159
+ hash: import("viem").Hash;
160
+ input: import("viem").Hex;
161
+ nonce: number;
162
+ r: import("viem").Hex;
163
+ s: import("viem").Hex;
164
+ to: import("abitype").Address | null;
165
+ transactionIndex: number | null;
166
+ typeHex: import("viem").Hex | null;
167
+ v: bigint;
168
+ value: bigint;
169
+ yParity: number;
170
+ accessList: import("viem").AccessList;
171
+ authorizationList: import("viem").SignedAuthorizationList;
172
+ blobVersionedHashes?: undefined | undefined;
173
+ chainId: number;
174
+ type: "eip7702";
175
+ gasPrice?: undefined | undefined;
176
+ maxFeePerBlobGas?: undefined | undefined;
177
+ maxFeePerGas: bigint;
178
+ maxPriorityFeePerGas: bigint;
179
+ feeToken?: undefined;
180
+ feePayerSignature?: undefined;
181
+ feePayer?: undefined;
182
+ } | {
183
+ blockHash: `0x${string}` | null;
184
+ blockNumber: bigint | null;
185
+ from: import("abitype").Address;
186
+ gas: bigint;
187
+ hash: import("viem").Hash;
188
+ input: import("viem").Hex;
189
+ nonce: number;
190
+ r: import("viem").Hex;
191
+ s: import("viem").Hex;
192
+ to: import("abitype").Address | null;
193
+ transactionIndex: number | null;
194
+ typeHex: import("viem").Hex | null;
195
+ v: bigint;
196
+ value: bigint;
197
+ yParity: number;
198
+ accessList: import("viem").AccessList;
199
+ authorizationList: import("viem").SignedAuthorizationList;
200
+ chainId: number;
201
+ feeToken?: `0x${string}` | undefined;
202
+ feePayer?: `0x${string}` | undefined;
203
+ feePayerSignature?: import("viem").Signature | undefined;
204
+ type: "feeToken";
205
+ gasPrice?: undefined | undefined;
206
+ maxFeePerBlobGas?: undefined | undefined;
207
+ maxFeePerGas: bigint;
208
+ maxPriorityFeePerGas: bigint;
209
+ blobVersionedHashes?: undefined;
210
+ }) & {};
211
+ type: "transaction";
212
+ };
213
+ transactionRequest: {
214
+ exclude: [] | undefined;
215
+ format: (args: import("./viem/transaction.js").TransactionRequest, action?: string | undefined) => ({
216
+ data?: `0x${string}` | undefined;
217
+ from?: `0x${string}` | undefined;
218
+ gas?: `0x${string}` | undefined;
219
+ nonce?: `0x${string}` | undefined;
220
+ to?: `0x${string}` | null | undefined;
221
+ type?: "0x0" | undefined;
222
+ value?: `0x${string}` | undefined;
223
+ gasPrice?: `0x${string}` | undefined;
224
+ maxFeePerBlobGas?: undefined | undefined;
225
+ maxFeePerGas?: undefined | undefined;
226
+ maxPriorityFeePerGas?: undefined | undefined;
227
+ accessList?: undefined;
228
+ authorizationList?: undefined;
229
+ blobVersionedHashes?: undefined;
230
+ blobs?: undefined;
231
+ kzg?: undefined;
232
+ sidecars?: undefined;
233
+ feeToken?: undefined;
234
+ feePayer?: undefined;
235
+ calls?: undefined;
236
+ } | {
237
+ data?: `0x${string}` | undefined;
238
+ from?: `0x${string}` | undefined;
239
+ gas?: `0x${string}` | undefined;
240
+ nonce?: `0x${string}` | undefined;
241
+ to?: `0x${string}` | null | undefined;
242
+ type?: "0x1" | undefined;
243
+ value?: `0x${string}` | undefined;
244
+ gasPrice?: `0x${string}` | undefined;
245
+ maxFeePerBlobGas?: undefined | undefined;
246
+ maxFeePerGas?: undefined | undefined;
247
+ maxPriorityFeePerGas?: undefined | undefined;
248
+ accessList?: import("viem").AccessList | undefined;
249
+ authorizationList?: undefined;
250
+ blobVersionedHashes?: undefined;
251
+ blobs?: undefined;
252
+ kzg?: undefined;
253
+ sidecars?: undefined;
254
+ feeToken?: undefined;
255
+ feePayer?: undefined;
256
+ calls?: undefined;
257
+ } | {
258
+ data?: `0x${string}` | undefined;
259
+ from?: `0x${string}` | undefined;
260
+ gas?: `0x${string}` | undefined;
261
+ nonce?: `0x${string}` | undefined;
262
+ to?: `0x${string}` | null | undefined;
263
+ type?: "0x2" | undefined;
264
+ value?: `0x${string}` | undefined;
265
+ gasPrice?: undefined | undefined;
266
+ maxFeePerBlobGas?: undefined | undefined;
267
+ maxFeePerGas?: `0x${string}` | undefined;
268
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
269
+ accessList?: import("viem").AccessList | undefined;
270
+ authorizationList?: undefined;
271
+ blobVersionedHashes?: undefined;
272
+ blobs?: undefined;
273
+ kzg?: undefined;
274
+ sidecars?: undefined;
275
+ feeToken?: undefined;
276
+ feePayer?: undefined;
277
+ calls?: undefined;
278
+ } | {
279
+ data?: `0x${string}` | undefined;
280
+ from?: `0x${string}` | undefined;
281
+ gas?: `0x${string}` | undefined;
282
+ nonce?: `0x${string}` | undefined;
283
+ type?: "0x3" | undefined;
284
+ value?: `0x${string}` | undefined;
285
+ to: `0x${string}` | null;
286
+ gasPrice?: undefined | undefined;
287
+ maxFeePerBlobGas?: `0x${string}` | undefined;
288
+ maxFeePerGas?: `0x${string}` | undefined;
289
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
290
+ accessList?: import("viem").AccessList | undefined;
291
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
292
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
293
+ blobVersionedHashes: readonly import("viem").Hex[];
294
+ kzg?: undefined;
295
+ authorizationList?: undefined;
296
+ feeToken?: undefined;
297
+ feePayer?: undefined;
298
+ calls?: undefined;
299
+ } | {
300
+ data?: `0x${string}` | undefined;
301
+ from?: `0x${string}` | undefined;
302
+ gas?: `0x${string}` | undefined;
303
+ nonce?: `0x${string}` | undefined;
304
+ type?: "0x3" | undefined;
305
+ value?: `0x${string}` | undefined;
306
+ to: `0x${string}` | null;
307
+ gasPrice?: undefined | undefined;
308
+ maxFeePerBlobGas?: `0x${string}` | undefined;
309
+ maxFeePerGas?: `0x${string}` | undefined;
310
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
311
+ accessList?: import("viem").AccessList | undefined;
312
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
313
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
314
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
315
+ kzg?: import("viem").Kzg | undefined;
316
+ authorizationList?: undefined;
317
+ feeToken?: undefined;
318
+ feePayer?: undefined;
319
+ calls?: undefined;
320
+ } | {
321
+ data?: `0x${string}` | undefined;
322
+ from?: `0x${string}` | undefined;
323
+ gas?: `0x${string}` | undefined;
324
+ nonce?: `0x${string}` | undefined;
325
+ to?: `0x${string}` | null | undefined;
326
+ type?: "0x4" | undefined;
327
+ value?: `0x${string}` | undefined;
328
+ accessList?: import("viem").AccessList | undefined;
329
+ maxFeePerGas?: `0x${string}` | undefined;
330
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
331
+ gasPrice?: undefined | undefined;
332
+ maxFeePerBlobGas?: undefined | undefined;
333
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
334
+ blobVersionedHashes?: undefined;
335
+ blobs?: undefined;
336
+ kzg?: undefined;
337
+ sidecars?: undefined;
338
+ feeToken?: undefined;
339
+ feePayer?: undefined;
340
+ calls?: undefined;
341
+ } | {
342
+ data?: `0x${string}` | undefined;
343
+ from?: `0x${string}` | undefined;
344
+ gas?: `0x${string}` | undefined;
345
+ nonce?: `0x${string}` | undefined;
346
+ to?: `0x${string}` | null | undefined;
347
+ type?: "0x77" | undefined;
348
+ value?: `0x${string}` | undefined;
349
+ gasPrice?: undefined | undefined;
350
+ maxFeePerBlobGas?: undefined | undefined;
351
+ maxFeePerGas?: `0x${string}` | undefined;
352
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
353
+ accessList?: import("viem").AccessList | undefined;
354
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
355
+ calls?: readonly import("ox/erc7821/Calls").Call<bigint>[] | undefined;
356
+ feePayer?: true | import("viem").Account | undefined;
357
+ feeToken?: bigint | `0x${string}` | undefined;
358
+ blobVersionedHashes?: undefined;
359
+ blobs?: undefined;
360
+ kzg?: undefined;
361
+ sidecars?: undefined;
362
+ }) & {};
363
+ type: "transactionRequest";
364
+ };
365
+ };
366
+ serializers: {
367
+ transaction: typeof import("./viem/transaction.js").serializeTransaction;
368
+ };
369
+ };
370
+ export declare const tempoLento: {
371
+ blockExplorers?: {
372
+ [key: string]: {
373
+ name: string;
374
+ url: string;
375
+ apiUrl?: string | undefined;
376
+ };
377
+ default: {
378
+ name: string;
379
+ url: string;
380
+ apiUrl?: string | undefined;
381
+ };
382
+ } | undefined | undefined;
383
+ blockTime: number;
384
+ contracts: {
385
+ multicall3: {
386
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
387
+ blockCreated: number;
388
+ };
389
+ };
390
+ ensTlds?: readonly string[] | undefined;
391
+ id: 4246;
392
+ name: "Tempo";
393
+ nativeCurrency: {
394
+ readonly name: "USD";
395
+ readonly symbol: "USD";
396
+ readonly decimals: 18;
397
+ };
398
+ experimental_preconfirmationTime?: number | undefined | undefined;
399
+ rpcUrls: {
400
+ readonly default: {
401
+ readonly http: readonly ["https://rpc-lento.tempoxyz.dev"];
402
+ };
403
+ };
404
+ sourceId?: number | undefined | undefined;
405
+ testnet?: boolean | undefined | undefined;
406
+ custom?: Record<string, unknown> | undefined;
407
+ fees?: import("viem").ChainFees<undefined> | undefined;
408
+ formatters: {
409
+ transaction: {
410
+ exclude: [] | undefined;
411
+ format: (args: import("./viem/transaction.js").TransactionRpc, action?: string | undefined) => ({
412
+ input: import("viem").Hex;
413
+ from: import("abitype").Address;
414
+ gas: bigint;
415
+ nonce: number;
416
+ to: import("abitype").Address | null;
417
+ value: bigint;
418
+ r: import("viem").Hex;
419
+ s: import("viem").Hex;
420
+ v: bigint;
421
+ blockHash: `0x${string}` | null;
422
+ blockNumber: bigint | null;
423
+ hash: import("viem").Hash;
424
+ transactionIndex: number | null;
425
+ typeHex: import("viem").Hex | null;
426
+ accessList?: undefined | undefined;
427
+ authorizationList?: undefined | undefined;
428
+ blobVersionedHashes?: undefined | undefined;
429
+ chainId?: number | undefined;
430
+ yParity?: undefined | undefined;
431
+ type: "legacy";
432
+ gasPrice: bigint;
433
+ maxFeePerBlobGas?: undefined | undefined;
434
+ maxFeePerGas?: undefined | undefined;
435
+ maxPriorityFeePerGas?: undefined | undefined;
436
+ feeToken?: undefined;
437
+ feePayerSignature?: undefined;
438
+ feePayer?: undefined;
439
+ } | {
440
+ blockHash: `0x${string}` | null;
441
+ blockNumber: bigint | null;
442
+ from: import("abitype").Address;
443
+ gas: bigint;
444
+ hash: import("viem").Hash;
445
+ input: import("viem").Hex;
446
+ nonce: number;
447
+ r: import("viem").Hex;
448
+ s: import("viem").Hex;
449
+ to: import("abitype").Address | null;
450
+ transactionIndex: number | null;
451
+ typeHex: import("viem").Hex | null;
452
+ v: bigint;
453
+ value: bigint;
454
+ yParity: number;
455
+ accessList: import("viem").AccessList;
456
+ authorizationList?: undefined | undefined;
457
+ blobVersionedHashes?: undefined | undefined;
458
+ chainId: number;
459
+ type: "eip2930";
460
+ gasPrice: bigint;
461
+ maxFeePerBlobGas?: undefined | undefined;
462
+ maxFeePerGas?: undefined | undefined;
463
+ maxPriorityFeePerGas?: undefined | undefined;
464
+ feeToken?: undefined;
465
+ feePayerSignature?: undefined;
466
+ feePayer?: undefined;
467
+ } | {
468
+ blockHash: `0x${string}` | null;
469
+ blockNumber: bigint | null;
470
+ from: import("abitype").Address;
471
+ gas: bigint;
472
+ hash: import("viem").Hash;
473
+ input: import("viem").Hex;
474
+ nonce: number;
475
+ r: import("viem").Hex;
476
+ s: import("viem").Hex;
477
+ to: import("abitype").Address | null;
478
+ transactionIndex: number | null;
479
+ typeHex: import("viem").Hex | null;
480
+ v: bigint;
481
+ value: bigint;
482
+ yParity: number;
483
+ accessList: import("viem").AccessList;
484
+ authorizationList?: undefined | undefined;
485
+ blobVersionedHashes?: undefined | undefined;
486
+ chainId: number;
487
+ type: "eip1559";
488
+ gasPrice?: undefined | undefined;
489
+ maxFeePerBlobGas?: undefined | undefined;
490
+ maxFeePerGas: bigint;
491
+ maxPriorityFeePerGas: bigint;
492
+ feeToken?: undefined;
493
+ feePayerSignature?: undefined;
494
+ feePayer?: undefined;
495
+ } | {
496
+ blockHash: `0x${string}` | null;
497
+ blockNumber: bigint | null;
498
+ from: import("abitype").Address;
499
+ gas: bigint;
500
+ hash: import("viem").Hash;
501
+ input: import("viem").Hex;
502
+ nonce: number;
503
+ r: import("viem").Hex;
504
+ s: import("viem").Hex;
505
+ to: import("abitype").Address | null;
506
+ transactionIndex: number | null;
507
+ typeHex: import("viem").Hex | null;
508
+ v: bigint;
509
+ value: bigint;
510
+ yParity: number;
511
+ accessList: import("viem").AccessList;
512
+ authorizationList?: undefined | undefined;
513
+ blobVersionedHashes: readonly import("viem").Hex[];
514
+ chainId: number;
515
+ type: "eip4844";
516
+ gasPrice?: undefined | undefined;
517
+ maxFeePerBlobGas: bigint;
518
+ maxFeePerGas: bigint;
519
+ maxPriorityFeePerGas: bigint;
520
+ feeToken?: undefined;
521
+ feePayerSignature?: undefined;
522
+ feePayer?: undefined;
523
+ } | {
524
+ blockHash: `0x${string}` | null;
525
+ blockNumber: bigint | null;
526
+ from: import("abitype").Address;
527
+ gas: bigint;
528
+ hash: import("viem").Hash;
529
+ input: import("viem").Hex;
530
+ nonce: number;
531
+ r: import("viem").Hex;
532
+ s: import("viem").Hex;
533
+ to: import("abitype").Address | null;
534
+ transactionIndex: number | null;
535
+ typeHex: import("viem").Hex | null;
536
+ v: bigint;
537
+ value: bigint;
538
+ yParity: number;
539
+ accessList: import("viem").AccessList;
540
+ authorizationList: import("viem").SignedAuthorizationList;
541
+ blobVersionedHashes?: undefined | undefined;
542
+ chainId: number;
543
+ type: "eip7702";
544
+ gasPrice?: undefined | undefined;
545
+ maxFeePerBlobGas?: undefined | undefined;
546
+ maxFeePerGas: bigint;
547
+ maxPriorityFeePerGas: bigint;
548
+ feeToken?: undefined;
549
+ feePayerSignature?: undefined;
550
+ feePayer?: undefined;
551
+ } | {
552
+ blockHash: `0x${string}` | null;
553
+ blockNumber: bigint | null;
554
+ from: import("abitype").Address;
555
+ gas: bigint;
556
+ hash: import("viem").Hash;
557
+ input: import("viem").Hex;
558
+ nonce: number;
559
+ r: import("viem").Hex;
560
+ s: import("viem").Hex;
561
+ to: import("abitype").Address | null;
562
+ transactionIndex: number | null;
563
+ typeHex: import("viem").Hex | null;
564
+ v: bigint;
565
+ value: bigint;
566
+ yParity: number;
567
+ accessList: import("viem").AccessList;
568
+ authorizationList: import("viem").SignedAuthorizationList;
569
+ chainId: number;
570
+ feeToken?: `0x${string}` | undefined;
571
+ feePayer?: `0x${string}` | undefined;
572
+ feePayerSignature?: import("viem").Signature | undefined;
573
+ type: "feeToken";
574
+ gasPrice?: undefined | undefined;
575
+ maxFeePerBlobGas?: undefined | undefined;
576
+ maxFeePerGas: bigint;
577
+ maxPriorityFeePerGas: bigint;
578
+ blobVersionedHashes?: undefined;
579
+ }) & {};
580
+ type: "transaction";
581
+ };
582
+ transactionRequest: {
583
+ exclude: [] | undefined;
584
+ format: (args: import("./viem/transaction.js").TransactionRequest, action?: string | undefined) => ({
585
+ data?: `0x${string}` | undefined;
586
+ from?: `0x${string}` | undefined;
587
+ gas?: `0x${string}` | undefined;
588
+ nonce?: `0x${string}` | undefined;
589
+ to?: `0x${string}` | null | undefined;
590
+ type?: "0x0" | undefined;
591
+ value?: `0x${string}` | undefined;
592
+ gasPrice?: `0x${string}` | undefined;
593
+ maxFeePerBlobGas?: undefined | undefined;
594
+ maxFeePerGas?: undefined | undefined;
595
+ maxPriorityFeePerGas?: undefined | undefined;
596
+ accessList?: undefined;
597
+ authorizationList?: undefined;
598
+ blobVersionedHashes?: undefined;
599
+ blobs?: undefined;
600
+ kzg?: undefined;
601
+ sidecars?: undefined;
602
+ feeToken?: undefined;
603
+ feePayer?: undefined;
604
+ calls?: undefined;
605
+ } | {
606
+ data?: `0x${string}` | undefined;
607
+ from?: `0x${string}` | undefined;
608
+ gas?: `0x${string}` | undefined;
609
+ nonce?: `0x${string}` | undefined;
610
+ to?: `0x${string}` | null | undefined;
611
+ type?: "0x1" | undefined;
612
+ value?: `0x${string}` | undefined;
613
+ gasPrice?: `0x${string}` | undefined;
614
+ maxFeePerBlobGas?: undefined | undefined;
615
+ maxFeePerGas?: undefined | undefined;
616
+ maxPriorityFeePerGas?: undefined | undefined;
617
+ accessList?: import("viem").AccessList | undefined;
618
+ authorizationList?: undefined;
619
+ blobVersionedHashes?: undefined;
620
+ blobs?: undefined;
621
+ kzg?: undefined;
622
+ sidecars?: undefined;
623
+ feeToken?: undefined;
624
+ feePayer?: undefined;
625
+ calls?: undefined;
626
+ } | {
627
+ data?: `0x${string}` | undefined;
628
+ from?: `0x${string}` | undefined;
629
+ gas?: `0x${string}` | undefined;
630
+ nonce?: `0x${string}` | undefined;
631
+ to?: `0x${string}` | null | undefined;
632
+ type?: "0x2" | undefined;
633
+ value?: `0x${string}` | undefined;
634
+ gasPrice?: undefined | undefined;
635
+ maxFeePerBlobGas?: undefined | undefined;
636
+ maxFeePerGas?: `0x${string}` | undefined;
637
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
638
+ accessList?: import("viem").AccessList | undefined;
639
+ authorizationList?: undefined;
640
+ blobVersionedHashes?: undefined;
641
+ blobs?: undefined;
642
+ kzg?: undefined;
643
+ sidecars?: undefined;
644
+ feeToken?: undefined;
645
+ feePayer?: undefined;
646
+ calls?: undefined;
647
+ } | {
648
+ data?: `0x${string}` | undefined;
649
+ from?: `0x${string}` | undefined;
650
+ gas?: `0x${string}` | undefined;
651
+ nonce?: `0x${string}` | undefined;
652
+ type?: "0x3" | undefined;
653
+ value?: `0x${string}` | undefined;
654
+ to: `0x${string}` | null;
655
+ gasPrice?: undefined | undefined;
656
+ maxFeePerBlobGas?: `0x${string}` | undefined;
657
+ maxFeePerGas?: `0x${string}` | undefined;
658
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
659
+ accessList?: import("viem").AccessList | undefined;
660
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
661
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
662
+ blobVersionedHashes: readonly import("viem").Hex[];
663
+ kzg?: undefined;
664
+ authorizationList?: undefined;
665
+ feeToken?: undefined;
666
+ feePayer?: undefined;
667
+ calls?: undefined;
668
+ } | {
669
+ data?: `0x${string}` | undefined;
670
+ from?: `0x${string}` | undefined;
671
+ gas?: `0x${string}` | undefined;
672
+ nonce?: `0x${string}` | undefined;
673
+ type?: "0x3" | undefined;
674
+ value?: `0x${string}` | undefined;
675
+ to: `0x${string}` | null;
676
+ gasPrice?: undefined | undefined;
677
+ maxFeePerBlobGas?: `0x${string}` | undefined;
678
+ maxFeePerGas?: `0x${string}` | undefined;
679
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
680
+ accessList?: import("viem").AccessList | undefined;
681
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
682
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
683
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
684
+ kzg?: import("viem").Kzg | undefined;
685
+ authorizationList?: undefined;
686
+ feeToken?: undefined;
687
+ feePayer?: undefined;
688
+ calls?: undefined;
689
+ } | {
690
+ data?: `0x${string}` | undefined;
691
+ from?: `0x${string}` | undefined;
692
+ gas?: `0x${string}` | undefined;
693
+ nonce?: `0x${string}` | undefined;
694
+ to?: `0x${string}` | null | undefined;
695
+ type?: "0x4" | undefined;
696
+ value?: `0x${string}` | undefined;
697
+ accessList?: import("viem").AccessList | undefined;
698
+ maxFeePerGas?: `0x${string}` | undefined;
699
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
700
+ gasPrice?: undefined | undefined;
701
+ maxFeePerBlobGas?: undefined | undefined;
702
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
703
+ blobVersionedHashes?: undefined;
704
+ blobs?: undefined;
705
+ kzg?: undefined;
706
+ sidecars?: undefined;
707
+ feeToken?: undefined;
708
+ feePayer?: undefined;
709
+ calls?: undefined;
710
+ } | {
711
+ data?: `0x${string}` | undefined;
712
+ from?: `0x${string}` | undefined;
713
+ gas?: `0x${string}` | undefined;
714
+ nonce?: `0x${string}` | undefined;
715
+ to?: `0x${string}` | null | undefined;
716
+ type?: "0x77" | undefined;
717
+ value?: `0x${string}` | undefined;
718
+ gasPrice?: undefined | undefined;
719
+ maxFeePerBlobGas?: undefined | undefined;
720
+ maxFeePerGas?: `0x${string}` | undefined;
721
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
722
+ accessList?: import("viem").AccessList | undefined;
723
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
724
+ calls?: readonly import("ox/erc7821/Calls").Call<bigint>[] | undefined;
725
+ feePayer?: true | import("viem").Account | undefined;
726
+ feeToken?: bigint | `0x${string}` | undefined;
727
+ blobVersionedHashes?: undefined;
728
+ blobs?: undefined;
729
+ kzg?: undefined;
730
+ sidecars?: undefined;
731
+ }) & {};
732
+ type: "transactionRequest";
733
+ };
734
+ };
735
+ serializers: {
736
+ transaction: typeof import("./viem/transaction.js").serializeTransaction;
737
+ };
738
+ };
739
+ export declare const tempoLocal: {
740
+ blockExplorers?: {
741
+ [key: string]: {
742
+ name: string;
743
+ url: string;
744
+ apiUrl?: string | undefined;
745
+ };
746
+ default: {
747
+ name: string;
748
+ url: string;
749
+ apiUrl?: string | undefined;
750
+ };
751
+ } | undefined | undefined;
752
+ blockTime: number;
753
+ contracts: {
754
+ multicall3: {
755
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
756
+ blockCreated: number;
757
+ };
758
+ };
759
+ ensTlds?: readonly string[] | undefined;
760
+ id: 1337;
761
+ name: "Tempo";
762
+ nativeCurrency: {
763
+ readonly name: "USD";
764
+ readonly symbol: "USD";
765
+ readonly decimals: 18;
766
+ };
767
+ experimental_preconfirmationTime?: number | undefined | undefined;
768
+ rpcUrls: {
769
+ readonly default: {
770
+ readonly http: readonly ["http://localhost:8545"];
771
+ };
772
+ };
773
+ sourceId?: number | undefined | undefined;
774
+ testnet?: boolean | undefined | undefined;
775
+ custom?: Record<string, unknown> | undefined;
776
+ fees?: import("viem").ChainFees<undefined> | undefined;
777
+ formatters: {
778
+ transaction: {
779
+ exclude: [] | undefined;
780
+ format: (args: import("./viem/transaction.js").TransactionRpc, action?: string | undefined) => ({
781
+ input: import("viem").Hex;
782
+ from: import("abitype").Address;
783
+ gas: bigint;
784
+ nonce: number;
785
+ to: import("abitype").Address | null;
786
+ value: bigint;
787
+ r: import("viem").Hex;
788
+ s: import("viem").Hex;
789
+ v: bigint;
790
+ blockHash: `0x${string}` | null;
791
+ blockNumber: bigint | null;
792
+ hash: import("viem").Hash;
793
+ transactionIndex: number | null;
794
+ typeHex: import("viem").Hex | null;
795
+ accessList?: undefined | undefined;
796
+ authorizationList?: undefined | undefined;
797
+ blobVersionedHashes?: undefined | undefined;
798
+ chainId?: number | undefined;
799
+ yParity?: undefined | undefined;
800
+ type: "legacy";
801
+ gasPrice: bigint;
802
+ maxFeePerBlobGas?: undefined | undefined;
803
+ maxFeePerGas?: undefined | undefined;
804
+ maxPriorityFeePerGas?: undefined | undefined;
805
+ feeToken?: undefined;
806
+ feePayerSignature?: undefined;
807
+ feePayer?: undefined;
808
+ } | {
809
+ blockHash: `0x${string}` | null;
810
+ blockNumber: bigint | null;
811
+ from: import("abitype").Address;
812
+ gas: bigint;
813
+ hash: import("viem").Hash;
814
+ input: import("viem").Hex;
815
+ nonce: number;
816
+ r: import("viem").Hex;
817
+ s: import("viem").Hex;
818
+ to: import("abitype").Address | null;
819
+ transactionIndex: number | null;
820
+ typeHex: import("viem").Hex | null;
821
+ v: bigint;
822
+ value: bigint;
823
+ yParity: number;
824
+ accessList: import("viem").AccessList;
825
+ authorizationList?: undefined | undefined;
826
+ blobVersionedHashes?: undefined | undefined;
827
+ chainId: number;
828
+ type: "eip2930";
829
+ gasPrice: bigint;
830
+ maxFeePerBlobGas?: undefined | undefined;
831
+ maxFeePerGas?: undefined | undefined;
832
+ maxPriorityFeePerGas?: undefined | undefined;
833
+ feeToken?: undefined;
834
+ feePayerSignature?: undefined;
835
+ feePayer?: undefined;
836
+ } | {
837
+ blockHash: `0x${string}` | null;
838
+ blockNumber: bigint | null;
839
+ from: import("abitype").Address;
840
+ gas: bigint;
841
+ hash: import("viem").Hash;
842
+ input: import("viem").Hex;
843
+ nonce: number;
844
+ r: import("viem").Hex;
845
+ s: import("viem").Hex;
846
+ to: import("abitype").Address | null;
847
+ transactionIndex: number | null;
848
+ typeHex: import("viem").Hex | null;
849
+ v: bigint;
850
+ value: bigint;
851
+ yParity: number;
852
+ accessList: import("viem").AccessList;
853
+ authorizationList?: undefined | undefined;
854
+ blobVersionedHashes?: undefined | undefined;
855
+ chainId: number;
856
+ type: "eip1559";
857
+ gasPrice?: undefined | undefined;
858
+ maxFeePerBlobGas?: undefined | undefined;
859
+ maxFeePerGas: bigint;
860
+ maxPriorityFeePerGas: bigint;
861
+ feeToken?: undefined;
862
+ feePayerSignature?: undefined;
863
+ feePayer?: undefined;
864
+ } | {
865
+ blockHash: `0x${string}` | null;
866
+ blockNumber: bigint | null;
867
+ from: import("abitype").Address;
868
+ gas: bigint;
869
+ hash: import("viem").Hash;
870
+ input: import("viem").Hex;
871
+ nonce: number;
872
+ r: import("viem").Hex;
873
+ s: import("viem").Hex;
874
+ to: import("abitype").Address | null;
875
+ transactionIndex: number | null;
876
+ typeHex: import("viem").Hex | null;
877
+ v: bigint;
878
+ value: bigint;
879
+ yParity: number;
880
+ accessList: import("viem").AccessList;
881
+ authorizationList?: undefined | undefined;
882
+ blobVersionedHashes: readonly import("viem").Hex[];
883
+ chainId: number;
884
+ type: "eip4844";
885
+ gasPrice?: undefined | undefined;
886
+ maxFeePerBlobGas: bigint;
887
+ maxFeePerGas: bigint;
888
+ maxPriorityFeePerGas: bigint;
889
+ feeToken?: undefined;
890
+ feePayerSignature?: undefined;
891
+ feePayer?: undefined;
892
+ } | {
893
+ blockHash: `0x${string}` | null;
894
+ blockNumber: bigint | null;
895
+ from: import("abitype").Address;
896
+ gas: bigint;
897
+ hash: import("viem").Hash;
898
+ input: import("viem").Hex;
899
+ nonce: number;
900
+ r: import("viem").Hex;
901
+ s: import("viem").Hex;
902
+ to: import("abitype").Address | null;
903
+ transactionIndex: number | null;
904
+ typeHex: import("viem").Hex | null;
905
+ v: bigint;
906
+ value: bigint;
907
+ yParity: number;
908
+ accessList: import("viem").AccessList;
909
+ authorizationList: import("viem").SignedAuthorizationList;
910
+ blobVersionedHashes?: undefined | undefined;
911
+ chainId: number;
912
+ type: "eip7702";
913
+ gasPrice?: undefined | undefined;
914
+ maxFeePerBlobGas?: undefined | undefined;
915
+ maxFeePerGas: bigint;
916
+ maxPriorityFeePerGas: bigint;
917
+ feeToken?: undefined;
918
+ feePayerSignature?: undefined;
919
+ feePayer?: undefined;
920
+ } | {
921
+ blockHash: `0x${string}` | null;
922
+ blockNumber: bigint | null;
923
+ from: import("abitype").Address;
924
+ gas: bigint;
925
+ hash: import("viem").Hash;
926
+ input: import("viem").Hex;
927
+ nonce: number;
928
+ r: import("viem").Hex;
929
+ s: import("viem").Hex;
930
+ to: import("abitype").Address | null;
931
+ transactionIndex: number | null;
932
+ typeHex: import("viem").Hex | null;
933
+ v: bigint;
934
+ value: bigint;
935
+ yParity: number;
936
+ accessList: import("viem").AccessList;
937
+ authorizationList: import("viem").SignedAuthorizationList;
938
+ chainId: number;
939
+ feeToken?: `0x${string}` | undefined;
940
+ feePayer?: `0x${string}` | undefined;
941
+ feePayerSignature?: import("viem").Signature | undefined;
942
+ type: "feeToken";
943
+ gasPrice?: undefined | undefined;
944
+ maxFeePerBlobGas?: undefined | undefined;
945
+ maxFeePerGas: bigint;
946
+ maxPriorityFeePerGas: bigint;
947
+ blobVersionedHashes?: undefined;
948
+ }) & {};
949
+ type: "transaction";
950
+ };
951
+ transactionRequest: {
952
+ exclude: [] | undefined;
953
+ format: (args: import("./viem/transaction.js").TransactionRequest, action?: string | undefined) => ({
954
+ data?: `0x${string}` | undefined;
955
+ from?: `0x${string}` | undefined;
956
+ gas?: `0x${string}` | undefined;
957
+ nonce?: `0x${string}` | undefined;
958
+ to?: `0x${string}` | null | undefined;
959
+ type?: "0x0" | undefined;
960
+ value?: `0x${string}` | undefined;
961
+ gasPrice?: `0x${string}` | undefined;
962
+ maxFeePerBlobGas?: undefined | undefined;
963
+ maxFeePerGas?: undefined | undefined;
964
+ maxPriorityFeePerGas?: undefined | undefined;
965
+ accessList?: undefined;
966
+ authorizationList?: undefined;
967
+ blobVersionedHashes?: undefined;
968
+ blobs?: undefined;
969
+ kzg?: undefined;
970
+ sidecars?: undefined;
971
+ feeToken?: undefined;
972
+ feePayer?: undefined;
973
+ calls?: undefined;
974
+ } | {
975
+ data?: `0x${string}` | undefined;
976
+ from?: `0x${string}` | undefined;
977
+ gas?: `0x${string}` | undefined;
978
+ nonce?: `0x${string}` | undefined;
979
+ to?: `0x${string}` | null | undefined;
980
+ type?: "0x1" | undefined;
981
+ value?: `0x${string}` | undefined;
982
+ gasPrice?: `0x${string}` | undefined;
983
+ maxFeePerBlobGas?: undefined | undefined;
984
+ maxFeePerGas?: undefined | undefined;
985
+ maxPriorityFeePerGas?: undefined | undefined;
986
+ accessList?: import("viem").AccessList | undefined;
987
+ authorizationList?: undefined;
988
+ blobVersionedHashes?: undefined;
989
+ blobs?: undefined;
990
+ kzg?: undefined;
991
+ sidecars?: undefined;
992
+ feeToken?: undefined;
993
+ feePayer?: undefined;
994
+ calls?: undefined;
995
+ } | {
996
+ data?: `0x${string}` | undefined;
997
+ from?: `0x${string}` | undefined;
998
+ gas?: `0x${string}` | undefined;
999
+ nonce?: `0x${string}` | undefined;
1000
+ to?: `0x${string}` | null | undefined;
1001
+ type?: "0x2" | undefined;
1002
+ value?: `0x${string}` | undefined;
1003
+ gasPrice?: undefined | undefined;
1004
+ maxFeePerBlobGas?: undefined | undefined;
1005
+ maxFeePerGas?: `0x${string}` | undefined;
1006
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1007
+ accessList?: import("viem").AccessList | undefined;
1008
+ authorizationList?: undefined;
1009
+ blobVersionedHashes?: undefined;
1010
+ blobs?: undefined;
1011
+ kzg?: undefined;
1012
+ sidecars?: undefined;
1013
+ feeToken?: undefined;
1014
+ feePayer?: undefined;
1015
+ calls?: undefined;
1016
+ } | {
1017
+ data?: `0x${string}` | undefined;
1018
+ from?: `0x${string}` | undefined;
1019
+ gas?: `0x${string}` | undefined;
1020
+ nonce?: `0x${string}` | undefined;
1021
+ type?: "0x3" | undefined;
1022
+ value?: `0x${string}` | undefined;
1023
+ to: `0x${string}` | null;
1024
+ gasPrice?: undefined | undefined;
1025
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1026
+ maxFeePerGas?: `0x${string}` | undefined;
1027
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1028
+ accessList?: import("viem").AccessList | undefined;
1029
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1030
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1031
+ blobVersionedHashes: readonly import("viem").Hex[];
1032
+ kzg?: undefined;
1033
+ authorizationList?: undefined;
1034
+ feeToken?: undefined;
1035
+ feePayer?: undefined;
1036
+ calls?: undefined;
1037
+ } | {
1038
+ data?: `0x${string}` | undefined;
1039
+ from?: `0x${string}` | undefined;
1040
+ gas?: `0x${string}` | undefined;
1041
+ nonce?: `0x${string}` | undefined;
1042
+ type?: "0x3" | undefined;
1043
+ value?: `0x${string}` | undefined;
1044
+ to: `0x${string}` | null;
1045
+ gasPrice?: undefined | undefined;
1046
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1047
+ maxFeePerGas?: `0x${string}` | undefined;
1048
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1049
+ accessList?: import("viem").AccessList | undefined;
1050
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1051
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
1052
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1053
+ kzg?: import("viem").Kzg | undefined;
1054
+ authorizationList?: undefined;
1055
+ feeToken?: undefined;
1056
+ feePayer?: undefined;
1057
+ calls?: undefined;
1058
+ } | {
1059
+ data?: `0x${string}` | undefined;
1060
+ from?: `0x${string}` | undefined;
1061
+ gas?: `0x${string}` | undefined;
1062
+ nonce?: `0x${string}` | undefined;
1063
+ to?: `0x${string}` | null | undefined;
1064
+ type?: "0x4" | undefined;
1065
+ value?: `0x${string}` | undefined;
1066
+ accessList?: import("viem").AccessList | undefined;
1067
+ maxFeePerGas?: `0x${string}` | undefined;
1068
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1069
+ gasPrice?: undefined | undefined;
1070
+ maxFeePerBlobGas?: undefined | undefined;
1071
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
1072
+ blobVersionedHashes?: undefined;
1073
+ blobs?: undefined;
1074
+ kzg?: undefined;
1075
+ sidecars?: undefined;
1076
+ feeToken?: undefined;
1077
+ feePayer?: undefined;
1078
+ calls?: undefined;
1079
+ } | {
1080
+ data?: `0x${string}` | undefined;
1081
+ from?: `0x${string}` | undefined;
1082
+ gas?: `0x${string}` | undefined;
1083
+ nonce?: `0x${string}` | undefined;
1084
+ to?: `0x${string}` | null | undefined;
1085
+ type?: "0x77" | undefined;
1086
+ value?: `0x${string}` | undefined;
1087
+ gasPrice?: undefined | undefined;
1088
+ maxFeePerBlobGas?: undefined | undefined;
1089
+ maxFeePerGas?: `0x${string}` | undefined;
1090
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1091
+ accessList?: import("viem").AccessList | undefined;
1092
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
1093
+ calls?: readonly import("ox/erc7821/Calls").Call<bigint>[] | undefined;
1094
+ feePayer?: true | import("viem").Account | undefined;
1095
+ feeToken?: bigint | `0x${string}` | undefined;
1096
+ blobVersionedHashes?: undefined;
1097
+ blobs?: undefined;
1098
+ kzg?: undefined;
1099
+ sidecars?: undefined;
1100
+ }) & {};
1101
+ type: "transactionRequest";
1102
+ };
1103
+ };
1104
+ serializers: {
1105
+ transaction: typeof import("./viem/transaction.js").serializeTransaction;
1106
+ };
1107
+ };
1108
+ export declare const tempo: {
1109
+ blockExplorers?: {
1110
+ [key: string]: {
1111
+ name: string;
1112
+ url: string;
1113
+ apiUrl?: string | undefined;
1114
+ };
1115
+ default: {
1116
+ name: string;
1117
+ url: string;
1118
+ apiUrl?: string | undefined;
1119
+ };
1120
+ } | undefined | undefined;
1121
+ blockTime: number;
1122
+ contracts: {
1123
+ multicall3: {
1124
+ address: "0xca11bde05977b3631167028862be2a173976ca11";
1125
+ blockCreated: number;
1126
+ };
1127
+ };
1128
+ ensTlds?: readonly string[] | undefined;
1129
+ id: 4246;
1130
+ name: "Tempo";
1131
+ nativeCurrency: {
1132
+ readonly name: "USD";
1133
+ readonly symbol: "USD";
1134
+ readonly decimals: 18;
1135
+ };
1136
+ experimental_preconfirmationTime?: number | undefined | undefined;
1137
+ rpcUrls: {
1138
+ readonly default: {
1139
+ readonly http: readonly ["https://rpc-lento.tempoxyz.dev"];
1140
+ };
1141
+ };
1142
+ sourceId?: number | undefined | undefined;
1143
+ testnet?: boolean | undefined | undefined;
1144
+ custom?: Record<string, unknown> | undefined;
1145
+ fees?: import("viem").ChainFees<undefined> | undefined;
1146
+ formatters: {
1147
+ transaction: {
1148
+ exclude: [] | undefined;
1149
+ format: (args: import("./viem/transaction.js").TransactionRpc, action?: string | undefined) => ({
1150
+ input: import("viem").Hex;
1151
+ from: import("abitype").Address;
1152
+ gas: bigint;
1153
+ nonce: number;
1154
+ to: import("abitype").Address | null;
1155
+ value: bigint;
1156
+ r: import("viem").Hex;
1157
+ s: import("viem").Hex;
1158
+ v: bigint;
1159
+ blockHash: `0x${string}` | null;
1160
+ blockNumber: bigint | null;
1161
+ hash: import("viem").Hash;
1162
+ transactionIndex: number | null;
1163
+ typeHex: import("viem").Hex | null;
1164
+ accessList?: undefined | undefined;
1165
+ authorizationList?: undefined | undefined;
1166
+ blobVersionedHashes?: undefined | undefined;
1167
+ chainId?: number | undefined;
1168
+ yParity?: undefined | undefined;
1169
+ type: "legacy";
1170
+ gasPrice: bigint;
1171
+ maxFeePerBlobGas?: undefined | undefined;
1172
+ maxFeePerGas?: undefined | undefined;
1173
+ maxPriorityFeePerGas?: undefined | undefined;
1174
+ feeToken?: undefined;
1175
+ feePayerSignature?: undefined;
1176
+ feePayer?: undefined;
1177
+ } | {
1178
+ blockHash: `0x${string}` | null;
1179
+ blockNumber: bigint | null;
1180
+ from: import("abitype").Address;
1181
+ gas: bigint;
1182
+ hash: import("viem").Hash;
1183
+ input: import("viem").Hex;
1184
+ nonce: number;
1185
+ r: import("viem").Hex;
1186
+ s: import("viem").Hex;
1187
+ to: import("abitype").Address | null;
1188
+ transactionIndex: number | null;
1189
+ typeHex: import("viem").Hex | null;
1190
+ v: bigint;
1191
+ value: bigint;
1192
+ yParity: number;
1193
+ accessList: import("viem").AccessList;
1194
+ authorizationList?: undefined | undefined;
1195
+ blobVersionedHashes?: undefined | undefined;
1196
+ chainId: number;
1197
+ type: "eip2930";
1198
+ gasPrice: bigint;
1199
+ maxFeePerBlobGas?: undefined | undefined;
1200
+ maxFeePerGas?: undefined | undefined;
1201
+ maxPriorityFeePerGas?: undefined | undefined;
1202
+ feeToken?: undefined;
1203
+ feePayerSignature?: undefined;
1204
+ feePayer?: undefined;
1205
+ } | {
1206
+ blockHash: `0x${string}` | null;
1207
+ blockNumber: bigint | null;
1208
+ from: import("abitype").Address;
1209
+ gas: bigint;
1210
+ hash: import("viem").Hash;
1211
+ input: import("viem").Hex;
1212
+ nonce: number;
1213
+ r: import("viem").Hex;
1214
+ s: import("viem").Hex;
1215
+ to: import("abitype").Address | null;
1216
+ transactionIndex: number | null;
1217
+ typeHex: import("viem").Hex | null;
1218
+ v: bigint;
1219
+ value: bigint;
1220
+ yParity: number;
1221
+ accessList: import("viem").AccessList;
1222
+ authorizationList?: undefined | undefined;
1223
+ blobVersionedHashes?: undefined | undefined;
1224
+ chainId: number;
1225
+ type: "eip1559";
1226
+ gasPrice?: undefined | undefined;
1227
+ maxFeePerBlobGas?: undefined | undefined;
1228
+ maxFeePerGas: bigint;
1229
+ maxPriorityFeePerGas: bigint;
1230
+ feeToken?: undefined;
1231
+ feePayerSignature?: undefined;
1232
+ feePayer?: undefined;
1233
+ } | {
1234
+ blockHash: `0x${string}` | null;
1235
+ blockNumber: bigint | null;
1236
+ from: import("abitype").Address;
1237
+ gas: bigint;
1238
+ hash: import("viem").Hash;
1239
+ input: import("viem").Hex;
1240
+ nonce: number;
1241
+ r: import("viem").Hex;
1242
+ s: import("viem").Hex;
1243
+ to: import("abitype").Address | null;
1244
+ transactionIndex: number | null;
1245
+ typeHex: import("viem").Hex | null;
1246
+ v: bigint;
1247
+ value: bigint;
1248
+ yParity: number;
1249
+ accessList: import("viem").AccessList;
1250
+ authorizationList?: undefined | undefined;
1251
+ blobVersionedHashes: readonly import("viem").Hex[];
1252
+ chainId: number;
1253
+ type: "eip4844";
1254
+ gasPrice?: undefined | undefined;
1255
+ maxFeePerBlobGas: bigint;
1256
+ maxFeePerGas: bigint;
1257
+ maxPriorityFeePerGas: bigint;
1258
+ feeToken?: undefined;
1259
+ feePayerSignature?: undefined;
1260
+ feePayer?: undefined;
1261
+ } | {
1262
+ blockHash: `0x${string}` | null;
1263
+ blockNumber: bigint | null;
1264
+ from: import("abitype").Address;
1265
+ gas: bigint;
1266
+ hash: import("viem").Hash;
1267
+ input: import("viem").Hex;
1268
+ nonce: number;
1269
+ r: import("viem").Hex;
1270
+ s: import("viem").Hex;
1271
+ to: import("abitype").Address | null;
1272
+ transactionIndex: number | null;
1273
+ typeHex: import("viem").Hex | null;
1274
+ v: bigint;
1275
+ value: bigint;
1276
+ yParity: number;
1277
+ accessList: import("viem").AccessList;
1278
+ authorizationList: import("viem").SignedAuthorizationList;
1279
+ blobVersionedHashes?: undefined | undefined;
1280
+ chainId: number;
1281
+ type: "eip7702";
1282
+ gasPrice?: undefined | undefined;
1283
+ maxFeePerBlobGas?: undefined | undefined;
1284
+ maxFeePerGas: bigint;
1285
+ maxPriorityFeePerGas: bigint;
1286
+ feeToken?: undefined;
1287
+ feePayerSignature?: undefined;
1288
+ feePayer?: undefined;
1289
+ } | {
1290
+ blockHash: `0x${string}` | null;
1291
+ blockNumber: bigint | null;
1292
+ from: import("abitype").Address;
1293
+ gas: bigint;
1294
+ hash: import("viem").Hash;
1295
+ input: import("viem").Hex;
1296
+ nonce: number;
1297
+ r: import("viem").Hex;
1298
+ s: import("viem").Hex;
1299
+ to: import("abitype").Address | null;
1300
+ transactionIndex: number | null;
1301
+ typeHex: import("viem").Hex | null;
1302
+ v: bigint;
1303
+ value: bigint;
1304
+ yParity: number;
1305
+ accessList: import("viem").AccessList;
1306
+ authorizationList: import("viem").SignedAuthorizationList;
1307
+ chainId: number;
1308
+ feeToken?: `0x${string}` | undefined;
1309
+ feePayer?: `0x${string}` | undefined;
1310
+ feePayerSignature?: import("viem").Signature | undefined;
1311
+ type: "feeToken";
1312
+ gasPrice?: undefined | undefined;
1313
+ maxFeePerBlobGas?: undefined | undefined;
1314
+ maxFeePerGas: bigint;
1315
+ maxPriorityFeePerGas: bigint;
1316
+ blobVersionedHashes?: undefined;
1317
+ }) & {};
1318
+ type: "transaction";
1319
+ };
1320
+ transactionRequest: {
1321
+ exclude: [] | undefined;
1322
+ format: (args: import("./viem/transaction.js").TransactionRequest, action?: string | undefined) => ({
1323
+ data?: `0x${string}` | undefined;
1324
+ from?: `0x${string}` | undefined;
1325
+ gas?: `0x${string}` | undefined;
1326
+ nonce?: `0x${string}` | undefined;
1327
+ to?: `0x${string}` | null | undefined;
1328
+ type?: "0x0" | undefined;
1329
+ value?: `0x${string}` | undefined;
1330
+ gasPrice?: `0x${string}` | undefined;
1331
+ maxFeePerBlobGas?: undefined | undefined;
1332
+ maxFeePerGas?: undefined | undefined;
1333
+ maxPriorityFeePerGas?: undefined | undefined;
1334
+ accessList?: undefined;
1335
+ authorizationList?: undefined;
1336
+ blobVersionedHashes?: undefined;
1337
+ blobs?: undefined;
1338
+ kzg?: undefined;
1339
+ sidecars?: undefined;
1340
+ feeToken?: undefined;
1341
+ feePayer?: undefined;
1342
+ calls?: undefined;
1343
+ } | {
1344
+ data?: `0x${string}` | undefined;
1345
+ from?: `0x${string}` | undefined;
1346
+ gas?: `0x${string}` | undefined;
1347
+ nonce?: `0x${string}` | undefined;
1348
+ to?: `0x${string}` | null | undefined;
1349
+ type?: "0x1" | undefined;
1350
+ value?: `0x${string}` | undefined;
1351
+ gasPrice?: `0x${string}` | undefined;
1352
+ maxFeePerBlobGas?: undefined | undefined;
1353
+ maxFeePerGas?: undefined | undefined;
1354
+ maxPriorityFeePerGas?: undefined | undefined;
1355
+ accessList?: import("viem").AccessList | undefined;
1356
+ authorizationList?: undefined;
1357
+ blobVersionedHashes?: undefined;
1358
+ blobs?: undefined;
1359
+ kzg?: undefined;
1360
+ sidecars?: undefined;
1361
+ feeToken?: undefined;
1362
+ feePayer?: undefined;
1363
+ calls?: undefined;
1364
+ } | {
1365
+ data?: `0x${string}` | undefined;
1366
+ from?: `0x${string}` | undefined;
1367
+ gas?: `0x${string}` | undefined;
1368
+ nonce?: `0x${string}` | undefined;
1369
+ to?: `0x${string}` | null | undefined;
1370
+ type?: "0x2" | undefined;
1371
+ value?: `0x${string}` | undefined;
1372
+ gasPrice?: undefined | undefined;
1373
+ maxFeePerBlobGas?: undefined | undefined;
1374
+ maxFeePerGas?: `0x${string}` | undefined;
1375
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1376
+ accessList?: import("viem").AccessList | undefined;
1377
+ authorizationList?: undefined;
1378
+ blobVersionedHashes?: undefined;
1379
+ blobs?: undefined;
1380
+ kzg?: undefined;
1381
+ sidecars?: undefined;
1382
+ feeToken?: undefined;
1383
+ feePayer?: undefined;
1384
+ calls?: undefined;
1385
+ } | {
1386
+ data?: `0x${string}` | undefined;
1387
+ from?: `0x${string}` | undefined;
1388
+ gas?: `0x${string}` | undefined;
1389
+ nonce?: `0x${string}` | undefined;
1390
+ type?: "0x3" | undefined;
1391
+ value?: `0x${string}` | undefined;
1392
+ to: `0x${string}` | null;
1393
+ gasPrice?: undefined | undefined;
1394
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1395
+ maxFeePerGas?: `0x${string}` | undefined;
1396
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1397
+ accessList?: import("viem").AccessList | undefined;
1398
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1399
+ blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
1400
+ blobVersionedHashes: readonly import("viem").Hex[];
1401
+ kzg?: undefined;
1402
+ authorizationList?: undefined;
1403
+ feeToken?: undefined;
1404
+ feePayer?: undefined;
1405
+ calls?: undefined;
1406
+ } | {
1407
+ data?: `0x${string}` | undefined;
1408
+ from?: `0x${string}` | undefined;
1409
+ gas?: `0x${string}` | undefined;
1410
+ nonce?: `0x${string}` | undefined;
1411
+ type?: "0x3" | undefined;
1412
+ value?: `0x${string}` | undefined;
1413
+ to: `0x${string}` | null;
1414
+ gasPrice?: undefined | undefined;
1415
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1416
+ maxFeePerGas?: `0x${string}` | undefined;
1417
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1418
+ accessList?: import("viem").AccessList | undefined;
1419
+ sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
1420
+ blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
1421
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1422
+ kzg?: import("viem").Kzg | undefined;
1423
+ authorizationList?: undefined;
1424
+ feeToken?: undefined;
1425
+ feePayer?: undefined;
1426
+ calls?: undefined;
1427
+ } | {
1428
+ data?: `0x${string}` | undefined;
1429
+ from?: `0x${string}` | undefined;
1430
+ gas?: `0x${string}` | undefined;
1431
+ nonce?: `0x${string}` | undefined;
1432
+ to?: `0x${string}` | null | undefined;
1433
+ type?: "0x4" | undefined;
1434
+ value?: `0x${string}` | undefined;
1435
+ accessList?: import("viem").AccessList | undefined;
1436
+ maxFeePerGas?: `0x${string}` | undefined;
1437
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1438
+ gasPrice?: undefined | undefined;
1439
+ maxFeePerBlobGas?: undefined | undefined;
1440
+ authorizationList?: import("viem").RpcAuthorizationList | undefined;
1441
+ blobVersionedHashes?: undefined;
1442
+ blobs?: undefined;
1443
+ kzg?: undefined;
1444
+ sidecars?: undefined;
1445
+ feeToken?: undefined;
1446
+ feePayer?: undefined;
1447
+ calls?: undefined;
1448
+ } | {
1449
+ data?: `0x${string}` | undefined;
1450
+ from?: `0x${string}` | undefined;
1451
+ gas?: `0x${string}` | undefined;
1452
+ nonce?: `0x${string}` | undefined;
1453
+ to?: `0x${string}` | null | undefined;
1454
+ type?: "0x77" | undefined;
1455
+ value?: `0x${string}` | undefined;
1456
+ gasPrice?: undefined | undefined;
1457
+ maxFeePerBlobGas?: undefined | undefined;
1458
+ maxFeePerGas?: `0x${string}` | undefined;
1459
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1460
+ accessList?: import("viem").AccessList | undefined;
1461
+ authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
1462
+ calls?: readonly import("ox/erc7821/Calls").Call<bigint>[] | undefined;
1463
+ feePayer?: true | import("viem").Account | undefined;
1464
+ feeToken?: bigint | `0x${string}` | undefined;
1465
+ blobVersionedHashes?: undefined;
1466
+ blobs?: undefined;
1467
+ kzg?: undefined;
1468
+ sidecars?: undefined;
1469
+ }) & {};
1470
+ type: "transactionRequest";
1471
+ };
1472
+ };
1473
+ serializers: {
1474
+ transaction: typeof import("./viem/transaction.js").serializeTransaction;
1475
+ };
1476
+ };
1477
+ //# sourceMappingURL=chains.d.ts.map