@across-protocol/sdk 4.3.142-alpha.0 → 4.3.143-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 (88) hide show
  1. package/dist/cjs/src/utils/abi/typechain/Constants.d.ts +9 -1
  2. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.d.ts +859 -0
  3. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.js +3 -0
  4. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.js.map +1 -0
  5. package/dist/cjs/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  6. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  7. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  8. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js +19 -0
  9. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  10. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1097 -0
  11. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js +1442 -0
  12. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js.map +1 -0
  13. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  14. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +19 -0
  15. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  16. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  17. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +19 -0
  18. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  19. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +1 -0
  20. package/dist/cjs/src/utils/abi/typechain/factories/index.js +7 -5
  21. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  22. package/dist/cjs/src/utils/abi/typechain/index.d.ts +2 -0
  23. package/dist/cjs/src/utils/abi/typechain/index.js +7 -5
  24. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  25. package/dist/cjs/test/utils/getContractFactory.js +1 -1
  26. package/dist/cjs/test/utils/getContractFactory.js.map +1 -1
  27. package/dist/esm/src/utils/abi/typechain/Constants.d.ts +9 -1
  28. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.d.ts +859 -0
  29. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.js +2 -0
  30. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.js.map +1 -0
  31. package/dist/esm/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  32. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  33. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  34. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js +19 -0
  35. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  36. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1097 -0
  37. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js +1441 -0
  38. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js.map +1 -0
  39. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  40. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +19 -0
  41. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  42. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  43. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +19 -0
  44. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  45. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +1 -0
  46. package/dist/esm/src/utils/abi/typechain/factories/index.js +1 -0
  47. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  48. package/dist/esm/src/utils/abi/typechain/index.d.ts +2 -0
  49. package/dist/esm/src/utils/abi/typechain/index.js +1 -0
  50. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  51. package/dist/esm/test/utils/getContractFactory.js +1 -1
  52. package/dist/esm/test/utils/getContractFactory.js.map +1 -1
  53. package/dist/types/src/utils/abi/typechain/Constants.d.ts +9 -1
  54. package/dist/types/src/utils/abi/typechain/Constants.d.ts.map +1 -1
  55. package/dist/types/src/utils/abi/typechain/CounterfactualConfig.d.ts +860 -0
  56. package/dist/types/src/utils/abi/typechain/CounterfactualConfig.d.ts.map +1 -0
  57. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  58. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts.map +1 -1
  59. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  60. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -1
  61. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  62. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts.map +1 -1
  63. package/dist/types/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1098 -0
  64. package/dist/types/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts.map +1 -0
  65. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  66. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts.map +1 -1
  67. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  68. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -1
  69. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +1 -0
  70. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  71. package/dist/types/src/utils/abi/typechain/index.d.ts +2 -0
  72. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  73. package/package.json +2 -21
  74. package/scripts/stage-typechain-artifacts.cjs +1 -1
  75. package/src/utils/abi/contracts/Constants.json +19 -0
  76. package/src/utils/abi/contracts/CounterfactualConfig.json +1427 -0
  77. package/src/utils/abi/contracts/DeploymentUtils.json +19 -0
  78. package/src/utils/abi/contracts/HubPoolTestBase.json +19 -0
  79. package/src/utils/abi/typechain/Constants.ts +29 -0
  80. package/src/utils/abi/typechain/CounterfactualConfig.ts +2014 -0
  81. package/src/utils/abi/typechain/DeploymentUtils.ts +29 -0
  82. package/src/utils/abi/typechain/HubPoolTestBase.ts +29 -0
  83. package/src/utils/abi/typechain/factories/Constants__factory.ts +19 -0
  84. package/src/utils/abi/typechain/factories/CounterfactualConfig__factory.ts +1455 -0
  85. package/src/utils/abi/typechain/factories/DeploymentUtils__factory.ts +19 -0
  86. package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +19 -0
  87. package/src/utils/abi/typechain/factories/index.ts +1 -0
  88. package/src/utils/abi/typechain/index.ts +2 -0
@@ -0,0 +1,1427 @@
1
+ [
2
+ {
3
+ "type": "function",
4
+ "name": "FILL_DEADLINE_BUFFER",
5
+ "inputs": [],
6
+ "outputs": [
7
+ {
8
+ "name": "",
9
+ "type": "uint256",
10
+ "internalType": "uint256"
11
+ }
12
+ ],
13
+ "stateMutability": "view"
14
+ },
15
+ {
16
+ "type": "function",
17
+ "name": "IS_SCRIPT",
18
+ "inputs": [],
19
+ "outputs": [
20
+ {
21
+ "name": "",
22
+ "type": "bool",
23
+ "internalType": "bool"
24
+ }
25
+ ],
26
+ "stateMutability": "view"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "IS_TEST",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "",
35
+ "type": "bool",
36
+ "internalType": "bool"
37
+ }
38
+ ],
39
+ "stateMutability": "view"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "QUOTE_TIME_BUFFER",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "",
48
+ "type": "uint256",
49
+ "internalType": "uint256"
50
+ }
51
+ ],
52
+ "stateMutability": "view"
53
+ },
54
+ {
55
+ "type": "function",
56
+ "name": "deployNewProxy",
57
+ "inputs": [
58
+ {
59
+ "name": "contractName",
60
+ "type": "string",
61
+ "internalType": "string"
62
+ },
63
+ {
64
+ "name": "constructorArgs",
65
+ "type": "bytes",
66
+ "internalType": "bytes"
67
+ },
68
+ {
69
+ "name": "initArgs",
70
+ "type": "bytes",
71
+ "internalType": "bytes"
72
+ },
73
+ {
74
+ "name": "implementationOnly",
75
+ "type": "bool",
76
+ "internalType": "bool"
77
+ }
78
+ ],
79
+ "outputs": [
80
+ {
81
+ "name": "result",
82
+ "type": "tuple",
83
+ "internalType": "struct DeploymentUtils.DeploymentResult",
84
+ "components": [
85
+ {
86
+ "name": "proxy",
87
+ "type": "address",
88
+ "internalType": "address"
89
+ },
90
+ {
91
+ "name": "implementation",
92
+ "type": "address",
93
+ "internalType": "address"
94
+ },
95
+ {
96
+ "name": "isNewProxy",
97
+ "type": "bool",
98
+ "internalType": "bool"
99
+ }
100
+ ]
101
+ }
102
+ ],
103
+ "stateMutability": "nonpayable"
104
+ },
105
+ {
106
+ "type": "function",
107
+ "name": "excludeArtifacts",
108
+ "inputs": [],
109
+ "outputs": [
110
+ {
111
+ "name": "excludedArtifacts_",
112
+ "type": "string[]",
113
+ "internalType": "string[]"
114
+ }
115
+ ],
116
+ "stateMutability": "view"
117
+ },
118
+ {
119
+ "type": "function",
120
+ "name": "excludeContracts",
121
+ "inputs": [],
122
+ "outputs": [
123
+ {
124
+ "name": "excludedContracts_",
125
+ "type": "address[]",
126
+ "internalType": "address[]"
127
+ }
128
+ ],
129
+ "stateMutability": "view"
130
+ },
131
+ {
132
+ "type": "function",
133
+ "name": "excludeSelectors",
134
+ "inputs": [],
135
+ "outputs": [
136
+ {
137
+ "name": "excludedSelectors_",
138
+ "type": "tuple[]",
139
+ "internalType": "struct StdInvariant.FuzzSelector[]",
140
+ "components": [
141
+ {
142
+ "name": "addr",
143
+ "type": "address",
144
+ "internalType": "address"
145
+ },
146
+ {
147
+ "name": "selectors",
148
+ "type": "bytes4[]",
149
+ "internalType": "bytes4[]"
150
+ }
151
+ ]
152
+ }
153
+ ],
154
+ "stateMutability": "view"
155
+ },
156
+ {
157
+ "type": "function",
158
+ "name": "excludeSenders",
159
+ "inputs": [],
160
+ "outputs": [
161
+ {
162
+ "name": "excludedSenders_",
163
+ "type": "address[]",
164
+ "internalType": "address[]"
165
+ }
166
+ ],
167
+ "stateMutability": "view"
168
+ },
169
+ {
170
+ "type": "function",
171
+ "name": "failed",
172
+ "inputs": [],
173
+ "outputs": [
174
+ {
175
+ "name": "",
176
+ "type": "bool",
177
+ "internalType": "bool"
178
+ }
179
+ ],
180
+ "stateMutability": "view"
181
+ },
182
+ {
183
+ "type": "function",
184
+ "name": "file",
185
+ "inputs": [],
186
+ "outputs": [
187
+ {
188
+ "name": "",
189
+ "type": "string",
190
+ "internalType": "string"
191
+ }
192
+ ],
193
+ "stateMutability": "view"
194
+ },
195
+ {
196
+ "type": "function",
197
+ "name": "getAddress",
198
+ "inputs": [
199
+ {
200
+ "name": "chainId",
201
+ "type": "uint256",
202
+ "internalType": "uint256"
203
+ },
204
+ {
205
+ "name": "contractName",
206
+ "type": "string",
207
+ "internalType": "string"
208
+ }
209
+ ],
210
+ "outputs": [
211
+ {
212
+ "name": "",
213
+ "type": "address",
214
+ "internalType": "address"
215
+ }
216
+ ],
217
+ "stateMutability": "view"
218
+ },
219
+ {
220
+ "type": "function",
221
+ "name": "getBlockNumber",
222
+ "inputs": [
223
+ {
224
+ "name": "chainId",
225
+ "type": "uint256",
226
+ "internalType": "uint256"
227
+ },
228
+ {
229
+ "name": "contractName",
230
+ "type": "string",
231
+ "internalType": "string"
232
+ }
233
+ ],
234
+ "outputs": [
235
+ {
236
+ "name": "",
237
+ "type": "uint256",
238
+ "internalType": "uint256"
239
+ }
240
+ ],
241
+ "stateMutability": "view"
242
+ },
243
+ {
244
+ "type": "function",
245
+ "name": "getChainFamily",
246
+ "inputs": [
247
+ {
248
+ "name": "chainId",
249
+ "type": "uint256",
250
+ "internalType": "uint256"
251
+ }
252
+ ],
253
+ "outputs": [
254
+ {
255
+ "name": "",
256
+ "type": "string",
257
+ "internalType": "string"
258
+ }
259
+ ],
260
+ "stateMutability": "view"
261
+ },
262
+ {
263
+ "type": "function",
264
+ "name": "getChainId",
265
+ "inputs": [
266
+ {
267
+ "name": "chainName",
268
+ "type": "string",
269
+ "internalType": "string"
270
+ }
271
+ ],
272
+ "outputs": [
273
+ {
274
+ "name": "",
275
+ "type": "uint256",
276
+ "internalType": "uint256"
277
+ }
278
+ ],
279
+ "stateMutability": "view"
280
+ },
281
+ {
282
+ "type": "function",
283
+ "name": "getChainIds",
284
+ "inputs": [],
285
+ "outputs": [
286
+ {
287
+ "name": "",
288
+ "type": "uint256[]",
289
+ "internalType": "uint256[]"
290
+ }
291
+ ],
292
+ "stateMutability": "view"
293
+ },
294
+ {
295
+ "type": "function",
296
+ "name": "getChainName",
297
+ "inputs": [
298
+ {
299
+ "name": "chainId",
300
+ "type": "uint256",
301
+ "internalType": "uint256"
302
+ }
303
+ ],
304
+ "outputs": [
305
+ {
306
+ "name": "",
307
+ "type": "string",
308
+ "internalType": "string"
309
+ }
310
+ ],
311
+ "stateMutability": "view"
312
+ },
313
+ {
314
+ "type": "function",
315
+ "name": "getCircleDomainId",
316
+ "inputs": [
317
+ {
318
+ "name": "chainId",
319
+ "type": "uint256",
320
+ "internalType": "uint256"
321
+ }
322
+ ],
323
+ "outputs": [
324
+ {
325
+ "name": "",
326
+ "type": "uint32",
327
+ "internalType": "uint32"
328
+ }
329
+ ],
330
+ "stateMutability": "view"
331
+ },
332
+ {
333
+ "type": "function",
334
+ "name": "getContractInfo",
335
+ "inputs": [
336
+ {
337
+ "name": "chainId",
338
+ "type": "uint256",
339
+ "internalType": "uint256"
340
+ },
341
+ {
342
+ "name": "contractName",
343
+ "type": "string",
344
+ "internalType": "string"
345
+ }
346
+ ],
347
+ "outputs": [
348
+ {
349
+ "name": "addr",
350
+ "type": "address",
351
+ "internalType": "address"
352
+ },
353
+ {
354
+ "name": "txHash",
355
+ "type": "string",
356
+ "internalType": "string"
357
+ },
358
+ {
359
+ "name": "blockNum",
360
+ "type": "uint256",
361
+ "internalType": "uint256"
362
+ }
363
+ ],
364
+ "stateMutability": "view"
365
+ },
366
+ {
367
+ "type": "function",
368
+ "name": "getContractNames",
369
+ "inputs": [
370
+ {
371
+ "name": "chainId",
372
+ "type": "uint256",
373
+ "internalType": "uint256"
374
+ }
375
+ ],
376
+ "outputs": [
377
+ {
378
+ "name": "",
379
+ "type": "string[]",
380
+ "internalType": "string[]"
381
+ }
382
+ ],
383
+ "stateMutability": "view"
384
+ },
385
+ {
386
+ "type": "function",
387
+ "name": "getDeployedAddress",
388
+ "inputs": [
389
+ {
390
+ "name": "contractName",
391
+ "type": "string",
392
+ "internalType": "string"
393
+ },
394
+ {
395
+ "name": "chainId",
396
+ "type": "uint256",
397
+ "internalType": "uint256"
398
+ },
399
+ {
400
+ "name": "throwOnError",
401
+ "type": "bool",
402
+ "internalType": "bool"
403
+ }
404
+ ],
405
+ "outputs": [
406
+ {
407
+ "name": "",
408
+ "type": "address",
409
+ "internalType": "address"
410
+ }
411
+ ],
412
+ "stateMutability": "view"
413
+ },
414
+ {
415
+ "type": "function",
416
+ "name": "getGeneratedAt",
417
+ "inputs": [],
418
+ "outputs": [
419
+ {
420
+ "name": "",
421
+ "type": "string",
422
+ "internalType": "string"
423
+ }
424
+ ],
425
+ "stateMutability": "view"
426
+ },
427
+ {
428
+ "type": "function",
429
+ "name": "getL1Addresses",
430
+ "inputs": [
431
+ {
432
+ "name": "chainId",
433
+ "type": "uint256",
434
+ "internalType": "uint256"
435
+ }
436
+ ],
437
+ "outputs": [
438
+ {
439
+ "name": "",
440
+ "type": "tuple",
441
+ "internalType": "struct Constants.L1Addresses",
442
+ "components": [
443
+ {
444
+ "name": "finder",
445
+ "type": "address",
446
+ "internalType": "address"
447
+ },
448
+ {
449
+ "name": "l1ArbitrumInbox",
450
+ "type": "address",
451
+ "internalType": "address"
452
+ },
453
+ {
454
+ "name": "l1ERC20GatewayRouter",
455
+ "type": "address",
456
+ "internalType": "address"
457
+ },
458
+ {
459
+ "name": "polygonRootChainManager",
460
+ "type": "address",
461
+ "internalType": "address"
462
+ },
463
+ {
464
+ "name": "polygonFxRoot",
465
+ "type": "address",
466
+ "internalType": "address"
467
+ },
468
+ {
469
+ "name": "polygonERC20Predicate",
470
+ "type": "address",
471
+ "internalType": "address"
472
+ },
473
+ {
474
+ "name": "polygonRegistry",
475
+ "type": "address",
476
+ "internalType": "address"
477
+ },
478
+ {
479
+ "name": "polygonDepositManager",
480
+ "type": "address",
481
+ "internalType": "address"
482
+ },
483
+ {
484
+ "name": "cctpTokenMessenger",
485
+ "type": "address",
486
+ "internalType": "address"
487
+ },
488
+ {
489
+ "name": "cctpV2TokenMessenger",
490
+ "type": "address",
491
+ "internalType": "address"
492
+ },
493
+ {
494
+ "name": "cctpMessageTransmitter",
495
+ "type": "address",
496
+ "internalType": "address"
497
+ },
498
+ {
499
+ "name": "lineaMessageService",
500
+ "type": "address",
501
+ "internalType": "address"
502
+ },
503
+ {
504
+ "name": "lineaTokenBridge",
505
+ "type": "address",
506
+ "internalType": "address"
507
+ },
508
+ {
509
+ "name": "scrollERC20GatewayRouter",
510
+ "type": "address",
511
+ "internalType": "address"
512
+ },
513
+ {
514
+ "name": "scrollMessengerRelay",
515
+ "type": "address",
516
+ "internalType": "address"
517
+ },
518
+ {
519
+ "name": "scrollGasPriceOracle",
520
+ "type": "address",
521
+ "internalType": "address"
522
+ },
523
+ {
524
+ "name": "blastYieldManager",
525
+ "type": "address",
526
+ "internalType": "address"
527
+ },
528
+ {
529
+ "name": "blastDaiRetriever",
530
+ "type": "address",
531
+ "internalType": "address"
532
+ },
533
+ {
534
+ "name": "adapterStore",
535
+ "type": "address",
536
+ "internalType": "address"
537
+ },
538
+ {
539
+ "name": "donationBox",
540
+ "type": "address",
541
+ "internalType": "address"
542
+ },
543
+ {
544
+ "name": "hubPoolStore",
545
+ "type": "address",
546
+ "internalType": "address"
547
+ },
548
+ {
549
+ "name": "zkBridgeHub",
550
+ "type": "address",
551
+ "internalType": "address"
552
+ },
553
+ {
554
+ "name": "zkUsdcSharedBridge_232",
555
+ "type": "address",
556
+ "internalType": "address"
557
+ },
558
+ {
559
+ "name": "zkUsdcSharedBridge_324",
560
+ "type": "address",
561
+ "internalType": "address"
562
+ }
563
+ ]
564
+ }
565
+ ],
566
+ "stateMutability": "view"
567
+ },
568
+ {
569
+ "type": "function",
570
+ "name": "getL2Address",
571
+ "inputs": [
572
+ {
573
+ "name": "chainId",
574
+ "type": "uint256",
575
+ "internalType": "uint256"
576
+ },
577
+ {
578
+ "name": "addressType",
579
+ "type": "string",
580
+ "internalType": "string"
581
+ }
582
+ ],
583
+ "outputs": [
584
+ {
585
+ "name": "",
586
+ "type": "address",
587
+ "internalType": "address"
588
+ }
589
+ ],
590
+ "stateMutability": "view"
591
+ },
592
+ {
593
+ "type": "function",
594
+ "name": "getOftEid",
595
+ "inputs": [
596
+ {
597
+ "name": "chainId",
598
+ "type": "uint256",
599
+ "internalType": "uint256"
600
+ }
601
+ ],
602
+ "outputs": [
603
+ {
604
+ "name": "",
605
+ "type": "uint256",
606
+ "internalType": "uint256"
607
+ }
608
+ ],
609
+ "stateMutability": "view"
610
+ },
611
+ {
612
+ "type": "function",
613
+ "name": "getOpStackAddresses",
614
+ "inputs": [
615
+ {
616
+ "name": "hubChainId",
617
+ "type": "uint256",
618
+ "internalType": "uint256"
619
+ },
620
+ {
621
+ "name": "spokeChainId",
622
+ "type": "uint256",
623
+ "internalType": "uint256"
624
+ }
625
+ ],
626
+ "outputs": [
627
+ {
628
+ "name": "",
629
+ "type": "tuple",
630
+ "internalType": "struct Constants.OpStackAddresses",
631
+ "components": [
632
+ {
633
+ "name": "L1CrossDomainMessenger",
634
+ "type": "address",
635
+ "internalType": "address"
636
+ },
637
+ {
638
+ "name": "L1StandardBridge",
639
+ "type": "address",
640
+ "internalType": "address"
641
+ },
642
+ {
643
+ "name": "L1OpUSDCBridgeAdapter",
644
+ "type": "address",
645
+ "internalType": "address"
646
+ }
647
+ ]
648
+ }
649
+ ],
650
+ "stateMutability": "view"
651
+ },
652
+ {
653
+ "type": "function",
654
+ "name": "getPermit2",
655
+ "inputs": [
656
+ {
657
+ "name": "chainId",
658
+ "type": "uint256",
659
+ "internalType": "uint256"
660
+ }
661
+ ],
662
+ "outputs": [
663
+ {
664
+ "name": "",
665
+ "type": "address",
666
+ "internalType": "address"
667
+ }
668
+ ],
669
+ "stateMutability": "view"
670
+ },
671
+ {
672
+ "type": "function",
673
+ "name": "getSpokePoolDeploymentInfo",
674
+ "inputs": [
675
+ {
676
+ "name": "hubPoolAddress",
677
+ "type": "address",
678
+ "internalType": "address"
679
+ }
680
+ ],
681
+ "outputs": [
682
+ {
683
+ "name": "info",
684
+ "type": "tuple",
685
+ "internalType": "struct DeploymentUtils.DeploymentInfo",
686
+ "components": [
687
+ {
688
+ "name": "hubPool",
689
+ "type": "address",
690
+ "internalType": "address"
691
+ },
692
+ {
693
+ "name": "hubChainId",
694
+ "type": "uint256",
695
+ "internalType": "uint256"
696
+ },
697
+ {
698
+ "name": "spokeChainId",
699
+ "type": "uint256",
700
+ "internalType": "uint256"
701
+ }
702
+ ]
703
+ }
704
+ ],
705
+ "stateMutability": "view"
706
+ },
707
+ {
708
+ "type": "function",
709
+ "name": "getTestnetChainIds",
710
+ "inputs": [],
711
+ "outputs": [
712
+ {
713
+ "name": "",
714
+ "type": "uint256[]",
715
+ "internalType": "uint256[]"
716
+ }
717
+ ],
718
+ "stateMutability": "view"
719
+ },
720
+ {
721
+ "type": "function",
722
+ "name": "getTransactionHash",
723
+ "inputs": [
724
+ {
725
+ "name": "chainId",
726
+ "type": "uint256",
727
+ "internalType": "uint256"
728
+ },
729
+ {
730
+ "name": "contractName",
731
+ "type": "string",
732
+ "internalType": "string"
733
+ }
734
+ ],
735
+ "outputs": [
736
+ {
737
+ "name": "",
738
+ "type": "string",
739
+ "internalType": "string"
740
+ }
741
+ ],
742
+ "stateMutability": "view"
743
+ },
744
+ {
745
+ "type": "function",
746
+ "name": "getUSDCAddress",
747
+ "inputs": [
748
+ {
749
+ "name": "chainId",
750
+ "type": "uint256",
751
+ "internalType": "uint256"
752
+ }
753
+ ],
754
+ "outputs": [
755
+ {
756
+ "name": "",
757
+ "type": "address",
758
+ "internalType": "address"
759
+ }
760
+ ],
761
+ "stateMutability": "view"
762
+ },
763
+ {
764
+ "type": "function",
765
+ "name": "getUSDCeAddress",
766
+ "inputs": [
767
+ {
768
+ "name": "chainId",
769
+ "type": "uint256",
770
+ "internalType": "uint256"
771
+ }
772
+ ],
773
+ "outputs": [
774
+ {
775
+ "name": "",
776
+ "type": "address",
777
+ "internalType": "address"
778
+ }
779
+ ],
780
+ "stateMutability": "view"
781
+ },
782
+ {
783
+ "type": "function",
784
+ "name": "getWETHAddress",
785
+ "inputs": [
786
+ {
787
+ "name": "chainId",
788
+ "type": "uint256",
789
+ "internalType": "uint256"
790
+ }
791
+ ],
792
+ "outputs": [
793
+ {
794
+ "name": "",
795
+ "type": "address",
796
+ "internalType": "address"
797
+ }
798
+ ],
799
+ "stateMutability": "view"
800
+ },
801
+ {
802
+ "type": "function",
803
+ "name": "getWghoAddress",
804
+ "inputs": [
805
+ {
806
+ "name": "chainId",
807
+ "type": "uint256",
808
+ "internalType": "uint256"
809
+ }
810
+ ],
811
+ "outputs": [
812
+ {
813
+ "name": "",
814
+ "type": "address",
815
+ "internalType": "address"
816
+ }
817
+ ],
818
+ "stateMutability": "view"
819
+ },
820
+ {
821
+ "type": "function",
822
+ "name": "getWmaticAddress",
823
+ "inputs": [
824
+ {
825
+ "name": "chainId",
826
+ "type": "uint256",
827
+ "internalType": "uint256"
828
+ }
829
+ ],
830
+ "outputs": [
831
+ {
832
+ "name": "",
833
+ "type": "address",
834
+ "internalType": "address"
835
+ }
836
+ ],
837
+ "stateMutability": "view"
838
+ },
839
+ {
840
+ "type": "function",
841
+ "name": "getWrappedNativeToken",
842
+ "inputs": [
843
+ {
844
+ "name": "chainId",
845
+ "type": "uint256",
846
+ "internalType": "uint256"
847
+ }
848
+ ],
849
+ "outputs": [
850
+ {
851
+ "name": "",
852
+ "type": "address",
853
+ "internalType": "address"
854
+ }
855
+ ],
856
+ "stateMutability": "view"
857
+ },
858
+ {
859
+ "type": "function",
860
+ "name": "hasAddress",
861
+ "inputs": [
862
+ {
863
+ "name": "chainId",
864
+ "type": "uint256",
865
+ "internalType": "uint256"
866
+ },
867
+ {
868
+ "name": "contractName",
869
+ "type": "string",
870
+ "internalType": "string"
871
+ }
872
+ ],
873
+ "outputs": [
874
+ {
875
+ "name": "",
876
+ "type": "bool",
877
+ "internalType": "bool"
878
+ }
879
+ ],
880
+ "stateMutability": "view"
881
+ },
882
+ {
883
+ "type": "function",
884
+ "name": "hasCctpDomain",
885
+ "inputs": [
886
+ {
887
+ "name": "chainId",
888
+ "type": "uint256",
889
+ "internalType": "uint256"
890
+ }
891
+ ],
892
+ "outputs": [
893
+ {
894
+ "name": "",
895
+ "type": "bool",
896
+ "internalType": "bool"
897
+ }
898
+ ],
899
+ "stateMutability": "view"
900
+ },
901
+ {
902
+ "type": "function",
903
+ "name": "hasOftEid",
904
+ "inputs": [
905
+ {
906
+ "name": "chainId",
907
+ "type": "uint256",
908
+ "internalType": "uint256"
909
+ }
910
+ ],
911
+ "outputs": [
912
+ {
913
+ "name": "",
914
+ "type": "bool",
915
+ "internalType": "bool"
916
+ }
917
+ ],
918
+ "stateMutability": "view"
919
+ },
920
+ {
921
+ "type": "function",
922
+ "name": "targetArtifactSelectors",
923
+ "inputs": [],
924
+ "outputs": [
925
+ {
926
+ "name": "targetedArtifactSelectors_",
927
+ "type": "tuple[]",
928
+ "internalType": "struct StdInvariant.FuzzArtifactSelector[]",
929
+ "components": [
930
+ {
931
+ "name": "artifact",
932
+ "type": "string",
933
+ "internalType": "string"
934
+ },
935
+ {
936
+ "name": "selectors",
937
+ "type": "bytes4[]",
938
+ "internalType": "bytes4[]"
939
+ }
940
+ ]
941
+ }
942
+ ],
943
+ "stateMutability": "view"
944
+ },
945
+ {
946
+ "type": "function",
947
+ "name": "targetArtifacts",
948
+ "inputs": [],
949
+ "outputs": [
950
+ {
951
+ "name": "targetedArtifacts_",
952
+ "type": "string[]",
953
+ "internalType": "string[]"
954
+ }
955
+ ],
956
+ "stateMutability": "view"
957
+ },
958
+ {
959
+ "type": "function",
960
+ "name": "targetContracts",
961
+ "inputs": [],
962
+ "outputs": [
963
+ {
964
+ "name": "targetedContracts_",
965
+ "type": "address[]",
966
+ "internalType": "address[]"
967
+ }
968
+ ],
969
+ "stateMutability": "view"
970
+ },
971
+ {
972
+ "type": "function",
973
+ "name": "targetInterfaces",
974
+ "inputs": [],
975
+ "outputs": [
976
+ {
977
+ "name": "targetedInterfaces_",
978
+ "type": "tuple[]",
979
+ "internalType": "struct StdInvariant.FuzzInterface[]",
980
+ "components": [
981
+ {
982
+ "name": "addr",
983
+ "type": "address",
984
+ "internalType": "address"
985
+ },
986
+ {
987
+ "name": "artifacts",
988
+ "type": "string[]",
989
+ "internalType": "string[]"
990
+ }
991
+ ]
992
+ }
993
+ ],
994
+ "stateMutability": "view"
995
+ },
996
+ {
997
+ "type": "function",
998
+ "name": "targetSelectors",
999
+ "inputs": [],
1000
+ "outputs": [
1001
+ {
1002
+ "name": "targetedSelectors_",
1003
+ "type": "tuple[]",
1004
+ "internalType": "struct StdInvariant.FuzzSelector[]",
1005
+ "components": [
1006
+ {
1007
+ "name": "addr",
1008
+ "type": "address",
1009
+ "internalType": "address"
1010
+ },
1011
+ {
1012
+ "name": "selectors",
1013
+ "type": "bytes4[]",
1014
+ "internalType": "bytes4[]"
1015
+ }
1016
+ ]
1017
+ }
1018
+ ],
1019
+ "stateMutability": "view"
1020
+ },
1021
+ {
1022
+ "type": "function",
1023
+ "name": "targetSenders",
1024
+ "inputs": [],
1025
+ "outputs": [
1026
+ {
1027
+ "name": "targetedSenders_",
1028
+ "type": "address[]",
1029
+ "internalType": "address[]"
1030
+ }
1031
+ ],
1032
+ "stateMutability": "view"
1033
+ },
1034
+ {
1035
+ "type": "function",
1036
+ "name": "upgradeProxy",
1037
+ "inputs": [
1038
+ {
1039
+ "name": "proxyAddress",
1040
+ "type": "address",
1041
+ "internalType": "address"
1042
+ },
1043
+ {
1044
+ "name": "contractName",
1045
+ "type": "string",
1046
+ "internalType": "string"
1047
+ },
1048
+ {
1049
+ "name": "constructorArgs",
1050
+ "type": "bytes",
1051
+ "internalType": "bytes"
1052
+ }
1053
+ ],
1054
+ "outputs": [
1055
+ {
1056
+ "name": "newImplementation",
1057
+ "type": "address",
1058
+ "internalType": "address"
1059
+ }
1060
+ ],
1061
+ "stateMutability": "nonpayable"
1062
+ },
1063
+ {
1064
+ "type": "event",
1065
+ "name": "log",
1066
+ "inputs": [
1067
+ {
1068
+ "name": "",
1069
+ "type": "string",
1070
+ "indexed": false,
1071
+ "internalType": "string"
1072
+ }
1073
+ ],
1074
+ "anonymous": false
1075
+ },
1076
+ {
1077
+ "type": "event",
1078
+ "name": "log_address",
1079
+ "inputs": [
1080
+ {
1081
+ "name": "",
1082
+ "type": "address",
1083
+ "indexed": false,
1084
+ "internalType": "address"
1085
+ }
1086
+ ],
1087
+ "anonymous": false
1088
+ },
1089
+ {
1090
+ "type": "event",
1091
+ "name": "log_array",
1092
+ "inputs": [
1093
+ {
1094
+ "name": "val",
1095
+ "type": "uint256[]",
1096
+ "indexed": false,
1097
+ "internalType": "uint256[]"
1098
+ }
1099
+ ],
1100
+ "anonymous": false
1101
+ },
1102
+ {
1103
+ "type": "event",
1104
+ "name": "log_array",
1105
+ "inputs": [
1106
+ {
1107
+ "name": "val",
1108
+ "type": "int256[]",
1109
+ "indexed": false,
1110
+ "internalType": "int256[]"
1111
+ }
1112
+ ],
1113
+ "anonymous": false
1114
+ },
1115
+ {
1116
+ "type": "event",
1117
+ "name": "log_array",
1118
+ "inputs": [
1119
+ {
1120
+ "name": "val",
1121
+ "type": "address[]",
1122
+ "indexed": false,
1123
+ "internalType": "address[]"
1124
+ }
1125
+ ],
1126
+ "anonymous": false
1127
+ },
1128
+ {
1129
+ "type": "event",
1130
+ "name": "log_bytes",
1131
+ "inputs": [
1132
+ {
1133
+ "name": "",
1134
+ "type": "bytes",
1135
+ "indexed": false,
1136
+ "internalType": "bytes"
1137
+ }
1138
+ ],
1139
+ "anonymous": false
1140
+ },
1141
+ {
1142
+ "type": "event",
1143
+ "name": "log_bytes32",
1144
+ "inputs": [
1145
+ {
1146
+ "name": "",
1147
+ "type": "bytes32",
1148
+ "indexed": false,
1149
+ "internalType": "bytes32"
1150
+ }
1151
+ ],
1152
+ "anonymous": false
1153
+ },
1154
+ {
1155
+ "type": "event",
1156
+ "name": "log_int",
1157
+ "inputs": [
1158
+ {
1159
+ "name": "",
1160
+ "type": "int256",
1161
+ "indexed": false,
1162
+ "internalType": "int256"
1163
+ }
1164
+ ],
1165
+ "anonymous": false
1166
+ },
1167
+ {
1168
+ "type": "event",
1169
+ "name": "log_named_address",
1170
+ "inputs": [
1171
+ {
1172
+ "name": "key",
1173
+ "type": "string",
1174
+ "indexed": false,
1175
+ "internalType": "string"
1176
+ },
1177
+ {
1178
+ "name": "val",
1179
+ "type": "address",
1180
+ "indexed": false,
1181
+ "internalType": "address"
1182
+ }
1183
+ ],
1184
+ "anonymous": false
1185
+ },
1186
+ {
1187
+ "type": "event",
1188
+ "name": "log_named_array",
1189
+ "inputs": [
1190
+ {
1191
+ "name": "key",
1192
+ "type": "string",
1193
+ "indexed": false,
1194
+ "internalType": "string"
1195
+ },
1196
+ {
1197
+ "name": "val",
1198
+ "type": "uint256[]",
1199
+ "indexed": false,
1200
+ "internalType": "uint256[]"
1201
+ }
1202
+ ],
1203
+ "anonymous": false
1204
+ },
1205
+ {
1206
+ "type": "event",
1207
+ "name": "log_named_array",
1208
+ "inputs": [
1209
+ {
1210
+ "name": "key",
1211
+ "type": "string",
1212
+ "indexed": false,
1213
+ "internalType": "string"
1214
+ },
1215
+ {
1216
+ "name": "val",
1217
+ "type": "int256[]",
1218
+ "indexed": false,
1219
+ "internalType": "int256[]"
1220
+ }
1221
+ ],
1222
+ "anonymous": false
1223
+ },
1224
+ {
1225
+ "type": "event",
1226
+ "name": "log_named_array",
1227
+ "inputs": [
1228
+ {
1229
+ "name": "key",
1230
+ "type": "string",
1231
+ "indexed": false,
1232
+ "internalType": "string"
1233
+ },
1234
+ {
1235
+ "name": "val",
1236
+ "type": "address[]",
1237
+ "indexed": false,
1238
+ "internalType": "address[]"
1239
+ }
1240
+ ],
1241
+ "anonymous": false
1242
+ },
1243
+ {
1244
+ "type": "event",
1245
+ "name": "log_named_bytes",
1246
+ "inputs": [
1247
+ {
1248
+ "name": "key",
1249
+ "type": "string",
1250
+ "indexed": false,
1251
+ "internalType": "string"
1252
+ },
1253
+ {
1254
+ "name": "val",
1255
+ "type": "bytes",
1256
+ "indexed": false,
1257
+ "internalType": "bytes"
1258
+ }
1259
+ ],
1260
+ "anonymous": false
1261
+ },
1262
+ {
1263
+ "type": "event",
1264
+ "name": "log_named_bytes32",
1265
+ "inputs": [
1266
+ {
1267
+ "name": "key",
1268
+ "type": "string",
1269
+ "indexed": false,
1270
+ "internalType": "string"
1271
+ },
1272
+ {
1273
+ "name": "val",
1274
+ "type": "bytes32",
1275
+ "indexed": false,
1276
+ "internalType": "bytes32"
1277
+ }
1278
+ ],
1279
+ "anonymous": false
1280
+ },
1281
+ {
1282
+ "type": "event",
1283
+ "name": "log_named_decimal_int",
1284
+ "inputs": [
1285
+ {
1286
+ "name": "key",
1287
+ "type": "string",
1288
+ "indexed": false,
1289
+ "internalType": "string"
1290
+ },
1291
+ {
1292
+ "name": "val",
1293
+ "type": "int256",
1294
+ "indexed": false,
1295
+ "internalType": "int256"
1296
+ },
1297
+ {
1298
+ "name": "decimals",
1299
+ "type": "uint256",
1300
+ "indexed": false,
1301
+ "internalType": "uint256"
1302
+ }
1303
+ ],
1304
+ "anonymous": false
1305
+ },
1306
+ {
1307
+ "type": "event",
1308
+ "name": "log_named_decimal_uint",
1309
+ "inputs": [
1310
+ {
1311
+ "name": "key",
1312
+ "type": "string",
1313
+ "indexed": false,
1314
+ "internalType": "string"
1315
+ },
1316
+ {
1317
+ "name": "val",
1318
+ "type": "uint256",
1319
+ "indexed": false,
1320
+ "internalType": "uint256"
1321
+ },
1322
+ {
1323
+ "name": "decimals",
1324
+ "type": "uint256",
1325
+ "indexed": false,
1326
+ "internalType": "uint256"
1327
+ }
1328
+ ],
1329
+ "anonymous": false
1330
+ },
1331
+ {
1332
+ "type": "event",
1333
+ "name": "log_named_int",
1334
+ "inputs": [
1335
+ {
1336
+ "name": "key",
1337
+ "type": "string",
1338
+ "indexed": false,
1339
+ "internalType": "string"
1340
+ },
1341
+ {
1342
+ "name": "val",
1343
+ "type": "int256",
1344
+ "indexed": false,
1345
+ "internalType": "int256"
1346
+ }
1347
+ ],
1348
+ "anonymous": false
1349
+ },
1350
+ {
1351
+ "type": "event",
1352
+ "name": "log_named_string",
1353
+ "inputs": [
1354
+ {
1355
+ "name": "key",
1356
+ "type": "string",
1357
+ "indexed": false,
1358
+ "internalType": "string"
1359
+ },
1360
+ {
1361
+ "name": "val",
1362
+ "type": "string",
1363
+ "indexed": false,
1364
+ "internalType": "string"
1365
+ }
1366
+ ],
1367
+ "anonymous": false
1368
+ },
1369
+ {
1370
+ "type": "event",
1371
+ "name": "log_named_uint",
1372
+ "inputs": [
1373
+ {
1374
+ "name": "key",
1375
+ "type": "string",
1376
+ "indexed": false,
1377
+ "internalType": "string"
1378
+ },
1379
+ {
1380
+ "name": "val",
1381
+ "type": "uint256",
1382
+ "indexed": false,
1383
+ "internalType": "uint256"
1384
+ }
1385
+ ],
1386
+ "anonymous": false
1387
+ },
1388
+ {
1389
+ "type": "event",
1390
+ "name": "log_string",
1391
+ "inputs": [
1392
+ {
1393
+ "name": "",
1394
+ "type": "string",
1395
+ "indexed": false,
1396
+ "internalType": "string"
1397
+ }
1398
+ ],
1399
+ "anonymous": false
1400
+ },
1401
+ {
1402
+ "type": "event",
1403
+ "name": "log_uint",
1404
+ "inputs": [
1405
+ {
1406
+ "name": "",
1407
+ "type": "uint256",
1408
+ "indexed": false,
1409
+ "internalType": "uint256"
1410
+ }
1411
+ ],
1412
+ "anonymous": false
1413
+ },
1414
+ {
1415
+ "type": "event",
1416
+ "name": "logs",
1417
+ "inputs": [
1418
+ {
1419
+ "name": "",
1420
+ "type": "bytes",
1421
+ "indexed": false,
1422
+ "internalType": "bytes"
1423
+ }
1424
+ ],
1425
+ "anonymous": false
1426
+ }
1427
+ ]