@across-protocol/sdk 4.3.123 → 4.3.124

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