From 6b0b5b0f04c06b34f67187eb303404fda1f18f11 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:32:48 +0300 Subject: [PATCH] docs: typo fix Update README.md --- op-defender/psp_executor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-defender/psp_executor/README.md b/op-defender/psp_executor/README.md index b186470..27677a8 100644 --- a/op-defender/psp_executor/README.md +++ b/op-defender/psp_executor/README.md @@ -30,7 +30,7 @@ Explanation of the options: | Argument | Value | Explanation | | ---------------------------- | ------------------------------------------ | ------------------------------------ | | `--privatekey` | 2a[..]c6 | Private key for transaction signing | -| `--safe.address` | 0x837DE453AD5F21E89771e3c06239d8236c0EFd5E | Address of the Safe contract that presigned the transation| +| `--safe.address` | 0x837DE453AD5F21E89771e3c06239d8236c0EFd5E | Address of the Safe contract that presigned the transaction| | `--path` | /tmp/psps.json | Path to JSON file containing PSPs | | `--chainid` | 11155111 | Chain ID for the network | | `--superchainconfig.address` | 0xC2Be75506d5724086DEB7245bd260Cc9753911Be | Address of SuperchainConfig contract |