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
Add a proper flow for creating new options (deploying the contracts).
This flow should be triggered by the + New Market button below the option's table rows.
It should update the sidebar with a card with the following information and required inputs:
(Also, this should implicitly assume we are creating an option on the underlying market, with the chosen strike date)
Strike price (should be a dropdown with values close to the underlying asset spot price)
Optional strike date changer?
Toggle for providing initial liquidity
if toggled, display information for initial uniswap reserve ratios / premium
Functionality it should be capable of:
deploying the option contract
adding liquidity if that is toggled
The current New Market order card is almost there, but just needs a little more work.
The text was updated successfully, but these errors were encountered:
Add a proper flow for creating new options (deploying the contracts).
This flow should be triggered by the
+ New Market
button below the option's table rows.It should update the sidebar with a card with the following information and required inputs:
(Also, this should implicitly assume we are creating an option on the underlying market, with the chosen strike date)
Functionality it should be capable of:
The current New Market order card is almost there, but just needs a little more work.
The text was updated successfully, but these errors were encountered: