https://github.com/beeb/lp-rescue-frontend
Frontend for the LPRescue contract allowing to add liquidity to Uniswap/Pancakeswap v2 LPs which are stuck due to a non-zero reserve
https://github.com/beeb/lp-rescue-frontend
Last synced: 8 months ago
JSON representation
Frontend for the LPRescue contract allowing to add liquidity to Uniswap/Pancakeswap v2 LPs which are stuck due to a non-zero reserve
- Host: GitHub
- URL: https://github.com/beeb/lp-rescue-frontend
- Owner: beeb
- License: mit
- Created: 2022-09-15T18:32:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T15:55:41.000Z (over 2 years ago)
- Last Synced: 2024-12-25T19:23:59.229Z (over 1 year ago)
- Language: Svelte
- Homepage: https://lp-rescue.beeb.li
- Size: 1.18 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# LP Rescue Frontend
This web application allows to interact with the [LP Rescue Contract](https://github.com/beeb/lp-rescue-contract) to
get Uniswap v2 or Pancakeswap v2 liquidity pools unstuck after they have been exploited by malicious actors. Check the
link above for more details.
## Supported chains and AMMs
At the moment, only **BNB Smart Chain** and **PancakeSwap v2** are supported. If you need it for another chain or DEX, please [open
a new issue](https://github.com/beeb/lp-rescue-frontend/issues/new).
## Developing
Once you've installed dependencies with `npm install`, start a development server:
```bash
npm run dev
```
## Building
To create a production version of this app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.