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