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