From 68183172476a1449490bf6185b83ceb4a3169c35 Mon Sep 17 00:00:00 2001 From: turupawn Date: Tue, 17 Oct 2023 19:49:44 +0700 Subject: [PATCH] fixed foundry verification --- .../docs/en/developers/verifying-smart-contracts.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/verifying-smart-contracts.mdx b/src/content/docs/en/developers/verifying-smart-contracts.mdx index 96cf78f82..1f0c3c03f 100644 --- a/src/content/docs/en/developers/verifying-smart-contracts.mdx +++ b/src/content/docs/en/developers/verifying-smart-contracts.mdx @@ -84,5 +84,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 --verifier blockscout +forge verify-contract : --chain-id 534351 --verifier-url https://sepolia-blockscout.scroll.io/api\? --verifier blockscout ``` + +