From f00bbfff5f408e386d11d59648b3d2a59ee0b518 Mon Sep 17 00:00:00 2001 From: SaladSinger Date: Mon, 1 Dec 2025 00:17:25 +0300 Subject: [PATCH] docs(flags): explain custom network usage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21b817f..bc6a3b3 100644 --- a/README.md +++ b/README.md @@ -170,3 +170,4 @@ Usage of withdrawer: -dfg-address string Custom network DisputeGameFactory address (only for networks that support fault proofs) ``` +These custom network flags are useful when interacting with non-standard environments, such as local devnets, forks, or test deployments where the default RPC endpoints and contract addresses differ from mainnet or public testnets.