diff --git a/evm/DEPLOYMENTS.md b/evm/DEPLOYMENTS.md index 8fc7f79..2ad7fed 100644 --- a/evm/DEPLOYMENTS.md +++ b/evm/DEPLOYMENTS.md @@ -12,7 +12,7 @@ Commit Hash: ```sh evm (main)$ git rev-parse HEAD -03b5c83a20060bd0d339e3dfdc5efa60d44423f3 +a85f445dca1e9a3a6ed1d4912dc4826c0ce5e10f evm (main)$ ``` @@ -48,7 +48,7 @@ If you wish to verify that the bytecode built locally matches what is deployed o ``` -forge verify-bytecode Executor --rpc-url --verifier-api-key --constructor-args +forge verify-bytecode Executor --rpc-url --verifier-api-key ```