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