@paraswap/dex-lib 3.11.1 → 3.11.2

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 (280) hide show
  1. package/build/abi/Aave_GSM.json +751 -0
  2. package/build/abi/Balancer.json +257 -0
  3. package/build/abi/BalancerV2.json +1179 -0
  4. package/build/abi/RamsesV2Pool.abi.json +1554 -0
  5. package/build/abi/RamsesV2Quoter.abi.json +274 -0
  6. package/build/abi/USDM.json +807 -0
  7. package/build/abi/UniswapV2Router.json +397 -0
  8. package/build/abi/{wombat/pool.json → angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json} +594 -637
  9. package/build/abi/angle-transmuter/ChainlinkEACAggregatorProxy.json +509 -0
  10. package/build/abi/cables/CablesMainnetRFQ.json +1083 -0
  11. package/build/abi/curve-v1/CurveBUSDv2.abi.json +1356 -0
  12. package/build/abi/curve-v1/CurveTokenV1.json +305 -0
  13. package/build/abi/curve-v1/CurveTokenV2.json +318 -0
  14. package/build/abi/curve-v1/CurveV1StableNg.json +1452 -0
  15. package/build/abi/curve-v1/CurveV2Swap.json +700 -0
  16. package/build/abi/curve-v1/FactoryCryptoRegistry.json +316 -0
  17. package/build/abi/curve-v1/FactoryRegistry.json +508 -0
  18. package/build/abi/curve-v1/StableSwapAave.json +1152 -0
  19. package/build/abi/curve-v1/StableSwapBUSD.json +814 -0
  20. package/build/abi/curve-v1/StableSwapCompound.json +814 -0
  21. package/build/abi/curve-v1/StableSwapIDLE.json +1253 -0
  22. package/build/abi/curve-v1/StableSwapPax.json +865 -0
  23. package/build/abi/curve-v1/StableSwapSnow.json +900 -0
  24. package/build/abi/curve-v1/StableSwapUSDN.json +1004 -0
  25. package/build/abi/curve-v1/StableSwapUSDT.json +814 -0
  26. package/build/abi/curve-v1/StableSwapY.json +814 -0
  27. package/build/abi/inception/inception-ineth.json +609 -0
  28. package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
  29. package/build/abi/kyberdmm.abi.json +1148 -0
  30. package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
  31. package/build/abi/nerve/nerve-metapool.json +790 -0
  32. package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
  33. package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
  34. package/build/config.js +1 -0
  35. package/build/config.js.map +1 -1
  36. package/build/dex/aave-v1/aave-v1.js +0 -1
  37. package/build/dex/aave-v1/aave-v1.js.map +1 -1
  38. package/build/dex/balancer-v1/balancer-pools.json +33333 -0
  39. package/build/dex/bebop/bebop.js +1 -1
  40. package/build/dex/bebop/bebop.js.map +1 -1
  41. package/build/dex/bebop/config.js +5 -0
  42. package/build/dex/bebop/config.js.map +1 -1
  43. package/build/dex/bebop/rate-fetcher.d.ts +3 -1
  44. package/build/dex/bebop/rate-fetcher.js +42 -2
  45. package/build/dex/bebop/rate-fetcher.js.map +1 -1
  46. package/build/dex/bebop/validators.d.ts +2 -0
  47. package/build/dex/bebop/validators.js +9 -1
  48. package/build/dex/bebop/validators.js.map +1 -1
  49. package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
  50. package/build/dex/bebop/websocket-fetcher.js +87 -0
  51. package/build/dex/bebop/websocket-fetcher.js.map +1 -0
  52. package/build/dex/cables/cables.d.ts +57 -0
  53. package/build/dex/cables/cables.js +471 -0
  54. package/build/dex/cables/cables.js.map +1 -0
  55. package/build/dex/cables/config.d.ts +4 -0
  56. package/build/dex/cables/config.js +15 -0
  57. package/build/dex/cables/config.js.map +1 -0
  58. package/build/dex/cables/constants.d.ts +19 -0
  59. package/build/dex/cables/constants.js +26 -0
  60. package/build/dex/cables/constants.js.map +1 -0
  61. package/build/dex/cables/rate-fetcher.d.ts +34 -0
  62. package/build/dex/cables/rate-fetcher.js +106 -0
  63. package/build/dex/cables/rate-fetcher.js.map +1 -0
  64. package/build/dex/cables/types.d.ts +106 -0
  65. package/build/dex/cables/types.js +12 -0
  66. package/build/dex/cables/types.js.map +1 -0
  67. package/build/dex/cables/validators.d.ts +5 -0
  68. package/build/dex/cables/validators.js +49 -0
  69. package/build/dex/cables/validators.js.map +1 -0
  70. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  71. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  72. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  73. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  74. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  75. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  76. package/build/dex/idle-dao/scripts.d.ts +9 -0
  77. package/build/dex/idle-dao/scripts.js +552 -0
  78. package/build/dex/idle-dao/scripts.js.map +1 -0
  79. package/build/dex/inception/inception-event-pool.d.ts +4 -4
  80. package/build/dex/inception/inception-event-pool.js +9 -7
  81. package/build/dex/inception/inception-event-pool.js.map +1 -1
  82. package/build/dex/inception/inception-native.d.ts +43 -0
  83. package/build/dex/inception/inception-native.js +131 -0
  84. package/build/dex/inception/inception-native.js.map +1 -0
  85. package/build/dex/inception/inception-pool.d.ts +18 -0
  86. package/build/dex/inception/inception-pool.js +32 -0
  87. package/build/dex/inception/inception-pool.js.map +1 -0
  88. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  89. package/build/dex/inception/inception-price-feed.js +51 -0
  90. package/build/dex/inception/inception-price-feed.js.map +1 -0
  91. package/build/dex/inception/inception.d.ts +6 -6
  92. package/build/dex/inception/inception.js +40 -16
  93. package/build/dex/inception/inception.js.map +1 -1
  94. package/build/dex/inception/utils.d.ts +0 -1
  95. package/build/dex/inception/utils.js +1 -22
  96. package/build/dex/inception/utils.js.map +1 -1
  97. package/build/dex/platypus/platypus.js +3 -17
  98. package/build/dex/platypus/platypus.js.map +1 -1
  99. package/build/dex/swaap-v1/swaap-v1.js +0 -4
  100. package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
  101. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
  102. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
  103. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
  104. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
  105. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
  106. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
  107. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
  108. package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
  109. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
  110. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
  111. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
  112. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
  113. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
  114. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
  115. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
  116. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
  117. package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
  118. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
  119. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
  120. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
  121. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
  122. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
  123. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
  124. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
  125. package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
  126. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
  127. package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
  128. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
  129. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
  130. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
  131. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
  132. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
  133. package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
  134. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
  135. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
  136. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
  137. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
  138. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
  139. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
  140. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
  141. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
  142. package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
  143. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
  144. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
  145. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
  146. package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
  147. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
  148. package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
  149. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
  150. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
  151. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
  152. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
  153. package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
  154. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
  155. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
  156. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
  157. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
  158. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
  159. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
  160. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
  161. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
  162. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
  163. package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
  164. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
  165. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
  166. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
  167. package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
  168. package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
  169. package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
  170. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
  171. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
  172. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
  173. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
  174. package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
  175. package/build/lib/fetcher/wsFetcher.d.ts +7 -3
  176. package/build/lib/fetcher/wsFetcher.js +64 -51
  177. package/build/lib/fetcher/wsFetcher.js.map +1 -1
  178. package/package.json +4 -2
  179. package/src/config.ts +1 -0
  180. package/src/dex/bebop/bebop-e2e.test.ts +21 -0
  181. package/src/dex/bebop/bebop.json +72 -0
  182. package/src/dex/bebop/bebop.proto +15 -0
  183. package/src/dex/bebop/bebop.ts +1 -1
  184. package/src/dex/bebop/config.ts +5 -0
  185. package/src/dex/bebop/rate-fetcher.ts +51 -6
  186. package/src/dex/bebop/validators.ts +10 -0
  187. package/src/lib/fetcher/wsFetcher.ts +79 -66
  188. package/.vscode/launch.json +0 -53
  189. package/.vscode/settings.json +0 -2
  190. package/.vscode/tasks.json +0 -15
  191. package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +0 -52
  192. package/build/dex/aave-v2/tokens-avalanche.json +0 -44
  193. package/build/dex/aave-v2/tokens-mainnet.json +0 -188
  194. package/build/dex/aave-v2/tokens-polygon.json +0 -44
  195. package/build/dex/bProtocol.d.ts +0 -18
  196. package/build/dex/bProtocol.js +0 -39
  197. package/build/dex/bProtocol.js.map +0 -1
  198. package/build/dex/balancer-v3/abi/balancerBatchRouter.d.ts +0 -729
  199. package/build/dex/balancer-v3/abi/balancerBatchRouter.js +0 -732
  200. package/build/dex/balancer-v3/abi/balancerBatchRouter.js.map +0 -1
  201. package/build/dex/balancer-v3/abi/balancerRouter.d.ts +0 -1406
  202. package/build/dex/balancer-v3/abi/balancerRouter.js +0 -1175
  203. package/build/dex/balancer-v3/abi/balancerRouter.js.map +0 -1
  204. package/build/dex/balancer-v3/abi/vaultExtension.V3.d.ts +0 -2081
  205. package/build/dex/balancer-v3/abi/vaultExtension.V3.js +0 -1851
  206. package/build/dex/balancer-v3/abi/vaultExtension.V3.js.map +0 -1
  207. package/build/dex/balancer-v3/balancer-v3-pool.d.ts +0 -76
  208. package/build/dex/balancer-v3/balancer-v3-pool.js +0 -383
  209. package/build/dex/balancer-v3/balancer-v3-pool.js.map +0 -1
  210. package/build/dex/balancer-v3/balancer-v3.d.ts +0 -57
  211. package/build/dex/balancer-v3/balancer-v3.js +0 -373
  212. package/build/dex/balancer-v3/balancer-v3.js.map +0 -1
  213. package/build/dex/balancer-v3/config.d.ts +0 -8
  214. package/build/dex/balancer-v3/config.js +0 -24
  215. package/build/dex/balancer-v3/config.js.map +0 -1
  216. package/build/dex/balancer-v3/getOnChainState.d.ts +0 -10
  217. package/build/dex/balancer-v3/getOnChainState.js +0 -158
  218. package/build/dex/balancer-v3/getOnChainState.js.map +0 -1
  219. package/build/dex/balancer-v3/getPoolsApi.d.ts +0 -2
  220. package/build/dex/balancer-v3/getPoolsApi.js +0 -81
  221. package/build/dex/balancer-v3/getPoolsApi.js.map +0 -1
  222. package/build/dex/balancer-v3/getTopPoolsApi.d.ts +0 -13
  223. package/build/dex/balancer-v3/getTopPoolsApi.js +0 -62
  224. package/build/dex/balancer-v3/getTopPoolsApi.js.map +0 -1
  225. package/build/dex/balancer-v3/types.d.ts +0 -63
  226. package/build/dex/balancer-v3/types.js +0 -3
  227. package/build/dex/balancer-v3/types.js.map +0 -1
  228. package/build/dex/bancor.d.ts +0 -26
  229. package/build/dex/bancor.js +0 -58
  230. package/build/dex/bancor.js.map +0 -1
  231. package/build/dex/compound.d.ts +0 -18
  232. package/build/dex/compound.js +0 -46
  233. package/build/dex/compound.js.map +0 -1
  234. package/build/dex/curve-v2.d.ts +0 -58
  235. package/build/dex/curve-v2.js +0 -180
  236. package/build/dex/curve-v2.js.map +0 -1
  237. package/build/dex/dodo-v1.d.ts +0 -33
  238. package/build/dex/dodo-v1.js +0 -63
  239. package/build/dex/dodo-v1.js.map +0 -1
  240. package/build/dex/fluid-dex/fluid-dex-pool.d.ts +0 -47
  241. package/build/dex/fluid-dex/fluid-dex-pool.js +0 -119
  242. package/build/dex/fluid-dex/fluid-dex-pool.js.map +0 -1
  243. package/build/dex/lido.d.ts +0 -19
  244. package/build/dex/lido.js +0 -42
  245. package/build/dex/lido.js.map +0 -1
  246. package/build/dex/maker-psm/scripts/gem.abi.json +0 -136
  247. package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
  248. package/build/dex/maker-psm/scripts/validate-state.js +0 -185
  249. package/build/dex/maker-psm/scripts/validate-state.js.map +0 -1
  250. package/build/dex/maker-psm/scripts/vat.abi.json +0 -243
  251. package/build/dex/onebit.d.ts +0 -25
  252. package/build/dex/onebit.js +0 -42
  253. package/build/dex/onebit.js.map +0 -1
  254. package/build/dex/smoothy.d.ts +0 -26
  255. package/build/dex/smoothy.js +0 -48
  256. package/build/dex/smoothy.js.map +0 -1
  257. package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +0 -1
  258. package/build/dex/solidly-v3/scripts/check-event-pool-event.js +0 -53
  259. package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +0 -1
  260. package/build/dex/stable-pool.d.ts +0 -28
  261. package/build/dex/stable-pool.js +0 -55
  262. package/build/dex/stable-pool.js.map +0 -1
  263. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
  264. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
  265. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
  266. package/build/dex/trader-joe-v2.1.d.ts +0 -43
  267. package/build/dex/trader-joe-v2.1.js +0 -79
  268. package/build/dex/trader-joe-v2.1.js.map +0 -1
  269. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +0 -17
  270. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +0 -64
  271. package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +0 -1
  272. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +0 -17
  273. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +0 -79
  274. package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +0 -1
  275. package/build/dex/uniswap-v3/uniswap-v3-pricing.d.ts +0 -4
  276. package/build/dex/uniswap-v3/uniswap-v3-pricing.js +0 -43
  277. package/build/dex/uniswap-v3/uniswap-v3-pricing.js.map +0 -1
  278. package/build/dex/uniswap-v3/uniswap-v3-worker.d.ts +0 -1
  279. package/build/dex/uniswap-v3/uniswap-v3-worker.js +0 -10
  280. package/build/dex/uniswap-v3/uniswap-v3-worker.js.map +0 -1
@@ -0,0 +1,1554 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "stateMutability": "nonpayable",
5
+ "type": "constructor"
6
+ },
7
+ {
8
+ "anonymous": false,
9
+ "inputs": [
10
+ {
11
+ "indexed": true,
12
+ "internalType": "address",
13
+ "name": "owner",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "indexed": true,
18
+ "internalType": "int24",
19
+ "name": "tickLower",
20
+ "type": "int24"
21
+ },
22
+ {
23
+ "indexed": true,
24
+ "internalType": "int24",
25
+ "name": "tickUpper",
26
+ "type": "int24"
27
+ },
28
+ {
29
+ "indexed": false,
30
+ "internalType": "uint128",
31
+ "name": "amount",
32
+ "type": "uint128"
33
+ },
34
+ {
35
+ "indexed": false,
36
+ "internalType": "uint256",
37
+ "name": "amount0",
38
+ "type": "uint256"
39
+ },
40
+ {
41
+ "indexed": false,
42
+ "internalType": "uint256",
43
+ "name": "amount1",
44
+ "type": "uint256"
45
+ }
46
+ ],
47
+ "name": "Burn",
48
+ "type": "event"
49
+ },
50
+ {
51
+ "anonymous": false,
52
+ "inputs": [
53
+ {
54
+ "indexed": true,
55
+ "internalType": "address",
56
+ "name": "owner",
57
+ "type": "address"
58
+ },
59
+ {
60
+ "indexed": false,
61
+ "internalType": "address",
62
+ "name": "recipient",
63
+ "type": "address"
64
+ },
65
+ {
66
+ "indexed": true,
67
+ "internalType": "int24",
68
+ "name": "tickLower",
69
+ "type": "int24"
70
+ },
71
+ {
72
+ "indexed": true,
73
+ "internalType": "int24",
74
+ "name": "tickUpper",
75
+ "type": "int24"
76
+ },
77
+ {
78
+ "indexed": false,
79
+ "internalType": "uint128",
80
+ "name": "amount0",
81
+ "type": "uint128"
82
+ },
83
+ {
84
+ "indexed": false,
85
+ "internalType": "uint128",
86
+ "name": "amount1",
87
+ "type": "uint128"
88
+ }
89
+ ],
90
+ "name": "Collect",
91
+ "type": "event"
92
+ },
93
+ {
94
+ "anonymous": false,
95
+ "inputs": [
96
+ {
97
+ "indexed": true,
98
+ "internalType": "address",
99
+ "name": "sender",
100
+ "type": "address"
101
+ },
102
+ {
103
+ "indexed": true,
104
+ "internalType": "address",
105
+ "name": "recipient",
106
+ "type": "address"
107
+ },
108
+ {
109
+ "indexed": false,
110
+ "internalType": "uint128",
111
+ "name": "amount0",
112
+ "type": "uint128"
113
+ },
114
+ {
115
+ "indexed": false,
116
+ "internalType": "uint128",
117
+ "name": "amount1",
118
+ "type": "uint128"
119
+ }
120
+ ],
121
+ "name": "CollectProtocol",
122
+ "type": "event"
123
+ },
124
+ {
125
+ "anonymous": false,
126
+ "inputs": [
127
+ {
128
+ "indexed": true,
129
+ "internalType": "address",
130
+ "name": "sender",
131
+ "type": "address"
132
+ },
133
+ {
134
+ "indexed": true,
135
+ "internalType": "address",
136
+ "name": "recipient",
137
+ "type": "address"
138
+ },
139
+ {
140
+ "indexed": false,
141
+ "internalType": "uint256",
142
+ "name": "amount0",
143
+ "type": "uint256"
144
+ },
145
+ {
146
+ "indexed": false,
147
+ "internalType": "uint256",
148
+ "name": "amount1",
149
+ "type": "uint256"
150
+ },
151
+ {
152
+ "indexed": false,
153
+ "internalType": "uint256",
154
+ "name": "paid0",
155
+ "type": "uint256"
156
+ },
157
+ {
158
+ "indexed": false,
159
+ "internalType": "uint256",
160
+ "name": "paid1",
161
+ "type": "uint256"
162
+ }
163
+ ],
164
+ "name": "Flash",
165
+ "type": "event"
166
+ },
167
+ {
168
+ "anonymous": false,
169
+ "inputs": [
170
+ {
171
+ "indexed": false,
172
+ "internalType": "uint16",
173
+ "name": "observationCardinalityNextOld",
174
+ "type": "uint16"
175
+ },
176
+ {
177
+ "indexed": false,
178
+ "internalType": "uint16",
179
+ "name": "observationCardinalityNextNew",
180
+ "type": "uint16"
181
+ }
182
+ ],
183
+ "name": "IncreaseObservationCardinalityNext",
184
+ "type": "event"
185
+ },
186
+ {
187
+ "anonymous": false,
188
+ "inputs": [
189
+ {
190
+ "indexed": false,
191
+ "internalType": "uint160",
192
+ "name": "sqrtPriceX96",
193
+ "type": "uint160"
194
+ },
195
+ {
196
+ "indexed": false,
197
+ "internalType": "int24",
198
+ "name": "tick",
199
+ "type": "int24"
200
+ }
201
+ ],
202
+ "name": "Initialize",
203
+ "type": "event"
204
+ },
205
+ {
206
+ "anonymous": false,
207
+ "inputs": [
208
+ {
209
+ "indexed": false,
210
+ "internalType": "address",
211
+ "name": "sender",
212
+ "type": "address"
213
+ },
214
+ {
215
+ "indexed": true,
216
+ "internalType": "address",
217
+ "name": "owner",
218
+ "type": "address"
219
+ },
220
+ {
221
+ "indexed": true,
222
+ "internalType": "int24",
223
+ "name": "tickLower",
224
+ "type": "int24"
225
+ },
226
+ {
227
+ "indexed": true,
228
+ "internalType": "int24",
229
+ "name": "tickUpper",
230
+ "type": "int24"
231
+ },
232
+ {
233
+ "indexed": false,
234
+ "internalType": "uint128",
235
+ "name": "amount",
236
+ "type": "uint128"
237
+ },
238
+ {
239
+ "indexed": false,
240
+ "internalType": "uint256",
241
+ "name": "amount0",
242
+ "type": "uint256"
243
+ },
244
+ {
245
+ "indexed": false,
246
+ "internalType": "uint256",
247
+ "name": "amount1",
248
+ "type": "uint256"
249
+ }
250
+ ],
251
+ "name": "Mint",
252
+ "type": "event"
253
+ },
254
+ {
255
+ "anonymous": false,
256
+ "inputs": [
257
+ {
258
+ "indexed": false,
259
+ "internalType": "uint8",
260
+ "name": "feeProtocol0Old",
261
+ "type": "uint8"
262
+ },
263
+ {
264
+ "indexed": false,
265
+ "internalType": "uint8",
266
+ "name": "feeProtocol1Old",
267
+ "type": "uint8"
268
+ },
269
+ {
270
+ "indexed": false,
271
+ "internalType": "uint8",
272
+ "name": "feeProtocol0New",
273
+ "type": "uint8"
274
+ },
275
+ {
276
+ "indexed": false,
277
+ "internalType": "uint8",
278
+ "name": "feeProtocol1New",
279
+ "type": "uint8"
280
+ }
281
+ ],
282
+ "name": "SetFeeProtocol",
283
+ "type": "event"
284
+ },
285
+ {
286
+ "anonymous": false,
287
+ "inputs": [
288
+ {
289
+ "indexed": true,
290
+ "internalType": "address",
291
+ "name": "sender",
292
+ "type": "address"
293
+ },
294
+ {
295
+ "indexed": true,
296
+ "internalType": "address",
297
+ "name": "recipient",
298
+ "type": "address"
299
+ },
300
+ {
301
+ "indexed": false,
302
+ "internalType": "int256",
303
+ "name": "amount0",
304
+ "type": "int256"
305
+ },
306
+ {
307
+ "indexed": false,
308
+ "internalType": "int256",
309
+ "name": "amount1",
310
+ "type": "int256"
311
+ },
312
+ {
313
+ "indexed": false,
314
+ "internalType": "uint160",
315
+ "name": "sqrtPriceX96",
316
+ "type": "uint160"
317
+ },
318
+ {
319
+ "indexed": false,
320
+ "internalType": "uint128",
321
+ "name": "liquidity",
322
+ "type": "uint128"
323
+ },
324
+ {
325
+ "indexed": false,
326
+ "internalType": "int24",
327
+ "name": "tick",
328
+ "type": "int24"
329
+ }
330
+ ],
331
+ "name": "Swap",
332
+ "type": "event"
333
+ },
334
+ {
335
+ "inputs": [
336
+ {
337
+ "internalType": "uint256",
338
+ "name": "period",
339
+ "type": "uint256"
340
+ }
341
+ ],
342
+ "name": "boostInfos",
343
+ "outputs": [
344
+ {
345
+ "internalType": "uint128",
346
+ "name": "totalBoostAmount",
347
+ "type": "uint128"
348
+ },
349
+ {
350
+ "internalType": "int128",
351
+ "name": "totalVeRamAmount",
352
+ "type": "int128"
353
+ }
354
+ ],
355
+ "stateMutability": "view",
356
+ "type": "function"
357
+ },
358
+ {
359
+ "inputs": [
360
+ {
361
+ "internalType": "uint256",
362
+ "name": "period",
363
+ "type": "uint256"
364
+ },
365
+ {
366
+ "internalType": "bytes32",
367
+ "name": "key",
368
+ "type": "bytes32"
369
+ }
370
+ ],
371
+ "name": "boostInfos",
372
+ "outputs": [
373
+ {
374
+ "internalType": "uint128",
375
+ "name": "boostAmount",
376
+ "type": "uint128"
377
+ },
378
+ {
379
+ "internalType": "int128",
380
+ "name": "veRamAmount",
381
+ "type": "int128"
382
+ },
383
+ {
384
+ "internalType": "int256",
385
+ "name": "secondsDebtX96",
386
+ "type": "int256"
387
+ },
388
+ {
389
+ "internalType": "int256",
390
+ "name": "boostedSecondsDebtX96",
391
+ "type": "int256"
392
+ }
393
+ ],
394
+ "stateMutability": "view",
395
+ "type": "function"
396
+ },
397
+ {
398
+ "inputs": [],
399
+ "name": "boostedLiquidity",
400
+ "outputs": [
401
+ {
402
+ "internalType": "uint128",
403
+ "name": "",
404
+ "type": "uint128"
405
+ }
406
+ ],
407
+ "stateMutability": "view",
408
+ "type": "function"
409
+ },
410
+ {
411
+ "inputs": [
412
+ {
413
+ "internalType": "uint256",
414
+ "name": "index",
415
+ "type": "uint256"
416
+ },
417
+ {
418
+ "internalType": "int24",
419
+ "name": "tickLower",
420
+ "type": "int24"
421
+ },
422
+ {
423
+ "internalType": "int24",
424
+ "name": "tickUpper",
425
+ "type": "int24"
426
+ },
427
+ {
428
+ "internalType": "uint128",
429
+ "name": "amount",
430
+ "type": "uint128"
431
+ }
432
+ ],
433
+ "name": "burn",
434
+ "outputs": [
435
+ {
436
+ "internalType": "uint256",
437
+ "name": "amount0",
438
+ "type": "uint256"
439
+ },
440
+ {
441
+ "internalType": "uint256",
442
+ "name": "amount1",
443
+ "type": "uint256"
444
+ }
445
+ ],
446
+ "stateMutability": "nonpayable",
447
+ "type": "function"
448
+ },
449
+ {
450
+ "inputs": [
451
+ {
452
+ "internalType": "int24",
453
+ "name": "tickLower",
454
+ "type": "int24"
455
+ },
456
+ {
457
+ "internalType": "int24",
458
+ "name": "tickUpper",
459
+ "type": "int24"
460
+ },
461
+ {
462
+ "internalType": "uint128",
463
+ "name": "amount",
464
+ "type": "uint128"
465
+ }
466
+ ],
467
+ "name": "burn",
468
+ "outputs": [
469
+ {
470
+ "internalType": "uint256",
471
+ "name": "amount0",
472
+ "type": "uint256"
473
+ },
474
+ {
475
+ "internalType": "uint256",
476
+ "name": "amount1",
477
+ "type": "uint256"
478
+ }
479
+ ],
480
+ "stateMutability": "nonpayable",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [
485
+ {
486
+ "internalType": "uint256",
487
+ "name": "index",
488
+ "type": "uint256"
489
+ },
490
+ {
491
+ "internalType": "int24",
492
+ "name": "tickLower",
493
+ "type": "int24"
494
+ },
495
+ {
496
+ "internalType": "int24",
497
+ "name": "tickUpper",
498
+ "type": "int24"
499
+ },
500
+ {
501
+ "internalType": "uint128",
502
+ "name": "amount",
503
+ "type": "uint128"
504
+ },
505
+ {
506
+ "internalType": "uint256",
507
+ "name": "veRamTokenId",
508
+ "type": "uint256"
509
+ }
510
+ ],
511
+ "name": "burn",
512
+ "outputs": [
513
+ {
514
+ "internalType": "uint256",
515
+ "name": "amount0",
516
+ "type": "uint256"
517
+ },
518
+ {
519
+ "internalType": "uint256",
520
+ "name": "amount1",
521
+ "type": "uint256"
522
+ }
523
+ ],
524
+ "stateMutability": "nonpayable",
525
+ "type": "function"
526
+ },
527
+ {
528
+ "inputs": [
529
+ {
530
+ "internalType": "address",
531
+ "name": "recipient",
532
+ "type": "address"
533
+ },
534
+ {
535
+ "internalType": "int24",
536
+ "name": "tickLower",
537
+ "type": "int24"
538
+ },
539
+ {
540
+ "internalType": "int24",
541
+ "name": "tickUpper",
542
+ "type": "int24"
543
+ },
544
+ {
545
+ "internalType": "uint128",
546
+ "name": "amount0Requested",
547
+ "type": "uint128"
548
+ },
549
+ {
550
+ "internalType": "uint128",
551
+ "name": "amount1Requested",
552
+ "type": "uint128"
553
+ }
554
+ ],
555
+ "name": "collect",
556
+ "outputs": [
557
+ {
558
+ "internalType": "uint128",
559
+ "name": "amount0",
560
+ "type": "uint128"
561
+ },
562
+ {
563
+ "internalType": "uint128",
564
+ "name": "amount1",
565
+ "type": "uint128"
566
+ }
567
+ ],
568
+ "stateMutability": "nonpayable",
569
+ "type": "function"
570
+ },
571
+ {
572
+ "inputs": [
573
+ {
574
+ "internalType": "address",
575
+ "name": "recipient",
576
+ "type": "address"
577
+ },
578
+ {
579
+ "internalType": "uint256",
580
+ "name": "index",
581
+ "type": "uint256"
582
+ },
583
+ {
584
+ "internalType": "int24",
585
+ "name": "tickLower",
586
+ "type": "int24"
587
+ },
588
+ {
589
+ "internalType": "int24",
590
+ "name": "tickUpper",
591
+ "type": "int24"
592
+ },
593
+ {
594
+ "internalType": "uint128",
595
+ "name": "amount0Requested",
596
+ "type": "uint128"
597
+ },
598
+ {
599
+ "internalType": "uint128",
600
+ "name": "amount1Requested",
601
+ "type": "uint128"
602
+ }
603
+ ],
604
+ "name": "collect",
605
+ "outputs": [
606
+ {
607
+ "internalType": "uint128",
608
+ "name": "amount0",
609
+ "type": "uint128"
610
+ },
611
+ {
612
+ "internalType": "uint128",
613
+ "name": "amount1",
614
+ "type": "uint128"
615
+ }
616
+ ],
617
+ "stateMutability": "nonpayable",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [
622
+ {
623
+ "internalType": "address",
624
+ "name": "recipient",
625
+ "type": "address"
626
+ },
627
+ {
628
+ "internalType": "uint128",
629
+ "name": "amount0Requested",
630
+ "type": "uint128"
631
+ },
632
+ {
633
+ "internalType": "uint128",
634
+ "name": "amount1Requested",
635
+ "type": "uint128"
636
+ }
637
+ ],
638
+ "name": "collectProtocol",
639
+ "outputs": [
640
+ {
641
+ "internalType": "uint128",
642
+ "name": "amount0",
643
+ "type": "uint128"
644
+ },
645
+ {
646
+ "internalType": "uint128",
647
+ "name": "amount1",
648
+ "type": "uint128"
649
+ }
650
+ ],
651
+ "stateMutability": "nonpayable",
652
+ "type": "function"
653
+ },
654
+ {
655
+ "inputs": [],
656
+ "name": "factory",
657
+ "outputs": [
658
+ {
659
+ "internalType": "address",
660
+ "name": "",
661
+ "type": "address"
662
+ }
663
+ ],
664
+ "stateMutability": "view",
665
+ "type": "function"
666
+ },
667
+ {
668
+ "inputs": [],
669
+ "name": "fee",
670
+ "outputs": [
671
+ {
672
+ "internalType": "uint24",
673
+ "name": "",
674
+ "type": "uint24"
675
+ }
676
+ ],
677
+ "stateMutability": "view",
678
+ "type": "function"
679
+ },
680
+ {
681
+ "inputs": [],
682
+ "name": "feeGrowthGlobal0X128",
683
+ "outputs": [
684
+ {
685
+ "internalType": "uint256",
686
+ "name": "",
687
+ "type": "uint256"
688
+ }
689
+ ],
690
+ "stateMutability": "view",
691
+ "type": "function"
692
+ },
693
+ {
694
+ "inputs": [],
695
+ "name": "feeGrowthGlobal1X128",
696
+ "outputs": [
697
+ {
698
+ "internalType": "uint256",
699
+ "name": "",
700
+ "type": "uint256"
701
+ }
702
+ ],
703
+ "stateMutability": "view",
704
+ "type": "function"
705
+ },
706
+ {
707
+ "inputs": [
708
+ {
709
+ "internalType": "address",
710
+ "name": "recipient",
711
+ "type": "address"
712
+ },
713
+ {
714
+ "internalType": "uint256",
715
+ "name": "amount0",
716
+ "type": "uint256"
717
+ },
718
+ {
719
+ "internalType": "uint256",
720
+ "name": "amount1",
721
+ "type": "uint256"
722
+ },
723
+ {
724
+ "internalType": "bytes",
725
+ "name": "data",
726
+ "type": "bytes"
727
+ }
728
+ ],
729
+ "name": "flash",
730
+ "outputs": [],
731
+ "stateMutability": "nonpayable",
732
+ "type": "function"
733
+ },
734
+ {
735
+ "inputs": [
736
+ {
737
+ "internalType": "uint16",
738
+ "name": "observationCardinalityNext",
739
+ "type": "uint16"
740
+ }
741
+ ],
742
+ "name": "increaseObservationCardinalityNext",
743
+ "outputs": [],
744
+ "stateMutability": "nonpayable",
745
+ "type": "function"
746
+ },
747
+ {
748
+ "inputs": [
749
+ {
750
+ "internalType": "address",
751
+ "name": "_factory",
752
+ "type": "address"
753
+ },
754
+ {
755
+ "internalType": "address",
756
+ "name": "_nfpManager",
757
+ "type": "address"
758
+ },
759
+ {
760
+ "internalType": "address",
761
+ "name": "_veRam",
762
+ "type": "address"
763
+ },
764
+ {
765
+ "internalType": "address",
766
+ "name": "_voter",
767
+ "type": "address"
768
+ },
769
+ {
770
+ "internalType": "address",
771
+ "name": "_token0",
772
+ "type": "address"
773
+ },
774
+ {
775
+ "internalType": "address",
776
+ "name": "_token1",
777
+ "type": "address"
778
+ },
779
+ {
780
+ "internalType": "uint24",
781
+ "name": "_fee",
782
+ "type": "uint24"
783
+ },
784
+ {
785
+ "internalType": "int24",
786
+ "name": "_tickSpacing",
787
+ "type": "int24"
788
+ }
789
+ ],
790
+ "name": "initialize",
791
+ "outputs": [],
792
+ "stateMutability": "nonpayable",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [
797
+ {
798
+ "internalType": "uint160",
799
+ "name": "sqrtPriceX96",
800
+ "type": "uint160"
801
+ }
802
+ ],
803
+ "name": "initialize",
804
+ "outputs": [],
805
+ "stateMutability": "nonpayable",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [],
810
+ "name": "lastPeriod",
811
+ "outputs": [
812
+ {
813
+ "internalType": "uint256",
814
+ "name": "",
815
+ "type": "uint256"
816
+ }
817
+ ],
818
+ "stateMutability": "view",
819
+ "type": "function"
820
+ },
821
+ {
822
+ "inputs": [],
823
+ "name": "liquidity",
824
+ "outputs": [
825
+ {
826
+ "internalType": "uint128",
827
+ "name": "",
828
+ "type": "uint128"
829
+ }
830
+ ],
831
+ "stateMutability": "view",
832
+ "type": "function"
833
+ },
834
+ {
835
+ "inputs": [],
836
+ "name": "maxLiquidityPerTick",
837
+ "outputs": [
838
+ {
839
+ "internalType": "uint128",
840
+ "name": "",
841
+ "type": "uint128"
842
+ }
843
+ ],
844
+ "stateMutability": "view",
845
+ "type": "function"
846
+ },
847
+ {
848
+ "inputs": [
849
+ {
850
+ "internalType": "address",
851
+ "name": "recipient",
852
+ "type": "address"
853
+ },
854
+ {
855
+ "internalType": "int24",
856
+ "name": "tickLower",
857
+ "type": "int24"
858
+ },
859
+ {
860
+ "internalType": "int24",
861
+ "name": "tickUpper",
862
+ "type": "int24"
863
+ },
864
+ {
865
+ "internalType": "uint128",
866
+ "name": "amount",
867
+ "type": "uint128"
868
+ },
869
+ {
870
+ "internalType": "bytes",
871
+ "name": "data",
872
+ "type": "bytes"
873
+ }
874
+ ],
875
+ "name": "mint",
876
+ "outputs": [
877
+ {
878
+ "internalType": "uint256",
879
+ "name": "amount0",
880
+ "type": "uint256"
881
+ },
882
+ {
883
+ "internalType": "uint256",
884
+ "name": "amount1",
885
+ "type": "uint256"
886
+ }
887
+ ],
888
+ "stateMutability": "nonpayable",
889
+ "type": "function"
890
+ },
891
+ {
892
+ "inputs": [
893
+ {
894
+ "internalType": "address",
895
+ "name": "recipient",
896
+ "type": "address"
897
+ },
898
+ {
899
+ "internalType": "uint256",
900
+ "name": "index",
901
+ "type": "uint256"
902
+ },
903
+ {
904
+ "internalType": "int24",
905
+ "name": "tickLower",
906
+ "type": "int24"
907
+ },
908
+ {
909
+ "internalType": "int24",
910
+ "name": "tickUpper",
911
+ "type": "int24"
912
+ },
913
+ {
914
+ "internalType": "uint128",
915
+ "name": "amount",
916
+ "type": "uint128"
917
+ },
918
+ {
919
+ "internalType": "uint256",
920
+ "name": "veRamTokenId",
921
+ "type": "uint256"
922
+ },
923
+ {
924
+ "internalType": "bytes",
925
+ "name": "data",
926
+ "type": "bytes"
927
+ }
928
+ ],
929
+ "name": "mint",
930
+ "outputs": [
931
+ {
932
+ "internalType": "uint256",
933
+ "name": "amount0",
934
+ "type": "uint256"
935
+ },
936
+ {
937
+ "internalType": "uint256",
938
+ "name": "amount1",
939
+ "type": "uint256"
940
+ }
941
+ ],
942
+ "stateMutability": "nonpayable",
943
+ "type": "function"
944
+ },
945
+ {
946
+ "inputs": [],
947
+ "name": "nfpManager",
948
+ "outputs": [
949
+ {
950
+ "internalType": "address",
951
+ "name": "",
952
+ "type": "address"
953
+ }
954
+ ],
955
+ "stateMutability": "view",
956
+ "type": "function"
957
+ },
958
+ {
959
+ "inputs": [
960
+ {
961
+ "internalType": "uint256",
962
+ "name": "index",
963
+ "type": "uint256"
964
+ }
965
+ ],
966
+ "name": "observations",
967
+ "outputs": [
968
+ {
969
+ "internalType": "uint32",
970
+ "name": "blockTimestamp",
971
+ "type": "uint32"
972
+ },
973
+ {
974
+ "internalType": "int56",
975
+ "name": "tickCumulative",
976
+ "type": "int56"
977
+ },
978
+ {
979
+ "internalType": "uint160",
980
+ "name": "secondsPerLiquidityCumulativeX128",
981
+ "type": "uint160"
982
+ },
983
+ {
984
+ "internalType": "bool",
985
+ "name": "initialized",
986
+ "type": "bool"
987
+ },
988
+ {
989
+ "internalType": "uint160",
990
+ "name": "secondsPerBoostedLiquidityPeriodX128",
991
+ "type": "uint160"
992
+ }
993
+ ],
994
+ "stateMutability": "view",
995
+ "type": "function"
996
+ },
997
+ {
998
+ "inputs": [
999
+ {
1000
+ "internalType": "uint32[]",
1001
+ "name": "secondsAgos",
1002
+ "type": "uint32[]"
1003
+ }
1004
+ ],
1005
+ "name": "observe",
1006
+ "outputs": [
1007
+ {
1008
+ "internalType": "int56[]",
1009
+ "name": "tickCumulatives",
1010
+ "type": "int56[]"
1011
+ },
1012
+ {
1013
+ "internalType": "uint160[]",
1014
+ "name": "secondsPerLiquidityCumulativeX128s",
1015
+ "type": "uint160[]"
1016
+ },
1017
+ {
1018
+ "internalType": "uint160[]",
1019
+ "name": "secondsPerBoostedLiquidityPeriodX128s",
1020
+ "type": "uint160[]"
1021
+ }
1022
+ ],
1023
+ "stateMutability": "view",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "inputs": [
1028
+ {
1029
+ "internalType": "uint32",
1030
+ "name": "period",
1031
+ "type": "uint32"
1032
+ },
1033
+ {
1034
+ "internalType": "int24",
1035
+ "name": "tickLower",
1036
+ "type": "int24"
1037
+ },
1038
+ {
1039
+ "internalType": "int24",
1040
+ "name": "tickUpper",
1041
+ "type": "int24"
1042
+ }
1043
+ ],
1044
+ "name": "periodCumulativesInside",
1045
+ "outputs": [
1046
+ {
1047
+ "internalType": "uint160",
1048
+ "name": "secondsPerLiquidityInsideX128",
1049
+ "type": "uint160"
1050
+ },
1051
+ {
1052
+ "internalType": "uint160",
1053
+ "name": "secondsPerBoostedLiquidityInsideX128",
1054
+ "type": "uint160"
1055
+ }
1056
+ ],
1057
+ "stateMutability": "view",
1058
+ "type": "function"
1059
+ },
1060
+ {
1061
+ "inputs": [
1062
+ {
1063
+ "internalType": "uint256",
1064
+ "name": "period",
1065
+ "type": "uint256"
1066
+ }
1067
+ ],
1068
+ "name": "periods",
1069
+ "outputs": [
1070
+ {
1071
+ "internalType": "uint32",
1072
+ "name": "previousPeriod",
1073
+ "type": "uint32"
1074
+ },
1075
+ {
1076
+ "internalType": "int24",
1077
+ "name": "startTick",
1078
+ "type": "int24"
1079
+ },
1080
+ {
1081
+ "internalType": "int24",
1082
+ "name": "lastTick",
1083
+ "type": "int24"
1084
+ },
1085
+ {
1086
+ "internalType": "uint160",
1087
+ "name": "endSecondsPerLiquidityPeriodX128",
1088
+ "type": "uint160"
1089
+ },
1090
+ {
1091
+ "internalType": "uint160",
1092
+ "name": "endSecondsPerBoostedLiquidityPeriodX128",
1093
+ "type": "uint160"
1094
+ },
1095
+ {
1096
+ "internalType": "uint32",
1097
+ "name": "boostedInRange",
1098
+ "type": "uint32"
1099
+ }
1100
+ ],
1101
+ "stateMutability": "view",
1102
+ "type": "function"
1103
+ },
1104
+ {
1105
+ "inputs": [
1106
+ {
1107
+ "internalType": "uint256",
1108
+ "name": "period",
1109
+ "type": "uint256"
1110
+ },
1111
+ {
1112
+ "internalType": "address",
1113
+ "name": "owner",
1114
+ "type": "address"
1115
+ },
1116
+ {
1117
+ "internalType": "uint256",
1118
+ "name": "index",
1119
+ "type": "uint256"
1120
+ },
1121
+ {
1122
+ "internalType": "int24",
1123
+ "name": "tickLower",
1124
+ "type": "int24"
1125
+ },
1126
+ {
1127
+ "internalType": "int24",
1128
+ "name": "tickUpper",
1129
+ "type": "int24"
1130
+ }
1131
+ ],
1132
+ "name": "positionPeriodDebt",
1133
+ "outputs": [
1134
+ {
1135
+ "internalType": "int256",
1136
+ "name": "secondsDebtX96",
1137
+ "type": "int256"
1138
+ },
1139
+ {
1140
+ "internalType": "int256",
1141
+ "name": "boostedSecondsDebtX96",
1142
+ "type": "int256"
1143
+ }
1144
+ ],
1145
+ "stateMutability": "view",
1146
+ "type": "function"
1147
+ },
1148
+ {
1149
+ "inputs": [
1150
+ {
1151
+ "internalType": "uint256",
1152
+ "name": "period",
1153
+ "type": "uint256"
1154
+ },
1155
+ {
1156
+ "internalType": "address",
1157
+ "name": "owner",
1158
+ "type": "address"
1159
+ },
1160
+ {
1161
+ "internalType": "uint256",
1162
+ "name": "index",
1163
+ "type": "uint256"
1164
+ },
1165
+ {
1166
+ "internalType": "int24",
1167
+ "name": "tickLower",
1168
+ "type": "int24"
1169
+ },
1170
+ {
1171
+ "internalType": "int24",
1172
+ "name": "tickUpper",
1173
+ "type": "int24"
1174
+ }
1175
+ ],
1176
+ "name": "positionPeriodSecondsInRange",
1177
+ "outputs": [
1178
+ {
1179
+ "internalType": "uint256",
1180
+ "name": "periodSecondsInsideX96",
1181
+ "type": "uint256"
1182
+ },
1183
+ {
1184
+ "internalType": "uint256",
1185
+ "name": "periodBoostedSecondsInsideX96",
1186
+ "type": "uint256"
1187
+ }
1188
+ ],
1189
+ "stateMutability": "view",
1190
+ "type": "function"
1191
+ },
1192
+ {
1193
+ "inputs": [
1194
+ {
1195
+ "internalType": "bytes32",
1196
+ "name": "key",
1197
+ "type": "bytes32"
1198
+ }
1199
+ ],
1200
+ "name": "positions",
1201
+ "outputs": [
1202
+ {
1203
+ "internalType": "uint128",
1204
+ "name": "liquidity",
1205
+ "type": "uint128"
1206
+ },
1207
+ {
1208
+ "internalType": "uint256",
1209
+ "name": "feeGrowthInside0LastX128",
1210
+ "type": "uint256"
1211
+ },
1212
+ {
1213
+ "internalType": "uint256",
1214
+ "name": "feeGrowthInside1LastX128",
1215
+ "type": "uint256"
1216
+ },
1217
+ {
1218
+ "internalType": "uint128",
1219
+ "name": "tokensOwed0",
1220
+ "type": "uint128"
1221
+ },
1222
+ {
1223
+ "internalType": "uint128",
1224
+ "name": "tokensOwed1",
1225
+ "type": "uint128"
1226
+ },
1227
+ {
1228
+ "internalType": "uint256",
1229
+ "name": "attachedVeRamId",
1230
+ "type": "uint256"
1231
+ }
1232
+ ],
1233
+ "stateMutability": "view",
1234
+ "type": "function"
1235
+ },
1236
+ {
1237
+ "inputs": [],
1238
+ "name": "protocolFees",
1239
+ "outputs": [
1240
+ {
1241
+ "internalType": "uint128",
1242
+ "name": "token0",
1243
+ "type": "uint128"
1244
+ },
1245
+ {
1246
+ "internalType": "uint128",
1247
+ "name": "token1",
1248
+ "type": "uint128"
1249
+ }
1250
+ ],
1251
+ "stateMutability": "view",
1252
+ "type": "function"
1253
+ },
1254
+ {
1255
+ "inputs": [
1256
+ {
1257
+ "internalType": "bytes32[]",
1258
+ "name": "slots",
1259
+ "type": "bytes32[]"
1260
+ }
1261
+ ],
1262
+ "name": "readStorage",
1263
+ "outputs": [
1264
+ {
1265
+ "internalType": "bytes32[]",
1266
+ "name": "returnData",
1267
+ "type": "bytes32[]"
1268
+ }
1269
+ ],
1270
+ "stateMutability": "view",
1271
+ "type": "function"
1272
+ },
1273
+ {
1274
+ "inputs": [],
1275
+ "name": "setFeeProtocol",
1276
+ "outputs": [],
1277
+ "stateMutability": "nonpayable",
1278
+ "type": "function"
1279
+ },
1280
+ {
1281
+ "inputs": [],
1282
+ "name": "slot0",
1283
+ "outputs": [
1284
+ {
1285
+ "internalType": "uint160",
1286
+ "name": "sqrtPriceX96",
1287
+ "type": "uint160"
1288
+ },
1289
+ {
1290
+ "internalType": "int24",
1291
+ "name": "tick",
1292
+ "type": "int24"
1293
+ },
1294
+ {
1295
+ "internalType": "uint16",
1296
+ "name": "observationIndex",
1297
+ "type": "uint16"
1298
+ },
1299
+ {
1300
+ "internalType": "uint16",
1301
+ "name": "observationCardinality",
1302
+ "type": "uint16"
1303
+ },
1304
+ {
1305
+ "internalType": "uint16",
1306
+ "name": "observationCardinalityNext",
1307
+ "type": "uint16"
1308
+ },
1309
+ {
1310
+ "internalType": "uint8",
1311
+ "name": "feeProtocol",
1312
+ "type": "uint8"
1313
+ },
1314
+ {
1315
+ "internalType": "bool",
1316
+ "name": "unlocked",
1317
+ "type": "bool"
1318
+ }
1319
+ ],
1320
+ "stateMutability": "view",
1321
+ "type": "function"
1322
+ },
1323
+ {
1324
+ "inputs": [
1325
+ {
1326
+ "internalType": "int24",
1327
+ "name": "tickLower",
1328
+ "type": "int24"
1329
+ },
1330
+ {
1331
+ "internalType": "int24",
1332
+ "name": "tickUpper",
1333
+ "type": "int24"
1334
+ }
1335
+ ],
1336
+ "name": "snapshotCumulativesInside",
1337
+ "outputs": [
1338
+ {
1339
+ "internalType": "int56",
1340
+ "name": "tickCumulativeInside",
1341
+ "type": "int56"
1342
+ },
1343
+ {
1344
+ "internalType": "uint160",
1345
+ "name": "secondsPerLiquidityInsideX128",
1346
+ "type": "uint160"
1347
+ },
1348
+ {
1349
+ "internalType": "uint160",
1350
+ "name": "secondsPerBoostedLiquidityInsideX128",
1351
+ "type": "uint160"
1352
+ },
1353
+ {
1354
+ "internalType": "uint32",
1355
+ "name": "secondsInside",
1356
+ "type": "uint32"
1357
+ }
1358
+ ],
1359
+ "stateMutability": "view",
1360
+ "type": "function"
1361
+ },
1362
+ {
1363
+ "inputs": [
1364
+ {
1365
+ "internalType": "address",
1366
+ "name": "recipient",
1367
+ "type": "address"
1368
+ },
1369
+ {
1370
+ "internalType": "bool",
1371
+ "name": "zeroForOne",
1372
+ "type": "bool"
1373
+ },
1374
+ {
1375
+ "internalType": "int256",
1376
+ "name": "amountSpecified",
1377
+ "type": "int256"
1378
+ },
1379
+ {
1380
+ "internalType": "uint160",
1381
+ "name": "sqrtPriceLimitX96",
1382
+ "type": "uint160"
1383
+ },
1384
+ {
1385
+ "internalType": "bytes",
1386
+ "name": "data",
1387
+ "type": "bytes"
1388
+ }
1389
+ ],
1390
+ "name": "swap",
1391
+ "outputs": [
1392
+ {
1393
+ "internalType": "int256",
1394
+ "name": "amount0",
1395
+ "type": "int256"
1396
+ },
1397
+ {
1398
+ "internalType": "int256",
1399
+ "name": "amount1",
1400
+ "type": "int256"
1401
+ }
1402
+ ],
1403
+ "stateMutability": "nonpayable",
1404
+ "type": "function"
1405
+ },
1406
+ {
1407
+ "inputs": [
1408
+ {
1409
+ "internalType": "int16",
1410
+ "name": "tick",
1411
+ "type": "int16"
1412
+ }
1413
+ ],
1414
+ "name": "tickBitmap",
1415
+ "outputs": [
1416
+ {
1417
+ "internalType": "uint256",
1418
+ "name": "",
1419
+ "type": "uint256"
1420
+ }
1421
+ ],
1422
+ "stateMutability": "view",
1423
+ "type": "function"
1424
+ },
1425
+ {
1426
+ "inputs": [],
1427
+ "name": "tickSpacing",
1428
+ "outputs": [
1429
+ {
1430
+ "internalType": "int24",
1431
+ "name": "",
1432
+ "type": "int24"
1433
+ }
1434
+ ],
1435
+ "stateMutability": "view",
1436
+ "type": "function"
1437
+ },
1438
+ {
1439
+ "inputs": [
1440
+ {
1441
+ "internalType": "int24",
1442
+ "name": "tick",
1443
+ "type": "int24"
1444
+ }
1445
+ ],
1446
+ "name": "ticks",
1447
+ "outputs": [
1448
+ {
1449
+ "internalType": "uint128",
1450
+ "name": "liquidityGross",
1451
+ "type": "uint128"
1452
+ },
1453
+ {
1454
+ "internalType": "int128",
1455
+ "name": "liquidityNet",
1456
+ "type": "int128"
1457
+ },
1458
+ {
1459
+ "internalType": "uint128",
1460
+ "name": "boostedLiquidityGross",
1461
+ "type": "uint128"
1462
+ },
1463
+ {
1464
+ "internalType": "int128",
1465
+ "name": "boostedLiquidityNet",
1466
+ "type": "int128"
1467
+ },
1468
+ {
1469
+ "internalType": "uint256",
1470
+ "name": "feeGrowthOutside0X128",
1471
+ "type": "uint256"
1472
+ },
1473
+ {
1474
+ "internalType": "uint256",
1475
+ "name": "feeGrowthOutside1X128",
1476
+ "type": "uint256"
1477
+ },
1478
+ {
1479
+ "internalType": "int56",
1480
+ "name": "tickCumulativeOutside",
1481
+ "type": "int56"
1482
+ },
1483
+ {
1484
+ "internalType": "uint160",
1485
+ "name": "secondsPerLiquidityOutsideX128",
1486
+ "type": "uint160"
1487
+ },
1488
+ {
1489
+ "internalType": "uint32",
1490
+ "name": "secondsOutside",
1491
+ "type": "uint32"
1492
+ },
1493
+ {
1494
+ "internalType": "bool",
1495
+ "name": "initialized",
1496
+ "type": "bool"
1497
+ }
1498
+ ],
1499
+ "stateMutability": "view",
1500
+ "type": "function"
1501
+ },
1502
+ {
1503
+ "inputs": [],
1504
+ "name": "token0",
1505
+ "outputs": [
1506
+ {
1507
+ "internalType": "address",
1508
+ "name": "",
1509
+ "type": "address"
1510
+ }
1511
+ ],
1512
+ "stateMutability": "view",
1513
+ "type": "function"
1514
+ },
1515
+ {
1516
+ "inputs": [],
1517
+ "name": "token1",
1518
+ "outputs": [
1519
+ {
1520
+ "internalType": "address",
1521
+ "name": "",
1522
+ "type": "address"
1523
+ }
1524
+ ],
1525
+ "stateMutability": "view",
1526
+ "type": "function"
1527
+ },
1528
+ {
1529
+ "inputs": [],
1530
+ "name": "veRam",
1531
+ "outputs": [
1532
+ {
1533
+ "internalType": "address",
1534
+ "name": "",
1535
+ "type": "address"
1536
+ }
1537
+ ],
1538
+ "stateMutability": "view",
1539
+ "type": "function"
1540
+ },
1541
+ {
1542
+ "inputs": [],
1543
+ "name": "voter",
1544
+ "outputs": [
1545
+ {
1546
+ "internalType": "address",
1547
+ "name": "",
1548
+ "type": "address"
1549
+ }
1550
+ ],
1551
+ "stateMutability": "view",
1552
+ "type": "function"
1553
+ }
1554
+ ]