@ape.swap/bonds-sdk 1.0.339 → 1.0.340

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 (497) hide show
  1. package/dist/components/YourBonds/YourBonds.js +5 -0
  2. package/dist/config/abi/erc20.json +117 -0
  3. package/dist/config/abi/price-getter-linea.json +1448 -0
  4. package/dist/config/abi/price-getter.json +1309 -0
  5. package/dist/hooks/PriceGetter/usePricesFromPriceGetter.d.ts +18 -0
  6. package/dist/hooks/PriceGetter/usePricesFromPriceGetter.js +206 -0
  7. package/dist/state/bills/cleanBillsData.d.ts +5 -0
  8. package/dist/state/bills/cleanBillsData.js +41 -0
  9. package/dist/state/bills/fetchBills.d.ts +4 -0
  10. package/dist/state/bills/fetchBills.js +61 -0
  11. package/dist/state/bills/fetchBillsCalls.d.ts +4 -0
  12. package/dist/state/bills/fetchBillsCalls.js +27 -0
  13. package/dist/state/bills/fetchBillsUser.d.ts +15 -0
  14. package/dist/state/bills/fetchBillsUser.js +171 -0
  15. package/dist/state/bills/getBillNftData.d.ts +9 -0
  16. package/dist/state/bills/getBillNftData.js +109 -0
  17. package/dist/state/bills/hooks.d.ts +4 -0
  18. package/dist/state/bills/hooks.js +142 -0
  19. package/dist/state/bills/index.d.ts +39 -0
  20. package/dist/state/bills/index.js +292 -0
  21. package/dist/state/bills/types.d.ts +169 -0
  22. package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.d.ts +4 -0
  23. package/dist/state/tokenPrices/fetchTokenPricesForMultipleChains.js +68 -0
  24. package/dist/state/tokenPrices/getAllTokenPrices.d.ts +5 -0
  25. package/dist/state/tokenPrices/getAllTokenPrices.js +288 -0
  26. package/dist/state/tokenPrices/useTokenPricesNew.d.ts +11 -0
  27. package/dist/state/tokenPrices/useTokenPricesNew.js +72 -0
  28. package/dist/types/dexFactories.d.ts +7 -0
  29. package/package.json +1 -1
  30. package/dist/config/abi/types/Banana.d.ts +0 -417
  31. package/dist/config/abi/types/Bond.d.ts +0 -803
  32. package/dist/config/abi/types/BondNft.d.ts +0 -603
  33. package/dist/config/abi/types/BondNft.js +0 -1
  34. package/dist/config/abi/types/Eip_2612.d.ts +0 -50
  35. package/dist/config/abi/types/Eip_2612.js +0 -1
  36. package/dist/config/abi/types/EnsPublicResolver.d.ts +0 -513
  37. package/dist/config/abi/types/EnsPublicResolver.js +0 -1
  38. package/dist/config/abi/types/EnsRegistrar.d.ts +0 -274
  39. package/dist/config/abi/types/EnsRegistrar.js +0 -1
  40. package/dist/config/abi/types/Erc20.d.ts +0 -168
  41. package/dist/config/abi/types/Erc20.js +0 -1
  42. package/dist/config/abi/types/Erc20_bytes32.d.ts +0 -50
  43. package/dist/config/abi/types/Erc20_bytes32.js +0 -1
  44. package/dist/config/abi/types/JungleChef.d.ts +0 -260
  45. package/dist/config/abi/types/JungleChef.js +0 -1
  46. package/dist/config/abi/types/LaunchBonds.d.ts +0 -1362
  47. package/dist/config/abi/types/LaunchBonds.js +0 -1
  48. package/dist/config/abi/types/LensContract.d.ts +0 -295
  49. package/dist/config/abi/types/LensContract.js +0 -1
  50. package/dist/config/abi/types/LockVeAbond.d.ts +0 -1279
  51. package/dist/config/abi/types/LockVeAbond.js +0 -1
  52. package/dist/config/abi/types/MasterChefV2.d.ts +0 -876
  53. package/dist/config/abi/types/MasterChefV2.js +0 -1
  54. package/dist/config/abi/types/Masterchef.d.ts +0 -502
  55. package/dist/config/abi/types/Masterchef.js +0 -1
  56. package/dist/config/abi/types/MigrationBond.d.ts +0 -1136
  57. package/dist/config/abi/types/MigrationBond.js +0 -1
  58. package/dist/config/abi/types/MigrationFveAbond.d.ts +0 -290
  59. package/dist/config/abi/types/MigrationFveAbond.js +0 -1
  60. package/dist/config/abi/types/MiniApeV2.d.ts +0 -595
  61. package/dist/config/abi/types/MiniApeV2.js +0 -1
  62. package/dist/config/abi/types/MiniComplexRewarder.d.ts +0 -469
  63. package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
  64. package/dist/config/abi/types/Multicallv2.d.ts +0 -150
  65. package/dist/config/abi/types/Multicallv2.js +0 -1
  66. package/dist/config/abi/types/Multicallv3.d.ts +0 -98
  67. package/dist/config/abi/types/Multicallv3.js +0 -1
  68. package/dist/config/abi/types/NonFungibleApes.d.ts +0 -532
  69. package/dist/config/abi/types/NonFungibleApes.js +0 -1
  70. package/dist/config/abi/types/NonFungibleBananas.d.ts +0 -505
  71. package/dist/config/abi/types/NonFungibleBananas.js +0 -1
  72. package/dist/config/abi/types/PriceGetter.d.ts +0 -713
  73. package/dist/config/abi/types/PriceGetter.js +0 -1
  74. package/dist/config/abi/types/PriceGetterLinea.d.ts +0 -789
  75. package/dist/config/abi/types/PriceGetterLinea.js +0 -1
  76. package/dist/config/abi/types/PriceGetterV2.d.ts +0 -729
  77. package/dist/config/abi/types/PriceGetterV2.js +0 -1
  78. package/dist/config/abi/types/SousChef.d.ts +0 -579
  79. package/dist/config/abi/types/SousChef.js +0 -1
  80. package/dist/config/abi/types/Treasury.d.ts +0 -277
  81. package/dist/config/abi/types/Treasury.js +0 -1
  82. package/dist/config/abi/types/Weth.d.ts +0 -221
  83. package/dist/config/abi/types/Weth.js +0 -1
  84. package/dist/config/abi/types/Zap.d.ts +0 -528
  85. package/dist/config/abi/types/Zap.js +0 -1
  86. package/dist/config/abi/types/common.d.ts +0 -22
  87. package/dist/config/abi/types/common.js +0 -1
  88. package/dist/config/abi/types/factories/Banana__factory.d.ts +0 -475
  89. package/dist/config/abi/types/factories/Banana__factory.js +0 -628
  90. package/dist/config/abi/types/factories/BondNft__factory.d.ts +0 -723
  91. package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
  92. package/dist/config/abi/types/factories/Bond__factory.d.ts +0 -799
  93. package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
  94. package/dist/config/abi/types/factories/Eip_2612__factory.d.ts +0 -33
  95. package/dist/config/abi/types/factories/Eip_2612__factory.js +0 -52
  96. package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +0 -649
  97. package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
  98. package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +0 -338
  99. package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
  100. package/dist/config/abi/types/factories/Erc20__factory.d.ts +0 -175
  101. package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
  102. package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +0 -30
  103. package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
  104. package/dist/config/abi/types/factories/JungleChef__factory.d.ts +0 -247
  105. package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
  106. package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +0 -1560
  107. package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
  108. package/dist/config/abi/types/factories/LensContract__factory.d.ts +0 -254
  109. package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
  110. package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +0 -1698
  111. package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
  112. package/dist/config/abi/types/factories/MasterChefV2__factory.d.ts +0 -835
  113. package/dist/config/abi/types/factories/MasterChefV2__factory.js +0 -1078
  114. package/dist/config/abi/types/factories/Masterchef__factory.d.ts +0 -457
  115. package/dist/config/abi/types/factories/Masterchef__factory.js +0 -598
  116. package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +0 -1268
  117. package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
  118. package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +0 -262
  119. package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
  120. package/dist/config/abi/types/factories/MiniApeV2__factory.d.ts +0 -624
  121. package/dist/config/abi/types/factories/MiniApeV2__factory.js +0 -809
  122. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +0 -448
  123. package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
  124. package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +0 -115
  125. package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
  126. package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +0 -76
  127. package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
  128. package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +0 -617
  129. package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
  130. package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +0 -576
  131. package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
  132. package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +0 -1105
  133. package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
  134. package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +0 -1027
  135. package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
  136. package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +0 -999
  137. package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
  138. package/dist/config/abi/types/factories/SousChef__factory.d.ts +0 -511
  139. package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
  140. package/dist/config/abi/types/factories/Treasury__factory.d.ts +0 -235
  141. package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
  142. package/dist/config/abi/types/factories/Weth__factory.d.ts +0 -220
  143. package/dist/config/abi/types/factories/Weth__factory.js +0 -296
  144. package/dist/config/abi/types/factories/Zap__factory.d.ts +0 -695
  145. package/dist/config/abi/types/factories/Zap__factory.js +0 -889
  146. package/dist/config/abi/types/factories/index.d.ts +0 -29
  147. package/dist/config/abi/types/factories/index.js +0 -32
  148. package/dist/config/abi/types/index.d.ts +0 -59
  149. package/dist/config/abi/types/index.js +0 -30
  150. package/dist/config/abi/types/v3/common.d.ts +0 -22
  151. package/dist/config/abi/types/v3/common.js +0 -1
  152. package/dist/config/abi/types/v3/factories/index.d.ts +0 -4
  153. package/dist/config/abi/types/v3/factories/index.js +0 -7
  154. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/SwapRouter02__factory.d.ts +0 -840
  155. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/SwapRouter02__factory.js +0 -1123
  156. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V2SwapRouter__factory.d.ts +0 -277
  157. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V2SwapRouter__factory.js +0 -365
  158. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V3SwapRouter__factory.d.ts +0 -411
  159. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/V3SwapRouter__factory.js +0 -539
  160. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/index.d.ts +0 -5
  161. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/index.js +0 -8
  162. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall__factory.d.ts +0 -162
  163. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall__factory.js +0 -221
  164. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState__factory.d.ts +0 -28
  165. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState__factory.js +0 -45
  166. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1__factory.d.ts +0 -112
  167. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1__factory.js +0 -155
  168. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage__factory.d.ts +0 -48
  169. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage__factory.js +0 -70
  170. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2__factory.d.ts +0 -162
  171. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2__factory.js +0 -219
  172. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoter__factory.d.ts +0 -104
  173. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IQuoter__factory.js +0 -145
  174. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02__factory.d.ts +0 -550
  175. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02__factory.js +0 -725
  176. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator__factory.d.ts +0 -52
  177. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator__factory.js +0 -77
  178. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter__factory.d.ts +0 -60
  179. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter__factory.js +0 -87
  180. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter__factory.d.ts +0 -174
  181. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter__factory.js +0 -236
  182. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IWETH__factory.d.ts +0 -42
  183. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/IWETH__factory.js +0 -63
  184. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/index.d.ts +0 -11
  185. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/interfaces/index.js +0 -14
  186. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1__factory.d.ts +0 -189
  187. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1__factory.js +0 -281
  188. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/QuoterV2__factory.d.ts +0 -225
  189. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/QuoterV2__factory.js +0 -327
  190. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/Quoter__factory.d.ts +0 -167
  191. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/Quoter__factory.js +0 -253
  192. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/TokenValidator__factory.d.ts +0 -119
  193. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/TokenValidator__factory.js +0 -190
  194. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/index.d.ts +0 -4
  195. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/contracts/lens/index.js +0 -7
  196. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/index.d.ts +0 -1
  197. package/dist/config/abi/types/v3/factories/swap-router-contracts/artifacts/index.js +0 -4
  198. package/dist/config/abi/types/v3/factories/swap-router-contracts/index.d.ts +0 -2
  199. package/dist/config/abi/types/v3/factories/swap-router-contracts/index.js +0 -5
  200. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Factory__factory.d.ts +0 -203
  201. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Factory__factory.js +0 -296
  202. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Pool__factory.d.ts +0 -794
  203. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/UniswapV3Pool__factory.js +0 -1048
  204. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/index.d.ts +0 -3
  205. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/index.js +0 -6
  206. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IERC20Minimal__factory.d.ts +0 -138
  207. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IERC20Minimal__factory.js +0 -189
  208. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory__factory.d.ts +0 -160
  209. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory__factory.js +0 -215
  210. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer__factory.d.ts +0 -34
  211. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer__factory.js +0 -52
  212. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool__factory.d.ts +0 -777
  213. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool__factory.js +0 -1000
  214. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback__factory.d.ts +0 -26
  215. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback__factory.js +0 -42
  216. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback__factory.d.ts +0 -26
  217. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback__factory.js +0 -42
  218. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback__factory.d.ts +0 -26
  219. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback__factory.js +0 -42
  220. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/index.d.ts +0 -3
  221. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/callback/index.js +0 -6
  222. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/index.d.ts +0 -6
  223. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/index.js +0 -9
  224. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions__factory.d.ts +0 -178
  225. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions__factory.js +0 -239
  226. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState__factory.d.ts +0 -52
  227. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState__factory.js +0 -77
  228. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents__factory.d.ts +0 -273
  229. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents__factory.js +0 -346
  230. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables__factory.d.ts +0 -68
  231. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables__factory.js +0 -97
  232. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions__factory.d.ts +0 -48
  233. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions__factory.js +0 -71
  234. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState__factory.d.ts +0 -198
  235. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState__factory.js +0 -265
  236. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/index.d.ts +0 -6
  237. package/dist/config/abi/types/v3/factories/v3-core/artifacts/contracts/interfaces/pool/index.js +0 -9
  238. package/dist/config/abi/types/v3/factories/v3-core/artifacts/index.d.ts +0 -1
  239. package/dist/config/abi/types/v3/factories/v3-core/artifacts/index.js +0 -4
  240. package/dist/config/abi/types/v3/factories/v3-core/index.d.ts +0 -1
  241. package/dist/config/abi/types/v3/factories/v3-core/index.js +0 -4
  242. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungiblePositionManager__factory.d.ts +0 -967
  243. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungiblePositionManager__factory.js +0 -1281
  244. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor__factory.d.ts +0 -128
  245. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor__factory.js +0 -206
  246. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/SwapRouter__factory.d.ts +0 -458
  247. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/SwapRouter__factory.js +0 -625
  248. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/V3Migrator__factory.d.ts +0 -293
  249. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/V3Migrator__factory.js +0 -411
  250. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/PairFlash__factory.d.ts +0 -165
  251. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/PairFlash__factory.js +0 -247
  252. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/index.d.ts +0 -1
  253. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/examples/index.js +0 -4
  254. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/index.d.ts +0 -8
  255. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/index.js +0 -11
  256. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata__factory.d.ts +0 -178
  257. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata__factory.js +0 -241
  258. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC721Permit__factory.d.ts +0 -278
  259. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IERC721Permit__factory.js +0 -368
  260. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IMulticall__factory.d.ts +0 -22
  261. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IMulticall__factory.js +0 -38
  262. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager__factory.d.ts +0 -773
  263. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager__factory.js +0 -1006
  264. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor__factory.d.ts +0 -26
  265. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor__factory.js +0 -43
  266. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState__factory.d.ts +0 -28
  267. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState__factory.js +0 -45
  268. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee__factory.d.ts +0 -94
  269. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee__factory.js +0 -128
  270. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments__factory.d.ts +0 -46
  271. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments__factory.js +0 -67
  272. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer__factory.d.ts +0 -34
  273. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer__factory.js +0 -53
  274. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoterV2__factory.d.ts +0 -162
  275. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoterV2__factory.js +0 -219
  276. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoter__factory.d.ts +0 -104
  277. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IQuoter__factory.js +0 -145
  278. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISelfPermit__factory.d.ts +0 -128
  279. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISelfPermit__factory.js +0 -171
  280. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISwapRouter__factory.d.ts +0 -190
  281. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ISwapRouter__factory.js +0 -256
  282. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ITickLens__factory.d.ts +0 -39
  283. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/ITickLens__factory.js +0 -60
  284. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IV3Migrator__factory.d.ts +0 -231
  285. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/IV3Migrator__factory.js +0 -304
  286. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IERC1271__factory.d.ts +0 -26
  287. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IERC1271__factory.js +0 -43
  288. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IWETH9__factory.d.ts +0 -164
  289. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/IWETH9__factory.js +0 -222
  290. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/index.d.ts +0 -2
  291. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/external/index.js +0 -5
  292. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/index.d.ts +0 -16
  293. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/interfaces/index.js +0 -19
  294. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/QuoterV2__factory.d.ts +0 -225
  295. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/QuoterV2__factory.js +0 -327
  296. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/Quoter__factory.d.ts +0 -167
  297. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/Quoter__factory.js +0 -253
  298. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/TickLens__factory.d.ts +0 -52
  299. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/TickLens__factory.js +0 -103
  300. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall__factory.d.ts +0 -89
  301. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall__factory.js +0 -152
  302. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/index.d.ts +0 -4
  303. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/lens/index.js +0 -7
  304. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/NFTDescriptor__factory.d.ts +0 -92
  305. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/NFTDescriptor__factory.js +0 -153
  306. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/index.d.ts +0 -1
  307. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/contracts/libraries/index.js +0 -4
  308. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/index.d.ts +0 -1
  309. package/dist/config/abi/types/v3/factories/v3-periphery/artifacts/index.js +0 -4
  310. package/dist/config/abi/types/v3/factories/v3-periphery/index.d.ts +0 -1
  311. package/dist/config/abi/types/v3/factories/v3-periphery/index.js +0 -4
  312. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/UniswapV3Staker__factory.d.ts +0 -566
  313. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/UniswapV3Staker__factory.js +0 -766
  314. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/index.d.ts +0 -2
  315. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/index.js +0 -5
  316. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker__factory.d.ts +0 -533
  317. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker__factory.js +0 -697
  318. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/index.d.ts +0 -1
  319. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/contracts/interfaces/index.js +0 -4
  320. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/index.d.ts +0 -1
  321. package/dist/config/abi/types/v3/factories/v3-staker/artifacts/index.js +0 -4
  322. package/dist/config/abi/types/v3/factories/v3-staker/index.d.ts +0 -1
  323. package/dist/config/abi/types/v3/factories/v3-staker/index.js +0 -4
  324. package/dist/config/abi/types/v3/index.d.ts +0 -125
  325. package/dist/config/abi/types/v3/index.js +0 -59
  326. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/SwapRouter02.d.ts +0 -824
  327. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/SwapRouter02.js +0 -1
  328. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V2SwapRouter.d.ts +0 -308
  329. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V2SwapRouter.js +0 -1
  330. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V3SwapRouter.d.ts +0 -447
  331. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/V3SwapRouter.js +0 -1
  332. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/index.d.ts +0 -7
  333. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/index.js +0 -1
  334. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall.d.ts +0 -213
  335. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IApproveAndCall.js +0 -1
  336. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState.d.ts +0 -50
  337. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IImmutableState.js +0 -1
  338. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1.d.ts +0 -138
  339. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IMixedRouteQuoterV1.js +0 -1
  340. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage.d.ts +0 -59
  341. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IOracleSlippage.js +0 -1
  342. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoter.d.ts +0 -110
  343. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoter.js +0 -1
  344. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2.d.ts +0 -180
  345. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IQuoterV2.js +0 -1
  346. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02.d.ts +0 -567
  347. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ISwapRouter02.js +0 -1
  348. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator.d.ts +0 -74
  349. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/ITokenValidator.js +0 -1
  350. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter.d.ts +0 -76
  351. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV2SwapRouter.js +0 -1
  352. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter.d.ts +0 -206
  353. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IV3SwapRouter.js +0 -1
  354. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IWETH.d.ts +0 -82
  355. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/IWETH.js +0 -1
  356. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/index.d.ts +0 -11
  357. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/interfaces/index.js +0 -1
  358. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1.d.ts +0 -168
  359. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/MixedRouteQuoterV1.js +0 -1
  360. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/Quoter.d.ts +0 -138
  361. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/Quoter.js +0 -1
  362. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/QuoterV2.d.ts +0 -208
  363. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/QuoterV2.js +0 -1
  364. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/TokenValidator.d.ts +0 -103
  365. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/TokenValidator.js +0 -1
  366. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/index.d.ts +0 -4
  367. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/contracts/lens/index.js +0 -1
  368. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/index.d.ts +0 -2
  369. package/dist/config/abi/types/v3/swap-router-contracts/artifacts/index.js +0 -1
  370. package/dist/config/abi/types/v3/swap-router-contracts/index.d.ts +0 -4
  371. package/dist/config/abi/types/v3/swap-router-contracts/index.js +0 -1
  372. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Factory.d.ts +0 -205
  373. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Factory.js +0 -1
  374. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Pool.d.ts +0 -771
  375. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/UniswapV3Pool.js +0 -1
  376. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/index.d.ts +0 -4
  377. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/index.js +0 -1
  378. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IERC20Minimal.d.ts +0 -134
  379. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IERC20Minimal.js +0 -1
  380. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory.d.ts +0 -163
  381. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Factory.js +0 -1
  382. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool.d.ts +0 -771
  383. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool.js +0 -1
  384. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer.d.ts +0 -78
  385. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/IUniswapV3PoolDeployer.js +0 -1
  386. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback.d.ts +0 -54
  387. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3FlashCallback.js +0 -1
  388. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback.d.ts +0 -54
  389. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3MintCallback.js +0 -1
  390. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback.d.ts +0 -54
  391. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/IUniswapV3SwapCallback.js +0 -1
  392. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/index.d.ts +0 -3
  393. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/callback/index.js +0 -1
  394. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/index.d.ts +0 -8
  395. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/index.js +0 -1
  396. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions.d.ts +0 -197
  397. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolActions.js +0 -1
  398. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState.d.ts +0 -92
  399. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolDerivedState.js +0 -1
  400. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents.d.ts +0 -199
  401. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolEvents.js +0 -1
  402. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables.d.ts +0 -82
  403. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolImmutables.js +0 -1
  404. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.d.ts +0 -76
  405. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolOwnerActions.js +0 -1
  406. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState.d.ts +0 -289
  407. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/IUniswapV3PoolState.js +0 -1
  408. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/index.d.ts +0 -6
  409. package/dist/config/abi/types/v3/v3-core/artifacts/contracts/interfaces/pool/index.js +0 -1
  410. package/dist/config/abi/types/v3/v3-core/artifacts/index.d.ts +0 -2
  411. package/dist/config/abi/types/v3/v3-core/artifacts/index.js +0 -1
  412. package/dist/config/abi/types/v3/v3-core/index.d.ts +0 -2
  413. package/dist/config/abi/types/v3/v3-core/index.js +0 -1
  414. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungiblePositionManager.d.ts +0 -873
  415. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungiblePositionManager.js +0 -1
  416. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor.d.ts +0 -86
  417. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/NonfungibleTokenPositionDescriptor.js +0 -1
  418. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/SwapRouter.d.ts +0 -437
  419. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/SwapRouter.js +0 -1
  420. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/V3Migrator.d.ts +0 -249
  421. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/V3Migrator.js +0 -1
  422. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/PairFlash.d.ts +0 -174
  423. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/PairFlash.js +0 -1
  424. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/index.d.ts +0 -1
  425. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/examples/index.js +0 -1
  426. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/index.d.ts +0 -12
  427. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/index.js +0 -1
  428. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata.d.ts +0 -166
  429. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC20Metadata.js +0 -1
  430. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC721Permit.d.ts +0 -259
  431. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IERC721Permit.js +0 -1
  432. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IMulticall.d.ts +0 -50
  433. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IMulticall.js +0 -1
  434. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager.d.ts +0 -745
  435. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungiblePositionManager.js +0 -1
  436. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor.d.ts +0 -42
  437. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/INonfungibleTokenPositionDescriptor.js +0 -1
  438. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState.d.ts +0 -50
  439. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryImmutableState.js +0 -1
  440. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments.d.ts +0 -86
  441. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPayments.js +0 -1
  442. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee.d.ts +0 -129
  443. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPeripheryPaymentsWithFee.js +0 -1
  444. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer.d.ts +0 -55
  445. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IPoolInitializer.js +0 -1
  446. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoter.d.ts +0 -110
  447. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoter.js +0 -1
  448. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoterV2.d.ts +0 -180
  449. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IQuoterV2.js +0 -1
  450. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISelfPermit.d.ts +0 -126
  451. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISelfPermit.js +0 -1
  452. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISwapRouter.d.ts +0 -218
  453. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ISwapRouter.js +0 -1
  454. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ITickLens.d.ts +0 -58
  455. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/ITickLens.js +0 -1
  456. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IV3Migrator.d.ts +0 -225
  457. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/IV3Migrator.js +0 -1
  458. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IERC1271.d.ts +0 -44
  459. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IERC1271.js +0 -1
  460. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IWETH9.d.ts +0 -174
  461. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/IWETH9.js +0 -1
  462. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/index.d.ts +0 -2
  463. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/external/index.js +0 -1
  464. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/index.d.ts +0 -17
  465. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/interfaces/index.js +0 -1
  466. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/Quoter.d.ts +0 -138
  467. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/Quoter.js +0 -1
  468. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/QuoterV2.d.ts +0 -208
  469. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/QuoterV2.js +0 -1
  470. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/TickLens.d.ts +0 -58
  471. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/TickLens.js +0 -1
  472. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall.d.ts +0 -98
  473. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall.js +0 -1
  474. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/index.d.ts +0 -4
  475. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/lens/index.js +0 -1
  476. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/NFTDescriptor.d.ts +0 -91
  477. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/NFTDescriptor.js +0 -1
  478. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/index.d.ts +0 -1
  479. package/dist/config/abi/types/v3/v3-periphery/artifacts/contracts/libraries/index.js +0 -1
  480. package/dist/config/abi/types/v3/v3-periphery/artifacts/index.d.ts +0 -2
  481. package/dist/config/abi/types/v3/v3-periphery/artifacts/index.js +0 -1
  482. package/dist/config/abi/types/v3/v3-periphery/index.d.ts +0 -2
  483. package/dist/config/abi/types/v3/v3-periphery/index.js +0 -1
  484. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/UniswapV3Staker.d.ts +0 -467
  485. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/UniswapV3Staker.js +0 -1
  486. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/index.d.ts +0 -3
  487. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/index.js +0 -1
  488. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker.d.ts +0 -465
  489. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/IUniswapV3Staker.js +0 -1
  490. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/index.d.ts +0 -1
  491. package/dist/config/abi/types/v3/v3-staker/artifacts/contracts/interfaces/index.js +0 -1
  492. package/dist/config/abi/types/v3/v3-staker/artifacts/index.d.ts +0 -2
  493. package/dist/config/abi/types/v3/v3-staker/artifacts/index.js +0 -1
  494. package/dist/config/abi/types/v3/v3-staker/index.d.ts +0 -2
  495. package/dist/config/abi/types/v3/v3-staker/index.js +0 -1
  496. /package/dist/{config/abi/types/Banana.js → state/bills/types.js} +0 -0
  497. /package/dist/{config/abi/types/Bond.js → types/dexFactories.js} +0 -0
@@ -0,0 +1,1448 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "T",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "anonymous": false,
9
+ "inputs": [
10
+ {
11
+ "indexed": false,
12
+ "internalType": "uint8",
13
+ "name": "version",
14
+ "type": "uint8"
15
+ }
16
+ ],
17
+ "name": "Initialized",
18
+ "type": "event"
19
+ },
20
+ {
21
+ "anonymous": false,
22
+ "inputs": [
23
+ {
24
+ "indexed": true,
25
+ "internalType": "address",
26
+ "name": "previousOwner",
27
+ "type": "address"
28
+ },
29
+ {
30
+ "indexed": true,
31
+ "internalType": "address",
32
+ "name": "newOwner",
33
+ "type": "address"
34
+ }
35
+ ],
36
+ "name": "OwnershipTransferred",
37
+ "type": "event"
38
+ },
39
+ {
40
+ "inputs": [],
41
+ "name": "DECIMALS",
42
+ "outputs": [
43
+ {
44
+ "internalType": "uint256",
45
+ "name": "",
46
+ "type": "uint256"
47
+ }
48
+ ],
49
+ "stateMutability": "pure",
50
+ "type": "function"
51
+ },
52
+ {
53
+ "inputs": [],
54
+ "name": "FACTORY",
55
+ "outputs": [
56
+ {
57
+ "internalType": "address",
58
+ "name": "",
59
+ "type": "address"
60
+ }
61
+ ],
62
+ "stateMutability": "pure",
63
+ "type": "function"
64
+ },
65
+ {
66
+ "inputs": [],
67
+ "name": "INITCODEHASH",
68
+ "outputs": [
69
+ {
70
+ "internalType": "bytes32",
71
+ "name": "",
72
+ "type": "bytes32"
73
+ }
74
+ ],
75
+ "stateMutability": "pure",
76
+ "type": "function"
77
+ },
78
+ {
79
+ "inputs": [],
80
+ "name": "defaultFactoryAlgebra",
81
+ "outputs": [
82
+ {
83
+ "internalType": "contract IAlgebraFactory",
84
+ "name": "",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "stateMutability": "view",
89
+ "type": "function"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "defaultFactorySolidly",
94
+ "outputs": [
95
+ {
96
+ "internalType": "contract ISolidlyFactory",
97
+ "name": "",
98
+ "type": "address"
99
+ }
100
+ ],
101
+ "stateMutability": "view",
102
+ "type": "function"
103
+ },
104
+ {
105
+ "inputs": [],
106
+ "name": "defaultFactoryV2",
107
+ "outputs": [
108
+ {
109
+ "internalType": "contract IApeFactory",
110
+ "name": "",
111
+ "type": "address"
112
+ }
113
+ ],
114
+ "stateMutability": "view",
115
+ "type": "function"
116
+ },
117
+ {
118
+ "inputs": [],
119
+ "name": "defaultFactoryV3",
120
+ "outputs": [
121
+ {
122
+ "internalType": "contract IUniswapV3Factory",
123
+ "name": "",
124
+ "type": "address"
125
+ }
126
+ ],
127
+ "stateMutability": "view",
128
+ "type": "function"
129
+ },
130
+ {
131
+ "inputs": [],
132
+ "name": "defaultFactoryXFAI",
133
+ "outputs": [
134
+ {
135
+ "internalType": "contract IXFAIFactory",
136
+ "name": "",
137
+ "type": "address"
138
+ }
139
+ ],
140
+ "stateMutability": "view",
141
+ "type": "function"
142
+ },
143
+ {
144
+ "inputs": [
145
+ {
146
+ "internalType": "uint32",
147
+ "name": "secondsAgo",
148
+ "type": "uint32"
149
+ }
150
+ ],
151
+ "name": "getETHPrice",
152
+ "outputs": [
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "stateMutability": "view",
160
+ "type": "function"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "getETHPrice",
165
+ "outputs": [
166
+ {
167
+ "internalType": "uint256",
168
+ "name": "",
169
+ "type": "uint256"
170
+ }
171
+ ],
172
+ "stateMutability": "view",
173
+ "type": "function"
174
+ },
175
+ {
176
+ "inputs": [
177
+ {
178
+ "internalType": "address",
179
+ "name": "token",
180
+ "type": "address"
181
+ },
182
+ {
183
+ "internalType": "uint256",
184
+ "name": "_decimals",
185
+ "type": "uint256"
186
+ }
187
+ ],
188
+ "name": "getLPPrice",
189
+ "outputs": [
190
+ {
191
+ "internalType": "uint256",
192
+ "name": "",
193
+ "type": "uint256"
194
+ }
195
+ ],
196
+ "stateMutability": "view",
197
+ "type": "function"
198
+ },
199
+ {
200
+ "inputs": [
201
+ {
202
+ "internalType": "address",
203
+ "name": "token0",
204
+ "type": "address"
205
+ },
206
+ {
207
+ "internalType": "address",
208
+ "name": "token1",
209
+ "type": "address"
210
+ }
211
+ ],
212
+ "name": "getLPPriceAlgebra",
213
+ "outputs": [
214
+ {
215
+ "internalType": "uint256",
216
+ "name": "price",
217
+ "type": "uint256"
218
+ }
219
+ ],
220
+ "stateMutability": "view",
221
+ "type": "function"
222
+ },
223
+ {
224
+ "inputs": [
225
+ {
226
+ "internalType": "contract IAlgebraFactory",
227
+ "name": "factoryAlgebra",
228
+ "type": "address"
229
+ },
230
+ {
231
+ "internalType": "address",
232
+ "name": "token0",
233
+ "type": "address"
234
+ },
235
+ {
236
+ "internalType": "address",
237
+ "name": "token1",
238
+ "type": "address"
239
+ }
240
+ ],
241
+ "name": "getLPPriceAlgebraFromFactory",
242
+ "outputs": [
243
+ {
244
+ "internalType": "uint256",
245
+ "name": "price",
246
+ "type": "uint256"
247
+ }
248
+ ],
249
+ "stateMutability": "view",
250
+ "type": "function"
251
+ },
252
+ {
253
+ "inputs": [
254
+ {
255
+ "internalType": "address",
256
+ "name": "token",
257
+ "type": "address"
258
+ },
259
+ {
260
+ "internalType": "enum IPriceGetterV2.Protocol",
261
+ "name": "protocol",
262
+ "type": "uint8"
263
+ },
264
+ {
265
+ "internalType": "contract IApeFactory",
266
+ "name": "factoryV2",
267
+ "type": "address"
268
+ },
269
+ {
270
+ "internalType": "contract IUniswapV3Factory",
271
+ "name": "factoryV3",
272
+ "type": "address"
273
+ },
274
+ {
275
+ "internalType": "contract IAlgebraFactory",
276
+ "name": "factoryAlgebra",
277
+ "type": "address"
278
+ },
279
+ {
280
+ "internalType": "contract ISolidlyFactory",
281
+ "name": "factorySolidly",
282
+ "type": "address"
283
+ }
284
+ ],
285
+ "name": "getLPPriceFromFactory",
286
+ "outputs": [
287
+ {
288
+ "internalType": "uint256",
289
+ "name": "price",
290
+ "type": "uint256"
291
+ }
292
+ ],
293
+ "stateMutability": "view",
294
+ "type": "function"
295
+ },
296
+ {
297
+ "inputs": [
298
+ {
299
+ "internalType": "contract Hypervisor",
300
+ "name": "lp",
301
+ "type": "address"
302
+ }
303
+ ],
304
+ "name": "getLPPriceGamma",
305
+ "outputs": [
306
+ {
307
+ "internalType": "uint256",
308
+ "name": "price",
309
+ "type": "uint256"
310
+ }
311
+ ],
312
+ "stateMutability": "view",
313
+ "type": "function"
314
+ },
315
+ {
316
+ "inputs": [
317
+ {
318
+ "internalType": "contract IAlgebraFactory",
319
+ "name": "factory",
320
+ "type": "address"
321
+ },
322
+ {
323
+ "internalType": "contract IApeFactory",
324
+ "name": "factoryV2",
325
+ "type": "address"
326
+ },
327
+ {
328
+ "internalType": "contract Hypervisor",
329
+ "name": "lp",
330
+ "type": "address"
331
+ }
332
+ ],
333
+ "name": "getLPPriceGammaFromFactory",
334
+ "outputs": [
335
+ {
336
+ "internalType": "uint256",
337
+ "name": "price",
338
+ "type": "uint256"
339
+ }
340
+ ],
341
+ "stateMutability": "view",
342
+ "type": "function"
343
+ },
344
+ {
345
+ "inputs": [
346
+ {
347
+ "internalType": "address",
348
+ "name": "lp",
349
+ "type": "address"
350
+ }
351
+ ],
352
+ "name": "getLPPriceSolidly",
353
+ "outputs": [
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "price",
357
+ "type": "uint256"
358
+ }
359
+ ],
360
+ "stateMutability": "view",
361
+ "type": "function"
362
+ },
363
+ {
364
+ "inputs": [
365
+ {
366
+ "internalType": "contract ISolidlyFactory",
367
+ "name": "factorySolidly",
368
+ "type": "address"
369
+ },
370
+ {
371
+ "internalType": "address",
372
+ "name": "lp",
373
+ "type": "address"
374
+ }
375
+ ],
376
+ "name": "getLPPriceSolidlyFromFactory",
377
+ "outputs": [
378
+ {
379
+ "internalType": "uint256",
380
+ "name": "price",
381
+ "type": "uint256"
382
+ }
383
+ ],
384
+ "stateMutability": "view",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "address",
391
+ "name": "lp",
392
+ "type": "address"
393
+ }
394
+ ],
395
+ "name": "getLPPriceV2",
396
+ "outputs": [
397
+ {
398
+ "internalType": "uint256",
399
+ "name": "price",
400
+ "type": "uint256"
401
+ }
402
+ ],
403
+ "stateMutability": "view",
404
+ "type": "function"
405
+ },
406
+ {
407
+ "inputs": [
408
+ {
409
+ "internalType": "contract IApeFactory",
410
+ "name": "factoryV2",
411
+ "type": "address"
412
+ },
413
+ {
414
+ "internalType": "address",
415
+ "name": "lp",
416
+ "type": "address"
417
+ }
418
+ ],
419
+ "name": "getLPPriceV2FromFactory",
420
+ "outputs": [
421
+ {
422
+ "internalType": "uint256",
423
+ "name": "price",
424
+ "type": "uint256"
425
+ }
426
+ ],
427
+ "stateMutability": "view",
428
+ "type": "function"
429
+ },
430
+ {
431
+ "inputs": [
432
+ {
433
+ "internalType": "address",
434
+ "name": "token0",
435
+ "type": "address"
436
+ },
437
+ {
438
+ "internalType": "address",
439
+ "name": "token1",
440
+ "type": "address"
441
+ },
442
+ {
443
+ "internalType": "uint24",
444
+ "name": "fee",
445
+ "type": "uint24"
446
+ }
447
+ ],
448
+ "name": "getLPPriceV3",
449
+ "outputs": [
450
+ {
451
+ "internalType": "uint256",
452
+ "name": "price",
453
+ "type": "uint256"
454
+ }
455
+ ],
456
+ "stateMutability": "view",
457
+ "type": "function"
458
+ },
459
+ {
460
+ "inputs": [
461
+ {
462
+ "internalType": "address",
463
+ "name": "factoryV3",
464
+ "type": "address"
465
+ },
466
+ {
467
+ "internalType": "address",
468
+ "name": "token0",
469
+ "type": "address"
470
+ },
471
+ {
472
+ "internalType": "address",
473
+ "name": "token1",
474
+ "type": "address"
475
+ },
476
+ {
477
+ "internalType": "uint24",
478
+ "name": "fee",
479
+ "type": "uint24"
480
+ }
481
+ ],
482
+ "name": "getLPPriceV3FromFactory",
483
+ "outputs": [
484
+ {
485
+ "internalType": "uint256",
486
+ "name": "price",
487
+ "type": "uint256"
488
+ }
489
+ ],
490
+ "stateMutability": "view",
491
+ "type": "function"
492
+ },
493
+ {
494
+ "inputs": [
495
+ {
496
+ "internalType": "address",
497
+ "name": "lp",
498
+ "type": "address"
499
+ }
500
+ ],
501
+ "name": "getLPPriceXFAI",
502
+ "outputs": [
503
+ {
504
+ "internalType": "uint256",
505
+ "name": "price",
506
+ "type": "uint256"
507
+ }
508
+ ],
509
+ "stateMutability": "view",
510
+ "type": "function"
511
+ },
512
+ {
513
+ "inputs": [
514
+ {
515
+ "internalType": "contract IXFAIFactory",
516
+ "name": "factoryXFAI",
517
+ "type": "address"
518
+ },
519
+ {
520
+ "internalType": "address",
521
+ "name": "lp",
522
+ "type": "address"
523
+ }
524
+ ],
525
+ "name": "getLPPriceXFAIFromFactory",
526
+ "outputs": [
527
+ {
528
+ "internalType": "uint256",
529
+ "name": "price",
530
+ "type": "uint256"
531
+ }
532
+ ],
533
+ "stateMutability": "view",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "inputs": [
538
+ {
539
+ "internalType": "address[]",
540
+ "name": "tokens",
541
+ "type": "address[]"
542
+ },
543
+ {
544
+ "internalType": "uint256",
545
+ "name": "_decimals",
546
+ "type": "uint256"
547
+ }
548
+ ],
549
+ "name": "getLPPrices",
550
+ "outputs": [
551
+ {
552
+ "internalType": "uint256[]",
553
+ "name": "prices",
554
+ "type": "uint256[]"
555
+ }
556
+ ],
557
+ "stateMutability": "view",
558
+ "type": "function"
559
+ },
560
+ {
561
+ "inputs": [
562
+ {
563
+ "internalType": "address[]",
564
+ "name": "tokens",
565
+ "type": "address[]"
566
+ }
567
+ ],
568
+ "name": "getLPPricesV2",
569
+ "outputs": [
570
+ {
571
+ "internalType": "uint256[]",
572
+ "name": "prices",
573
+ "type": "uint256[]"
574
+ }
575
+ ],
576
+ "stateMutability": "view",
577
+ "type": "function"
578
+ },
579
+ {
580
+ "inputs": [
581
+ {
582
+ "internalType": "contract IApeFactory",
583
+ "name": "factoryV2",
584
+ "type": "address"
585
+ },
586
+ {
587
+ "internalType": "address[]",
588
+ "name": "tokens",
589
+ "type": "address[]"
590
+ }
591
+ ],
592
+ "name": "getLPPricesV2FromFactory",
593
+ "outputs": [
594
+ {
595
+ "internalType": "uint256[]",
596
+ "name": "prices",
597
+ "type": "uint256[]"
598
+ }
599
+ ],
600
+ "stateMutability": "view",
601
+ "type": "function"
602
+ },
603
+ {
604
+ "inputs": [
605
+ {
606
+ "internalType": "address[]",
607
+ "name": "tokens0",
608
+ "type": "address[]"
609
+ },
610
+ {
611
+ "internalType": "address[]",
612
+ "name": "tokens1",
613
+ "type": "address[]"
614
+ },
615
+ {
616
+ "internalType": "uint24[]",
617
+ "name": "fees",
618
+ "type": "uint24[]"
619
+ }
620
+ ],
621
+ "name": "getLPPricesV3",
622
+ "outputs": [
623
+ {
624
+ "internalType": "uint256[]",
625
+ "name": "prices",
626
+ "type": "uint256[]"
627
+ }
628
+ ],
629
+ "stateMutability": "view",
630
+ "type": "function"
631
+ },
632
+ {
633
+ "inputs": [
634
+ {
635
+ "internalType": "contract IUniswapV3Factory",
636
+ "name": "factoryV3",
637
+ "type": "address"
638
+ },
639
+ {
640
+ "internalType": "address[]",
641
+ "name": "tokens0",
642
+ "type": "address[]"
643
+ },
644
+ {
645
+ "internalType": "address[]",
646
+ "name": "tokens1",
647
+ "type": "address[]"
648
+ },
649
+ {
650
+ "internalType": "uint24[]",
651
+ "name": "fees",
652
+ "type": "uint24[]"
653
+ }
654
+ ],
655
+ "name": "getLPPricesV3FromFactory",
656
+ "outputs": [
657
+ {
658
+ "internalType": "uint256[]",
659
+ "name": "prices",
660
+ "type": "uint256[]"
661
+ }
662
+ ],
663
+ "stateMutability": "view",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [],
668
+ "name": "getNativePrice",
669
+ "outputs": [
670
+ {
671
+ "internalType": "uint256",
672
+ "name": "",
673
+ "type": "uint256"
674
+ }
675
+ ],
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [
681
+ {
682
+ "internalType": "enum IPriceGetterV2.Protocol",
683
+ "name": "protocol",
684
+ "type": "uint8"
685
+ }
686
+ ],
687
+ "name": "getNativePrice",
688
+ "outputs": [
689
+ {
690
+ "internalType": "uint256",
691
+ "name": "nativePrice",
692
+ "type": "uint256"
693
+ }
694
+ ],
695
+ "stateMutability": "view",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "inputs": [
700
+ {
701
+ "internalType": "enum IPriceGetterV2.Protocol",
702
+ "name": "protocol",
703
+ "type": "uint8"
704
+ },
705
+ {
706
+ "internalType": "contract IApeFactory",
707
+ "name": "factoryV2",
708
+ "type": "address"
709
+ },
710
+ {
711
+ "internalType": "contract IUniswapV3Factory",
712
+ "name": "factoryV3",
713
+ "type": "address"
714
+ },
715
+ {
716
+ "internalType": "contract ISolidlyFactory",
717
+ "name": "factorySolidly",
718
+ "type": "address"
719
+ }
720
+ ],
721
+ "name": "getNativePriceFromFactory",
722
+ "outputs": [
723
+ {
724
+ "internalType": "uint256",
725
+ "name": "nativePrice",
726
+ "type": "uint256"
727
+ }
728
+ ],
729
+ "stateMutability": "view",
730
+ "type": "function"
731
+ },
732
+ {
733
+ "inputs": [
734
+ {
735
+ "internalType": "address",
736
+ "name": "token",
737
+ "type": "address"
738
+ },
739
+ {
740
+ "internalType": "uint32",
741
+ "name": "secondsAgo",
742
+ "type": "uint32"
743
+ }
744
+ ],
745
+ "name": "getPrice",
746
+ "outputs": [
747
+ {
748
+ "internalType": "uint256",
749
+ "name": "",
750
+ "type": "uint256"
751
+ }
752
+ ],
753
+ "stateMutability": "view",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [
758
+ {
759
+ "internalType": "address",
760
+ "name": "token",
761
+ "type": "address"
762
+ },
763
+ {
764
+ "internalType": "enum IPriceGetterV2.Protocol",
765
+ "name": "protocol",
766
+ "type": "uint8"
767
+ }
768
+ ],
769
+ "name": "getPrice",
770
+ "outputs": [
771
+ {
772
+ "internalType": "uint256",
773
+ "name": "price",
774
+ "type": "uint256"
775
+ }
776
+ ],
777
+ "stateMutability": "view",
778
+ "type": "function"
779
+ },
780
+ {
781
+ "inputs": [
782
+ {
783
+ "internalType": "address",
784
+ "name": "token",
785
+ "type": "address"
786
+ },
787
+ {
788
+ "internalType": "uint256",
789
+ "name": "_decimals",
790
+ "type": "uint256"
791
+ }
792
+ ],
793
+ "name": "getPrice",
794
+ "outputs": [
795
+ {
796
+ "internalType": "uint256",
797
+ "name": "",
798
+ "type": "uint256"
799
+ }
800
+ ],
801
+ "stateMutability": "view",
802
+ "type": "function"
803
+ },
804
+ {
805
+ "inputs": [
806
+ {
807
+ "internalType": "address",
808
+ "name": "token",
809
+ "type": "address"
810
+ }
811
+ ],
812
+ "name": "getPriceAlgebra",
813
+ "outputs": [
814
+ {
815
+ "internalType": "uint256",
816
+ "name": "price",
817
+ "type": "uint256"
818
+ }
819
+ ],
820
+ "stateMutability": "view",
821
+ "type": "function"
822
+ },
823
+ {
824
+ "inputs": [
825
+ {
826
+ "internalType": "contract IAlgebraFactory",
827
+ "name": "factoryAlgebra",
828
+ "type": "address"
829
+ },
830
+ {
831
+ "internalType": "address",
832
+ "name": "token",
833
+ "type": "address"
834
+ }
835
+ ],
836
+ "name": "getPriceAlgebraFromFactory",
837
+ "outputs": [
838
+ {
839
+ "internalType": "uint256",
840
+ "name": "price",
841
+ "type": "uint256"
842
+ }
843
+ ],
844
+ "stateMutability": "view",
845
+ "type": "function"
846
+ },
847
+ {
848
+ "inputs": [
849
+ {
850
+ "internalType": "address",
851
+ "name": "token",
852
+ "type": "address"
853
+ },
854
+ {
855
+ "internalType": "enum IPriceGetterV2.Protocol",
856
+ "name": "protocol",
857
+ "type": "uint8"
858
+ },
859
+ {
860
+ "internalType": "contract IApeFactory",
861
+ "name": "factoryV2",
862
+ "type": "address"
863
+ },
864
+ {
865
+ "internalType": "contract IUniswapV3Factory",
866
+ "name": "factoryV3",
867
+ "type": "address"
868
+ },
869
+ {
870
+ "internalType": "contract IAlgebraFactory",
871
+ "name": "factoryAlgebra",
872
+ "type": "address"
873
+ },
874
+ {
875
+ "internalType": "contract ISolidlyFactory",
876
+ "name": "factorySolidly",
877
+ "type": "address"
878
+ },
879
+ {
880
+ "internalType": "contract IXFAIFactory",
881
+ "name": "factoryXFAI",
882
+ "type": "address"
883
+ }
884
+ ],
885
+ "name": "getPriceFromFactory",
886
+ "outputs": [
887
+ {
888
+ "internalType": "uint256",
889
+ "name": "price",
890
+ "type": "uint256"
891
+ }
892
+ ],
893
+ "stateMutability": "view",
894
+ "type": "function"
895
+ },
896
+ {
897
+ "inputs": [
898
+ {
899
+ "internalType": "address",
900
+ "name": "token",
901
+ "type": "address"
902
+ }
903
+ ],
904
+ "name": "getPriceV2",
905
+ "outputs": [
906
+ {
907
+ "internalType": "uint256",
908
+ "name": "price",
909
+ "type": "uint256"
910
+ }
911
+ ],
912
+ "stateMutability": "view",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "inputs": [
917
+ {
918
+ "internalType": "contract IApeFactory",
919
+ "name": "factoryV2",
920
+ "type": "address"
921
+ },
922
+ {
923
+ "internalType": "address",
924
+ "name": "token",
925
+ "type": "address"
926
+ }
927
+ ],
928
+ "name": "getPriceV2FromFactory",
929
+ "outputs": [
930
+ {
931
+ "internalType": "uint256",
932
+ "name": "price",
933
+ "type": "uint256"
934
+ }
935
+ ],
936
+ "stateMutability": "view",
937
+ "type": "function"
938
+ },
939
+ {
940
+ "inputs": [
941
+ {
942
+ "internalType": "address",
943
+ "name": "token",
944
+ "type": "address"
945
+ }
946
+ ],
947
+ "name": "getPriceV3",
948
+ "outputs": [
949
+ {
950
+ "internalType": "uint256",
951
+ "name": "price",
952
+ "type": "uint256"
953
+ }
954
+ ],
955
+ "stateMutability": "view",
956
+ "type": "function"
957
+ },
958
+ {
959
+ "inputs": [
960
+ {
961
+ "internalType": "contract IUniswapV3Factory",
962
+ "name": "factoryV3",
963
+ "type": "address"
964
+ },
965
+ {
966
+ "internalType": "address",
967
+ "name": "token",
968
+ "type": "address"
969
+ }
970
+ ],
971
+ "name": "getPriceV3FromFactory",
972
+ "outputs": [
973
+ {
974
+ "internalType": "uint256",
975
+ "name": "price",
976
+ "type": "uint256"
977
+ }
978
+ ],
979
+ "stateMutability": "view",
980
+ "type": "function"
981
+ },
982
+ {
983
+ "inputs": [
984
+ {
985
+ "internalType": "address",
986
+ "name": "token",
987
+ "type": "address"
988
+ }
989
+ ],
990
+ "name": "getPriceXFAI",
991
+ "outputs": [
992
+ {
993
+ "internalType": "uint256",
994
+ "name": "price",
995
+ "type": "uint256"
996
+ }
997
+ ],
998
+ "stateMutability": "view",
999
+ "type": "function"
1000
+ },
1001
+ {
1002
+ "inputs": [
1003
+ {
1004
+ "internalType": "contract IXFAIFactory",
1005
+ "name": "factoryXFAI",
1006
+ "type": "address"
1007
+ },
1008
+ {
1009
+ "internalType": "address",
1010
+ "name": "token",
1011
+ "type": "address"
1012
+ }
1013
+ ],
1014
+ "name": "getPriceXFAIFromFactory",
1015
+ "outputs": [
1016
+ {
1017
+ "internalType": "uint256",
1018
+ "name": "price",
1019
+ "type": "uint256"
1020
+ }
1021
+ ],
1022
+ "stateMutability": "view",
1023
+ "type": "function"
1024
+ },
1025
+ {
1026
+ "inputs": [
1027
+ {
1028
+ "internalType": "address[]",
1029
+ "name": "tokens",
1030
+ "type": "address[]"
1031
+ },
1032
+ {
1033
+ "internalType": "enum IPriceGetterV2.Protocol",
1034
+ "name": "protocol",
1035
+ "type": "uint8"
1036
+ }
1037
+ ],
1038
+ "name": "getPrices",
1039
+ "outputs": [
1040
+ {
1041
+ "internalType": "uint256[]",
1042
+ "name": "prices",
1043
+ "type": "uint256[]"
1044
+ }
1045
+ ],
1046
+ "stateMutability": "view",
1047
+ "type": "function"
1048
+ },
1049
+ {
1050
+ "inputs": [
1051
+ {
1052
+ "internalType": "address[]",
1053
+ "name": "tokens",
1054
+ "type": "address[]"
1055
+ },
1056
+ {
1057
+ "internalType": "uint256",
1058
+ "name": "_decimals",
1059
+ "type": "uint256"
1060
+ }
1061
+ ],
1062
+ "name": "getPrices",
1063
+ "outputs": [
1064
+ {
1065
+ "internalType": "uint256[]",
1066
+ "name": "prices",
1067
+ "type": "uint256[]"
1068
+ }
1069
+ ],
1070
+ "stateMutability": "view",
1071
+ "type": "function"
1072
+ },
1073
+ {
1074
+ "inputs": [
1075
+ {
1076
+ "internalType": "address[]",
1077
+ "name": "tokens",
1078
+ "type": "address[]"
1079
+ },
1080
+ {
1081
+ "internalType": "uint32",
1082
+ "name": "secondsAgo",
1083
+ "type": "uint32"
1084
+ }
1085
+ ],
1086
+ "name": "getPrices",
1087
+ "outputs": [
1088
+ {
1089
+ "internalType": "uint256[]",
1090
+ "name": "prices",
1091
+ "type": "uint256[]"
1092
+ }
1093
+ ],
1094
+ "stateMutability": "view",
1095
+ "type": "function"
1096
+ },
1097
+ {
1098
+ "inputs": [
1099
+ {
1100
+ "internalType": "address[]",
1101
+ "name": "tokens",
1102
+ "type": "address[]"
1103
+ },
1104
+ {
1105
+ "internalType": "enum IPriceGetterV2.Protocol",
1106
+ "name": "protocol",
1107
+ "type": "uint8"
1108
+ },
1109
+ {
1110
+ "internalType": "contract IApeFactory",
1111
+ "name": "factoryV2",
1112
+ "type": "address"
1113
+ },
1114
+ {
1115
+ "internalType": "contract IUniswapV3Factory",
1116
+ "name": "factoryV3",
1117
+ "type": "address"
1118
+ },
1119
+ {
1120
+ "internalType": "contract IAlgebraFactory",
1121
+ "name": "factoryAlgebra",
1122
+ "type": "address"
1123
+ },
1124
+ {
1125
+ "internalType": "contract ISolidlyFactory",
1126
+ "name": "factorySolidly",
1127
+ "type": "address"
1128
+ },
1129
+ {
1130
+ "internalType": "contract IXFAIFactory",
1131
+ "name": "factoryXFAI",
1132
+ "type": "address"
1133
+ }
1134
+ ],
1135
+ "name": "getPricesFromFactory",
1136
+ "outputs": [
1137
+ {
1138
+ "internalType": "uint256[]",
1139
+ "name": "prices",
1140
+ "type": "uint256[]"
1141
+ }
1142
+ ],
1143
+ "stateMutability": "view",
1144
+ "type": "function"
1145
+ },
1146
+ {
1147
+ "inputs": [
1148
+ {
1149
+ "internalType": "address",
1150
+ "name": "token",
1151
+ "type": "address"
1152
+ }
1153
+ ],
1154
+ "name": "getRawPrice",
1155
+ "outputs": [
1156
+ {
1157
+ "internalType": "uint256",
1158
+ "name": "",
1159
+ "type": "uint256"
1160
+ }
1161
+ ],
1162
+ "stateMutability": "view",
1163
+ "type": "function"
1164
+ },
1165
+ {
1166
+ "inputs": [
1167
+ {
1168
+ "internalType": "address[]",
1169
+ "name": "tokens",
1170
+ "type": "address[]"
1171
+ }
1172
+ ],
1173
+ "name": "getRawPrices",
1174
+ "outputs": [
1175
+ {
1176
+ "internalType": "uint256[]",
1177
+ "name": "prices",
1178
+ "type": "uint256[]"
1179
+ }
1180
+ ],
1181
+ "stateMutability": "view",
1182
+ "type": "function"
1183
+ },
1184
+ {
1185
+ "inputs": [
1186
+ {
1187
+ "internalType": "address",
1188
+ "name": "_wNative",
1189
+ "type": "address"
1190
+ },
1191
+ {
1192
+ "internalType": "uint256",
1193
+ "name": "_nativeLiquidityThreshold",
1194
+ "type": "uint256"
1195
+ },
1196
+ {
1197
+ "internalType": "contract IApeFactory",
1198
+ "name": "_defaultFactoryV2",
1199
+ "type": "address"
1200
+ },
1201
+ {
1202
+ "internalType": "contract IUniswapV3Factory",
1203
+ "name": "_defaultFactoryV3",
1204
+ "type": "address"
1205
+ },
1206
+ {
1207
+ "internalType": "contract IAlgebraFactory",
1208
+ "name": "_defaultFactoryAlgebra",
1209
+ "type": "address"
1210
+ },
1211
+ {
1212
+ "internalType": "contract ISolidlyFactory",
1213
+ "name": "_defaultFactorySolidly",
1214
+ "type": "address"
1215
+ },
1216
+ {
1217
+ "internalType": "contract IXFAIFactory",
1218
+ "name": "_defaultFactoryXFAI",
1219
+ "type": "address"
1220
+ },
1221
+ {
1222
+ "internalType": "address[]",
1223
+ "name": "_stableUsdTokens",
1224
+ "type": "address[]"
1225
+ },
1226
+ {
1227
+ "internalType": "address[]",
1228
+ "name": "_oracleTokens",
1229
+ "type": "address[]"
1230
+ },
1231
+ {
1232
+ "internalType": "address[]",
1233
+ "name": "_oracles",
1234
+ "type": "address[]"
1235
+ }
1236
+ ],
1237
+ "name": "initialize",
1238
+ "outputs": [],
1239
+ "stateMutability": "nonpayable",
1240
+ "type": "function"
1241
+ },
1242
+ {
1243
+ "inputs": [],
1244
+ "name": "nativeLiquidityThreshold",
1245
+ "outputs": [
1246
+ {
1247
+ "internalType": "uint256",
1248
+ "name": "",
1249
+ "type": "uint256"
1250
+ }
1251
+ ],
1252
+ "stateMutability": "view",
1253
+ "type": "function"
1254
+ },
1255
+ {
1256
+ "inputs": [],
1257
+ "name": "owner",
1258
+ "outputs": [
1259
+ {
1260
+ "internalType": "address",
1261
+ "name": "",
1262
+ "type": "address"
1263
+ }
1264
+ ],
1265
+ "stateMutability": "view",
1266
+ "type": "function"
1267
+ },
1268
+ {
1269
+ "inputs": [
1270
+ {
1271
+ "internalType": "address",
1272
+ "name": "token",
1273
+ "type": "address"
1274
+ }
1275
+ ],
1276
+ "name": "removeTokenOracle",
1277
+ "outputs": [],
1278
+ "stateMutability": "nonpayable",
1279
+ "type": "function"
1280
+ },
1281
+ {
1282
+ "inputs": [],
1283
+ "name": "renounceOwnership",
1284
+ "outputs": [],
1285
+ "stateMutability": "nonpayable",
1286
+ "type": "function"
1287
+ },
1288
+ {
1289
+ "inputs": [],
1290
+ "name": "secondsAgo",
1291
+ "outputs": [
1292
+ {
1293
+ "internalType": "uint24",
1294
+ "name": "",
1295
+ "type": "uint24"
1296
+ }
1297
+ ],
1298
+ "stateMutability": "view",
1299
+ "type": "function"
1300
+ },
1301
+ {
1302
+ "inputs": [
1303
+ {
1304
+ "internalType": "enum IPriceGetterV2.Protocol",
1305
+ "name": "_protocol",
1306
+ "type": "uint8"
1307
+ },
1308
+ {
1309
+ "internalType": "address",
1310
+ "name": "_factory",
1311
+ "type": "address"
1312
+ }
1313
+ ],
1314
+ "name": "setDefaultFactory",
1315
+ "outputs": [],
1316
+ "stateMutability": "nonpayable",
1317
+ "type": "function"
1318
+ },
1319
+ {
1320
+ "inputs": [
1321
+ {
1322
+ "internalType": "uint256",
1323
+ "name": "_nativeLiquidityThreshold",
1324
+ "type": "uint256"
1325
+ }
1326
+ ],
1327
+ "name": "setNativeLiquidityThreshold",
1328
+ "outputs": [],
1329
+ "stateMutability": "nonpayable",
1330
+ "type": "function"
1331
+ },
1332
+ {
1333
+ "inputs": [
1334
+ {
1335
+ "internalType": "address",
1336
+ "name": "token",
1337
+ "type": "address"
1338
+ },
1339
+ {
1340
+ "internalType": "address",
1341
+ "name": "oracleAddress",
1342
+ "type": "address"
1343
+ },
1344
+ {
1345
+ "internalType": "enum PriceGetterV2.OracleType",
1346
+ "name": "oracleType",
1347
+ "type": "uint8"
1348
+ }
1349
+ ],
1350
+ "name": "setTokenOracle",
1351
+ "outputs": [],
1352
+ "stateMutability": "nonpayable",
1353
+ "type": "function"
1354
+ },
1355
+ {
1356
+ "inputs": [
1357
+ {
1358
+ "internalType": "address",
1359
+ "name": "",
1360
+ "type": "address"
1361
+ }
1362
+ ],
1363
+ "name": "stableUsdTokenDecimals",
1364
+ "outputs": [
1365
+ {
1366
+ "internalType": "uint8",
1367
+ "name": "",
1368
+ "type": "uint8"
1369
+ }
1370
+ ],
1371
+ "stateMutability": "view",
1372
+ "type": "function"
1373
+ },
1374
+ {
1375
+ "inputs": [
1376
+ {
1377
+ "internalType": "uint256",
1378
+ "name": "",
1379
+ "type": "uint256"
1380
+ }
1381
+ ],
1382
+ "name": "stableUsdTokens",
1383
+ "outputs": [
1384
+ {
1385
+ "internalType": "address",
1386
+ "name": "",
1387
+ "type": "address"
1388
+ }
1389
+ ],
1390
+ "stateMutability": "view",
1391
+ "type": "function"
1392
+ },
1393
+ {
1394
+ "inputs": [
1395
+ {
1396
+ "internalType": "address",
1397
+ "name": "",
1398
+ "type": "address"
1399
+ }
1400
+ ],
1401
+ "name": "tokenOracles",
1402
+ "outputs": [
1403
+ {
1404
+ "internalType": "enum PriceGetterV2.OracleType",
1405
+ "name": "oracleType",
1406
+ "type": "uint8"
1407
+ },
1408
+ {
1409
+ "internalType": "address",
1410
+ "name": "oracleAddress",
1411
+ "type": "address"
1412
+ },
1413
+ {
1414
+ "internalType": "uint8",
1415
+ "name": "oracleDecimals",
1416
+ "type": "uint8"
1417
+ }
1418
+ ],
1419
+ "stateMutability": "view",
1420
+ "type": "function"
1421
+ },
1422
+ {
1423
+ "inputs": [
1424
+ {
1425
+ "internalType": "address",
1426
+ "name": "newOwner",
1427
+ "type": "address"
1428
+ }
1429
+ ],
1430
+ "name": "transferOwnership",
1431
+ "outputs": [],
1432
+ "stateMutability": "nonpayable",
1433
+ "type": "function"
1434
+ },
1435
+ {
1436
+ "inputs": [],
1437
+ "name": "wNative",
1438
+ "outputs": [
1439
+ {
1440
+ "internalType": "address",
1441
+ "name": "",
1442
+ "type": "address"
1443
+ }
1444
+ ],
1445
+ "stateMutability": "view",
1446
+ "type": "function"
1447
+ }
1448
+ ]