You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contracts/liquidity-launchpad/02-deployments.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,30 +27,30 @@ The LiquidityLauncher is a singleton contract which is delployed to the same add
27
27
LBP strategies are deployed via factory contracts which are deployed to different addresses on different chains. Make sure to use the correct factory contract for the chain in question.
28
28
29
29
### FullRangeLBPStrategyFactory
30
-
The FullRangeLBPStrategyFactory is a factory contract for the [FullRangeLBPStrategy]().
30
+
The FullRangeLBPStrategyFactory is a factory contract for the [FullRangeLBPStrategy](https://github.com/Uniswap/liquidity-launcher/blob/main/src/strategies/lbp/FullRangeLBPStrategy.sol).
The AdvancedLBPStrategyFactory is a factory contract for the [AdvancedLBPStrategy]().
40
+
The AdvancedLBPStrategyFactory is a factory contract for the [AdvancedLBPStrategy](https://github.com/Uniswap/liquidity-launcher/blob/main/src/strategies/lbp/AdvancedLBPStrategy.sol).
The following contracts are deprecated and are not recommended for production use. See the [Changelog](https://github.com/Uniswap/liquidity-launcher/blob/main/CHANGELOG.md) for more details.
51
51
52
52
### LBPStrategyBasicFactory
53
-
The LBPStrategyBasicFactory is a factory contract for the [LBPStrategyBasic]().
53
+
The LBPStrategyBasicFactory is a factory contract for the [LBPStrategyBasic](https://github.com/Uniswap/liquidity-launcher/blob/v1.0.0-candidate/src/distributionContracts/LBPStrategyBasic.sol).
0 commit comments