@across-protocol/sdk 4.3.141 → 4.3.142

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 (390) hide show
  1. package/dist/cjs/src/arch/svm/BlockUtils.d.ts +1 -2
  2. package/dist/cjs/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js +2 -2
  3. package/dist/cjs/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js.map +1 -1
  4. package/dist/cjs/src/clients/BundleDataClient/utils/SuperstructUtils.js +1 -1
  5. package/dist/cjs/src/clients/BundleDataClient/utils/SuperstructUtils.js.map +1 -1
  6. package/dist/cjs/src/coingecko/Coingecko.js +1 -1
  7. package/dist/cjs/src/coingecko/Coingecko.js.map +1 -1
  8. package/dist/cjs/src/gasPriceOracle/adapters/polygon.js +1 -1
  9. package/dist/cjs/src/gasPriceOracle/adapters/polygon.js.map +1 -1
  10. package/dist/cjs/src/providers/solana/cachedRpcFactory.js +1 -1
  11. package/dist/cjs/src/providers/solana/cachedRpcFactory.js.map +1 -1
  12. package/dist/cjs/src/utils/AddressUtils.d.ts +0 -1
  13. package/dist/cjs/src/utils/AddressUtils.js +1 -12
  14. package/dist/cjs/src/utils/AddressUtils.js.map +1 -1
  15. package/dist/cjs/src/utils/JSONUtils.js +1 -1
  16. package/dist/cjs/src/utils/JSONUtils.js.map +1 -1
  17. package/dist/cjs/src/utils/NetworkUtils.js +1 -1
  18. package/dist/cjs/src/utils/NetworkUtils.js.map +1 -1
  19. package/dist/cjs/src/utils/abi/typechain/Constants.d.ts +9 -1
  20. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.d.ts +859 -0
  21. package/dist/cjs/src/utils/abi/typechain/{Permit2OrderLib.js → CounterfactualConfig.js} +1 -1
  22. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.js.map +1 -0
  23. package/dist/cjs/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  24. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  25. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  26. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js +19 -0
  27. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  28. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1097 -0
  29. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js +1442 -0
  30. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js.map +1 -0
  31. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  32. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +19 -0
  33. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  34. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  35. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +19 -0
  36. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  37. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +1 -13
  38. package/dist/cjs/src/utils/abi/typechain/factories/index.js +8 -33
  39. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  40. package/dist/cjs/src/utils/abi/typechain/index.d.ts +2 -26
  41. package/dist/cjs/src/utils/abi/typechain/index.js +8 -33
  42. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  43. package/dist/cjs/test/utils/getContractFactory.js +7 -38
  44. package/dist/cjs/test/utils/getContractFactory.js.map +1 -1
  45. package/dist/cjs/test/utils/utils.js +1 -1
  46. package/dist/cjs/test/utils/utils.js.map +1 -1
  47. package/dist/esm/src/arch/svm/BlockUtils.d.ts +1 -2
  48. package/dist/esm/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js +2 -2
  49. package/dist/esm/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js.map +1 -1
  50. package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.js +1 -1
  51. package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.js.map +1 -1
  52. package/dist/esm/src/coingecko/Coingecko.js +1 -1
  53. package/dist/esm/src/coingecko/Coingecko.js.map +1 -1
  54. package/dist/esm/src/gasPriceOracle/adapters/polygon.js +1 -1
  55. package/dist/esm/src/gasPriceOracle/adapters/polygon.js.map +1 -1
  56. package/dist/esm/src/providers/solana/cachedRpcFactory.js +1 -1
  57. package/dist/esm/src/providers/solana/cachedRpcFactory.js.map +1 -1
  58. package/dist/esm/src/utils/AddressUtils.d.ts +0 -1
  59. package/dist/esm/src/utils/AddressUtils.js +1 -12
  60. package/dist/esm/src/utils/AddressUtils.js.map +1 -1
  61. package/dist/esm/src/utils/JSONUtils.js +1 -1
  62. package/dist/esm/src/utils/JSONUtils.js.map +1 -1
  63. package/dist/esm/src/utils/NetworkUtils.js +1 -1
  64. package/dist/esm/src/utils/NetworkUtils.js.map +1 -1
  65. package/dist/esm/src/utils/abi/typechain/Constants.d.ts +9 -1
  66. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.d.ts +859 -0
  67. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.js +2 -0
  68. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.js.map +1 -0
  69. package/dist/esm/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  70. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  71. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  72. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js +19 -0
  73. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  74. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1097 -0
  75. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js +1441 -0
  76. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js.map +1 -0
  77. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  78. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +19 -0
  79. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  80. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  81. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +19 -0
  82. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  83. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +1 -13
  84. package/dist/esm/src/utils/abi/typechain/factories/index.js +1 -13
  85. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  86. package/dist/esm/src/utils/abi/typechain/index.d.ts +2 -26
  87. package/dist/esm/src/utils/abi/typechain/index.js +1 -13
  88. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  89. package/dist/esm/test/utils/getContractFactory.d.ts +1 -1
  90. package/dist/esm/test/utils/getContractFactory.js +11 -52
  91. package/dist/esm/test/utils/getContractFactory.js.map +1 -1
  92. package/dist/esm/test/utils/utils.js +1 -1
  93. package/dist/esm/test/utils/utils.js.map +1 -1
  94. package/dist/types/src/arch/svm/BlockUtils.d.ts +1 -2
  95. package/dist/types/src/arch/svm/BlockUtils.d.ts.map +1 -1
  96. package/dist/types/src/utils/AddressUtils.d.ts +0 -1
  97. package/dist/types/src/utils/AddressUtils.d.ts.map +1 -1
  98. package/dist/types/src/utils/abi/typechain/Constants.d.ts +9 -1
  99. package/dist/types/src/utils/abi/typechain/Constants.d.ts.map +1 -1
  100. package/dist/types/src/utils/abi/typechain/CounterfactualConfig.d.ts +860 -0
  101. package/dist/types/src/utils/abi/typechain/CounterfactualConfig.d.ts.map +1 -0
  102. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  103. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts.map +1 -1
  104. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  105. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -1
  106. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  107. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts.map +1 -1
  108. package/dist/types/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1098 -0
  109. package/dist/types/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts.map +1 -0
  110. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  111. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts.map +1 -1
  112. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  113. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -1
  114. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +1 -13
  115. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  116. package/dist/types/src/utils/abi/typechain/index.d.ts +2 -26
  117. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  118. package/dist/types/test/utils/getContractFactory.d.ts +1 -1
  119. package/dist/types/test/utils/getContractFactory.d.ts.map +1 -1
  120. package/package.json +9 -29
  121. package/scripts/stage-typechain-artifacts.cjs +7 -8
  122. package/src/arch/svm/BlockUtils.ts +1 -1
  123. package/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.ts +2 -2
  124. package/src/clients/BundleDataClient/utils/SuperstructUtils.ts +1 -1
  125. package/src/coingecko/Coingecko.ts +1 -1
  126. package/src/gasPriceOracle/adapters/polygon.ts +1 -1
  127. package/src/providers/solana/cachedRpcFactory.ts +1 -1
  128. package/src/utils/AddressUtils.ts +5 -13
  129. package/src/utils/JSONUtils.ts +1 -1
  130. package/src/utils/NetworkUtils.ts +1 -1
  131. package/src/utils/abi/contracts/Constants.json +19 -0
  132. package/src/utils/abi/contracts/CounterfactualConfig.json +1427 -0
  133. package/src/utils/abi/contracts/DeploymentUtils.json +19 -0
  134. package/src/utils/abi/contracts/HubPoolTestBase.json +19 -0
  135. package/src/utils/abi/typechain/Constants.ts +29 -0
  136. package/src/utils/abi/typechain/CounterfactualConfig.ts +2014 -0
  137. package/src/utils/abi/typechain/DeploymentUtils.ts +29 -0
  138. package/src/utils/abi/typechain/HubPoolTestBase.ts +29 -0
  139. package/src/utils/abi/typechain/factories/Constants__factory.ts +19 -0
  140. package/src/utils/abi/typechain/factories/CounterfactualConfig__factory.ts +1455 -0
  141. package/src/utils/abi/typechain/factories/DeploymentUtils__factory.ts +19 -0
  142. package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +19 -0
  143. package/src/utils/abi/typechain/factories/index.ts +1 -13
  144. package/src/utils/abi/typechain/index.ts +2 -26
  145. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
  146. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js +0 -3
  147. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
  148. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
  149. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -3
  150. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
  151. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
  152. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js +0 -3
  153. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
  154. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
  155. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js +0 -3
  156. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
  157. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
  158. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
  159. package/dist/cjs/src/utils/abi/typechain/Script.d.ts +0 -42
  160. package/dist/cjs/src/utils/abi/typechain/Script.js +0 -3
  161. package/dist/cjs/src/utils/abi/typechain/Script.js.map +0 -1
  162. package/dist/cjs/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
  163. package/dist/cjs/src/utils/abi/typechain/StdAssertions.js +0 -3
  164. package/dist/cjs/src/utils/abi/typechain/StdAssertions.js.map +0 -1
  165. package/dist/cjs/src/utils/abi/typechain/StdError.d.ts +0 -106
  166. package/dist/cjs/src/utils/abi/typechain/StdError.js +0 -3
  167. package/dist/cjs/src/utils/abi/typechain/StdError.js.map +0 -1
  168. package/dist/cjs/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
  169. package/dist/cjs/src/utils/abi/typechain/StdInvariant.js +0 -3
  170. package/dist/cjs/src/utils/abi/typechain/StdInvariant.js.map +0 -1
  171. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
  172. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js +0 -3
  173. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
  174. package/dist/cjs/src/utils/abi/typechain/Test.d.ts +0 -432
  175. package/dist/cjs/src/utils/abi/typechain/Test.js +0 -3
  176. package/dist/cjs/src/utils/abi/typechain/Test.js.map +0 -1
  177. package/dist/cjs/src/utils/abi/typechain/Vm.d.ts +0 -6767
  178. package/dist/cjs/src/utils/abi/typechain/Vm.js +0 -3
  179. package/dist/cjs/src/utils/abi/typechain/Vm.js.map +0 -1
  180. package/dist/cjs/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
  181. package/dist/cjs/src/utils/abi/typechain/VmSafe.js +0 -3
  182. package/dist/cjs/src/utils/abi/typechain/VmSafe.js.map +0 -1
  183. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
  184. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -896
  185. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
  186. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
  187. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -729
  188. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
  189. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
  190. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -542
  191. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
  192. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
  193. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -132
  194. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
  195. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
  196. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -42
  197. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
  198. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
  199. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js +0 -30
  200. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
  201. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
  202. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -394
  203. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
  204. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
  205. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js +0 -134
  206. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
  207. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
  208. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -195
  209. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
  210. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
  211. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -67
  212. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
  213. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
  214. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +0 -585
  215. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
  216. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
  217. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9531
  218. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
  219. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
  220. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js +0 -11931
  221. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
  222. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
  223. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js +0 -2
  224. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
  225. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
  226. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -2
  227. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
  228. package/dist/esm/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
  229. package/dist/esm/src/utils/abi/typechain/IOriginSettler.js +0 -2
  230. package/dist/esm/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
  231. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
  232. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js +0 -2
  233. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
  234. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
  235. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js +0 -2
  236. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
  237. package/dist/esm/src/utils/abi/typechain/Script.d.ts +0 -42
  238. package/dist/esm/src/utils/abi/typechain/Script.js +0 -2
  239. package/dist/esm/src/utils/abi/typechain/Script.js.map +0 -1
  240. package/dist/esm/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
  241. package/dist/esm/src/utils/abi/typechain/StdAssertions.js +0 -2
  242. package/dist/esm/src/utils/abi/typechain/StdAssertions.js.map +0 -1
  243. package/dist/esm/src/utils/abi/typechain/StdError.d.ts +0 -106
  244. package/dist/esm/src/utils/abi/typechain/StdError.js +0 -2
  245. package/dist/esm/src/utils/abi/typechain/StdError.js.map +0 -1
  246. package/dist/esm/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
  247. package/dist/esm/src/utils/abi/typechain/StdInvariant.js +0 -2
  248. package/dist/esm/src/utils/abi/typechain/StdInvariant.js.map +0 -1
  249. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
  250. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js +0 -2
  251. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
  252. package/dist/esm/src/utils/abi/typechain/Test.d.ts +0 -432
  253. package/dist/esm/src/utils/abi/typechain/Test.js +0 -2
  254. package/dist/esm/src/utils/abi/typechain/Test.js.map +0 -1
  255. package/dist/esm/src/utils/abi/typechain/Vm.d.ts +0 -6767
  256. package/dist/esm/src/utils/abi/typechain/Vm.js +0 -2
  257. package/dist/esm/src/utils/abi/typechain/Vm.js.map +0 -1
  258. package/dist/esm/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
  259. package/dist/esm/src/utils/abi/typechain/VmSafe.js +0 -2
  260. package/dist/esm/src/utils/abi/typechain/VmSafe.js.map +0 -1
  261. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
  262. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -895
  263. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
  264. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
  265. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -728
  266. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
  267. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
  268. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -541
  269. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
  270. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
  271. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -131
  272. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
  273. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
  274. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -41
  275. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
  276. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
  277. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js +0 -29
  278. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
  279. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
  280. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -393
  281. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
  282. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
  283. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js +0 -133
  284. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
  285. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
  286. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -194
  287. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
  288. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
  289. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -66
  290. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
  291. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
  292. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +0 -584
  293. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
  294. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
  295. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9530
  296. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
  297. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
  298. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js +0 -11930
  299. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
  300. package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -399
  301. package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts.map +0 -1
  302. package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -283
  303. package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts.map +0 -1
  304. package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts +0 -188
  305. package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts.map +0 -1
  306. package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -83
  307. package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts.map +0 -1
  308. package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -28
  309. package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts.map +0 -1
  310. package/dist/types/src/utils/abi/typechain/Script.d.ts +0 -43
  311. package/dist/types/src/utils/abi/typechain/Script.d.ts.map +0 -1
  312. package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts +0 -291
  313. package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts.map +0 -1
  314. package/dist/types/src/utils/abi/typechain/StdError.d.ts +0 -107
  315. package/dist/types/src/utils/abi/typechain/StdError.d.ts.map +0 -1
  316. package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts +0 -169
  317. package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts.map +0 -1
  318. package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -61
  319. package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts.map +0 -1
  320. package/dist/types/src/utils/abi/typechain/Test.d.ts +0 -433
  321. package/dist/types/src/utils/abi/typechain/Test.d.ts.map +0 -1
  322. package/dist/types/src/utils/abi/typechain/Vm.d.ts +0 -6768
  323. package/dist/types/src/utils/abi/typechain/Vm.d.ts.map +0 -1
  324. package/dist/types/src/utils/abi/typechain/VmSafe.d.ts +0 -4650
  325. package/dist/types/src/utils/abi/typechain/VmSafe.d.ts.map +0 -1
  326. package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -689
  327. package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts.map +0 -1
  328. package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -560
  329. package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts.map +0 -1
  330. package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -416
  331. package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts.map +0 -1
  332. package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -98
  333. package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts.map +0 -1
  334. package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -29
  335. package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts.map +0 -1
  336. package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -19
  337. package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts.map +0 -1
  338. package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -304
  339. package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts.map +0 -1
  340. package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -99
  341. package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts.map +0 -1
  342. package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -145
  343. package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts.map +0 -1
  344. package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -49
  345. package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts.map +0 -1
  346. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -450
  347. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +0 -1
  348. package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7282
  349. package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts.map +0 -1
  350. package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9143
  351. package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts.map +0 -1
  352. package/src/utils/abi/contracts/AcrossOriginSettler.json +0 -881
  353. package/src/utils/abi/contracts/ERC7683OrderDepositor.json +0 -714
  354. package/src/utils/abi/contracts/IOriginSettler.json +0 -527
  355. package/src/utils/abi/contracts/Permit2Depositor.json +0 -117
  356. package/src/utils/abi/contracts/Permit2OrderLib.json +0 -27
  357. package/src/utils/abi/contracts/Script.json +0 -15
  358. package/src/utils/abi/contracts/StdAssertions.json +0 -379
  359. package/src/utils/abi/contracts/StdInvariant.json +0 -180
  360. package/src/utils/abi/contracts/Test.json +0 -570
  361. package/src/utils/abi/contracts/Vm.json +0 -11916
  362. package/src/utils/abi/contracts/VmSafe.json +0 -9516
  363. package/src/utils/abi/contracts/stdError.json +0 -119
  364. package/src/utils/abi/contracts/stdStorageSafe.json +0 -52
  365. package/src/utils/abi/typechain/AcrossOriginSettler.ts +0 -776
  366. package/src/utils/abi/typechain/ERC7683OrderDepositor.ts +0 -529
  367. package/src/utils/abi/typechain/IOriginSettler.ts +0 -337
  368. package/src/utils/abi/typechain/Permit2Depositor.ts +0 -172
  369. package/src/utils/abi/typechain/Permit2OrderLib.ts +0 -55
  370. package/src/utils/abi/typechain/Script.ts +0 -81
  371. package/src/utils/abi/typechain/StdAssertions.ts +0 -456
  372. package/src/utils/abi/typechain/StdError.ts +0 -248
  373. package/src/utils/abi/typechain/StdInvariant.ts +0 -350
  374. package/src/utils/abi/typechain/StdStorageSafe.ts +0 -108
  375. package/src/utils/abi/typechain/Test.ts +0 -753
  376. package/src/utils/abi/typechain/Vm.ts +0 -20633
  377. package/src/utils/abi/typechain/VmSafe.ts +0 -15644
  378. package/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.ts +0 -905
  379. package/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.ts +0 -742
  380. package/src/utils/abi/typechain/factories/IOriginSettler__factory.ts +0 -551
  381. package/src/utils/abi/typechain/factories/Permit2Depositor__factory.ts +0 -141
  382. package/src/utils/abi/typechain/factories/Permit2OrderLib__factory.ts +0 -51
  383. package/src/utils/abi/typechain/factories/Script__factory.ts +0 -33
  384. package/src/utils/abi/typechain/factories/StdAssertions__factory.ts +0 -400
  385. package/src/utils/abi/typechain/factories/StdError__factory.ts +0 -140
  386. package/src/utils/abi/typechain/factories/StdInvariant__factory.ts +0 -201
  387. package/src/utils/abi/typechain/factories/StdStorageSafe__factory.ts +0 -76
  388. package/src/utils/abi/typechain/factories/Test__factory.ts +0 -588
  389. package/src/utils/abi/typechain/factories/VmSafe__factory.ts +0 -9534
  390. package/src/utils/abi/typechain/factories/Vm__factory.ts +0 -11934
@@ -1 +0,0 @@
1
- {"version":3,"file":"AcrossOriginSettler__factory.js","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/AcrossOriginSettler__factory.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AAEpB,OAAO,EAAE,QAAQ,EAAU,KAAK,EAAE,MAAM,QAAQ,CAAC;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,oBAAoB;aACnC;YACD;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,mBAAmB;aAClC;YACD;gBACE,IAAI,EAAE,sBAAsB;gBAC5B,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,mBAAmB;aAClC;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,oBAAoB;aACnC;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,kBAAkB;QACxB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;YACD;gBACE,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,wBAAwB;gBACtC,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,YAAY;wBAClB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,oBAAoB;wBAC1B,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,mBAAmB;wBACzB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;iBACF;aACF;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,qBAAqB;QAC3B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,gBAAgB;QACtB,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,YAAY,EAAE,QAAQ;aACvB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,OAAO;QACb,MAAM,EAAE,EAAE;QACV,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE,EAAE;QACV,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,0BAA0B;wBACxC,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,QAAQ;gCACd,YAAY,EAAE,QAAQ;6BACvB;4BACD;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,YAAY;gCAClB,IAAI,EAAE,OAAO;gCACb,YAAY,EAAE,OAAO;6BACtB;yBACF;qBACF;iBACF;aACF;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,YAAY;QAClB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,+BAA+B;gBAC7C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;wBACb,YAAY,EAAE,OAAO;qBACtB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,OAAO;aACtB;SACF;QACD,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,OAAO;gBACb,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,0BAA0B;wBACxC,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,QAAQ;gCACd,YAAY,EAAE,QAAQ;6BACvB;4BACD;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,YAAY;gCAClB,IAAI,EAAE,OAAO;gCACb,YAAY,EAAE,OAAO;6BACtB;yBACF;qBACF;iBACF;aACF;SACF;QACD,eAAe,EAAE,MAAM;KACxB;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;QACD,OAAO,EAAE,EAAE;QACX,eAAe,EAAE,YAAY;KAC9B;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,gCAAgC;gBAC9C,UAAU,EAAE;oBACV;wBACE,IAAI,EAAE,MAAM;wBACZ,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,eAAe;wBACrB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,cAAc;wBACpB,IAAI,EAAE,QAAQ;wBACd,YAAY,EAAE,QAAQ;qBACvB;oBACD;wBACE,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,SAAS;qBACxB;oBACD;wBACE,IAAI,EAAE,UAAU;wBAChB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,aAAa;wBACnB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,iBAAiB;wBAC/B,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,QAAQ;gCACd,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,SAAS;gCACf,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;yBACF;qBACF;oBACD;wBACE,IAAI,EAAE,kBAAkB;wBACxB,IAAI,EAAE,SAAS;wBACf,YAAY,EAAE,0BAA0B;wBACxC,UAAU,EAAE;4BACV;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,QAAQ;gCACd,YAAY,EAAE,QAAQ;6BACvB;4BACD;gCACE,IAAI,EAAE,oBAAoB;gCAC1B,IAAI,EAAE,SAAS;gCACf,YAAY,EAAE,SAAS;6BACxB;4BACD;gCACE,IAAI,EAAE,YAAY;gCAClB,IAAI,EAAE,OAAO;gCACb,YAAY,EAAE,OAAO;6BACtB;yBACF;qBACF;iBACF;aACF;SACF;QACD,SAAS,EAAE,KAAK;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,sBAAsB;QAC5B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,eAAe;gBACrB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;SACF;QACD,SAAS,EAAE,KAAK;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,wBAAwB;gBAC9B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;aACxB;SACF;QACD,SAAS,EAAE,KAAK;KACjB;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,gBAAgB;QACtB,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,8BAA8B;QACpC,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,YAAY,EAAE,SAAS;aACxB;SACF;KACF;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,cAAc;QACpB,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,uBAAuB;QAC7B,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,oBAAoB;QAC1B,MAAM,EAAE,EAAE;KACX;IACD;QACE,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,yBAAyB;QAC/B,MAAM,EAAE,EAAE;KACX;CACO,CAAC;AAEX,MAAM,OAAO,4BAA4B;IACvC,MAAM,CAAU,GAAG,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,KAAK,CAAC,SAAS,CAAC,IAAI,CAAiC,CAAC;IACnE,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,QAAQ,CAAC,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAwB,CAAC;IAC9E,CAAC"}
@@ -1,559 +0,0 @@
1
- import { Signer } from "ethers";
2
- import type { Provider } from "@ethersproject/providers";
3
- import type { ERC7683OrderDepositor, ERC7683OrderDepositorInterface } from "../ERC7683OrderDepositor";
4
- export declare class ERC7683OrderDepositor__factory {
5
- static readonly abi: readonly [{
6
- readonly type: "function";
7
- readonly name: "PERMIT2";
8
- readonly inputs: readonly [];
9
- readonly outputs: readonly [{
10
- readonly name: "";
11
- readonly type: "address";
12
- readonly internalType: "contract IPermit2";
13
- }];
14
- readonly stateMutability: "view";
15
- }, {
16
- readonly type: "function";
17
- readonly name: "QUOTE_BEFORE_DEADLINE";
18
- readonly inputs: readonly [];
19
- readonly outputs: readonly [{
20
- readonly name: "";
21
- readonly type: "uint256";
22
- readonly internalType: "uint256";
23
- }];
24
- readonly stateMutability: "view";
25
- }, {
26
- readonly type: "function";
27
- readonly name: "computeDepositId";
28
- readonly inputs: readonly [{
29
- readonly name: "depositNonce";
30
- readonly type: "uint256";
31
- readonly internalType: "uint256";
32
- }, {
33
- readonly name: "depositor";
34
- readonly type: "address";
35
- readonly internalType: "address";
36
- }];
37
- readonly outputs: readonly [{
38
- readonly name: "";
39
- readonly type: "uint256";
40
- readonly internalType: "uint256";
41
- }];
42
- readonly stateMutability: "view";
43
- }, {
44
- readonly type: "function";
45
- readonly name: "decode";
46
- readonly inputs: readonly [{
47
- readonly name: "orderData";
48
- readonly type: "bytes";
49
- readonly internalType: "bytes";
50
- }, {
51
- readonly name: "fillerData";
52
- readonly type: "bytes";
53
- readonly internalType: "bytes";
54
- }];
55
- readonly outputs: readonly [{
56
- readonly name: "";
57
- readonly type: "tuple";
58
- readonly internalType: "struct AcrossOrderData";
59
- readonly components: readonly [{
60
- readonly name: "inputToken";
61
- readonly type: "address";
62
- readonly internalType: "address";
63
- }, {
64
- readonly name: "inputAmount";
65
- readonly type: "uint256";
66
- readonly internalType: "uint256";
67
- }, {
68
- readonly name: "outputToken";
69
- readonly type: "address";
70
- readonly internalType: "address";
71
- }, {
72
- readonly name: "outputAmount";
73
- readonly type: "uint256";
74
- readonly internalType: "uint256";
75
- }, {
76
- readonly name: "destinationChainId";
77
- readonly type: "uint256";
78
- readonly internalType: "uint256";
79
- }, {
80
- readonly name: "recipient";
81
- readonly type: "bytes32";
82
- readonly internalType: "bytes32";
83
- }, {
84
- readonly name: "exclusiveRelayer";
85
- readonly type: "address";
86
- readonly internalType: "address";
87
- }, {
88
- readonly name: "depositNonce";
89
- readonly type: "uint256";
90
- readonly internalType: "uint256";
91
- }, {
92
- readonly name: "exclusivityPeriod";
93
- readonly type: "uint32";
94
- readonly internalType: "uint32";
95
- }, {
96
- readonly name: "message";
97
- readonly type: "bytes";
98
- readonly internalType: "bytes";
99
- }];
100
- }, {
101
- readonly name: "";
102
- readonly type: "tuple";
103
- readonly internalType: "struct AcrossOriginFillerData";
104
- readonly components: readonly [{
105
- readonly name: "exclusiveRelayer";
106
- readonly type: "address";
107
- readonly internalType: "address";
108
- }];
109
- }];
110
- readonly stateMutability: "pure";
111
- }, {
112
- readonly type: "function";
113
- readonly name: "getCurrentTime";
114
- readonly inputs: readonly [];
115
- readonly outputs: readonly [{
116
- readonly name: "";
117
- readonly type: "uint32";
118
- readonly internalType: "uint32";
119
- }];
120
- readonly stateMutability: "view";
121
- }, {
122
- readonly type: "function";
123
- readonly name: "open";
124
- readonly inputs: readonly [{
125
- readonly name: "order";
126
- readonly type: "tuple";
127
- readonly internalType: "struct OnchainCrossChainOrder";
128
- readonly components: readonly [{
129
- readonly name: "fillDeadline";
130
- readonly type: "uint32";
131
- readonly internalType: "uint32";
132
- }, {
133
- readonly name: "orderDataType";
134
- readonly type: "bytes32";
135
- readonly internalType: "bytes32";
136
- }, {
137
- readonly name: "orderData";
138
- readonly type: "bytes";
139
- readonly internalType: "bytes";
140
- }];
141
- }];
142
- readonly outputs: readonly [];
143
- readonly stateMutability: "nonpayable";
144
- }, {
145
- readonly type: "function";
146
- readonly name: "openFor";
147
- readonly inputs: readonly [{
148
- readonly name: "order";
149
- readonly type: "tuple";
150
- readonly internalType: "struct GaslessCrossChainOrder";
151
- readonly components: readonly [{
152
- readonly name: "originSettler";
153
- readonly type: "address";
154
- readonly internalType: "address";
155
- }, {
156
- readonly name: "user";
157
- readonly type: "address";
158
- readonly internalType: "address";
159
- }, {
160
- readonly name: "nonce";
161
- readonly type: "uint256";
162
- readonly internalType: "uint256";
163
- }, {
164
- readonly name: "originChainId";
165
- readonly type: "uint256";
166
- readonly internalType: "uint256";
167
- }, {
168
- readonly name: "openDeadline";
169
- readonly type: "uint32";
170
- readonly internalType: "uint32";
171
- }, {
172
- readonly name: "fillDeadline";
173
- readonly type: "uint32";
174
- readonly internalType: "uint32";
175
- }, {
176
- readonly name: "orderDataType";
177
- readonly type: "bytes32";
178
- readonly internalType: "bytes32";
179
- }, {
180
- readonly name: "orderData";
181
- readonly type: "bytes";
182
- readonly internalType: "bytes";
183
- }];
184
- }, {
185
- readonly name: "signature";
186
- readonly type: "bytes";
187
- readonly internalType: "bytes";
188
- }, {
189
- readonly name: "originFillerData";
190
- readonly type: "bytes";
191
- readonly internalType: "bytes";
192
- }];
193
- readonly outputs: readonly [];
194
- readonly stateMutability: "nonpayable";
195
- }, {
196
- readonly type: "function";
197
- readonly name: "resolve";
198
- readonly inputs: readonly [{
199
- readonly name: "order";
200
- readonly type: "tuple";
201
- readonly internalType: "struct OnchainCrossChainOrder";
202
- readonly components: readonly [{
203
- readonly name: "fillDeadline";
204
- readonly type: "uint32";
205
- readonly internalType: "uint32";
206
- }, {
207
- readonly name: "orderDataType";
208
- readonly type: "bytes32";
209
- readonly internalType: "bytes32";
210
- }, {
211
- readonly name: "orderData";
212
- readonly type: "bytes";
213
- readonly internalType: "bytes";
214
- }];
215
- }];
216
- readonly outputs: readonly [{
217
- readonly name: "resolvedOrder";
218
- readonly type: "tuple";
219
- readonly internalType: "struct ResolvedCrossChainOrder";
220
- readonly components: readonly [{
221
- readonly name: "user";
222
- readonly type: "address";
223
- readonly internalType: "address";
224
- }, {
225
- readonly name: "originChainId";
226
- readonly type: "uint256";
227
- readonly internalType: "uint256";
228
- }, {
229
- readonly name: "openDeadline";
230
- readonly type: "uint32";
231
- readonly internalType: "uint32";
232
- }, {
233
- readonly name: "fillDeadline";
234
- readonly type: "uint32";
235
- readonly internalType: "uint32";
236
- }, {
237
- readonly name: "orderId";
238
- readonly type: "bytes32";
239
- readonly internalType: "bytes32";
240
- }, {
241
- readonly name: "maxSpent";
242
- readonly type: "tuple[]";
243
- readonly internalType: "struct Output[]";
244
- readonly components: readonly [{
245
- readonly name: "token";
246
- readonly type: "bytes32";
247
- readonly internalType: "bytes32";
248
- }, {
249
- readonly name: "amount";
250
- readonly type: "uint256";
251
- readonly internalType: "uint256";
252
- }, {
253
- readonly name: "recipient";
254
- readonly type: "bytes32";
255
- readonly internalType: "bytes32";
256
- }, {
257
- readonly name: "chainId";
258
- readonly type: "uint256";
259
- readonly internalType: "uint256";
260
- }];
261
- }, {
262
- readonly name: "minReceived";
263
- readonly type: "tuple[]";
264
- readonly internalType: "struct Output[]";
265
- readonly components: readonly [{
266
- readonly name: "token";
267
- readonly type: "bytes32";
268
- readonly internalType: "bytes32";
269
- }, {
270
- readonly name: "amount";
271
- readonly type: "uint256";
272
- readonly internalType: "uint256";
273
- }, {
274
- readonly name: "recipient";
275
- readonly type: "bytes32";
276
- readonly internalType: "bytes32";
277
- }, {
278
- readonly name: "chainId";
279
- readonly type: "uint256";
280
- readonly internalType: "uint256";
281
- }];
282
- }, {
283
- readonly name: "fillInstructions";
284
- readonly type: "tuple[]";
285
- readonly internalType: "struct FillInstruction[]";
286
- readonly components: readonly [{
287
- readonly name: "destinationChainId";
288
- readonly type: "uint64";
289
- readonly internalType: "uint64";
290
- }, {
291
- readonly name: "destinationSettler";
292
- readonly type: "bytes32";
293
- readonly internalType: "bytes32";
294
- }, {
295
- readonly name: "originData";
296
- readonly type: "bytes";
297
- readonly internalType: "bytes";
298
- }];
299
- }];
300
- }];
301
- readonly stateMutability: "view";
302
- }, {
303
- readonly type: "function";
304
- readonly name: "resolveFor";
305
- readonly inputs: readonly [{
306
- readonly name: "order";
307
- readonly type: "tuple";
308
- readonly internalType: "struct GaslessCrossChainOrder";
309
- readonly components: readonly [{
310
- readonly name: "originSettler";
311
- readonly type: "address";
312
- readonly internalType: "address";
313
- }, {
314
- readonly name: "user";
315
- readonly type: "address";
316
- readonly internalType: "address";
317
- }, {
318
- readonly name: "nonce";
319
- readonly type: "uint256";
320
- readonly internalType: "uint256";
321
- }, {
322
- readonly name: "originChainId";
323
- readonly type: "uint256";
324
- readonly internalType: "uint256";
325
- }, {
326
- readonly name: "openDeadline";
327
- readonly type: "uint32";
328
- readonly internalType: "uint32";
329
- }, {
330
- readonly name: "fillDeadline";
331
- readonly type: "uint32";
332
- readonly internalType: "uint32";
333
- }, {
334
- readonly name: "orderDataType";
335
- readonly type: "bytes32";
336
- readonly internalType: "bytes32";
337
- }, {
338
- readonly name: "orderData";
339
- readonly type: "bytes";
340
- readonly internalType: "bytes";
341
- }];
342
- }, {
343
- readonly name: "originFillerData";
344
- readonly type: "bytes";
345
- readonly internalType: "bytes";
346
- }];
347
- readonly outputs: readonly [{
348
- readonly name: "resolvedOrder";
349
- readonly type: "tuple";
350
- readonly internalType: "struct ResolvedCrossChainOrder";
351
- readonly components: readonly [{
352
- readonly name: "user";
353
- readonly type: "address";
354
- readonly internalType: "address";
355
- }, {
356
- readonly name: "originChainId";
357
- readonly type: "uint256";
358
- readonly internalType: "uint256";
359
- }, {
360
- readonly name: "openDeadline";
361
- readonly type: "uint32";
362
- readonly internalType: "uint32";
363
- }, {
364
- readonly name: "fillDeadline";
365
- readonly type: "uint32";
366
- readonly internalType: "uint32";
367
- }, {
368
- readonly name: "orderId";
369
- readonly type: "bytes32";
370
- readonly internalType: "bytes32";
371
- }, {
372
- readonly name: "maxSpent";
373
- readonly type: "tuple[]";
374
- readonly internalType: "struct Output[]";
375
- readonly components: readonly [{
376
- readonly name: "token";
377
- readonly type: "bytes32";
378
- readonly internalType: "bytes32";
379
- }, {
380
- readonly name: "amount";
381
- readonly type: "uint256";
382
- readonly internalType: "uint256";
383
- }, {
384
- readonly name: "recipient";
385
- readonly type: "bytes32";
386
- readonly internalType: "bytes32";
387
- }, {
388
- readonly name: "chainId";
389
- readonly type: "uint256";
390
- readonly internalType: "uint256";
391
- }];
392
- }, {
393
- readonly name: "minReceived";
394
- readonly type: "tuple[]";
395
- readonly internalType: "struct Output[]";
396
- readonly components: readonly [{
397
- readonly name: "token";
398
- readonly type: "bytes32";
399
- readonly internalType: "bytes32";
400
- }, {
401
- readonly name: "amount";
402
- readonly type: "uint256";
403
- readonly internalType: "uint256";
404
- }, {
405
- readonly name: "recipient";
406
- readonly type: "bytes32";
407
- readonly internalType: "bytes32";
408
- }, {
409
- readonly name: "chainId";
410
- readonly type: "uint256";
411
- readonly internalType: "uint256";
412
- }];
413
- }, {
414
- readonly name: "fillInstructions";
415
- readonly type: "tuple[]";
416
- readonly internalType: "struct FillInstruction[]";
417
- readonly components: readonly [{
418
- readonly name: "destinationChainId";
419
- readonly type: "uint64";
420
- readonly internalType: "uint64";
421
- }, {
422
- readonly name: "destinationSettler";
423
- readonly type: "bytes32";
424
- readonly internalType: "bytes32";
425
- }, {
426
- readonly name: "originData";
427
- readonly type: "bytes";
428
- readonly internalType: "bytes";
429
- }];
430
- }];
431
- }];
432
- readonly stateMutability: "view";
433
- }, {
434
- readonly type: "event";
435
- readonly name: "Open";
436
- readonly inputs: readonly [{
437
- readonly name: "orderId";
438
- readonly type: "bytes32";
439
- readonly indexed: true;
440
- readonly internalType: "bytes32";
441
- }, {
442
- readonly name: "resolvedOrder";
443
- readonly type: "tuple";
444
- readonly indexed: false;
445
- readonly internalType: "struct ResolvedCrossChainOrder";
446
- readonly components: readonly [{
447
- readonly name: "user";
448
- readonly type: "address";
449
- readonly internalType: "address";
450
- }, {
451
- readonly name: "originChainId";
452
- readonly type: "uint256";
453
- readonly internalType: "uint256";
454
- }, {
455
- readonly name: "openDeadline";
456
- readonly type: "uint32";
457
- readonly internalType: "uint32";
458
- }, {
459
- readonly name: "fillDeadline";
460
- readonly type: "uint32";
461
- readonly internalType: "uint32";
462
- }, {
463
- readonly name: "orderId";
464
- readonly type: "bytes32";
465
- readonly internalType: "bytes32";
466
- }, {
467
- readonly name: "maxSpent";
468
- readonly type: "tuple[]";
469
- readonly internalType: "struct Output[]";
470
- readonly components: readonly [{
471
- readonly name: "token";
472
- readonly type: "bytes32";
473
- readonly internalType: "bytes32";
474
- }, {
475
- readonly name: "amount";
476
- readonly type: "uint256";
477
- readonly internalType: "uint256";
478
- }, {
479
- readonly name: "recipient";
480
- readonly type: "bytes32";
481
- readonly internalType: "bytes32";
482
- }, {
483
- readonly name: "chainId";
484
- readonly type: "uint256";
485
- readonly internalType: "uint256";
486
- }];
487
- }, {
488
- readonly name: "minReceived";
489
- readonly type: "tuple[]";
490
- readonly internalType: "struct Output[]";
491
- readonly components: readonly [{
492
- readonly name: "token";
493
- readonly type: "bytes32";
494
- readonly internalType: "bytes32";
495
- }, {
496
- readonly name: "amount";
497
- readonly type: "uint256";
498
- readonly internalType: "uint256";
499
- }, {
500
- readonly name: "recipient";
501
- readonly type: "bytes32";
502
- readonly internalType: "bytes32";
503
- }, {
504
- readonly name: "chainId";
505
- readonly type: "uint256";
506
- readonly internalType: "uint256";
507
- }];
508
- }, {
509
- readonly name: "fillInstructions";
510
- readonly type: "tuple[]";
511
- readonly internalType: "struct FillInstruction[]";
512
- readonly components: readonly [{
513
- readonly name: "destinationChainId";
514
- readonly type: "uint64";
515
- readonly internalType: "uint64";
516
- }, {
517
- readonly name: "destinationSettler";
518
- readonly type: "bytes32";
519
- readonly internalType: "bytes32";
520
- }, {
521
- readonly name: "originData";
522
- readonly type: "bytes";
523
- readonly internalType: "bytes";
524
- }];
525
- }];
526
- }];
527
- readonly anonymous: false;
528
- }, {
529
- readonly type: "error";
530
- readonly name: "InvalidBytes32";
531
- readonly inputs: readonly [];
532
- }, {
533
- readonly type: "error";
534
- readonly name: "NoDestinationSettlerForChain";
535
- readonly inputs: readonly [{
536
- readonly name: "chainId";
537
- readonly type: "uint256";
538
- readonly internalType: "uint256";
539
- }];
540
- }, {
541
- readonly type: "error";
542
- readonly name: "WrongChainId";
543
- readonly inputs: readonly [];
544
- }, {
545
- readonly type: "error";
546
- readonly name: "WrongExclusiveRelayer";
547
- readonly inputs: readonly [];
548
- }, {
549
- readonly type: "error";
550
- readonly name: "WrongOrderDataType";
551
- readonly inputs: readonly [];
552
- }, {
553
- readonly type: "error";
554
- readonly name: "WrongSettlementContract";
555
- readonly inputs: readonly [];
556
- }];
557
- static createInterface(): ERC7683OrderDepositorInterface;
558
- static connect(address: string, signerOrProvider: Signer | Provider): ERC7683OrderDepositor;
559
- }