Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#192 from nitantchhajed/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
qbzzt authored Jul 13, 2023
2 parents 35f527d + d54662c commit 394b22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross-dom-bridge-erc20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ The withdrawal process has these stages:
1. Submit the proof on L1 using `crossChainMessenger.proveMessage()`.
1. Wait the fault challenge period.
When this period is over, the status becomes `optimismSDK.MessageStatus.READY_FOR_RELAY`
1. Finalize to cause the actual withdrawal on L1 using `crossChainMessenger.proveMessage()`.
1. Finalize to cause the actual withdrawal on L1 using `crossChainMessenger.finalizeMessage()`.

[You can read more about this in the documentation](https://community.optimism.io/docs/developers/bedrock/how-is-bedrock-different/#two-phase-withdrawals).

Expand Down

0 comments on commit 394b22c

Please sign in to comment.