From d54662cb12ee8be56bdfa82db3d2b4ddd49102eb Mon Sep 17 00:00:00 2001 From: Nitant <96972634+nitantchhajed@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:46:28 +0530 Subject: [PATCH] Update README.md --- cross-dom-bridge-erc20/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-dom-bridge-erc20/README.md b/cross-dom-bridge-erc20/README.md index c6c1edfd..9bd42ee5 100644 --- a/cross-dom-bridge-erc20/README.md +++ b/cross-dom-bridge-erc20/README.md @@ -371,7 +371,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).