Adjust deployment flow for the new RollupCreator contract
Closed this issue · 0 comments
spsjvc commented
We can now take advantage of the new RollupCreator
contract at 0x04024711bad29b6c543b41a8e95fe75ca1c6cb59, which allows us to do everything (deploy rollup, set validators and batch poster) within a single transaction.
This requires some changes in the UI, but in general we can keep the flow pretty much the same, just submit the transaction at the 4th step (Review & Deploy
). This would be the new list of all steps:
Configure Rollup -> Configure Validators -> Configure Batch Poster -> Review & Deploy -> Download Config
It also probably makes sense to have Next
and Previous
buttons to go between the first three steps. We should also move the Reset and Start Over
button to above the columns but below the stepper.