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 @@ -91,5 +91,9 @@ npx hardhat verify --network scrollSepolia 0xD9880690bd717189cC3Fbe7B9020F27fae7
91
91
When using Foundry, the ` verify-contract ` helps automate the process of verifying contracts.
92
92
93
93
``` bash
94
- 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
94
+ 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
95
95
```
96
+
97
+ <Aside type = " danger" title = " Warning" >
98
+ Notice we add ` \? ` at the end of the verifier URL or otherwise verification would fail. (Last tested on forge v0.2.0).
99
+ </Aside >
You can’t perform that action at this time.
0 commit comments