Skip to content

Commit

Permalink
fix: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Jul 23, 2024
1 parent 1206ddc commit 1884b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The deployment script [TODO] in this repo contains logic for the deployer to per
- **`previewDeposit`**: Estimates the number of shares minted for a given deposit amount.
- **`previewWithdraw`**: Estimates the number of shares burned and the amount of assets withdrawn for a specified amount.
- **`previewSwapExactIn`**: Estimates the amount of `assetOut` received for a given amount of `assetIn` in a swap.
- **`previewSwapExactIn`**: Estimates the amount of `assetIn` required to receive a given amount of `assetOut` in a swap.
- **`previewSwapExactOut`**: Estimates the amount of `assetIn` required to receive a given amount of `assetOut` in a swap.

#### Conversion Functions

Expand Down

0 comments on commit 1884b89

Please sign in to comment.