@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,692 @@
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
+ BaseSimulatorTest,
9
+ BaseSimulatorTestInterface,
10
+ } from "../BaseSimulatorTest";
11
+
12
+ const _abi = [
13
+ {
14
+ type: "function",
15
+ name: "HYPE_TOKEN",
16
+ inputs: [],
17
+ outputs: [
18
+ {
19
+ name: "",
20
+ type: "uint64",
21
+ internalType: "uint64",
22
+ },
23
+ ],
24
+ stateMutability: "view",
25
+ },
26
+ {
27
+ type: "function",
28
+ name: "IS_TEST",
29
+ inputs: [],
30
+ outputs: [
31
+ {
32
+ name: "",
33
+ type: "bool",
34
+ internalType: "bool",
35
+ },
36
+ ],
37
+ stateMutability: "view",
38
+ },
39
+ {
40
+ type: "function",
41
+ name: "USDC_TOKEN",
42
+ inputs: [],
43
+ outputs: [
44
+ {
45
+ name: "",
46
+ type: "uint64",
47
+ internalType: "uint64",
48
+ },
49
+ ],
50
+ stateMutability: "view",
51
+ },
52
+ {
53
+ type: "function",
54
+ name: "USDT0",
55
+ inputs: [],
56
+ outputs: [
57
+ {
58
+ name: "",
59
+ type: "address",
60
+ internalType: "address",
61
+ },
62
+ ],
63
+ stateMutability: "view",
64
+ },
65
+ {
66
+ type: "function",
67
+ name: "excludeArtifacts",
68
+ inputs: [],
69
+ outputs: [
70
+ {
71
+ name: "excludedArtifacts_",
72
+ type: "string[]",
73
+ internalType: "string[]",
74
+ },
75
+ ],
76
+ stateMutability: "view",
77
+ },
78
+ {
79
+ type: "function",
80
+ name: "excludeContracts",
81
+ inputs: [],
82
+ outputs: [
83
+ {
84
+ name: "excludedContracts_",
85
+ type: "address[]",
86
+ internalType: "address[]",
87
+ },
88
+ ],
89
+ stateMutability: "view",
90
+ },
91
+ {
92
+ type: "function",
93
+ name: "excludeSelectors",
94
+ inputs: [],
95
+ outputs: [
96
+ {
97
+ name: "excludedSelectors_",
98
+ type: "tuple[]",
99
+ internalType: "struct StdInvariant.FuzzSelector[]",
100
+ components: [
101
+ {
102
+ name: "addr",
103
+ type: "address",
104
+ internalType: "address",
105
+ },
106
+ {
107
+ name: "selectors",
108
+ type: "bytes4[]",
109
+ internalType: "bytes4[]",
110
+ },
111
+ ],
112
+ },
113
+ ],
114
+ stateMutability: "view",
115
+ },
116
+ {
117
+ type: "function",
118
+ name: "excludeSenders",
119
+ inputs: [],
120
+ outputs: [
121
+ {
122
+ name: "excludedSenders_",
123
+ type: "address[]",
124
+ internalType: "address[]",
125
+ },
126
+ ],
127
+ stateMutability: "view",
128
+ },
129
+ {
130
+ type: "function",
131
+ name: "failed",
132
+ inputs: [],
133
+ outputs: [
134
+ {
135
+ name: "",
136
+ type: "bool",
137
+ internalType: "bool",
138
+ },
139
+ ],
140
+ stateMutability: "view",
141
+ },
142
+ {
143
+ type: "function",
144
+ name: "hyperCore",
145
+ inputs: [],
146
+ outputs: [
147
+ {
148
+ name: "",
149
+ type: "address",
150
+ internalType: "contract HyperCore",
151
+ },
152
+ ],
153
+ stateMutability: "view",
154
+ },
155
+ {
156
+ type: "function",
157
+ name: "setUp",
158
+ inputs: [],
159
+ outputs: [],
160
+ stateMutability: "nonpayable",
161
+ },
162
+ {
163
+ type: "function",
164
+ name: "targetArtifactSelectors",
165
+ inputs: [],
166
+ outputs: [
167
+ {
168
+ name: "targetedArtifactSelectors_",
169
+ type: "tuple[]",
170
+ internalType: "struct StdInvariant.FuzzArtifactSelector[]",
171
+ components: [
172
+ {
173
+ name: "artifact",
174
+ type: "string",
175
+ internalType: "string",
176
+ },
177
+ {
178
+ name: "selectors",
179
+ type: "bytes4[]",
180
+ internalType: "bytes4[]",
181
+ },
182
+ ],
183
+ },
184
+ ],
185
+ stateMutability: "view",
186
+ },
187
+ {
188
+ type: "function",
189
+ name: "targetArtifacts",
190
+ inputs: [],
191
+ outputs: [
192
+ {
193
+ name: "targetedArtifacts_",
194
+ type: "string[]",
195
+ internalType: "string[]",
196
+ },
197
+ ],
198
+ stateMutability: "view",
199
+ },
200
+ {
201
+ type: "function",
202
+ name: "targetContracts",
203
+ inputs: [],
204
+ outputs: [
205
+ {
206
+ name: "targetedContracts_",
207
+ type: "address[]",
208
+ internalType: "address[]",
209
+ },
210
+ ],
211
+ stateMutability: "view",
212
+ },
213
+ {
214
+ type: "function",
215
+ name: "targetInterfaces",
216
+ inputs: [],
217
+ outputs: [
218
+ {
219
+ name: "targetedInterfaces_",
220
+ type: "tuple[]",
221
+ internalType: "struct StdInvariant.FuzzInterface[]",
222
+ components: [
223
+ {
224
+ name: "addr",
225
+ type: "address",
226
+ internalType: "address",
227
+ },
228
+ {
229
+ name: "artifacts",
230
+ type: "string[]",
231
+ internalType: "string[]",
232
+ },
233
+ ],
234
+ },
235
+ ],
236
+ stateMutability: "view",
237
+ },
238
+ {
239
+ type: "function",
240
+ name: "targetSelectors",
241
+ inputs: [],
242
+ outputs: [
243
+ {
244
+ name: "targetedSelectors_",
245
+ type: "tuple[]",
246
+ internalType: "struct StdInvariant.FuzzSelector[]",
247
+ components: [
248
+ {
249
+ name: "addr",
250
+ type: "address",
251
+ internalType: "address",
252
+ },
253
+ {
254
+ name: "selectors",
255
+ type: "bytes4[]",
256
+ internalType: "bytes4[]",
257
+ },
258
+ ],
259
+ },
260
+ ],
261
+ stateMutability: "view",
262
+ },
263
+ {
264
+ type: "function",
265
+ name: "targetSenders",
266
+ inputs: [],
267
+ outputs: [
268
+ {
269
+ name: "targetedSenders_",
270
+ type: "address[]",
271
+ internalType: "address[]",
272
+ },
273
+ ],
274
+ stateMutability: "view",
275
+ },
276
+ {
277
+ type: "function",
278
+ name: "uBTC",
279
+ inputs: [],
280
+ outputs: [
281
+ {
282
+ name: "",
283
+ type: "address",
284
+ internalType: "address",
285
+ },
286
+ ],
287
+ stateMutability: "view",
288
+ },
289
+ {
290
+ type: "function",
291
+ name: "uETH",
292
+ inputs: [],
293
+ outputs: [
294
+ {
295
+ name: "",
296
+ type: "address",
297
+ internalType: "address",
298
+ },
299
+ ],
300
+ stateMutability: "view",
301
+ },
302
+ {
303
+ type: "function",
304
+ name: "uSOL",
305
+ inputs: [],
306
+ outputs: [
307
+ {
308
+ name: "",
309
+ type: "address",
310
+ internalType: "address",
311
+ },
312
+ ],
313
+ stateMutability: "view",
314
+ },
315
+ {
316
+ type: "event",
317
+ name: "log",
318
+ inputs: [
319
+ {
320
+ name: "",
321
+ type: "string",
322
+ indexed: false,
323
+ internalType: "string",
324
+ },
325
+ ],
326
+ anonymous: false,
327
+ },
328
+ {
329
+ type: "event",
330
+ name: "log_address",
331
+ inputs: [
332
+ {
333
+ name: "",
334
+ type: "address",
335
+ indexed: false,
336
+ internalType: "address",
337
+ },
338
+ ],
339
+ anonymous: false,
340
+ },
341
+ {
342
+ type: "event",
343
+ name: "log_array",
344
+ inputs: [
345
+ {
346
+ name: "val",
347
+ type: "uint256[]",
348
+ indexed: false,
349
+ internalType: "uint256[]",
350
+ },
351
+ ],
352
+ anonymous: false,
353
+ },
354
+ {
355
+ type: "event",
356
+ name: "log_array",
357
+ inputs: [
358
+ {
359
+ name: "val",
360
+ type: "int256[]",
361
+ indexed: false,
362
+ internalType: "int256[]",
363
+ },
364
+ ],
365
+ anonymous: false,
366
+ },
367
+ {
368
+ type: "event",
369
+ name: "log_array",
370
+ inputs: [
371
+ {
372
+ name: "val",
373
+ type: "address[]",
374
+ indexed: false,
375
+ internalType: "address[]",
376
+ },
377
+ ],
378
+ anonymous: false,
379
+ },
380
+ {
381
+ type: "event",
382
+ name: "log_bytes",
383
+ inputs: [
384
+ {
385
+ name: "",
386
+ type: "bytes",
387
+ indexed: false,
388
+ internalType: "bytes",
389
+ },
390
+ ],
391
+ anonymous: false,
392
+ },
393
+ {
394
+ type: "event",
395
+ name: "log_bytes32",
396
+ inputs: [
397
+ {
398
+ name: "",
399
+ type: "bytes32",
400
+ indexed: false,
401
+ internalType: "bytes32",
402
+ },
403
+ ],
404
+ anonymous: false,
405
+ },
406
+ {
407
+ type: "event",
408
+ name: "log_int",
409
+ inputs: [
410
+ {
411
+ name: "",
412
+ type: "int256",
413
+ indexed: false,
414
+ internalType: "int256",
415
+ },
416
+ ],
417
+ anonymous: false,
418
+ },
419
+ {
420
+ type: "event",
421
+ name: "log_named_address",
422
+ inputs: [
423
+ {
424
+ name: "key",
425
+ type: "string",
426
+ indexed: false,
427
+ internalType: "string",
428
+ },
429
+ {
430
+ name: "val",
431
+ type: "address",
432
+ indexed: false,
433
+ internalType: "address",
434
+ },
435
+ ],
436
+ anonymous: false,
437
+ },
438
+ {
439
+ type: "event",
440
+ name: "log_named_array",
441
+ inputs: [
442
+ {
443
+ name: "key",
444
+ type: "string",
445
+ indexed: false,
446
+ internalType: "string",
447
+ },
448
+ {
449
+ name: "val",
450
+ type: "uint256[]",
451
+ indexed: false,
452
+ internalType: "uint256[]",
453
+ },
454
+ ],
455
+ anonymous: false,
456
+ },
457
+ {
458
+ type: "event",
459
+ name: "log_named_array",
460
+ inputs: [
461
+ {
462
+ name: "key",
463
+ type: "string",
464
+ indexed: false,
465
+ internalType: "string",
466
+ },
467
+ {
468
+ name: "val",
469
+ type: "int256[]",
470
+ indexed: false,
471
+ internalType: "int256[]",
472
+ },
473
+ ],
474
+ anonymous: false,
475
+ },
476
+ {
477
+ type: "event",
478
+ name: "log_named_array",
479
+ inputs: [
480
+ {
481
+ name: "key",
482
+ type: "string",
483
+ indexed: false,
484
+ internalType: "string",
485
+ },
486
+ {
487
+ name: "val",
488
+ type: "address[]",
489
+ indexed: false,
490
+ internalType: "address[]",
491
+ },
492
+ ],
493
+ anonymous: false,
494
+ },
495
+ {
496
+ type: "event",
497
+ name: "log_named_bytes",
498
+ inputs: [
499
+ {
500
+ name: "key",
501
+ type: "string",
502
+ indexed: false,
503
+ internalType: "string",
504
+ },
505
+ {
506
+ name: "val",
507
+ type: "bytes",
508
+ indexed: false,
509
+ internalType: "bytes",
510
+ },
511
+ ],
512
+ anonymous: false,
513
+ },
514
+ {
515
+ type: "event",
516
+ name: "log_named_bytes32",
517
+ inputs: [
518
+ {
519
+ name: "key",
520
+ type: "string",
521
+ indexed: false,
522
+ internalType: "string",
523
+ },
524
+ {
525
+ name: "val",
526
+ type: "bytes32",
527
+ indexed: false,
528
+ internalType: "bytes32",
529
+ },
530
+ ],
531
+ anonymous: false,
532
+ },
533
+ {
534
+ type: "event",
535
+ name: "log_named_decimal_int",
536
+ inputs: [
537
+ {
538
+ name: "key",
539
+ type: "string",
540
+ indexed: false,
541
+ internalType: "string",
542
+ },
543
+ {
544
+ name: "val",
545
+ type: "int256",
546
+ indexed: false,
547
+ internalType: "int256",
548
+ },
549
+ {
550
+ name: "decimals",
551
+ type: "uint256",
552
+ indexed: false,
553
+ internalType: "uint256",
554
+ },
555
+ ],
556
+ anonymous: false,
557
+ },
558
+ {
559
+ type: "event",
560
+ name: "log_named_decimal_uint",
561
+ inputs: [
562
+ {
563
+ name: "key",
564
+ type: "string",
565
+ indexed: false,
566
+ internalType: "string",
567
+ },
568
+ {
569
+ name: "val",
570
+ type: "uint256",
571
+ indexed: false,
572
+ internalType: "uint256",
573
+ },
574
+ {
575
+ name: "decimals",
576
+ type: "uint256",
577
+ indexed: false,
578
+ internalType: "uint256",
579
+ },
580
+ ],
581
+ anonymous: false,
582
+ },
583
+ {
584
+ type: "event",
585
+ name: "log_named_int",
586
+ inputs: [
587
+ {
588
+ name: "key",
589
+ type: "string",
590
+ indexed: false,
591
+ internalType: "string",
592
+ },
593
+ {
594
+ name: "val",
595
+ type: "int256",
596
+ indexed: false,
597
+ internalType: "int256",
598
+ },
599
+ ],
600
+ anonymous: false,
601
+ },
602
+ {
603
+ type: "event",
604
+ name: "log_named_string",
605
+ inputs: [
606
+ {
607
+ name: "key",
608
+ type: "string",
609
+ indexed: false,
610
+ internalType: "string",
611
+ },
612
+ {
613
+ name: "val",
614
+ type: "string",
615
+ indexed: false,
616
+ internalType: "string",
617
+ },
618
+ ],
619
+ anonymous: false,
620
+ },
621
+ {
622
+ type: "event",
623
+ name: "log_named_uint",
624
+ inputs: [
625
+ {
626
+ name: "key",
627
+ type: "string",
628
+ indexed: false,
629
+ internalType: "string",
630
+ },
631
+ {
632
+ name: "val",
633
+ type: "uint256",
634
+ indexed: false,
635
+ internalType: "uint256",
636
+ },
637
+ ],
638
+ anonymous: false,
639
+ },
640
+ {
641
+ type: "event",
642
+ name: "log_string",
643
+ inputs: [
644
+ {
645
+ name: "",
646
+ type: "string",
647
+ indexed: false,
648
+ internalType: "string",
649
+ },
650
+ ],
651
+ anonymous: false,
652
+ },
653
+ {
654
+ type: "event",
655
+ name: "log_uint",
656
+ inputs: [
657
+ {
658
+ name: "",
659
+ type: "uint256",
660
+ indexed: false,
661
+ internalType: "uint256",
662
+ },
663
+ ],
664
+ anonymous: false,
665
+ },
666
+ {
667
+ type: "event",
668
+ name: "logs",
669
+ inputs: [
670
+ {
671
+ name: "",
672
+ type: "bytes",
673
+ indexed: false,
674
+ internalType: "bytes",
675
+ },
676
+ ],
677
+ anonymous: false,
678
+ },
679
+ ] as const;
680
+
681
+ export class BaseSimulatorTest__factory {
682
+ static readonly abi = _abi;
683
+ static createInterface(): BaseSimulatorTestInterface {
684
+ return new utils.Interface(_abi) as BaseSimulatorTestInterface;
685
+ }
686
+ static connect(
687
+ address: string,
688
+ signerOrProvider: Signer | Provider
689
+ ): BaseSimulatorTest {
690
+ return new Contract(address, _abi, signerOrProvider) as BaseSimulatorTest;
691
+ }
692
+ }