@across-protocol/sdk 4.3.141 → 4.3.142-alpha.0

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 (327) 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/factories/index.d.ts +0 -13
  20. package/dist/cjs/src/utils/abi/typechain/factories/index.js +6 -33
  21. package/dist/cjs/src/utils/abi/typechain/factories/index.js.map +1 -1
  22. package/dist/cjs/src/utils/abi/typechain/index.d.ts +0 -26
  23. package/dist/cjs/src/utils/abi/typechain/index.js +6 -33
  24. package/dist/cjs/src/utils/abi/typechain/index.js.map +1 -1
  25. package/dist/cjs/test/utils/getContractFactory.js +7 -38
  26. package/dist/cjs/test/utils/getContractFactory.js.map +1 -1
  27. package/dist/cjs/test/utils/utils.js +1 -1
  28. package/dist/cjs/test/utils/utils.js.map +1 -1
  29. package/dist/esm/src/arch/svm/BlockUtils.d.ts +1 -2
  30. package/dist/esm/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js +2 -2
  31. package/dist/esm/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.js.map +1 -1
  32. package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.js +1 -1
  33. package/dist/esm/src/clients/BundleDataClient/utils/SuperstructUtils.js.map +1 -1
  34. package/dist/esm/src/coingecko/Coingecko.js +1 -1
  35. package/dist/esm/src/coingecko/Coingecko.js.map +1 -1
  36. package/dist/esm/src/gasPriceOracle/adapters/polygon.js +1 -1
  37. package/dist/esm/src/gasPriceOracle/adapters/polygon.js.map +1 -1
  38. package/dist/esm/src/providers/solana/cachedRpcFactory.js +1 -1
  39. package/dist/esm/src/providers/solana/cachedRpcFactory.js.map +1 -1
  40. package/dist/esm/src/utils/AddressUtils.d.ts +0 -1
  41. package/dist/esm/src/utils/AddressUtils.js +1 -12
  42. package/dist/esm/src/utils/AddressUtils.js.map +1 -1
  43. package/dist/esm/src/utils/JSONUtils.js +1 -1
  44. package/dist/esm/src/utils/JSONUtils.js.map +1 -1
  45. package/dist/esm/src/utils/NetworkUtils.js +1 -1
  46. package/dist/esm/src/utils/NetworkUtils.js.map +1 -1
  47. package/dist/esm/src/utils/abi/typechain/factories/index.d.ts +0 -13
  48. package/dist/esm/src/utils/abi/typechain/factories/index.js +0 -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 +0 -26
  51. package/dist/esm/src/utils/abi/typechain/index.js +0 -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 +11 -52
  55. package/dist/esm/test/utils/getContractFactory.js.map +1 -1
  56. package/dist/esm/test/utils/utils.js +1 -1
  57. package/dist/esm/test/utils/utils.js.map +1 -1
  58. package/dist/types/src/arch/svm/BlockUtils.d.ts +1 -2
  59. package/dist/types/src/arch/svm/BlockUtils.d.ts.map +1 -1
  60. package/dist/types/src/utils/AddressUtils.d.ts +0 -1
  61. package/dist/types/src/utils/AddressUtils.d.ts.map +1 -1
  62. package/dist/types/src/utils/abi/typechain/factories/index.d.ts +0 -13
  63. package/dist/types/src/utils/abi/typechain/factories/index.d.ts.map +1 -1
  64. package/dist/types/src/utils/abi/typechain/index.d.ts +0 -26
  65. package/dist/types/src/utils/abi/typechain/index.d.ts.map +1 -1
  66. package/dist/types/test/utils/getContractFactory.d.ts +1 -1
  67. package/dist/types/test/utils/getContractFactory.d.ts.map +1 -1
  68. package/package.json +9 -10
  69. package/scripts/stage-typechain-artifacts.cjs +7 -8
  70. package/src/arch/svm/BlockUtils.ts +1 -1
  71. package/src/clients/AcrossConfigStoreClient/AcrossConfigStoreClient.ts +2 -2
  72. package/src/clients/BundleDataClient/utils/SuperstructUtils.ts +1 -1
  73. package/src/coingecko/Coingecko.ts +1 -1
  74. package/src/gasPriceOracle/adapters/polygon.ts +1 -1
  75. package/src/providers/solana/cachedRpcFactory.ts +1 -1
  76. package/src/utils/AddressUtils.ts +5 -13
  77. package/src/utils/JSONUtils.ts +1 -1
  78. package/src/utils/NetworkUtils.ts +1 -1
  79. package/src/utils/abi/typechain/factories/index.ts +0 -13
  80. package/src/utils/abi/typechain/index.ts +0 -26
  81. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
  82. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js +0 -3
  83. package/dist/cjs/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
  84. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
  85. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -3
  86. package/dist/cjs/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
  87. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
  88. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js +0 -3
  89. package/dist/cjs/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
  90. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
  91. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js +0 -3
  92. package/dist/cjs/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
  93. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
  94. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.js +0 -3
  95. package/dist/cjs/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
  96. package/dist/cjs/src/utils/abi/typechain/Script.d.ts +0 -42
  97. package/dist/cjs/src/utils/abi/typechain/Script.js +0 -3
  98. package/dist/cjs/src/utils/abi/typechain/Script.js.map +0 -1
  99. package/dist/cjs/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
  100. package/dist/cjs/src/utils/abi/typechain/StdAssertions.js +0 -3
  101. package/dist/cjs/src/utils/abi/typechain/StdAssertions.js.map +0 -1
  102. package/dist/cjs/src/utils/abi/typechain/StdError.d.ts +0 -106
  103. package/dist/cjs/src/utils/abi/typechain/StdError.js +0 -3
  104. package/dist/cjs/src/utils/abi/typechain/StdError.js.map +0 -1
  105. package/dist/cjs/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
  106. package/dist/cjs/src/utils/abi/typechain/StdInvariant.js +0 -3
  107. package/dist/cjs/src/utils/abi/typechain/StdInvariant.js.map +0 -1
  108. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
  109. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js +0 -3
  110. package/dist/cjs/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
  111. package/dist/cjs/src/utils/abi/typechain/Test.d.ts +0 -432
  112. package/dist/cjs/src/utils/abi/typechain/Test.js +0 -3
  113. package/dist/cjs/src/utils/abi/typechain/Test.js.map +0 -1
  114. package/dist/cjs/src/utils/abi/typechain/Vm.d.ts +0 -6767
  115. package/dist/cjs/src/utils/abi/typechain/Vm.js +0 -3
  116. package/dist/cjs/src/utils/abi/typechain/Vm.js.map +0 -1
  117. package/dist/cjs/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
  118. package/dist/cjs/src/utils/abi/typechain/VmSafe.js +0 -3
  119. package/dist/cjs/src/utils/abi/typechain/VmSafe.js.map +0 -1
  120. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
  121. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -896
  122. package/dist/cjs/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
  123. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
  124. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -729
  125. package/dist/cjs/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
  126. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
  127. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -542
  128. package/dist/cjs/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
  129. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
  130. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -132
  131. package/dist/cjs/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
  132. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
  133. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -42
  134. package/dist/cjs/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
  135. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
  136. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js +0 -30
  137. package/dist/cjs/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
  138. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
  139. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -394
  140. package/dist/cjs/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
  141. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
  142. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js +0 -134
  143. package/dist/cjs/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
  144. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
  145. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -195
  146. package/dist/cjs/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
  147. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
  148. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -67
  149. package/dist/cjs/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
  150. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
  151. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js +0 -585
  152. package/dist/cjs/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
  153. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
  154. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9531
  155. package/dist/cjs/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
  156. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
  157. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js +0 -11931
  158. package/dist/cjs/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
  159. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -398
  160. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js +0 -2
  161. package/dist/esm/src/utils/abi/typechain/AcrossOriginSettler.js.map +0 -1
  162. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -282
  163. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js +0 -2
  164. package/dist/esm/src/utils/abi/typechain/ERC7683OrderDepositor.js.map +0 -1
  165. package/dist/esm/src/utils/abi/typechain/IOriginSettler.d.ts +0 -187
  166. package/dist/esm/src/utils/abi/typechain/IOriginSettler.js +0 -2
  167. package/dist/esm/src/utils/abi/typechain/IOriginSettler.js.map +0 -1
  168. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -82
  169. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js +0 -2
  170. package/dist/esm/src/utils/abi/typechain/Permit2Depositor.js.map +0 -1
  171. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -27
  172. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js +0 -2
  173. package/dist/esm/src/utils/abi/typechain/Permit2OrderLib.js.map +0 -1
  174. package/dist/esm/src/utils/abi/typechain/Script.d.ts +0 -42
  175. package/dist/esm/src/utils/abi/typechain/Script.js +0 -2
  176. package/dist/esm/src/utils/abi/typechain/Script.js.map +0 -1
  177. package/dist/esm/src/utils/abi/typechain/StdAssertions.d.ts +0 -290
  178. package/dist/esm/src/utils/abi/typechain/StdAssertions.js +0 -2
  179. package/dist/esm/src/utils/abi/typechain/StdAssertions.js.map +0 -1
  180. package/dist/esm/src/utils/abi/typechain/StdError.d.ts +0 -106
  181. package/dist/esm/src/utils/abi/typechain/StdError.js +0 -2
  182. package/dist/esm/src/utils/abi/typechain/StdError.js.map +0 -1
  183. package/dist/esm/src/utils/abi/typechain/StdInvariant.d.ts +0 -168
  184. package/dist/esm/src/utils/abi/typechain/StdInvariant.js +0 -2
  185. package/dist/esm/src/utils/abi/typechain/StdInvariant.js.map +0 -1
  186. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -60
  187. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js +0 -2
  188. package/dist/esm/src/utils/abi/typechain/StdStorageSafe.js.map +0 -1
  189. package/dist/esm/src/utils/abi/typechain/Test.d.ts +0 -432
  190. package/dist/esm/src/utils/abi/typechain/Test.js +0 -2
  191. package/dist/esm/src/utils/abi/typechain/Test.js.map +0 -1
  192. package/dist/esm/src/utils/abi/typechain/Vm.d.ts +0 -6767
  193. package/dist/esm/src/utils/abi/typechain/Vm.js +0 -2
  194. package/dist/esm/src/utils/abi/typechain/Vm.js.map +0 -1
  195. package/dist/esm/src/utils/abi/typechain/VmSafe.d.ts +0 -4649
  196. package/dist/esm/src/utils/abi/typechain/VmSafe.js +0 -2
  197. package/dist/esm/src/utils/abi/typechain/VmSafe.js.map +0 -1
  198. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -688
  199. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js +0 -895
  200. package/dist/esm/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.js.map +0 -1
  201. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -559
  202. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js +0 -728
  203. package/dist/esm/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.js.map +0 -1
  204. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -415
  205. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js +0 -541
  206. package/dist/esm/src/utils/abi/typechain/factories/IOriginSettler__factory.js.map +0 -1
  207. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -97
  208. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js +0 -131
  209. package/dist/esm/src/utils/abi/typechain/factories/Permit2Depositor__factory.js.map +0 -1
  210. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -28
  211. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js +0 -41
  212. package/dist/esm/src/utils/abi/typechain/factories/Permit2OrderLib__factory.js.map +0 -1
  213. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -18
  214. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js +0 -29
  215. package/dist/esm/src/utils/abi/typechain/factories/Script__factory.js.map +0 -1
  216. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -303
  217. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js +0 -393
  218. package/dist/esm/src/utils/abi/typechain/factories/StdAssertions__factory.js.map +0 -1
  219. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -98
  220. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js +0 -133
  221. package/dist/esm/src/utils/abi/typechain/factories/StdError__factory.js.map +0 -1
  222. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -144
  223. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js +0 -194
  224. package/dist/esm/src/utils/abi/typechain/factories/StdInvariant__factory.js.map +0 -1
  225. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -48
  226. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js +0 -66
  227. package/dist/esm/src/utils/abi/typechain/factories/StdStorageSafe__factory.js.map +0 -1
  228. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -449
  229. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js +0 -584
  230. package/dist/esm/src/utils/abi/typechain/factories/Test__factory.js.map +0 -1
  231. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7281
  232. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js +0 -9530
  233. package/dist/esm/src/utils/abi/typechain/factories/VmSafe__factory.js.map +0 -1
  234. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9142
  235. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js +0 -11930
  236. package/dist/esm/src/utils/abi/typechain/factories/Vm__factory.js.map +0 -1
  237. package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts +0 -399
  238. package/dist/types/src/utils/abi/typechain/AcrossOriginSettler.d.ts.map +0 -1
  239. package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts +0 -283
  240. package/dist/types/src/utils/abi/typechain/ERC7683OrderDepositor.d.ts.map +0 -1
  241. package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts +0 -188
  242. package/dist/types/src/utils/abi/typechain/IOriginSettler.d.ts.map +0 -1
  243. package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts +0 -83
  244. package/dist/types/src/utils/abi/typechain/Permit2Depositor.d.ts.map +0 -1
  245. package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts +0 -28
  246. package/dist/types/src/utils/abi/typechain/Permit2OrderLib.d.ts.map +0 -1
  247. package/dist/types/src/utils/abi/typechain/Script.d.ts +0 -43
  248. package/dist/types/src/utils/abi/typechain/Script.d.ts.map +0 -1
  249. package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts +0 -291
  250. package/dist/types/src/utils/abi/typechain/StdAssertions.d.ts.map +0 -1
  251. package/dist/types/src/utils/abi/typechain/StdError.d.ts +0 -107
  252. package/dist/types/src/utils/abi/typechain/StdError.d.ts.map +0 -1
  253. package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts +0 -169
  254. package/dist/types/src/utils/abi/typechain/StdInvariant.d.ts.map +0 -1
  255. package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts +0 -61
  256. package/dist/types/src/utils/abi/typechain/StdStorageSafe.d.ts.map +0 -1
  257. package/dist/types/src/utils/abi/typechain/Test.d.ts +0 -433
  258. package/dist/types/src/utils/abi/typechain/Test.d.ts.map +0 -1
  259. package/dist/types/src/utils/abi/typechain/Vm.d.ts +0 -6768
  260. package/dist/types/src/utils/abi/typechain/Vm.d.ts.map +0 -1
  261. package/dist/types/src/utils/abi/typechain/VmSafe.d.ts +0 -4650
  262. package/dist/types/src/utils/abi/typechain/VmSafe.d.ts.map +0 -1
  263. package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts +0 -689
  264. package/dist/types/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.d.ts.map +0 -1
  265. package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts +0 -560
  266. package/dist/types/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.d.ts.map +0 -1
  267. package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts +0 -416
  268. package/dist/types/src/utils/abi/typechain/factories/IOriginSettler__factory.d.ts.map +0 -1
  269. package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts +0 -98
  270. package/dist/types/src/utils/abi/typechain/factories/Permit2Depositor__factory.d.ts.map +0 -1
  271. package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts +0 -29
  272. package/dist/types/src/utils/abi/typechain/factories/Permit2OrderLib__factory.d.ts.map +0 -1
  273. package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts +0 -19
  274. package/dist/types/src/utils/abi/typechain/factories/Script__factory.d.ts.map +0 -1
  275. package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts +0 -304
  276. package/dist/types/src/utils/abi/typechain/factories/StdAssertions__factory.d.ts.map +0 -1
  277. package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts +0 -99
  278. package/dist/types/src/utils/abi/typechain/factories/StdError__factory.d.ts.map +0 -1
  279. package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts +0 -145
  280. package/dist/types/src/utils/abi/typechain/factories/StdInvariant__factory.d.ts.map +0 -1
  281. package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts +0 -49
  282. package/dist/types/src/utils/abi/typechain/factories/StdStorageSafe__factory.d.ts.map +0 -1
  283. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts +0 -450
  284. package/dist/types/src/utils/abi/typechain/factories/Test__factory.d.ts.map +0 -1
  285. package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts +0 -7282
  286. package/dist/types/src/utils/abi/typechain/factories/VmSafe__factory.d.ts.map +0 -1
  287. package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts +0 -9143
  288. package/dist/types/src/utils/abi/typechain/factories/Vm__factory.d.ts.map +0 -1
  289. package/src/utils/abi/contracts/AcrossOriginSettler.json +0 -881
  290. package/src/utils/abi/contracts/ERC7683OrderDepositor.json +0 -714
  291. package/src/utils/abi/contracts/IOriginSettler.json +0 -527
  292. package/src/utils/abi/contracts/Permit2Depositor.json +0 -117
  293. package/src/utils/abi/contracts/Permit2OrderLib.json +0 -27
  294. package/src/utils/abi/contracts/Script.json +0 -15
  295. package/src/utils/abi/contracts/StdAssertions.json +0 -379
  296. package/src/utils/abi/contracts/StdInvariant.json +0 -180
  297. package/src/utils/abi/contracts/Test.json +0 -570
  298. package/src/utils/abi/contracts/Vm.json +0 -11916
  299. package/src/utils/abi/contracts/VmSafe.json +0 -9516
  300. package/src/utils/abi/contracts/stdError.json +0 -119
  301. package/src/utils/abi/contracts/stdStorageSafe.json +0 -52
  302. package/src/utils/abi/typechain/AcrossOriginSettler.ts +0 -776
  303. package/src/utils/abi/typechain/ERC7683OrderDepositor.ts +0 -529
  304. package/src/utils/abi/typechain/IOriginSettler.ts +0 -337
  305. package/src/utils/abi/typechain/Permit2Depositor.ts +0 -172
  306. package/src/utils/abi/typechain/Permit2OrderLib.ts +0 -55
  307. package/src/utils/abi/typechain/Script.ts +0 -81
  308. package/src/utils/abi/typechain/StdAssertions.ts +0 -456
  309. package/src/utils/abi/typechain/StdError.ts +0 -248
  310. package/src/utils/abi/typechain/StdInvariant.ts +0 -350
  311. package/src/utils/abi/typechain/StdStorageSafe.ts +0 -108
  312. package/src/utils/abi/typechain/Test.ts +0 -753
  313. package/src/utils/abi/typechain/Vm.ts +0 -20633
  314. package/src/utils/abi/typechain/VmSafe.ts +0 -15644
  315. package/src/utils/abi/typechain/factories/AcrossOriginSettler__factory.ts +0 -905
  316. package/src/utils/abi/typechain/factories/ERC7683OrderDepositor__factory.ts +0 -742
  317. package/src/utils/abi/typechain/factories/IOriginSettler__factory.ts +0 -551
  318. package/src/utils/abi/typechain/factories/Permit2Depositor__factory.ts +0 -141
  319. package/src/utils/abi/typechain/factories/Permit2OrderLib__factory.ts +0 -51
  320. package/src/utils/abi/typechain/factories/Script__factory.ts +0 -33
  321. package/src/utils/abi/typechain/factories/StdAssertions__factory.ts +0 -400
  322. package/src/utils/abi/typechain/factories/StdError__factory.ts +0 -140
  323. package/src/utils/abi/typechain/factories/StdInvariant__factory.ts +0 -201
  324. package/src/utils/abi/typechain/factories/StdStorageSafe__factory.ts +0 -76
  325. package/src/utils/abi/typechain/factories/Test__factory.ts +0 -588
  326. package/src/utils/abi/typechain/factories/VmSafe__factory.ts +0 -9534
  327. 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
- }