We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e724fc5 commit b10dc72Copy full SHA for b10dc72
docs/3. Verification/1.howToVerify.mdx
@@ -32,7 +32,7 @@ forge create --rpc-url <your_rpc_url> \
32
src/MyToken.sol:MyToken \
33
--verify \
34
--verification-provider sourcify
35
- --verifier-url https://localhost:5555 # optional, defaults to https://sourcify.dev
+ --verifier-url https://localhost:5555 # optional, defaults to https://sourcify.dev/server/
36
```
37
38
Verify an already deployed (and compiled) contract
@@ -42,7 +42,7 @@ forge verify-contract 0x55f7d4279CE387067f12561e7E0c194f5186cFba \
42
43
--chain-id 11155111 \
44
--verifier sourcify
45
46
47
48
Check if a contract is verified
0 commit comments