@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,588 @@
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 { Test, TestInterface } from "../Test";
8
+
9
+ const _abi = [
10
+ {
11
+ type: "function",
12
+ name: "IS_TEST",
13
+ inputs: [],
14
+ outputs: [
15
+ {
16
+ name: "",
17
+ type: "bool",
18
+ internalType: "bool",
19
+ },
20
+ ],
21
+ stateMutability: "view",
22
+ },
23
+ {
24
+ type: "function",
25
+ name: "excludeArtifacts",
26
+ inputs: [],
27
+ outputs: [
28
+ {
29
+ name: "excludedArtifacts_",
30
+ type: "string[]",
31
+ internalType: "string[]",
32
+ },
33
+ ],
34
+ stateMutability: "view",
35
+ },
36
+ {
37
+ type: "function",
38
+ name: "excludeContracts",
39
+ inputs: [],
40
+ outputs: [
41
+ {
42
+ name: "excludedContracts_",
43
+ type: "address[]",
44
+ internalType: "address[]",
45
+ },
46
+ ],
47
+ stateMutability: "view",
48
+ },
49
+ {
50
+ type: "function",
51
+ name: "excludeSelectors",
52
+ inputs: [],
53
+ outputs: [
54
+ {
55
+ name: "excludedSelectors_",
56
+ type: "tuple[]",
57
+ internalType: "struct StdInvariant.FuzzSelector[]",
58
+ components: [
59
+ {
60
+ name: "addr",
61
+ type: "address",
62
+ internalType: "address",
63
+ },
64
+ {
65
+ name: "selectors",
66
+ type: "bytes4[]",
67
+ internalType: "bytes4[]",
68
+ },
69
+ ],
70
+ },
71
+ ],
72
+ stateMutability: "view",
73
+ },
74
+ {
75
+ type: "function",
76
+ name: "excludeSenders",
77
+ inputs: [],
78
+ outputs: [
79
+ {
80
+ name: "excludedSenders_",
81
+ type: "address[]",
82
+ internalType: "address[]",
83
+ },
84
+ ],
85
+ stateMutability: "view",
86
+ },
87
+ {
88
+ type: "function",
89
+ name: "failed",
90
+ inputs: [],
91
+ outputs: [
92
+ {
93
+ name: "",
94
+ type: "bool",
95
+ internalType: "bool",
96
+ },
97
+ ],
98
+ stateMutability: "view",
99
+ },
100
+ {
101
+ type: "function",
102
+ name: "targetArtifactSelectors",
103
+ inputs: [],
104
+ outputs: [
105
+ {
106
+ name: "targetedArtifactSelectors_",
107
+ type: "tuple[]",
108
+ internalType: "struct StdInvariant.FuzzArtifactSelector[]",
109
+ components: [
110
+ {
111
+ name: "artifact",
112
+ type: "string",
113
+ internalType: "string",
114
+ },
115
+ {
116
+ name: "selectors",
117
+ type: "bytes4[]",
118
+ internalType: "bytes4[]",
119
+ },
120
+ ],
121
+ },
122
+ ],
123
+ stateMutability: "view",
124
+ },
125
+ {
126
+ type: "function",
127
+ name: "targetArtifacts",
128
+ inputs: [],
129
+ outputs: [
130
+ {
131
+ name: "targetedArtifacts_",
132
+ type: "string[]",
133
+ internalType: "string[]",
134
+ },
135
+ ],
136
+ stateMutability: "view",
137
+ },
138
+ {
139
+ type: "function",
140
+ name: "targetContracts",
141
+ inputs: [],
142
+ outputs: [
143
+ {
144
+ name: "targetedContracts_",
145
+ type: "address[]",
146
+ internalType: "address[]",
147
+ },
148
+ ],
149
+ stateMutability: "view",
150
+ },
151
+ {
152
+ type: "function",
153
+ name: "targetInterfaces",
154
+ inputs: [],
155
+ outputs: [
156
+ {
157
+ name: "targetedInterfaces_",
158
+ type: "tuple[]",
159
+ internalType: "struct StdInvariant.FuzzInterface[]",
160
+ components: [
161
+ {
162
+ name: "addr",
163
+ type: "address",
164
+ internalType: "address",
165
+ },
166
+ {
167
+ name: "artifacts",
168
+ type: "string[]",
169
+ internalType: "string[]",
170
+ },
171
+ ],
172
+ },
173
+ ],
174
+ stateMutability: "view",
175
+ },
176
+ {
177
+ type: "function",
178
+ name: "targetSelectors",
179
+ inputs: [],
180
+ outputs: [
181
+ {
182
+ name: "targetedSelectors_",
183
+ type: "tuple[]",
184
+ internalType: "struct StdInvariant.FuzzSelector[]",
185
+ components: [
186
+ {
187
+ name: "addr",
188
+ type: "address",
189
+ internalType: "address",
190
+ },
191
+ {
192
+ name: "selectors",
193
+ type: "bytes4[]",
194
+ internalType: "bytes4[]",
195
+ },
196
+ ],
197
+ },
198
+ ],
199
+ stateMutability: "view",
200
+ },
201
+ {
202
+ type: "function",
203
+ name: "targetSenders",
204
+ inputs: [],
205
+ outputs: [
206
+ {
207
+ name: "targetedSenders_",
208
+ type: "address[]",
209
+ internalType: "address[]",
210
+ },
211
+ ],
212
+ stateMutability: "view",
213
+ },
214
+ {
215
+ type: "event",
216
+ name: "log",
217
+ inputs: [
218
+ {
219
+ name: "",
220
+ type: "string",
221
+ indexed: false,
222
+ internalType: "string",
223
+ },
224
+ ],
225
+ anonymous: false,
226
+ },
227
+ {
228
+ type: "event",
229
+ name: "log_address",
230
+ inputs: [
231
+ {
232
+ name: "",
233
+ type: "address",
234
+ indexed: false,
235
+ internalType: "address",
236
+ },
237
+ ],
238
+ anonymous: false,
239
+ },
240
+ {
241
+ type: "event",
242
+ name: "log_array",
243
+ inputs: [
244
+ {
245
+ name: "val",
246
+ type: "uint256[]",
247
+ indexed: false,
248
+ internalType: "uint256[]",
249
+ },
250
+ ],
251
+ anonymous: false,
252
+ },
253
+ {
254
+ type: "event",
255
+ name: "log_array",
256
+ inputs: [
257
+ {
258
+ name: "val",
259
+ type: "int256[]",
260
+ indexed: false,
261
+ internalType: "int256[]",
262
+ },
263
+ ],
264
+ anonymous: false,
265
+ },
266
+ {
267
+ type: "event",
268
+ name: "log_array",
269
+ inputs: [
270
+ {
271
+ name: "val",
272
+ type: "address[]",
273
+ indexed: false,
274
+ internalType: "address[]",
275
+ },
276
+ ],
277
+ anonymous: false,
278
+ },
279
+ {
280
+ type: "event",
281
+ name: "log_bytes",
282
+ inputs: [
283
+ {
284
+ name: "",
285
+ type: "bytes",
286
+ indexed: false,
287
+ internalType: "bytes",
288
+ },
289
+ ],
290
+ anonymous: false,
291
+ },
292
+ {
293
+ type: "event",
294
+ name: "log_bytes32",
295
+ inputs: [
296
+ {
297
+ name: "",
298
+ type: "bytes32",
299
+ indexed: false,
300
+ internalType: "bytes32",
301
+ },
302
+ ],
303
+ anonymous: false,
304
+ },
305
+ {
306
+ type: "event",
307
+ name: "log_int",
308
+ inputs: [
309
+ {
310
+ name: "",
311
+ type: "int256",
312
+ indexed: false,
313
+ internalType: "int256",
314
+ },
315
+ ],
316
+ anonymous: false,
317
+ },
318
+ {
319
+ type: "event",
320
+ name: "log_named_address",
321
+ inputs: [
322
+ {
323
+ name: "key",
324
+ type: "string",
325
+ indexed: false,
326
+ internalType: "string",
327
+ },
328
+ {
329
+ name: "val",
330
+ type: "address",
331
+ indexed: false,
332
+ internalType: "address",
333
+ },
334
+ ],
335
+ anonymous: false,
336
+ },
337
+ {
338
+ type: "event",
339
+ name: "log_named_array",
340
+ inputs: [
341
+ {
342
+ name: "key",
343
+ type: "string",
344
+ indexed: false,
345
+ internalType: "string",
346
+ },
347
+ {
348
+ name: "val",
349
+ type: "uint256[]",
350
+ indexed: false,
351
+ internalType: "uint256[]",
352
+ },
353
+ ],
354
+ anonymous: false,
355
+ },
356
+ {
357
+ type: "event",
358
+ name: "log_named_array",
359
+ inputs: [
360
+ {
361
+ name: "key",
362
+ type: "string",
363
+ indexed: false,
364
+ internalType: "string",
365
+ },
366
+ {
367
+ name: "val",
368
+ type: "int256[]",
369
+ indexed: false,
370
+ internalType: "int256[]",
371
+ },
372
+ ],
373
+ anonymous: false,
374
+ },
375
+ {
376
+ type: "event",
377
+ name: "log_named_array",
378
+ inputs: [
379
+ {
380
+ name: "key",
381
+ type: "string",
382
+ indexed: false,
383
+ internalType: "string",
384
+ },
385
+ {
386
+ name: "val",
387
+ type: "address[]",
388
+ indexed: false,
389
+ internalType: "address[]",
390
+ },
391
+ ],
392
+ anonymous: false,
393
+ },
394
+ {
395
+ type: "event",
396
+ name: "log_named_bytes",
397
+ inputs: [
398
+ {
399
+ name: "key",
400
+ type: "string",
401
+ indexed: false,
402
+ internalType: "string",
403
+ },
404
+ {
405
+ name: "val",
406
+ type: "bytes",
407
+ indexed: false,
408
+ internalType: "bytes",
409
+ },
410
+ ],
411
+ anonymous: false,
412
+ },
413
+ {
414
+ type: "event",
415
+ name: "log_named_bytes32",
416
+ inputs: [
417
+ {
418
+ name: "key",
419
+ type: "string",
420
+ indexed: false,
421
+ internalType: "string",
422
+ },
423
+ {
424
+ name: "val",
425
+ type: "bytes32",
426
+ indexed: false,
427
+ internalType: "bytes32",
428
+ },
429
+ ],
430
+ anonymous: false,
431
+ },
432
+ {
433
+ type: "event",
434
+ name: "log_named_decimal_int",
435
+ inputs: [
436
+ {
437
+ name: "key",
438
+ type: "string",
439
+ indexed: false,
440
+ internalType: "string",
441
+ },
442
+ {
443
+ name: "val",
444
+ type: "int256",
445
+ indexed: false,
446
+ internalType: "int256",
447
+ },
448
+ {
449
+ name: "decimals",
450
+ type: "uint256",
451
+ indexed: false,
452
+ internalType: "uint256",
453
+ },
454
+ ],
455
+ anonymous: false,
456
+ },
457
+ {
458
+ type: "event",
459
+ name: "log_named_decimal_uint",
460
+ inputs: [
461
+ {
462
+ name: "key",
463
+ type: "string",
464
+ indexed: false,
465
+ internalType: "string",
466
+ },
467
+ {
468
+ name: "val",
469
+ type: "uint256",
470
+ indexed: false,
471
+ internalType: "uint256",
472
+ },
473
+ {
474
+ name: "decimals",
475
+ type: "uint256",
476
+ indexed: false,
477
+ internalType: "uint256",
478
+ },
479
+ ],
480
+ anonymous: false,
481
+ },
482
+ {
483
+ type: "event",
484
+ name: "log_named_int",
485
+ inputs: [
486
+ {
487
+ name: "key",
488
+ type: "string",
489
+ indexed: false,
490
+ internalType: "string",
491
+ },
492
+ {
493
+ name: "val",
494
+ type: "int256",
495
+ indexed: false,
496
+ internalType: "int256",
497
+ },
498
+ ],
499
+ anonymous: false,
500
+ },
501
+ {
502
+ type: "event",
503
+ name: "log_named_string",
504
+ inputs: [
505
+ {
506
+ name: "key",
507
+ type: "string",
508
+ indexed: false,
509
+ internalType: "string",
510
+ },
511
+ {
512
+ name: "val",
513
+ type: "string",
514
+ indexed: false,
515
+ internalType: "string",
516
+ },
517
+ ],
518
+ anonymous: false,
519
+ },
520
+ {
521
+ type: "event",
522
+ name: "log_named_uint",
523
+ inputs: [
524
+ {
525
+ name: "key",
526
+ type: "string",
527
+ indexed: false,
528
+ internalType: "string",
529
+ },
530
+ {
531
+ name: "val",
532
+ type: "uint256",
533
+ indexed: false,
534
+ internalType: "uint256",
535
+ },
536
+ ],
537
+ anonymous: false,
538
+ },
539
+ {
540
+ type: "event",
541
+ name: "log_string",
542
+ inputs: [
543
+ {
544
+ name: "",
545
+ type: "string",
546
+ indexed: false,
547
+ internalType: "string",
548
+ },
549
+ ],
550
+ anonymous: false,
551
+ },
552
+ {
553
+ type: "event",
554
+ name: "log_uint",
555
+ inputs: [
556
+ {
557
+ name: "",
558
+ type: "uint256",
559
+ indexed: false,
560
+ internalType: "uint256",
561
+ },
562
+ ],
563
+ anonymous: false,
564
+ },
565
+ {
566
+ type: "event",
567
+ name: "logs",
568
+ inputs: [
569
+ {
570
+ name: "",
571
+ type: "bytes",
572
+ indexed: false,
573
+ internalType: "bytes",
574
+ },
575
+ ],
576
+ anonymous: false,
577
+ },
578
+ ] as const;
579
+
580
+ export class Test__factory {
581
+ static readonly abi = _abi;
582
+ static createInterface(): TestInterface {
583
+ return new utils.Interface(_abi) as TestInterface;
584
+ }
585
+ static connect(address: string, signerOrProvider: Signer | Provider): Test {
586
+ return new Contract(address, _abi, signerOrProvider) as Test;
587
+ }
588
+ }
@@ -0,0 +1,62 @@
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 { Testable, TestableInterface } from "../Testable";
8
+
9
+ const _abi = [
10
+ {
11
+ type: "function",
12
+ name: "getCurrentTime",
13
+ inputs: [],
14
+ outputs: [
15
+ {
16
+ name: "",
17
+ type: "uint256",
18
+ internalType: "uint256",
19
+ },
20
+ ],
21
+ stateMutability: "view",
22
+ },
23
+ {
24
+ type: "function",
25
+ name: "setCurrentTime",
26
+ inputs: [
27
+ {
28
+ name: "time",
29
+ type: "uint256",
30
+ internalType: "uint256",
31
+ },
32
+ ],
33
+ outputs: [],
34
+ stateMutability: "nonpayable",
35
+ },
36
+ {
37
+ type: "function",
38
+ name: "timerAddress",
39
+ inputs: [],
40
+ outputs: [
41
+ {
42
+ name: "",
43
+ type: "address",
44
+ internalType: "address",
45
+ },
46
+ ],
47
+ stateMutability: "view",
48
+ },
49
+ ] as const;
50
+
51
+ export class Testable__factory {
52
+ static readonly abi = _abi;
53
+ static createInterface(): TestableInterface {
54
+ return new utils.Interface(_abi) as TestableInterface;
55
+ }
56
+ static connect(
57
+ address: string,
58
+ signerOrProvider: Signer | Provider
59
+ ): Testable {
60
+ return new Contract(address, _abi, signerOrProvider) as Testable;
61
+ }
62
+ }
@@ -29,6 +29,7 @@ export { Arbitrum_SpokePool__factory } from "./Arbitrum_SpokePool__factory";
29
29
  export { Arbitrum_WithdrawalHelper__factory } from "./Arbitrum_WithdrawalHelper__factory";
30
30
  export { AuthorizedFundedFlow__factory } from "./AuthorizedFundedFlow__factory";
31
31
  export { BaseModuleHandler__factory } from "./BaseModuleHandler__factory";
32
+ export { BaseSimulatorTest__factory } from "./BaseSimulatorTest__factory";
32
33
  export { Base_Adapter__factory } from "./Base_Adapter__factory";
33
34
  export { Blast_Adapter__factory } from "./Blast_Adapter__factory";
34
35
  export { Blast_DaiRetriever__factory } from "./Blast_DaiRetriever__factory";
@@ -87,6 +88,7 @@ export { HLConversions__factory } from "./HLConversions__factory";
87
88
  export { HubPool__factory } from "./HubPool__factory";
88
89
  export { HubPoolInterface__factory } from "./HubPoolInterface__factory";
89
90
  export { HubPoolStore__factory } from "./HubPoolStore__factory";
91
+ export { HubPoolTestBase__factory } from "./HubPoolTestBase__factory";
90
92
  export { HypeSystemContract__factory } from "./HypeSystemContract__factory";
91
93
  export { HyperCore__factory } from "./HyperCore__factory";
92
94
  export { HyperCoreFlowExecutor__factory } from "./HyperCoreFlowExecutor__factory";
@@ -187,6 +189,7 @@ export { LpTokenFactoryInterface__factory } from "./LpTokenFactoryInterface__fac
187
189
  export { MaticToken__factory } from "./MaticToken__factory";
188
190
  export { MerkleDistributor__factory } from "./MerkleDistributor__factory";
189
191
  export { MerkleDistributorInterface__factory } from "./MerkleDistributorInterface__factory";
192
+ export { MerkleLibTest__factory } from "./MerkleLibTest__factory";
190
193
  export { MessengerTypes__factory } from "./MessengerTypes__factory";
191
194
  export { MinimalLZOptions__factory } from "./MinimalLZOptions__factory";
192
195
  export { MintableERC1155__factory } from "./MintableERC1155__factory";
@@ -216,6 +219,7 @@ export { PermissionedMulticallHandler__factory } from "./PermissionedMulticallHa
216
219
  export { Permit2Depositor__factory } from "./Permit2Depositor__factory";
217
220
  export { Permit2OrderLib__factory } from "./Permit2OrderLib__factory";
218
221
  export { PolygonERC20Predicate__factory } from "./PolygonERC20Predicate__factory";
222
+ export { PolygonERC20Test__factory } from "./PolygonERC20Test__factory";
219
223
  export { PolygonIERC20Upgradeable__factory } from "./PolygonIERC20Upgradeable__factory";
220
224
  export { PolygonRegistry__factory } from "./PolygonRegistry__factory";
221
225
  export { PolygonTokenBridger__factory } from "./PolygonTokenBridger__factory";
@@ -239,6 +243,7 @@ export { SimpleContract__factory } from "./SimpleContract__factory";
239
243
  export { SkinnyOptimisticOracleInterface__factory } from "./SkinnyOptimisticOracleInterface__factory";
240
244
  export { Solana_Adapter__factory } from "./Solana_Adapter__factory";
241
245
  export { SpokePool__factory } from "./SpokePool__factory";
246
+ export { SpokePoolEIP7702Test__factory } from "./SpokePoolEIP7702Test__factory";
242
247
  export { SpokePoolInterface__factory } from "./SpokePoolInterface__factory";
243
248
  export { SpokePoolPeriphery__factory } from "./SpokePoolPeriphery__factory";
244
249
  export { SpokePoolPeripheryInterface__factory } from "./SpokePoolPeripheryInterface__factory";
@@ -258,6 +263,8 @@ export { SwapHandler__factory } from "./SwapHandler__factory";
258
263
  export { SwapProxy__factory } from "./SwapProxy__factory";
259
264
  export { SynthetixBridgeToBase__factory } from "./SynthetixBridgeToBase__factory";
260
265
  export { SynthetixBridgeToOptimism__factory } from "./SynthetixBridgeToOptimism__factory";
266
+ export { Test__factory } from "./Test__factory";
267
+ export { Testable__factory } from "./Testable__factory";
261
268
  export { Timer__factory } from "./Timer__factory";
262
269
  export { USDYieldManager__factory } from "./USDYieldManager__factory";
263
270
  export { UUPSUpgradeable__factory } from "./UUPSUpgradeable__factory";