diff --git a/src/content/docs/en/developers/verifying-smart-contracts.mdx b/src/content/docs/en/developers/verifying-smart-contracts.mdx index 8a3edfc6b..400d78f22 100644 --- a/src/content/docs/en/developers/verifying-smart-contracts.mdx +++ b/src/content/docs/en/developers/verifying-smart-contracts.mdx @@ -91,5 +91,9 @@ npx hardhat verify --network scrollSepolia 0xD9880690bd717189cC3Fbe7B9020F27fae7 When using Foundry, the `verify-contract` helps automate the process of verifying contracts. ```bash -forge verify-contract : --chain-id 534351 --verifier-url https://sepolia-blockscout.scroll.io/api --verifier blockscout +forge verify-contract : --chain-id 534351 --verifier-url https://sepolia-blockscout.scroll.io/api\? --verifier blockscout ``` + +