Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.