File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1736,8 +1736,8 @@ import llamalend from "@curvefi/llamalend-api";
1736
1736
### Leverage for Legacy ` mintMarket ` (Deprecated )
1737
1737
1738
1738
These methods apply only to the legacy ` mintMarket ` .
1739
- Use ` mintMarket.isNewMarket ` to check whether the market is new .
1740
- If ` mintMarket.isNewMarket === false ` , use the methods listed below .
1739
+ Use ` mintMarket.isDeleverageSupported ` to check whether the market is new .
1740
+ If ` mintMarket.isDeleverageSupported === false ` , use the methods listed below .
1741
1741
` ` ` ts
1742
1742
(async () => {
1743
1743
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ class Llamalend implements ILlamalend {
315
315
316
316
const network = await this . provider . getNetwork ( ) ;
317
317
this . chainId = Number ( network . chainId ) === 133 || Number ( network . chainId ) === 31337 ? 1 : Number ( network . chainId ) as IChainId ;
318
- console . log ( "CURVE-LENDING -JS IS CONNECTED TO NETWORK:" , { name : network . name . toUpperCase ( ) , chainId : Number ( this . chainId ) } ) ;
318
+ console . log ( "CURVE-LLAMALEND -JS IS CONNECTED TO NETWORK:" , { name : network . name . toUpperCase ( ) , chainId : Number ( this . chainId ) } ) ;
319
319
320
320
if ( this . chainId === 42161 ) {
321
321
this . constantOptions = { gasLimit : 1125899906842624 } // https://arbiscan.io/chart/gaslimit
You can’t perform that action at this time.
0 commit comments