Skip to content

Commit

Permalink
Update withdrawals.md (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Nov 25, 2024
1 parent 1fb6968 commit 12630bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/learn/withdrawals.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ For each observed event, the builder makes a corresponding `L2ToL1MessagePasserE

The next step for a user is to obtain a proof of the withdrawal transaction.

For compatability with the withdrawals process, Monomer uses the state root of its EVM sidecar state as the L2 state updated by the `op-proposer`. Monomer exposes the standard ethereum `GetProof` API endpoint for obtaining a merkle proof of withdrawal transactions registered in the EVM sidecar state.
For compatibility with the withdrawals process, Monomer uses the state root of its EVM sidecar state as the L2 state updated by the `op-proposer`. Monomer exposes the standard ethereum `GetProof` API endpoint for obtaining a merkle proof of withdrawal transactions registered in the EVM sidecar state.

With the withdrawal proof data, the user is now back to the L1 side of the OP Stack. The proof is submitted, and the withdrawal can be finalized after the rollup's challenge period.

0 comments on commit 12630bf

Please sign in to comment.