@centrifuge/sdk 0.0.0-alpha.0

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