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
If no vault ids are provided, they are randomly generated inside thegetAddOrderCalldata. that's why we need to decode the calldata and get the ids before we can do the deposits.
We want to allow users to choose their own vault ids. This should be an optional override you can make on the review screen. Put a small button (even could be styled as a greyed out link) that says "choose vault ids". Clicking that reveals a field where the user can enter an id.
Then, add the value to the yaml as above and ensure that modified yaml is the one passed to getAddOrderCalladata.
The text was updated successfully, but these errors were encountered:
In the yaml right now we have orders
If no vault ids are provided, they are randomly generated inside the
getAddOrderCalldata
. that's why we need to decode the calldata and get the ids before we can do the deposits.If they are provided, it looks like this:
We want to allow users to choose their own vault ids. This should be an optional override you can make on the review screen. Put a small button (even could be styled as a greyed out link) that says "choose vault ids". Clicking that reveals a field where the user can enter an id.
Then, add the value to the yaml as above and ensure that modified yaml is the one passed to
getAddOrderCalladata
.The text was updated successfully, but these errors were encountered: