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