File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/content/docs/en/developers Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -84,5 +84,9 @@ npx hardhat verify --network scrollSepolia 0xD9880690bd717189cC3Fbe7B9020F27fae7
8484When using Foundry, the ` verify-contract ` helps automate the process of verifying contracts.
8585
8686``` bash
87- forge verify-contract < Contract Address> < Space separated params> < Solidity file> :< Contract name> --chain-id 534351 --verifier-url < https://sepolia-blockscout.scroll.io/api> --verifier blockscout
87+ forge verify-contract < Contract Address> < Space separated params> < Solidity file> :< Contract name> --chain-id 534351 --verifier-url https://sepolia-blockscout.scroll.io/api\? --verifier blockscout
8888```
89+
90+ <Aside type = " danger" title = " Warning" >
91+ Notice we add ` \? ` at the end of the verifier URL or otherwise verification would fail. (Last tested on forge v0.2.0).
92+ </Aside >
You can’t perform that action at this time.
0 commit comments