Skip to content

Commit 9bd92db

Browse files
committed
docs: update docs for new leverage
1 parent e7b3070 commit 9bd92db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,11 @@ import llamalend from "@curvefi/llamalend-api";
17301730
})()
17311731
```
17321732

1733-
### Leverage for mintMarket
1733+
### Leverage for Legacy `mintMarket` (Deprecated)
1734+
1735+
These methods apply only to the legacy `mintMarket`.
1736+
Use `mintMarket.isNewMarket` to check whether the market is new.
1737+
If `mintMarket.isNewMarket === false`, use the methods listed below.
17341738
```ts
17351739
(async () => {
17361740

0 commit comments

Comments
 (0)