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