@paraswap/dex-lib 4.2.2 → 4.2.3-1

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 (363) hide show
  1. package/build/abi/AaveV1_lending_pool.json +27 -0
  2. package/build/abi/BProtocol.json +1155 -0
  3. package/build/abi/Jarvis.json +1172 -0
  4. package/build/abi/MStableAsset.json +1545 -0
  5. package/build/abi/OneInchLp.json +1304 -0
  6. package/build/abi/Onebit.json +736 -0
  7. package/build/abi/Shell.json +1294 -0
  8. package/build/abi/TraderJoeV2Router.json +50 -0
  9. package/build/abi/inception/inception-ineth-pool.json +1062 -0
  10. package/build/abi/inception/inception-ratio-feed.json +329 -0
  11. package/build/abi/inception/inception-vault.json +991 -0
  12. package/build/abi/platypus/asset.json +490 -0
  13. package/build/abi/platypus/avax-pool.json +820 -0
  14. package/build/abi/platypus/oracle.json +119 -0
  15. package/build/abi/platypus/pool.json +677 -0
  16. package/build/abi/smardex/all/smardex-router.json +648 -0
  17. package/build/abi/smardex/layer-1/smardex-factory.json +242 -0
  18. package/build/abi/smardex/layer-1/smardex-pool.json +506 -0
  19. package/build/abi/smardex/layer-2/smardex-factory.json +185 -0
  20. package/build/abi/smardex/layer-2/smardex-pool.json +578 -0
  21. package/build/abi/swaap-v1/pool.json +1346 -0
  22. package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +52 -0
  23. package/build/abi/usual-m-smart-m/usualM.abi.json +483 -0
  24. package/build/abi/wUSDM.json +757 -0
  25. package/build/abi/wombat/pool.json +1289 -0
  26. package/build/abi/zrx.v2.json +1967 -0
  27. package/build/abi/zrx.v3.json +3454 -0
  28. package/build/abi/zrx.v4.json +2193 -0
  29. package/build/dex/OneInchLp.d.ts +24 -0
  30. package/build/dex/OneInchLp.js +43 -0
  31. package/build/dex/OneInchLp.js.map +1 -0
  32. package/build/dex/aave-v1/aave-v1.d.ts +34 -0
  33. package/build/dex/aave-v1/aave-v1.js +181 -0
  34. package/build/dex/aave-v1/aave-v1.js.map +1 -0
  35. package/build/dex/aave-v1/config.d.ts +11 -0
  36. package/build/dex/aave-v1/config.js +20 -0
  37. package/build/dex/aave-v1/config.js.map +1 -0
  38. package/build/dex/aave-v1/tokens-mainnet.json +134 -0
  39. package/build/dex/aave-v1/tokens.d.ts +3 -0
  40. package/build/dex/aave-v1/tokens.js +50 -0
  41. package/build/dex/aave-v1/tokens.js.map +1 -0
  42. package/build/dex/aave-v1/types.d.ts +12 -0
  43. package/build/dex/aave-v1/types.js +3 -0
  44. package/build/dex/aave-v1/types.js.map +1 -0
  45. package/build/dex/aave-v2/tokens-avalanche.json +44 -0
  46. package/build/dex/aave-v2/tokens-mainnet.json +188 -0
  47. package/build/dex/aave-v2/tokens-polygon.json +44 -0
  48. package/build/dex/aave-v3/aave-v3.d.ts +1 -0
  49. package/build/dex/aave-v3/aave-v3.js +29 -2
  50. package/build/dex/aave-v3/aave-v3.js.map +1 -1
  51. package/build/dex/aave-v3/tokens.d.ts +5 -0
  52. package/build/dex/aave-v3/tokens.js +8 -8
  53. package/build/dex/aave-v3/tokens.js.map +1 -1
  54. package/build/dex/aave-v3/utils.d.ts +1 -1
  55. package/build/dex/aave-v3/utils.js +5 -5
  56. package/build/dex/aave-v3/utils.js.map +1 -1
  57. package/build/dex/aave-v3-stata/aave-v3-stata.js +1 -6
  58. package/build/dex/aave-v3-stata/aave-v3-stata.js.map +1 -1
  59. package/build/dex/aave-v3-stata-v2/aave-v3-stata-v2.js +1 -6
  60. package/build/dex/aave-v3-stata-v2/aave-v3-stata-v2.js.map +1 -1
  61. package/build/dex/bProtocol/bProtocol.d.ts +15 -0
  62. package/build/dex/bProtocol/bProtocol.js +56 -0
  63. package/build/dex/bProtocol/bProtocol.js.map +1 -0
  64. package/build/dex/bProtocol/types.d.ts +11 -0
  65. package/build/dex/bProtocol/types.js +8 -0
  66. package/build/dex/bProtocol/types.js.map +1 -0
  67. package/build/dex/bProtocol.d.ts +18 -0
  68. package/build/dex/bProtocol.js +39 -0
  69. package/build/dex/bProtocol.js.map +1 -0
  70. package/build/dex/balancer-v3/abi/balancerBatchRouter.d.ts +729 -0
  71. package/build/dex/balancer-v3/abi/balancerBatchRouter.js +732 -0
  72. package/build/dex/balancer-v3/abi/balancerBatchRouter.js.map +1 -0
  73. package/build/dex/balancer-v3/abi/balancerRouter.d.ts +1406 -0
  74. package/build/dex/balancer-v3/abi/balancerRouter.js +1175 -0
  75. package/build/dex/balancer-v3/abi/balancerRouter.js.map +1 -0
  76. package/build/dex/balancer-v3/abi/vaultExtension.V3.d.ts +2081 -0
  77. package/build/dex/balancer-v3/abi/vaultExtension.V3.js +1851 -0
  78. package/build/dex/balancer-v3/abi/vaultExtension.V3.js.map +1 -0
  79. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.d.ts +34 -0
  80. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js +406 -0
  81. package/build/dex/balancer-v3/balancer-v3-sepolia-pools.js.map +1 -0
  82. package/build/dex/bancor.d.ts +26 -0
  83. package/build/dex/bancor.js +58 -0
  84. package/build/dex/bancor.js.map +1 -0
  85. package/build/dex/bebop/bebop.js +9 -13
  86. package/build/dex/bebop/bebop.js.map +1 -1
  87. package/build/dex/compound.d.ts +18 -0
  88. package/build/dex/compound.js +46 -0
  89. package/build/dex/compound.js.map +1 -0
  90. package/build/dex/curve-v1/config.js +5 -0
  91. package/build/dex/curve-v1/config.js.map +1 -1
  92. package/build/dex/curve-v1-factory/curve-v1-factory.js +24 -1
  93. package/build/dex/curve-v1-factory/curve-v1-factory.js.map +1 -1
  94. package/build/dex/curve-v2.d.ts +58 -0
  95. package/build/dex/curve-v2.js +180 -0
  96. package/build/dex/curve-v2.js.map +1 -0
  97. package/build/dex/dodo-v1.d.ts +33 -0
  98. package/build/dex/dodo-v1.js +63 -0
  99. package/build/dex/dodo-v1.js.map +1 -0
  100. package/build/dex/dodo-v2.js.map +1 -1
  101. package/build/dex/erc4626/scripts/validate-state.d.ts +0 -0
  102. package/build/dex/erc4626/scripts/validate-state.js +146 -0
  103. package/build/dex/erc4626/scripts/validate-state.js.map +1 -0
  104. package/build/dex/inception/config.d.ts +4 -0
  105. package/build/dex/inception/config.js +109 -0
  106. package/build/dex/inception/config.js.map +1 -0
  107. package/build/dex/inception/inception-event-pool.d.ts +16 -0
  108. package/build/dex/inception/inception-event-pool.js +49 -0
  109. package/build/dex/inception/inception-event-pool.js.map +1 -0
  110. package/build/dex/inception/inception.d.ts +43 -0
  111. package/build/dex/inception/inception.js +180 -0
  112. package/build/dex/inception/inception.js.map +1 -0
  113. package/build/dex/inception/tokens.d.ts +9 -0
  114. package/build/dex/inception/tokens.js +28 -0
  115. package/build/dex/inception/tokens.js.map +1 -0
  116. package/build/dex/inception/types.d.ts +22 -0
  117. package/build/dex/inception/types.js +3 -0
  118. package/build/dex/inception/types.js.map +1 -0
  119. package/build/dex/inception/utils.d.ts +7 -0
  120. package/build/dex/inception/utils.js +58 -0
  121. package/build/dex/inception/utils.js.map +1 -0
  122. package/build/dex/jarvis.d.ts +56 -0
  123. package/build/dex/jarvis.js +163 -0
  124. package/build/dex/jarvis.js.map +1 -0
  125. package/build/dex/lido.d.ts +19 -0
  126. package/build/dex/lido.js +42 -0
  127. package/build/dex/lido.js.map +1 -0
  128. package/build/dex/mStable.d.ts +44 -0
  129. package/build/dex/mStable.js +75 -0
  130. package/build/dex/mStable.js.map +1 -0
  131. package/build/dex/maker-psm/scripts/gem.abi.json +136 -0
  132. package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
  133. package/build/dex/maker-psm/scripts/validate-state.js +185 -0
  134. package/build/dex/maker-psm/scripts/validate-state.js.map +1 -0
  135. package/build/dex/maker-psm/scripts/vat.abi.json +243 -0
  136. package/build/dex/onebit/onebit.d.ts +16 -0
  137. package/build/dex/onebit/onebit.js +61 -0
  138. package/build/dex/onebit/onebit.js.map +1 -0
  139. package/build/dex/onebit/types.d.ts +14 -0
  140. package/build/dex/onebit/types.js +8 -0
  141. package/build/dex/onebit/types.js.map +1 -0
  142. package/build/dex/onebit.d.ts +25 -0
  143. package/build/dex/onebit.js +42 -0
  144. package/build/dex/onebit.js.map +1 -0
  145. package/build/dex/platypus/asset.d.ts +14 -0
  146. package/build/dex/platypus/asset.js +97 -0
  147. package/build/dex/platypus/asset.js.map +1 -0
  148. package/build/dex/platypus/config.d.ts +11 -0
  149. package/build/dex/platypus/config.js +69 -0
  150. package/build/dex/platypus/config.js.map +1 -0
  151. package/build/dex/platypus/platypus.d.ts +63 -0
  152. package/build/dex/platypus/platypus.js +487 -0
  153. package/build/dex/platypus/platypus.js.map +1 -0
  154. package/build/dex/platypus/pool-avax.d.ts +8 -0
  155. package/build/dex/platypus/pool-avax.js +54 -0
  156. package/build/dex/platypus/pool-avax.js.map +1 -0
  157. package/build/dex/platypus/pool-base.d.ts +19 -0
  158. package/build/dex/platypus/pool-base.js +86 -0
  159. package/build/dex/platypus/pool-base.js.map +1 -0
  160. package/build/dex/platypus/pool-pure.d.ts +8 -0
  161. package/build/dex/platypus/pool-pure.js +37 -0
  162. package/build/dex/platypus/pool-pure.js.map +1 -0
  163. package/build/dex/platypus/pool-subscriber.d.ts +14 -0
  164. package/build/dex/platypus/pool-subscriber.js +167 -0
  165. package/build/dex/platypus/pool-subscriber.js.map +1 -0
  166. package/build/dex/platypus/pool.d.ts +8 -0
  167. package/build/dex/platypus/pool.js +58 -0
  168. package/build/dex/platypus/pool.js.map +1 -0
  169. package/build/dex/platypus/types.d.ts +92 -0
  170. package/build/dex/platypus/types.js +10 -0
  171. package/build/dex/platypus/types.js.map +1 -0
  172. package/build/dex/quickswap/spiritswap-v3.d.ts +6 -0
  173. package/build/dex/quickswap/spiritswap-v3.js +19 -0
  174. package/build/dex/quickswap/spiritswap-v3.js.map +1 -0
  175. package/build/dex/shell.d.ts +25 -0
  176. package/build/dex/shell.js +41 -0
  177. package/build/dex/shell.js.map +1 -0
  178. package/build/dex/smardex/config.d.ts +4 -0
  179. package/build/dex/smardex/config.js +64 -0
  180. package/build/dex/smardex/config.js.map +1 -0
  181. package/build/dex/smardex/constants.d.ts +18 -0
  182. package/build/dex/smardex/constants.js +33 -0
  183. package/build/dex/smardex/constants.js.map +1 -0
  184. package/build/dex/smardex/sdk/constants.d.ts +6 -0
  185. package/build/dex/smardex/sdk/constants.js +13 -0
  186. package/build/dex/smardex/sdk/constants.js.map +1 -0
  187. package/build/dex/smardex/sdk/core.d.ts +113 -0
  188. package/build/dex/smardex/sdk/core.js +499 -0
  189. package/build/dex/smardex/sdk/core.js.map +1 -0
  190. package/build/dex/smardex/sdk/errors.d.ts +15 -0
  191. package/build/dex/smardex/sdk/errors.js +22 -0
  192. package/build/dex/smardex/sdk/errors.js.map +1 -0
  193. package/build/dex/smardex/sdk/types.d.ts +62 -0
  194. package/build/dex/smardex/sdk/types.js +3 -0
  195. package/build/dex/smardex/sdk/types.js.map +1 -0
  196. package/build/dex/smardex/sdk/utils.d.ts +44 -0
  197. package/build/dex/smardex/sdk/utils.js +133 -0
  198. package/build/dex/smardex/sdk/utils.js.map +1 -0
  199. package/build/dex/smardex/smardex-event-pool.d.ts +28 -0
  200. package/build/dex/smardex/smardex-event-pool.js +119 -0
  201. package/build/dex/smardex/smardex-event-pool.js.map +1 -0
  202. package/build/dex/smardex/smardex.d.ts +65 -0
  203. package/build/dex/smardex/smardex.js +519 -0
  204. package/build/dex/smardex/smardex.js.map +1 -0
  205. package/build/dex/smardex/types.d.ts +55 -0
  206. package/build/dex/smardex/types.js +3 -0
  207. package/build/dex/smardex/types.js.map +1 -0
  208. package/build/dex/smoothy.d.ts +26 -0
  209. package/build/dex/smoothy.js +48 -0
  210. package/build/dex/smoothy.js.map +1 -0
  211. package/build/dex/solidly/forks-override/cone.d.ts +22 -0
  212. package/build/dex/solidly/forks-override/cone.js +53 -0
  213. package/build/dex/solidly/forks-override/cone.js.map +1 -0
  214. package/build/dex/solidly/forks-override/solisnek.d.ts +8 -0
  215. package/build/dex/solidly/forks-override/solisnek.js +15 -0
  216. package/build/dex/solidly/forks-override/solisnek.js.map +1 -0
  217. package/build/dex/solidly/solidly.js +2 -2
  218. package/build/dex/solidly/solidly.js.map +1 -1
  219. package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +1 -0
  220. package/build/dex/solidly-v3/scripts/check-event-pool-event.js +53 -0
  221. package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +1 -0
  222. package/build/dex/stable-pool.d.ts +28 -0
  223. package/build/dex/stable-pool.js +55 -0
  224. package/build/dex/stable-pool.js.map +1 -0
  225. package/build/dex/stader/stader.js +3 -0
  226. package/build/dex/stader/stader.js.map +1 -1
  227. package/build/dex/swaap-v1/config.d.ts +17 -0
  228. package/build/dex/swaap-v1/config.js +56 -0
  229. package/build/dex/swaap-v1/config.js.map +1 -0
  230. package/build/dex/swaap-v1/constants.d.ts +6 -0
  231. package/build/dex/swaap-v1/constants.js +17 -0
  232. package/build/dex/swaap-v1/constants.js.map +1 -0
  233. package/build/dex/swaap-v1/libraries/ChainlinkUtils.d.ts +25 -0
  234. package/build/dex/swaap-v1/libraries/ChainlinkUtils.js +62 -0
  235. package/build/dex/swaap-v1/libraries/ChainlinkUtils.js.map +1 -0
  236. package/build/dex/swaap-v1/libraries/Const.d.ts +18 -0
  237. package/build/dex/swaap-v1/libraries/Const.js +26 -0
  238. package/build/dex/swaap-v1/libraries/Const.js.map +1 -0
  239. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.d.ts +77 -0
  240. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js +316 -0
  241. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js.map +1 -0
  242. package/build/dex/swaap-v1/libraries/LogExpMath.d.ts +75 -0
  243. package/build/dex/swaap-v1/libraries/LogExpMath.js +418 -0
  244. package/build/dex/swaap-v1/libraries/LogExpMath.js.map +1 -0
  245. package/build/dex/swaap-v1/libraries/MathMMM.d.ts +185 -0
  246. package/build/dex/swaap-v1/libraries/MathMMM.js +453 -0
  247. package/build/dex/swaap-v1/libraries/MathMMM.js.map +1 -0
  248. package/build/dex/swaap-v1/libraries/Num.d.ts +31 -0
  249. package/build/dex/swaap-v1/libraries/Num.js +167 -0
  250. package/build/dex/swaap-v1/libraries/Num.js.map +1 -0
  251. package/build/dex/swaap-v1/libraries/PoolQuotations.d.ts +23 -0
  252. package/build/dex/swaap-v1/libraries/PoolQuotations.js +131 -0
  253. package/build/dex/swaap-v1/libraries/PoolQuotations.js.map +1 -0
  254. package/build/dex/swaap-v1/libraries/Struct.d.ts +56 -0
  255. package/build/dex/swaap-v1/libraries/Struct.js +3 -0
  256. package/build/dex/swaap-v1/libraries/Struct.js.map +1 -0
  257. package/build/dex/swaap-v1/swaap-v1-pool.d.ts +45 -0
  258. package/build/dex/swaap-v1/swaap-v1-pool.js +656 -0
  259. package/build/dex/swaap-v1/swaap-v1-pool.js.map +1 -0
  260. package/build/dex/swaap-v1/swaap-v1.d.ts +62 -0
  261. package/build/dex/swaap-v1/swaap-v1.js +383 -0
  262. package/build/dex/swaap-v1/swaap-v1.js.map +1 -0
  263. package/build/dex/swaap-v1/types.d.ts +106 -0
  264. package/build/dex/swaap-v1/types.js +9 -0
  265. package/build/dex/swaap-v1/types.js.map +1 -0
  266. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +7 -0
  267. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +20 -0
  268. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +1 -0
  269. package/build/dex/trader-joe-v2.1.d.ts +43 -0
  270. package/build/dex/trader-joe-v2.1.js +79 -0
  271. package/build/dex/trader-joe-v2.1.js.map +1 -0
  272. package/build/dex/trader-joe-v2.d.ts +40 -0
  273. package/build/dex/trader-joe-v2.js +74 -0
  274. package/build/dex/trader-joe-v2.js.map +1 -0
  275. package/build/dex/uniswap-v2/config.js +1 -0
  276. package/build/dex/uniswap-v2/config.js.map +1 -1
  277. package/build/dex/uniswap-v2/uniswap-v2.d.ts +1 -0
  278. package/build/dex/uniswap-v2/uniswap-v2.js +10 -12
  279. package/build/dex/uniswap-v2/uniswap-v2.js.map +1 -1
  280. package/build/dex/uniswap-v3/config.js +1 -0
  281. package/build/dex/uniswap-v3/config.js.map +1 -1
  282. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +17 -0
  283. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +64 -0
  284. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +1 -0
  285. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +17 -0
  286. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +79 -0
  287. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +1 -0
  288. package/build/dex/uniswap-v3/uniswap-v3-pricing.d.ts +4 -0
  289. package/build/dex/uniswap-v3/uniswap-v3-pricing.js +43 -0
  290. package/build/dex/uniswap-v3/uniswap-v3-pricing.js.map +1 -0
  291. package/build/dex/uniswap-v3/uniswap-v3-worker.d.ts +1 -0
  292. package/build/dex/uniswap-v3/uniswap-v3-worker.js +10 -0
  293. package/build/dex/uniswap-v3/uniswap-v3-worker.js.map +1 -0
  294. package/build/dex/uniswap-v3/uniswap-v3.d.ts +1 -0
  295. package/build/dex/uniswap-v3/uniswap-v3.js +86 -4
  296. package/build/dex/uniswap-v3/uniswap-v3.js.map +1 -1
  297. package/build/dex/usual/usual-m-smart-m.d.ts +17 -0
  298. package/build/dex/usual/usual-m-smart-m.js +50 -0
  299. package/build/dex/usual/usual-m-smart-m.js.map +1 -0
  300. package/build/dex/usual/usual.js +2 -0
  301. package/build/dex/usual/usual.js.map +1 -1
  302. package/build/dex/usual-bond/config.d.ts +3 -0
  303. package/build/dex/usual-bond/config.js +13 -0
  304. package/build/dex/usual-bond/config.js.map +1 -0
  305. package/build/dex/usual-bond/types.d.ts +7 -0
  306. package/build/dex/usual-bond/types.js +3 -0
  307. package/build/dex/usual-bond/types.js.map +1 -0
  308. package/build/dex/usual-bond/usual-bond.d.ts +35 -0
  309. package/build/dex/usual-bond/usual-bond.js +176 -0
  310. package/build/dex/usual-bond/usual-bond.js.map +1 -0
  311. package/build/dex/usual-m-smart-m/config.d.ts +3 -0
  312. package/build/dex/usual-m-smart-m/config.js +13 -0
  313. package/build/dex/usual-m-smart-m/config.js.map +1 -0
  314. package/build/dex/usual-m-smart-m/types.d.ts +7 -0
  315. package/build/dex/usual-m-smart-m/types.js +3 -0
  316. package/build/dex/usual-m-smart-m/types.js.map +1 -0
  317. package/build/dex/usual-m-smart-m/usual-m-smart-m.d.ts +35 -0
  318. package/build/dex/usual-m-smart-m/usual-m-smart-m.js +161 -0
  319. package/build/dex/usual-m-smart-m/usual-m-smart-m.js.map +1 -0
  320. package/build/dex/usual-m-usd0/config.d.ts +3 -0
  321. package/build/dex/usual-m-usd0/config.js +14 -0
  322. package/build/dex/usual-m-usd0/config.js.map +1 -0
  323. package/build/dex/usual-m-usd0/types.d.ts +8 -0
  324. package/build/dex/usual-m-usd0/types.js +3 -0
  325. package/build/dex/usual-m-usd0/types.js.map +1 -0
  326. package/build/dex/usual-m-usd0/usual-m-usd0.d.ts +35 -0
  327. package/build/dex/usual-m-usd0/usual-m-usd0.js +159 -0
  328. package/build/dex/usual-m-usd0/usual-m-usd0.js.map +1 -0
  329. package/build/dex/wusdm/config.d.ts +3 -0
  330. package/build/dex/wusdm/config.js +43 -0
  331. package/build/dex/wusdm/config.js.map +1 -0
  332. package/build/dex/wusdm/constants.d.ts +2 -0
  333. package/build/dex/wusdm/constants.js +6 -0
  334. package/build/dex/wusdm/constants.js.map +1 -0
  335. package/build/dex/wusdm/types.d.ts +18 -0
  336. package/build/dex/wusdm/types.js +11 -0
  337. package/build/dex/wusdm/types.js.map +1 -0
  338. package/build/dex/wusdm/wusdm-pool.d.ts +21 -0
  339. package/build/dex/wusdm/wusdm-pool.js +74 -0
  340. package/build/dex/wusdm/wusdm-pool.js.map +1 -0
  341. package/build/dex/wusdm/wusdm.d.ts +46 -0
  342. package/build/dex/wusdm/wusdm.js +243 -0
  343. package/build/dex/wusdm/wusdm.js.map +1 -0
  344. package/build/dex/zerox/config.d.ts +2 -0
  345. package/build/dex/zerox/config.js +33 -0
  346. package/build/dex/zerox/config.js.map +1 -0
  347. package/build/dex/zerox/index.d.ts +22 -0
  348. package/build/dex/zerox/index.js +225 -0
  349. package/build/dex/zerox/index.js.map +1 -0
  350. package/build/dex/zerox/order.d.ts +88 -0
  351. package/build/dex/zerox/order.js +53 -0
  352. package/build/dex/zerox/order.js.map +1 -0
  353. package/build/dex/zerox/types.d.ts +73 -0
  354. package/build/dex/zerox/types.js +21 -0
  355. package/build/dex/zerox/types.js.map +1 -0
  356. package/build/types.d.ts +2 -0
  357. package/package.json +1 -1
  358. package/build/dex/uniswap-v4/optimizer.d.ts +0 -2
  359. package/build/dex/uniswap-v4/optimizer.js +0 -47
  360. package/build/dex/uniswap-v4/optimizer.js.map +0 -1
  361. /package/build/dex/uniswap-v4/contract-math/{TickBitMap.d.ts → TickBitmap.d.ts} +0 -0
  362. /package/build/dex/uniswap-v4/contract-math/{TickBitMap.js → TickBitmap.js} +0 -0
  363. /package/build/dex/uniswap-v4/contract-math/{TickBitMap.js.map → TickBitmap.js.map} +0 -0
@@ -0,0 +1,490 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": true,
7
+ "internalType": "address",
8
+ "name": "owner",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "indexed": true,
13
+ "internalType": "address",
14
+ "name": "spender",
15
+ "type": "address"
16
+ },
17
+ {
18
+ "indexed": false,
19
+ "internalType": "uint256",
20
+ "name": "value",
21
+ "type": "uint256"
22
+ }
23
+ ],
24
+ "name": "Approval",
25
+ "type": "event"
26
+ },
27
+ {
28
+ "anonymous": false,
29
+ "inputs": [
30
+ {
31
+ "indexed": false,
32
+ "internalType": "uint256",
33
+ "name": "previousCashPosition",
34
+ "type": "uint256"
35
+ },
36
+ {
37
+ "indexed": false,
38
+ "internalType": "uint256",
39
+ "name": "cashBeingAdded",
40
+ "type": "uint256"
41
+ }
42
+ ],
43
+ "name": "CashAdded",
44
+ "type": "event"
45
+ },
46
+ {
47
+ "anonymous": false,
48
+ "inputs": [
49
+ {
50
+ "indexed": false,
51
+ "internalType": "uint256",
52
+ "name": "previousCashPosition",
53
+ "type": "uint256"
54
+ },
55
+ {
56
+ "indexed": false,
57
+ "internalType": "uint256",
58
+ "name": "cashBeingRemoved",
59
+ "type": "uint256"
60
+ }
61
+ ],
62
+ "name": "CashRemoved",
63
+ "type": "event"
64
+ },
65
+ {
66
+ "anonymous": false,
67
+ "inputs": [
68
+ {
69
+ "indexed": false,
70
+ "internalType": "uint256",
71
+ "name": "previousLiabilityPosition",
72
+ "type": "uint256"
73
+ },
74
+ {
75
+ "indexed": false,
76
+ "internalType": "uint256",
77
+ "name": "liabilityBeingAdded",
78
+ "type": "uint256"
79
+ }
80
+ ],
81
+ "name": "LiabilityAdded",
82
+ "type": "event"
83
+ },
84
+ {
85
+ "anonymous": false,
86
+ "inputs": [
87
+ {
88
+ "indexed": false,
89
+ "internalType": "uint256",
90
+ "name": "previousLiabilityPosition",
91
+ "type": "uint256"
92
+ },
93
+ {
94
+ "indexed": false,
95
+ "internalType": "uint256",
96
+ "name": "liabilityBeingRemoved",
97
+ "type": "uint256"
98
+ }
99
+ ],
100
+ "name": "LiabilityRemoved",
101
+ "type": "event"
102
+ },
103
+ {
104
+ "anonymous": false,
105
+ "inputs": [
106
+ {
107
+ "indexed": false,
108
+ "internalType": "uint256",
109
+ "name": "previousMaxSupply",
110
+ "type": "uint256"
111
+ },
112
+ {
113
+ "indexed": false,
114
+ "internalType": "uint256",
115
+ "name": "newMaxSupply",
116
+ "type": "uint256"
117
+ }
118
+ ],
119
+ "name": "MaxSupplyUpdated",
120
+ "type": "event"
121
+ },
122
+ {
123
+ "anonymous": false,
124
+ "inputs": [
125
+ {
126
+ "indexed": true,
127
+ "internalType": "address",
128
+ "name": "previousOwner",
129
+ "type": "address"
130
+ },
131
+ {
132
+ "indexed": true,
133
+ "internalType": "address",
134
+ "name": "newOwner",
135
+ "type": "address"
136
+ }
137
+ ],
138
+ "name": "OwnershipTransferred",
139
+ "type": "event"
140
+ },
141
+ {
142
+ "anonymous": false,
143
+ "inputs": [
144
+ {
145
+ "indexed": true,
146
+ "internalType": "address",
147
+ "name": "previousPool",
148
+ "type": "address"
149
+ },
150
+ {
151
+ "indexed": true,
152
+ "internalType": "address",
153
+ "name": "newPool",
154
+ "type": "address"
155
+ }
156
+ ],
157
+ "name": "PoolUpdated",
158
+ "type": "event"
159
+ },
160
+ {
161
+ "anonymous": false,
162
+ "inputs": [
163
+ {
164
+ "indexed": true,
165
+ "internalType": "address",
166
+ "name": "from",
167
+ "type": "address"
168
+ },
169
+ {
170
+ "indexed": true,
171
+ "internalType": "address",
172
+ "name": "to",
173
+ "type": "address"
174
+ },
175
+ {
176
+ "indexed": false,
177
+ "internalType": "uint256",
178
+ "name": "value",
179
+ "type": "uint256"
180
+ }
181
+ ],
182
+ "name": "Transfer",
183
+ "type": "event"
184
+ },
185
+ {
186
+ "inputs": [],
187
+ "name": "_name",
188
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
189
+ "stateMutability": "view",
190
+ "type": "function"
191
+ },
192
+ {
193
+ "inputs": [],
194
+ "name": "_symbol",
195
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
196
+ "stateMutability": "view",
197
+ "type": "function"
198
+ },
199
+ {
200
+ "inputs": [
201
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
202
+ ],
203
+ "name": "addCash",
204
+ "outputs": [],
205
+ "stateMutability": "nonpayable",
206
+ "type": "function"
207
+ },
208
+ {
209
+ "inputs": [
210
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
211
+ ],
212
+ "name": "addLiability",
213
+ "outputs": [],
214
+ "stateMutability": "nonpayable",
215
+ "type": "function"
216
+ },
217
+ {
218
+ "inputs": [],
219
+ "name": "aggregateAccount",
220
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
221
+ "stateMutability": "view",
222
+ "type": "function"
223
+ },
224
+ {
225
+ "inputs": [
226
+ { "internalType": "address", "name": "owner", "type": "address" },
227
+ { "internalType": "address", "name": "spender", "type": "address" }
228
+ ],
229
+ "name": "allowance",
230
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
231
+ "stateMutability": "view",
232
+ "type": "function"
233
+ },
234
+ {
235
+ "inputs": [
236
+ { "internalType": "address", "name": "spender", "type": "address" },
237
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
238
+ ],
239
+ "name": "approve",
240
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
241
+ "stateMutability": "nonpayable",
242
+ "type": "function"
243
+ },
244
+ {
245
+ "inputs": [
246
+ { "internalType": "address", "name": "account", "type": "address" }
247
+ ],
248
+ "name": "balanceOf",
249
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
250
+ "stateMutability": "view",
251
+ "type": "function"
252
+ },
253
+ {
254
+ "inputs": [
255
+ { "internalType": "address", "name": "to", "type": "address" },
256
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
257
+ ],
258
+ "name": "burn",
259
+ "outputs": [],
260
+ "stateMutability": "nonpayable",
261
+ "type": "function"
262
+ },
263
+ {
264
+ "inputs": [],
265
+ "name": "cash",
266
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
267
+ "stateMutability": "view",
268
+ "type": "function"
269
+ },
270
+ {
271
+ "inputs": [],
272
+ "name": "decimals",
273
+ "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],
274
+ "stateMutability": "view",
275
+ "type": "function"
276
+ },
277
+ {
278
+ "inputs": [
279
+ { "internalType": "address", "name": "spender", "type": "address" },
280
+ {
281
+ "internalType": "uint256",
282
+ "name": "subtractedValue",
283
+ "type": "uint256"
284
+ }
285
+ ],
286
+ "name": "decreaseAllowance",
287
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
288
+ "stateMutability": "nonpayable",
289
+ "type": "function"
290
+ },
291
+ {
292
+ "inputs": [
293
+ { "internalType": "address", "name": "spender", "type": "address" },
294
+ { "internalType": "uint256", "name": "addedValue", "type": "uint256" }
295
+ ],
296
+ "name": "increaseAllowance",
297
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
298
+ "stateMutability": "nonpayable",
299
+ "type": "function"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "internalType": "address",
305
+ "name": "underlyingToken_",
306
+ "type": "address"
307
+ },
308
+ { "internalType": "string", "name": "name_", "type": "string" },
309
+ { "internalType": "string", "name": "symbol_", "type": "string" },
310
+ {
311
+ "internalType": "address",
312
+ "name": "aggregateAccount_",
313
+ "type": "address"
314
+ }
315
+ ],
316
+ "name": "initialize",
317
+ "outputs": [],
318
+ "stateMutability": "nonpayable",
319
+ "type": "function"
320
+ },
321
+ {
322
+ "inputs": [],
323
+ "name": "liability",
324
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
325
+ "stateMutability": "view",
326
+ "type": "function"
327
+ },
328
+ {
329
+ "inputs": [],
330
+ "name": "maxSupply",
331
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
332
+ "stateMutability": "view",
333
+ "type": "function"
334
+ },
335
+ {
336
+ "inputs": [
337
+ { "internalType": "address", "name": "to", "type": "address" },
338
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
339
+ ],
340
+ "name": "mint",
341
+ "outputs": [],
342
+ "stateMutability": "nonpayable",
343
+ "type": "function"
344
+ },
345
+ {
346
+ "inputs": [],
347
+ "name": "name",
348
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
349
+ "stateMutability": "view",
350
+ "type": "function"
351
+ },
352
+ {
353
+ "inputs": [],
354
+ "name": "owner",
355
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
356
+ "stateMutability": "view",
357
+ "type": "function"
358
+ },
359
+ {
360
+ "inputs": [],
361
+ "name": "pool",
362
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
363
+ "stateMutability": "view",
364
+ "type": "function"
365
+ },
366
+ {
367
+ "inputs": [
368
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
369
+ ],
370
+ "name": "removeCash",
371
+ "outputs": [],
372
+ "stateMutability": "nonpayable",
373
+ "type": "function"
374
+ },
375
+ {
376
+ "inputs": [
377
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
378
+ ],
379
+ "name": "removeLiability",
380
+ "outputs": [],
381
+ "stateMutability": "nonpayable",
382
+ "type": "function"
383
+ },
384
+ {
385
+ "inputs": [],
386
+ "name": "renounceOwnership",
387
+ "outputs": [],
388
+ "stateMutability": "nonpayable",
389
+ "type": "function"
390
+ },
391
+ {
392
+ "inputs": [
393
+ {
394
+ "internalType": "address",
395
+ "name": "aggregateAccount_",
396
+ "type": "address"
397
+ }
398
+ ],
399
+ "name": "setAggregateAccount",
400
+ "outputs": [],
401
+ "stateMutability": "nonpayable",
402
+ "type": "function"
403
+ },
404
+ {
405
+ "inputs": [
406
+ { "internalType": "uint256", "name": "maxSupply_", "type": "uint256" }
407
+ ],
408
+ "name": "setMaxSupply",
409
+ "outputs": [],
410
+ "stateMutability": "nonpayable",
411
+ "type": "function"
412
+ },
413
+ {
414
+ "inputs": [
415
+ { "internalType": "address", "name": "pool_", "type": "address" }
416
+ ],
417
+ "name": "setPool",
418
+ "outputs": [],
419
+ "stateMutability": "nonpayable",
420
+ "type": "function"
421
+ },
422
+ {
423
+ "inputs": [],
424
+ "name": "symbol",
425
+ "outputs": [{ "internalType": "string", "name": "", "type": "string" }],
426
+ "stateMutability": "view",
427
+ "type": "function"
428
+ },
429
+ {
430
+ "inputs": [],
431
+ "name": "totalSupply",
432
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
433
+ "stateMutability": "view",
434
+ "type": "function"
435
+ },
436
+ {
437
+ "inputs": [
438
+ { "internalType": "address", "name": "recipient", "type": "address" },
439
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
440
+ ],
441
+ "name": "transfer",
442
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
443
+ "stateMutability": "nonpayable",
444
+ "type": "function"
445
+ },
446
+ {
447
+ "inputs": [
448
+ { "internalType": "address", "name": "sender", "type": "address" },
449
+ { "internalType": "address", "name": "recipient", "type": "address" },
450
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
451
+ ],
452
+ "name": "transferFrom",
453
+ "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
454
+ "stateMutability": "nonpayable",
455
+ "type": "function"
456
+ },
457
+ {
458
+ "inputs": [
459
+ { "internalType": "address", "name": "newOwner", "type": "address" }
460
+ ],
461
+ "name": "transferOwnership",
462
+ "outputs": [],
463
+ "stateMutability": "nonpayable",
464
+ "type": "function"
465
+ },
466
+ {
467
+ "inputs": [
468
+ { "internalType": "address", "name": "to", "type": "address" },
469
+ { "internalType": "uint256", "name": "amount", "type": "uint256" }
470
+ ],
471
+ "name": "transferUnderlyingToken",
472
+ "outputs": [],
473
+ "stateMutability": "nonpayable",
474
+ "type": "function"
475
+ },
476
+ {
477
+ "inputs": [],
478
+ "name": "underlyingToken",
479
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [],
485
+ "name": "underlyingTokenBalance",
486
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
487
+ "stateMutability": "view",
488
+ "type": "function"
489
+ }
490
+ ]