@across-protocol/sdk 4.4.0-alpha.6 → 4.4.0-alpha.8

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 (340) hide show
  1. package/dist/cjs/src/svm/web3-v1/solanaProgramUtils.d.ts +1 -1
  2. package/dist/cjs/src/utils/abi/typechain/Constants.d.ts +9 -1
  3. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.d.ts +859 -0
  4. package/dist/cjs/src/utils/abi/typechain/{Permit2OrderLib.js → CounterfactualConfig.js} +1 -1
  5. package/dist/cjs/src/utils/abi/typechain/CounterfactualConfig.js.map +1 -0
  6. package/dist/cjs/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  7. package/dist/cjs/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  8. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  9. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js +19 -0
  10. package/dist/cjs/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  11. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1097 -0
  12. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js +1442 -0
  13. package/dist/cjs/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js.map +1 -0
  14. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  15. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +19 -0
  16. package/dist/cjs/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  17. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  18. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +19 -0
  19. package/dist/cjs/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  20. package/dist/cjs/src/utils/abi/typechain/factories/index.d.ts +1 -13
  21. package/dist/cjs/src/utils/abi/typechain/factories/index.js +8 -33
  22. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  23. package/dist/cjs/src/utils/abi/typechain/index.d.ts +2 -26
  24. package/dist/cjs/src/utils/abi/typechain/index.js +8 -33
  25. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  26. package/dist/cjs/test/utils/getContractFactory.js +4 -35
  27. package/dist/cjs/test/utils/getContractFactory.js.map +1 -1
  28. package/dist/esm/src/svm/web3-v1/solanaProgramUtils.d.ts +1 -1
  29. package/dist/esm/src/utils/abi/typechain/Constants.d.ts +9 -1
  30. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.d.ts +859 -0
  31. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.js +2 -0
  32. package/dist/esm/src/utils/abi/typechain/CounterfactualConfig.js.map +1 -0
  33. package/dist/esm/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  34. package/dist/esm/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  35. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  36. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js +19 -0
  37. package/dist/esm/src/utils/abi/typechain/factories/Constants__factory.js.map +1 -1
  38. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1097 -0
  39. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js +1441 -0
  40. package/dist/esm/src/utils/abi/typechain/factories/CounterfactualConfig__factory.js.map +1 -0
  41. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  42. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js +19 -0
  43. package/dist/esm/src/utils/abi/typechain/factories/DeploymentUtils__factory.js.map +1 -1
  44. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  45. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js +19 -0
  46. package/dist/esm/src/utils/abi/typechain/factories/HubPoolTestBase__factory.js.map +1 -1
  47. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +1 -13
  48. package/dist/esm/src/utils/abi/typechain/factories/index.js +1 -13
  49. package/dist/esm/src/utils/abi/typechain/factories/index.js.map +1 -1
  50. package/dist/esm/src/utils/abi/typechain/index.d.ts +2 -26
  51. package/dist/esm/src/utils/abi/typechain/index.js +1 -13
  52. package/dist/esm/src/utils/abi/typechain/index.js.map +1 -1
  53. package/dist/esm/test/utils/getContractFactory.d.ts +1 -1
  54. package/dist/esm/test/utils/getContractFactory.js +8 -49
  55. package/dist/esm/test/utils/getContractFactory.js.map +1 -1
  56. package/dist/types/src/svm/web3-v1/solanaProgramUtils.d.ts +1 -1
  57. package/dist/types/src/utils/abi/typechain/Constants.d.ts +9 -1
  58. package/dist/types/src/utils/abi/typechain/Constants.d.ts.map +1 -1
  59. package/dist/types/src/utils/abi/typechain/CounterfactualConfig.d.ts +860 -0
  60. package/dist/types/src/utils/abi/typechain/CounterfactualConfig.d.ts.map +1 -0
  61. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts +9 -1
  62. package/dist/types/src/utils/abi/typechain/DeploymentUtils.d.ts.map +1 -1
  63. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts +9 -1
  64. package/dist/types/src/utils/abi/typechain/HubPoolTestBase.d.ts.map +1 -1
  65. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts +14 -0
  66. package/dist/types/src/utils/abi/typechain/factories/Constants__factory.d.ts.map +1 -1
  67. package/dist/types/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts +1098 -0
  68. package/dist/types/src/utils/abi/typechain/factories/CounterfactualConfig__factory.d.ts.map +1 -0
  69. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts +14 -0
  70. package/dist/types/src/utils/abi/typechain/factories/DeploymentUtils__factory.d.ts.map +1 -1
  71. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts +14 -0
  72. package/dist/types/src/utils/abi/typechain/factories/HubPoolTestBase__factory.d.ts.map +1 -1
  73. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +1 -13
  74. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  75. package/dist/types/src/utils/abi/typechain/index.d.ts +2 -26
  76. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  77. package/dist/types/test/utils/getContractFactory.d.ts +1 -1
  78. package/dist/types/test/utils/getContractFactory.d.ts.map +1 -1
  79. package/package.json +4 -22
  80. package/scripts/stage-typechain-artifacts.cjs +7 -8
  81. package/src/utils/abi/contracts/Constants.json +19 -0
  82. package/src/utils/abi/contracts/CounterfactualConfig.json +1427 -0
  83. package/src/utils/abi/contracts/DeploymentUtils.json +19 -0
  84. package/src/utils/abi/contracts/HubPoolTestBase.json +19 -0
  85. package/src/utils/abi/typechain/Constants.ts +29 -0
  86. package/src/utils/abi/typechain/CounterfactualConfig.ts +2014 -0
  87. package/src/utils/abi/typechain/DeploymentUtils.ts +29 -0
  88. package/src/utils/abi/typechain/HubPoolTestBase.ts +29 -0
  89. package/src/utils/abi/typechain/factories/Constants__factory.ts +19 -0
  90. package/src/utils/abi/typechain/factories/CounterfactualConfig__factory.ts +1455 -0
  91. package/src/utils/abi/typechain/factories/DeploymentUtils__factory.ts +19 -0
  92. package/src/utils/abi/typechain/factories/HubPoolTestBase__factory.ts +19 -0
  93. package/src/utils/abi/typechain/factories/index.ts +1 -13
  94. package/src/utils/abi/typechain/index.ts +2 -26
  95. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
  96. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js +0 -3
  97. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
  98. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
  99. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -3
  100. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
  101. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
  102. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js +0 -3
  103. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
  104. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
  105. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js +0 -3
  106. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
  107. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
  108. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
  109. package/dist/cjs/src/utils/abi/typechain/Script.d.ts +0 -42
  110. package/dist/cjs/src/utils/abi/typechain/Script.js +0 -3
  111. package/dist/cjs/src/utils/abi/typechain/Script.js.map +0 -1
  112. package/dist/cjs/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
  113. package/dist/cjs/src/utils/abi/typechain/StdAssertions.js +0 -3
  114. package/dist/cjs/src/utils/abi/typechain/StdAssertions.js.map +0 -1
  115. package/dist/cjs/src/utils/abi/typechain/StdError.d.ts +0 -106
  116. package/dist/cjs/src/utils/abi/typechain/StdError.js +0 -3
  117. package/dist/cjs/src/utils/abi/typechain/StdError.js.map +0 -1
  118. package/dist/cjs/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
  119. package/dist/cjs/src/utils/abi/typechain/StdInvariant.js +0 -3
  120. package/dist/cjs/src/utils/abi/typechain/StdInvariant.js.map +0 -1
  121. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
  122. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js +0 -3
  123. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
  124. package/dist/cjs/src/utils/abi/typechain/Test.d.ts +0 -432
  125. package/dist/cjs/src/utils/abi/typechain/Test.js +0 -3
  126. package/dist/cjs/src/utils/abi/typechain/Test.js.map +0 -1
  127. package/dist/cjs/src/utils/abi/typechain/Vm.d.ts +0 -6767
  128. package/dist/cjs/src/utils/abi/typechain/Vm.js +0 -3
  129. package/dist/cjs/src/utils/abi/typechain/Vm.js.map +0 -1
  130. package/dist/cjs/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
  131. package/dist/cjs/src/utils/abi/typechain/VmSafe.js +0 -3
  132. package/dist/cjs/src/utils/abi/typechain/VmSafe.js.map +0 -1
  133. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
  134. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -896
  135. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
  136. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
  137. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -729
  138. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
  139. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
  140. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -542
  141. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
  142. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
  143. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -132
  144. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
  145. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
  146. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -42
  147. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
  148. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
  149. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js +0 -30
  150. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
  151. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
  152. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -394
  153. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
  154. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
  155. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js +0 -134
  156. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
  157. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
  158. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -195
  159. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
  160. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
  161. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -67
  162. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
  163. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
  164. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +0 -585
  165. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
  166. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
  167. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9531
  168. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
  169. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
  170. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js +0 -11931
  171. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
  172. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
  173. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js +0 -2
  174. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
  175. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
  176. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -2
  177. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
  178. package/dist/esm/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
  179. package/dist/esm/src/utils/abi/typechain/IOriginSettler.js +0 -2
  180. package/dist/esm/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
  181. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
  182. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js +0 -2
  183. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
  184. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
  185. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js +0 -2
  186. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
  187. package/dist/esm/src/utils/abi/typechain/Script.d.ts +0 -42
  188. package/dist/esm/src/utils/abi/typechain/Script.js +0 -2
  189. package/dist/esm/src/utils/abi/typechain/Script.js.map +0 -1
  190. package/dist/esm/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
  191. package/dist/esm/src/utils/abi/typechain/StdAssertions.js +0 -2
  192. package/dist/esm/src/utils/abi/typechain/StdAssertions.js.map +0 -1
  193. package/dist/esm/src/utils/abi/typechain/StdError.d.ts +0 -106
  194. package/dist/esm/src/utils/abi/typechain/StdError.js +0 -2
  195. package/dist/esm/src/utils/abi/typechain/StdError.js.map +0 -1
  196. package/dist/esm/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
  197. package/dist/esm/src/utils/abi/typechain/StdInvariant.js +0 -2
  198. package/dist/esm/src/utils/abi/typechain/StdInvariant.js.map +0 -1
  199. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
  200. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js +0 -2
  201. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
  202. package/dist/esm/src/utils/abi/typechain/Test.d.ts +0 -432
  203. package/dist/esm/src/utils/abi/typechain/Test.js +0 -2
  204. package/dist/esm/src/utils/abi/typechain/Test.js.map +0 -1
  205. package/dist/esm/src/utils/abi/typechain/Vm.d.ts +0 -6767
  206. package/dist/esm/src/utils/abi/typechain/Vm.js +0 -2
  207. package/dist/esm/src/utils/abi/typechain/Vm.js.map +0 -1
  208. package/dist/esm/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
  209. package/dist/esm/src/utils/abi/typechain/VmSafe.js +0 -2
  210. package/dist/esm/src/utils/abi/typechain/VmSafe.js.map +0 -1
  211. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
  212. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -895
  213. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
  214. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
  215. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -728
  216. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
  217. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
  218. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -541
  219. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
  220. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
  221. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -131
  222. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
  223. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
  224. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -41
  225. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
  226. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
  227. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js +0 -29
  228. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
  229. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
  230. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -393
  231. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
  232. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
  233. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js +0 -133
  234. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
  235. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
  236. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -194
  237. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
  238. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
  239. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -66
  240. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
  241. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
  242. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +0 -584
  243. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
  244. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
  245. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9530
  246. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
  247. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
  248. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js +0 -11930
  249. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
  250. package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -399
  251. package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts.map +0 -1
  252. package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -283
  253. package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts.map +0 -1
  254. package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts +0 -188
  255. package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts.map +0 -1
  256. package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -83
  257. package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts.map +0 -1
  258. package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -28
  259. package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts.map +0 -1
  260. package/dist/types/src/utils/abi/typechain/Script.d.ts +0 -43
  261. package/dist/types/src/utils/abi/typechain/Script.d.ts.map +0 -1
  262. package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts +0 -291
  263. package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts.map +0 -1
  264. package/dist/types/src/utils/abi/typechain/StdError.d.ts +0 -107
  265. package/dist/types/src/utils/abi/typechain/StdError.d.ts.map +0 -1
  266. package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts +0 -169
  267. package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts.map +0 -1
  268. package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -61
  269. package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts.map +0 -1
  270. package/dist/types/src/utils/abi/typechain/Test.d.ts +0 -433
  271. package/dist/types/src/utils/abi/typechain/Test.d.ts.map +0 -1
  272. package/dist/types/src/utils/abi/typechain/Vm.d.ts +0 -6768
  273. package/dist/types/src/utils/abi/typechain/Vm.d.ts.map +0 -1
  274. package/dist/types/src/utils/abi/typechain/VmSafe.d.ts +0 -4650
  275. package/dist/types/src/utils/abi/typechain/VmSafe.d.ts.map +0 -1
  276. package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -689
  277. package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts.map +0 -1
  278. package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -560
  279. package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts.map +0 -1
  280. package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -416
  281. package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts.map +0 -1
  282. package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -98
  283. package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts.map +0 -1
  284. package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -29
  285. package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts.map +0 -1
  286. package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -19
  287. package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts.map +0 -1
  288. package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -304
  289. package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts.map +0 -1
  290. package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -99
  291. package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts.map +0 -1
  292. package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -145
  293. package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts.map +0 -1
  294. package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -49
  295. package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts.map +0 -1
  296. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -450
  297. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +0 -1
  298. package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7282
  299. package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts.map +0 -1
  300. package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9143
  301. package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts.map +0 -1
  302. package/src/utils/abi/contracts/AcrossOriginSettler.json +0 -881
  303. package/src/utils/abi/contracts/ERC7683OrderDepositor.json +0 -714
  304. package/src/utils/abi/contracts/IOriginSettler.json +0 -527
  305. package/src/utils/abi/contracts/Permit2Depositor.json +0 -117
  306. package/src/utils/abi/contracts/Permit2OrderLib.json +0 -27
  307. package/src/utils/abi/contracts/Script.json +0 -15
  308. package/src/utils/abi/contracts/StdAssertions.json +0 -379
  309. package/src/utils/abi/contracts/StdInvariant.json +0 -180
  310. package/src/utils/abi/contracts/Test.json +0 -570
  311. package/src/utils/abi/contracts/Vm.json +0 -11916
  312. package/src/utils/abi/contracts/VmSafe.json +0 -9516
  313. package/src/utils/abi/contracts/stdError.json +0 -119
  314. package/src/utils/abi/contracts/stdStorageSafe.json +0 -52
  315. package/src/utils/abi/typechain/AcrossOriginSettler.ts +0 -776
  316. package/src/utils/abi/typechain/ERC7683OrderDepositor.ts +0 -529
  317. package/src/utils/abi/typechain/IOriginSettler.ts +0 -337
  318. package/src/utils/abi/typechain/Permit2Depositor.ts +0 -172
  319. package/src/utils/abi/typechain/Permit2OrderLib.ts +0 -55
  320. package/src/utils/abi/typechain/Script.ts +0 -81
  321. package/src/utils/abi/typechain/StdAssertions.ts +0 -456
  322. package/src/utils/abi/typechain/StdError.ts +0 -248
  323. package/src/utils/abi/typechain/StdInvariant.ts +0 -350
  324. package/src/utils/abi/typechain/StdStorageSafe.ts +0 -108
  325. package/src/utils/abi/typechain/Test.ts +0 -753
  326. package/src/utils/abi/typechain/Vm.ts +0 -20633
  327. package/src/utils/abi/typechain/VmSafe.ts +0 -15644
  328. package/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.ts +0 -905
  329. package/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.ts +0 -742
  330. package/src/utils/abi/typechain/factories/IOriginSettler__factory.ts +0 -551
  331. package/src/utils/abi/typechain/factories/Permit2Depositor__factory.ts +0 -141
  332. package/src/utils/abi/typechain/factories/Permit2OrderLib__factory.ts +0 -51
  333. package/src/utils/abi/typechain/factories/Script__factory.ts +0 -33
  334. package/src/utils/abi/typechain/factories/StdAssertions__factory.ts +0 -400
  335. package/src/utils/abi/typechain/factories/StdError__factory.ts +0 -140
  336. package/src/utils/abi/typechain/factories/StdInvariant__factory.ts +0 -201
  337. package/src/utils/abi/typechain/factories/StdStorageSafe__factory.ts +0 -76
  338. package/src/utils/abi/typechain/factories/Test__factory.ts +0 -588
  339. package/src/utils/abi/typechain/factories/VmSafe__factory.ts +0 -9534
  340. package/src/utils/abi/typechain/factories/Vm__factory.ts +0 -11934
@@ -1 +0,0 @@
1
- {"version":3,"file":"ERC7683OrderDepositor__factory.js","sourceRoot":"","sources":["../../../../../../../src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.ts"],"names":[],"mappings":"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"}
@@ -1,415 +0,0 @@
1
- import { Signer } from "ethers";
2
- import type { Provider } from "@ethersproject/providers";
3
- import type { IOriginSettler, IOriginSettlerInterface } from "../IOriginSettler";
4
- export declare class IOriginSettler__factory {
5
- static readonly abi: readonly [{
6
- readonly type: "function";
7
- readonly name: "open";
8
- readonly inputs: readonly [{
9
- readonly name: "order";
10
- readonly type: "tuple";
11
- readonly internalType: "struct OnchainCrossChainOrder";
12
- readonly components: readonly [{
13
- readonly name: "fillDeadline";
14
- readonly type: "uint32";
15
- readonly internalType: "uint32";
16
- }, {
17
- readonly name: "orderDataType";
18
- readonly type: "bytes32";
19
- readonly internalType: "bytes32";
20
- }, {
21
- readonly name: "orderData";
22
- readonly type: "bytes";
23
- readonly internalType: "bytes";
24
- }];
25
- }];
26
- readonly outputs: readonly [];
27
- readonly stateMutability: "nonpayable";
28
- }, {
29
- readonly type: "function";
30
- readonly name: "openFor";
31
- readonly inputs: readonly [{
32
- readonly name: "order";
33
- readonly type: "tuple";
34
- readonly internalType: "struct GaslessCrossChainOrder";
35
- readonly components: readonly [{
36
- readonly name: "originSettler";
37
- readonly type: "address";
38
- readonly internalType: "address";
39
- }, {
40
- readonly name: "user";
41
- readonly type: "address";
42
- readonly internalType: "address";
43
- }, {
44
- readonly name: "nonce";
45
- readonly type: "uint256";
46
- readonly internalType: "uint256";
47
- }, {
48
- readonly name: "originChainId";
49
- readonly type: "uint256";
50
- readonly internalType: "uint256";
51
- }, {
52
- readonly name: "openDeadline";
53
- readonly type: "uint32";
54
- readonly internalType: "uint32";
55
- }, {
56
- readonly name: "fillDeadline";
57
- readonly type: "uint32";
58
- readonly internalType: "uint32";
59
- }, {
60
- readonly name: "orderDataType";
61
- readonly type: "bytes32";
62
- readonly internalType: "bytes32";
63
- }, {
64
- readonly name: "orderData";
65
- readonly type: "bytes";
66
- readonly internalType: "bytes";
67
- }];
68
- }, {
69
- readonly name: "signature";
70
- readonly type: "bytes";
71
- readonly internalType: "bytes";
72
- }, {
73
- readonly name: "originFillerData";
74
- readonly type: "bytes";
75
- readonly internalType: "bytes";
76
- }];
77
- readonly outputs: readonly [];
78
- readonly stateMutability: "nonpayable";
79
- }, {
80
- readonly type: "function";
81
- readonly name: "resolve";
82
- readonly inputs: readonly [{
83
- readonly name: "order";
84
- readonly type: "tuple";
85
- readonly internalType: "struct OnchainCrossChainOrder";
86
- readonly components: readonly [{
87
- readonly name: "fillDeadline";
88
- readonly type: "uint32";
89
- readonly internalType: "uint32";
90
- }, {
91
- readonly name: "orderDataType";
92
- readonly type: "bytes32";
93
- readonly internalType: "bytes32";
94
- }, {
95
- readonly name: "orderData";
96
- readonly type: "bytes";
97
- readonly internalType: "bytes";
98
- }];
99
- }];
100
- readonly outputs: readonly [{
101
- readonly name: "";
102
- readonly type: "tuple";
103
- readonly internalType: "struct ResolvedCrossChainOrder";
104
- readonly components: readonly [{
105
- readonly name: "user";
106
- readonly type: "address";
107
- readonly internalType: "address";
108
- }, {
109
- readonly name: "originChainId";
110
- readonly type: "uint256";
111
- readonly internalType: "uint256";
112
- }, {
113
- readonly name: "openDeadline";
114
- readonly type: "uint32";
115
- readonly internalType: "uint32";
116
- }, {
117
- readonly name: "fillDeadline";
118
- readonly type: "uint32";
119
- readonly internalType: "uint32";
120
- }, {
121
- readonly name: "orderId";
122
- readonly type: "bytes32";
123
- readonly internalType: "bytes32";
124
- }, {
125
- readonly name: "maxSpent";
126
- readonly type: "tuple[]";
127
- readonly internalType: "struct Output[]";
128
- readonly components: readonly [{
129
- readonly name: "token";
130
- readonly type: "bytes32";
131
- readonly internalType: "bytes32";
132
- }, {
133
- readonly name: "amount";
134
- readonly type: "uint256";
135
- readonly internalType: "uint256";
136
- }, {
137
- readonly name: "recipient";
138
- readonly type: "bytes32";
139
- readonly internalType: "bytes32";
140
- }, {
141
- readonly name: "chainId";
142
- readonly type: "uint256";
143
- readonly internalType: "uint256";
144
- }];
145
- }, {
146
- readonly name: "minReceived";
147
- readonly type: "tuple[]";
148
- readonly internalType: "struct Output[]";
149
- readonly components: readonly [{
150
- readonly name: "token";
151
- readonly type: "bytes32";
152
- readonly internalType: "bytes32";
153
- }, {
154
- readonly name: "amount";
155
- readonly type: "uint256";
156
- readonly internalType: "uint256";
157
- }, {
158
- readonly name: "recipient";
159
- readonly type: "bytes32";
160
- readonly internalType: "bytes32";
161
- }, {
162
- readonly name: "chainId";
163
- readonly type: "uint256";
164
- readonly internalType: "uint256";
165
- }];
166
- }, {
167
- readonly name: "fillInstructions";
168
- readonly type: "tuple[]";
169
- readonly internalType: "struct FillInstruction[]";
170
- readonly components: readonly [{
171
- readonly name: "destinationChainId";
172
- readonly type: "uint64";
173
- readonly internalType: "uint64";
174
- }, {
175
- readonly name: "destinationSettler";
176
- readonly type: "bytes32";
177
- readonly internalType: "bytes32";
178
- }, {
179
- readonly name: "originData";
180
- readonly type: "bytes";
181
- readonly internalType: "bytes";
182
- }];
183
- }];
184
- }];
185
- readonly stateMutability: "view";
186
- }, {
187
- readonly type: "function";
188
- readonly name: "resolveFor";
189
- readonly inputs: readonly [{
190
- readonly name: "order";
191
- readonly type: "tuple";
192
- readonly internalType: "struct GaslessCrossChainOrder";
193
- readonly components: readonly [{
194
- readonly name: "originSettler";
195
- readonly type: "address";
196
- readonly internalType: "address";
197
- }, {
198
- readonly name: "user";
199
- readonly type: "address";
200
- readonly internalType: "address";
201
- }, {
202
- readonly name: "nonce";
203
- readonly type: "uint256";
204
- readonly internalType: "uint256";
205
- }, {
206
- readonly name: "originChainId";
207
- readonly type: "uint256";
208
- readonly internalType: "uint256";
209
- }, {
210
- readonly name: "openDeadline";
211
- readonly type: "uint32";
212
- readonly internalType: "uint32";
213
- }, {
214
- readonly name: "fillDeadline";
215
- readonly type: "uint32";
216
- readonly internalType: "uint32";
217
- }, {
218
- readonly name: "orderDataType";
219
- readonly type: "bytes32";
220
- readonly internalType: "bytes32";
221
- }, {
222
- readonly name: "orderData";
223
- readonly type: "bytes";
224
- readonly internalType: "bytes";
225
- }];
226
- }, {
227
- readonly name: "originFillerData";
228
- readonly type: "bytes";
229
- readonly internalType: "bytes";
230
- }];
231
- readonly outputs: readonly [{
232
- readonly name: "";
233
- readonly type: "tuple";
234
- readonly internalType: "struct ResolvedCrossChainOrder";
235
- readonly components: readonly [{
236
- readonly name: "user";
237
- readonly type: "address";
238
- readonly internalType: "address";
239
- }, {
240
- readonly name: "originChainId";
241
- readonly type: "uint256";
242
- readonly internalType: "uint256";
243
- }, {
244
- readonly name: "openDeadline";
245
- readonly type: "uint32";
246
- readonly internalType: "uint32";
247
- }, {
248
- readonly name: "fillDeadline";
249
- readonly type: "uint32";
250
- readonly internalType: "uint32";
251
- }, {
252
- readonly name: "orderId";
253
- readonly type: "bytes32";
254
- readonly internalType: "bytes32";
255
- }, {
256
- readonly name: "maxSpent";
257
- readonly type: "tuple[]";
258
- readonly internalType: "struct Output[]";
259
- readonly components: readonly [{
260
- readonly name: "token";
261
- readonly type: "bytes32";
262
- readonly internalType: "bytes32";
263
- }, {
264
- readonly name: "amount";
265
- readonly type: "uint256";
266
- readonly internalType: "uint256";
267
- }, {
268
- readonly name: "recipient";
269
- readonly type: "bytes32";
270
- readonly internalType: "bytes32";
271
- }, {
272
- readonly name: "chainId";
273
- readonly type: "uint256";
274
- readonly internalType: "uint256";
275
- }];
276
- }, {
277
- readonly name: "minReceived";
278
- readonly type: "tuple[]";
279
- readonly internalType: "struct Output[]";
280
- readonly components: readonly [{
281
- readonly name: "token";
282
- readonly type: "bytes32";
283
- readonly internalType: "bytes32";
284
- }, {
285
- readonly name: "amount";
286
- readonly type: "uint256";
287
- readonly internalType: "uint256";
288
- }, {
289
- readonly name: "recipient";
290
- readonly type: "bytes32";
291
- readonly internalType: "bytes32";
292
- }, {
293
- readonly name: "chainId";
294
- readonly type: "uint256";
295
- readonly internalType: "uint256";
296
- }];
297
- }, {
298
- readonly name: "fillInstructions";
299
- readonly type: "tuple[]";
300
- readonly internalType: "struct FillInstruction[]";
301
- readonly components: readonly [{
302
- readonly name: "destinationChainId";
303
- readonly type: "uint64";
304
- readonly internalType: "uint64";
305
- }, {
306
- readonly name: "destinationSettler";
307
- readonly type: "bytes32";
308
- readonly internalType: "bytes32";
309
- }, {
310
- readonly name: "originData";
311
- readonly type: "bytes";
312
- readonly internalType: "bytes";
313
- }];
314
- }];
315
- }];
316
- readonly stateMutability: "view";
317
- }, {
318
- readonly type: "event";
319
- readonly name: "Open";
320
- readonly inputs: readonly [{
321
- readonly name: "orderId";
322
- readonly type: "bytes32";
323
- readonly indexed: true;
324
- readonly internalType: "bytes32";
325
- }, {
326
- readonly name: "resolvedOrder";
327
- readonly type: "tuple";
328
- readonly indexed: false;
329
- readonly internalType: "struct ResolvedCrossChainOrder";
330
- readonly components: readonly [{
331
- readonly name: "user";
332
- readonly type: "address";
333
- readonly internalType: "address";
334
- }, {
335
- readonly name: "originChainId";
336
- readonly type: "uint256";
337
- readonly internalType: "uint256";
338
- }, {
339
- readonly name: "openDeadline";
340
- readonly type: "uint32";
341
- readonly internalType: "uint32";
342
- }, {
343
- readonly name: "fillDeadline";
344
- readonly type: "uint32";
345
- readonly internalType: "uint32";
346
- }, {
347
- readonly name: "orderId";
348
- readonly type: "bytes32";
349
- readonly internalType: "bytes32";
350
- }, {
351
- readonly name: "maxSpent";
352
- readonly type: "tuple[]";
353
- readonly internalType: "struct Output[]";
354
- readonly components: readonly [{
355
- readonly name: "token";
356
- readonly type: "bytes32";
357
- readonly internalType: "bytes32";
358
- }, {
359
- readonly name: "amount";
360
- readonly type: "uint256";
361
- readonly internalType: "uint256";
362
- }, {
363
- readonly name: "recipient";
364
- readonly type: "bytes32";
365
- readonly internalType: "bytes32";
366
- }, {
367
- readonly name: "chainId";
368
- readonly type: "uint256";
369
- readonly internalType: "uint256";
370
- }];
371
- }, {
372
- readonly name: "minReceived";
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: "fillInstructions";
394
- readonly type: "tuple[]";
395
- readonly internalType: "struct FillInstruction[]";
396
- readonly components: readonly [{
397
- readonly name: "destinationChainId";
398
- readonly type: "uint64";
399
- readonly internalType: "uint64";
400
- }, {
401
- readonly name: "destinationSettler";
402
- readonly type: "bytes32";
403
- readonly internalType: "bytes32";
404
- }, {
405
- readonly name: "originData";
406
- readonly type: "bytes";
407
- readonly internalType: "bytes";
408
- }];
409
- }];
410
- }];
411
- readonly anonymous: false;
412
- }];
413
- static createInterface(): IOriginSettlerInterface;
414
- static connect(address: string, signerOrProvider: Signer | Provider): IOriginSettler;
415
- }