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
The finalize method needs to called after a bridge transfer in order to effectively receive tokens on l1 or l2.
While this is supported by the SDK, this is not supported by the UI
We assume that on era mainnet, matter-labs team is subsidizing the bridge so that it is called without user interactions.
In our case, we can think about two options
Ask user to trigger finalize themselves their transactions on the bridge UI. after the block has been relayed to l1 or l2
Add an additional cost on the bridge transfer, and create a "process" that will finalize on the behalf of the user. We need to make sure that this process will get effectively paid for its work.
The text was updated successfully, but these errors were encountered:
The
finalize
method needs to called after a bridge transfer in order to effectively receive tokens on l1 or l2.While this is supported by the SDK, this is not supported by the UI
We assume that on era mainnet, matter-labs team is subsidizing the bridge so that it is called without user interactions.
In our case, we can think about two options
finalize
themselves their transactions on the bridge UI. after the block has been relayed to l1 or l2The text was updated successfully, but these errors were encountered: