Skip to content

Commit

Permalink
explain what is LBEV2Worker
Browse files Browse the repository at this point in the history
  • Loading branch information
m1n999999 committed Nov 28, 2024
1 parent 3955648 commit 8c1cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lbe-v2/lbe-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This documentation provides guidelines for communicating with and interacting wi

- **LBEV2 Class**: Located in `src/lbe-v2/lbe-v2.ts`.
- **User and project owner action Example**: Located in `example/example.ts`.
- **LBEV2Worker Class**: is a class that executes off-chain actions when an event ends. Located in `src/lbe-v2-worker/worker.ts`.
- **LBEV2Worker Class**: A class that executes off-chain actions when an event ends. It handles collecting funds to create a liquidity pool and distributing LP Assets to participants in the LBE. This class is located in `src/lbe-v2-worker/worker.ts`.
- **LBEV2Worker Example**: Located in `examples/lbe-v2-worker-example.ts`.

## Example Usage
Expand Down

0 comments on commit 8c1cc96

Please sign in to comment.