From eb747acd1da75c459846e38ca100507677db721e Mon Sep 17 00:00:00 2001 From: SunHB2113 Date: Sun, 30 Nov 2025 23:04:43 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 21b817f..1432e8a 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,8 @@ Usage of withdrawer: -dfg-address string Custom network DisputeGameFactory address (only for networks that support fault proofs) ``` +Below are a few commonly used flags and when to use them: + +- `-fault-proofs`: Enables the fault proofs withdrawal flow. Use this only on networks that support fault proofs (for example, Base Sepolia after the fault proofs upgrade). +- `-l2-rpc`: Overrides the default L2 RPC URL if you are running against a custom endpoint (for example, a self-hosted Base node). +- `-dfg-address`: Sets a custom DisputeGameFactory address. This is only required for networks that support fault proofs and custom fault proof deployments.