Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The LPS provides several utility scripts that can be helpful for liquidity provi
- **resign_utils**: Resigns a liquidity provider and withdraws collateral from the contract.
- **withdraw**: Withdraws liquidity locked in the contract (full balance or specific amount).

For migration-specific examples, see [LP-Migration-Utils.md](https://github.com/rsksmart/liquidity-provider-server/blob/master/docs/LP-Migration-Utils.md).
For migration-specific examples, see [docs/LP-Migration-Utils.md](./docs/LP-Migration-Utils.md).

## Monitoring Service

Expand Down
2 changes: 1 addition & 1 deletion docs/02-developers/06-integrate/02-flyover/LP/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We are committed to conduct our security process in a professional and civil man

## Responsible Disclosure

For all security related issues, RootstockLabs has two main points of contact. Reach us at [security@rootstocklabs.com](mailto:security@rootstocklabs.com) or refer to our [Bug Bounty Program](https://www.rootstocklabs.com/bug-bounty-program/). **Do not open up a GitHub issue if the bug is a security vulnerability**
For all security related issues, RootstockLabs has two main points of contact. Reach us at <security@rootstocklabs.com> or refer to our [Bug Bounty Program](https://www.rootstocklabs.com/bug-bounty-program/). **Do not open up a GitHub issue if the bug is a security vulnerability**

**Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/rsksmart/liquidity-provider-server/issues).

Expand Down
Loading