diff --git a/src/supported-commands/README.md b/src/supported-commands/README.md index 83b1c667a..6a31b73c3 100644 --- a/src/supported-commands/README.md +++ b/src/supported-commands/README.md @@ -46,7 +46,7 @@ This is a comprehensive review of all the Foundry commands actually supported in | forge tree | ✅ Supported | Displays the dependency tree of the project, showing how contracts and libraries are interconnected. | | forge update | ✅ Supported | Updates the project's dependencies to their latest versions, ensuring everything is up-to-date. | | forge verify-bytecode | ❌ Not Supported | Verifies that a deployed contract's bytecode matches the expected source code, ensuring it hasn't been tampered with. | -| forge verify-check | ❌ Not Supported | Checks the verification status of a contract on a blockchain explorer like Etherscan, confirming that it has been successfully verified. | +| forge verify-check | ✅ Supported | Checks the contract's verification status on either the ZKsync block explorer (using `--verifier`) or Etherscan, confirming successful verification. | | forge verify-contract | ✅ Supported | Verifies a deployed contract on Etherscan, ensuring it matches the source code. | | cast 4byte | ✅ Supported | Fetches function signatures from the 4byte.directory by their selector. | | cast 4byte-decode | ✅ Supported | Decodes a given 4-byte selector into its associated function signature. |