You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, liquidityQuote only works for pools with existing liquidity. It should take an optional parameter, new?: bool that references the spot price (initialized in Pool constructor) to provide a liquidityQuote for a new pool.
If this isn't implemented, we will use a helper function in the interface. Might as well include that functionality in the SDK.
The text was updated successfully, but these errors were encountered:
Right now, liquidityQuote only works for pools with existing liquidity. It should take an optional parameter,
new?: bool
that references the spot price (initialized in Pool constructor) to provide a liquidityQuote for a new pool.If this isn't implemented, we will use a helper function in the interface. Might as well include that functionality in the SDK.
The text was updated successfully, but these errors were encountered: