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
Once OB entry points have been moved to the vault, we need to adjust the UI so that they call the vault contract instead of the option round contract (for write functions. the getters are still on the option rounds).
All OB actions:
place_bid
update_bid
refund_unused_bids
exercise_options
mint_options
Need to be updated to calling the same function, just on the vault instead of the option round.
For the functions:
refund_unused_bids
exercise_options
mint_options
We will need to accommodate for the extra input param which is the round ID the action is for (i.e. Alice is refunding her bids from round 4). See OilerNetwork/pitchlake_starknet#180 for context. Check the vault interface for exact params.
The text was updated successfully, but these errors were encountered:
Once OB entry points have been moved to the vault, we need to adjust the UI so that they call the vault contract instead of the option round contract (for write functions. the getters are still on the option rounds).
All OB actions:
Need to be updated to calling the same function, just on the vault instead of the option round.
For the functions:
We will need to accommodate for the extra input param which is the round ID the action is for (i.e. Alice is refunding her bids from round 4). See OilerNetwork/pitchlake_starknet#180 for context. Check the vault interface for exact params.
The text was updated successfully, but these errors were encountered: