@across-protocol/sdk 4.3.142-alpha.0 → 4.3.142

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