@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,447 @@
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 { MerkleLibTest, MerkleLibTestInterface } from "../MerkleLibTest";
8
+
9
+ const _abi = [
10
+ {
11
+ type: "function",
12
+ name: "claimedBitMap",
13
+ inputs: [
14
+ {
15
+ name: "",
16
+ type: "uint256",
17
+ internalType: "uint256",
18
+ },
19
+ ],
20
+ outputs: [
21
+ {
22
+ name: "",
23
+ type: "uint256",
24
+ internalType: "uint256",
25
+ },
26
+ ],
27
+ stateMutability: "view",
28
+ },
29
+ {
30
+ type: "function",
31
+ name: "claimedBitMap1D",
32
+ inputs: [],
33
+ outputs: [
34
+ {
35
+ name: "",
36
+ type: "uint256",
37
+ internalType: "uint256",
38
+ },
39
+ ],
40
+ stateMutability: "view",
41
+ },
42
+ {
43
+ type: "function",
44
+ name: "isClaimed",
45
+ inputs: [
46
+ {
47
+ name: "index",
48
+ type: "uint256",
49
+ internalType: "uint256",
50
+ },
51
+ ],
52
+ outputs: [
53
+ {
54
+ name: "",
55
+ type: "bool",
56
+ internalType: "bool",
57
+ },
58
+ ],
59
+ stateMutability: "view",
60
+ },
61
+ {
62
+ type: "function",
63
+ name: "isClaimed1D",
64
+ inputs: [
65
+ {
66
+ name: "index",
67
+ type: "uint8",
68
+ internalType: "uint8",
69
+ },
70
+ ],
71
+ outputs: [
72
+ {
73
+ name: "",
74
+ type: "bool",
75
+ internalType: "bool",
76
+ },
77
+ ],
78
+ stateMutability: "view",
79
+ },
80
+ {
81
+ type: "function",
82
+ name: "setClaimed",
83
+ inputs: [
84
+ {
85
+ name: "index",
86
+ type: "uint256",
87
+ internalType: "uint256",
88
+ },
89
+ ],
90
+ outputs: [],
91
+ stateMutability: "nonpayable",
92
+ },
93
+ {
94
+ type: "function",
95
+ name: "setClaimed1D",
96
+ inputs: [
97
+ {
98
+ name: "index",
99
+ type: "uint8",
100
+ internalType: "uint8",
101
+ },
102
+ ],
103
+ outputs: [],
104
+ stateMutability: "nonpayable",
105
+ },
106
+ {
107
+ type: "function",
108
+ name: "verifyPoolRebalance",
109
+ inputs: [
110
+ {
111
+ name: "root",
112
+ type: "bytes32",
113
+ internalType: "bytes32",
114
+ },
115
+ {
116
+ name: "rebalance",
117
+ type: "tuple",
118
+ internalType: "struct HubPoolInterface.PoolRebalanceLeaf",
119
+ components: [
120
+ {
121
+ name: "chainId",
122
+ type: "uint256",
123
+ internalType: "uint256",
124
+ },
125
+ {
126
+ name: "bundleLpFees",
127
+ type: "uint256[]",
128
+ internalType: "uint256[]",
129
+ },
130
+ {
131
+ name: "netSendAmounts",
132
+ type: "int256[]",
133
+ internalType: "int256[]",
134
+ },
135
+ {
136
+ name: "runningBalances",
137
+ type: "int256[]",
138
+ internalType: "int256[]",
139
+ },
140
+ {
141
+ name: "groupIndex",
142
+ type: "uint256",
143
+ internalType: "uint256",
144
+ },
145
+ {
146
+ name: "leafId",
147
+ type: "uint8",
148
+ internalType: "uint8",
149
+ },
150
+ {
151
+ name: "l1Tokens",
152
+ type: "address[]",
153
+ internalType: "address[]",
154
+ },
155
+ ],
156
+ },
157
+ {
158
+ name: "proof",
159
+ type: "bytes32[]",
160
+ internalType: "bytes32[]",
161
+ },
162
+ ],
163
+ outputs: [
164
+ {
165
+ name: "",
166
+ type: "bool",
167
+ internalType: "bool",
168
+ },
169
+ ],
170
+ stateMutability: "pure",
171
+ },
172
+ {
173
+ type: "function",
174
+ name: "verifyRelayerRefund",
175
+ inputs: [
176
+ {
177
+ name: "root",
178
+ type: "bytes32",
179
+ internalType: "bytes32",
180
+ },
181
+ {
182
+ name: "refund",
183
+ type: "tuple",
184
+ internalType: "struct SpokePoolInterface.RelayerRefundLeaf",
185
+ components: [
186
+ {
187
+ name: "amountToReturn",
188
+ type: "uint256",
189
+ internalType: "uint256",
190
+ },
191
+ {
192
+ name: "chainId",
193
+ type: "uint256",
194
+ internalType: "uint256",
195
+ },
196
+ {
197
+ name: "refundAmounts",
198
+ type: "uint256[]",
199
+ internalType: "uint256[]",
200
+ },
201
+ {
202
+ name: "leafId",
203
+ type: "uint32",
204
+ internalType: "uint32",
205
+ },
206
+ {
207
+ name: "l2TokenAddress",
208
+ type: "address",
209
+ internalType: "address",
210
+ },
211
+ {
212
+ name: "refundAddresses",
213
+ type: "address[]",
214
+ internalType: "address[]",
215
+ },
216
+ ],
217
+ },
218
+ {
219
+ name: "proof",
220
+ type: "bytes32[]",
221
+ internalType: "bytes32[]",
222
+ },
223
+ ],
224
+ outputs: [
225
+ {
226
+ name: "",
227
+ type: "bool",
228
+ internalType: "bool",
229
+ },
230
+ ],
231
+ stateMutability: "pure",
232
+ },
233
+ {
234
+ type: "function",
235
+ name: "verifySlowRelayFulfillment",
236
+ inputs: [
237
+ {
238
+ name: "root",
239
+ type: "bytes32",
240
+ internalType: "bytes32",
241
+ },
242
+ {
243
+ name: "slowFill",
244
+ type: "tuple",
245
+ internalType: "struct MockV2SpokePoolInterface.SlowFill",
246
+ components: [
247
+ {
248
+ name: "relayData",
249
+ type: "tuple",
250
+ internalType: "struct MockV2SpokePoolInterface.RelayData",
251
+ components: [
252
+ {
253
+ name: "depositor",
254
+ type: "bytes32",
255
+ internalType: "bytes32",
256
+ },
257
+ {
258
+ name: "recipient",
259
+ type: "bytes32",
260
+ internalType: "bytes32",
261
+ },
262
+ {
263
+ name: "destinationToken",
264
+ type: "bytes32",
265
+ internalType: "bytes32",
266
+ },
267
+ {
268
+ name: "amount",
269
+ type: "uint256",
270
+ internalType: "uint256",
271
+ },
272
+ {
273
+ name: "originChainId",
274
+ type: "uint256",
275
+ internalType: "uint256",
276
+ },
277
+ {
278
+ name: "destinationChainId",
279
+ type: "uint256",
280
+ internalType: "uint256",
281
+ },
282
+ {
283
+ name: "realizedLpFeePct",
284
+ type: "int64",
285
+ internalType: "int64",
286
+ },
287
+ {
288
+ name: "relayerFeePct",
289
+ type: "int64",
290
+ internalType: "int64",
291
+ },
292
+ {
293
+ name: "depositId",
294
+ type: "uint32",
295
+ internalType: "uint32",
296
+ },
297
+ {
298
+ name: "message",
299
+ type: "bytes",
300
+ internalType: "bytes",
301
+ },
302
+ ],
303
+ },
304
+ {
305
+ name: "payoutAdjustmentPct",
306
+ type: "int256",
307
+ internalType: "int256",
308
+ },
309
+ ],
310
+ },
311
+ {
312
+ name: "proof",
313
+ type: "bytes32[]",
314
+ internalType: "bytes32[]",
315
+ },
316
+ ],
317
+ outputs: [
318
+ {
319
+ name: "",
320
+ type: "bool",
321
+ internalType: "bool",
322
+ },
323
+ ],
324
+ stateMutability: "pure",
325
+ },
326
+ {
327
+ type: "function",
328
+ name: "verifyV3SlowRelayFulfillment",
329
+ inputs: [
330
+ {
331
+ name: "root",
332
+ type: "bytes32",
333
+ internalType: "bytes32",
334
+ },
335
+ {
336
+ name: "slowFill",
337
+ type: "tuple",
338
+ internalType: "struct V3SpokePoolInterface.V3SlowFill",
339
+ components: [
340
+ {
341
+ name: "relayData",
342
+ type: "tuple",
343
+ internalType: "struct V3SpokePoolInterface.V3RelayData",
344
+ components: [
345
+ {
346
+ name: "depositor",
347
+ type: "bytes32",
348
+ internalType: "bytes32",
349
+ },
350
+ {
351
+ name: "recipient",
352
+ type: "bytes32",
353
+ internalType: "bytes32",
354
+ },
355
+ {
356
+ name: "exclusiveRelayer",
357
+ type: "bytes32",
358
+ internalType: "bytes32",
359
+ },
360
+ {
361
+ name: "inputToken",
362
+ type: "bytes32",
363
+ internalType: "bytes32",
364
+ },
365
+ {
366
+ name: "outputToken",
367
+ type: "bytes32",
368
+ internalType: "bytes32",
369
+ },
370
+ {
371
+ name: "inputAmount",
372
+ type: "uint256",
373
+ internalType: "uint256",
374
+ },
375
+ {
376
+ name: "outputAmount",
377
+ type: "uint256",
378
+ internalType: "uint256",
379
+ },
380
+ {
381
+ name: "originChainId",
382
+ type: "uint256",
383
+ internalType: "uint256",
384
+ },
385
+ {
386
+ name: "depositId",
387
+ type: "uint256",
388
+ internalType: "uint256",
389
+ },
390
+ {
391
+ name: "fillDeadline",
392
+ type: "uint32",
393
+ internalType: "uint32",
394
+ },
395
+ {
396
+ name: "exclusivityDeadline",
397
+ type: "uint32",
398
+ internalType: "uint32",
399
+ },
400
+ {
401
+ name: "message",
402
+ type: "bytes",
403
+ internalType: "bytes",
404
+ },
405
+ ],
406
+ },
407
+ {
408
+ name: "chainId",
409
+ type: "uint256",
410
+ internalType: "uint256",
411
+ },
412
+ {
413
+ name: "updatedOutputAmount",
414
+ type: "uint256",
415
+ internalType: "uint256",
416
+ },
417
+ ],
418
+ },
419
+ {
420
+ name: "proof",
421
+ type: "bytes32[]",
422
+ internalType: "bytes32[]",
423
+ },
424
+ ],
425
+ outputs: [
426
+ {
427
+ name: "",
428
+ type: "bool",
429
+ internalType: "bool",
430
+ },
431
+ ],
432
+ stateMutability: "pure",
433
+ },
434
+ ] as const;
435
+
436
+ export class MerkleLibTest__factory {
437
+ static readonly abi = _abi;
438
+ static createInterface(): MerkleLibTestInterface {
439
+ return new utils.Interface(_abi) as MerkleLibTestInterface;
440
+ }
441
+ static connect(
442
+ address: string,
443
+ signerOrProvider: Signer | Provider
444
+ ): MerkleLibTest {
445
+ return new Contract(address, _abi, signerOrProvider) as MerkleLibTest;
446
+ }
447
+ }