Skip to content

Commit b10dc72

Browse files
committed
Fix default API URL
1 parent e724fc5 commit b10dc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/3. Verification/1.howToVerify.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ forge create --rpc-url <your_rpc_url> \
3232
src/MyToken.sol:MyToken \
3333
--verify \
3434
--verification-provider sourcify
35-
--verifier-url https://localhost:5555 # optional, defaults to https://sourcify.dev
35+
--verifier-url https://localhost:5555 # optional, defaults to https://sourcify.dev/server/
3636
```
3737

3838
Verify an already deployed (and compiled) contract
@@ -42,7 +42,7 @@ forge verify-contract 0x55f7d4279CE387067f12561e7E0c194f5186cFba \
4242
src/MyToken.sol:MyToken \
4343
--chain-id 11155111 \
4444
--verifier sourcify
45-
--verifier-url https://localhost:5555 # optional, defaults to https://sourcify.dev
45+
--verifier-url https://localhost:5555 # optional, defaults to https://sourcify.dev/server/
4646
```
4747

4848
Check if a contract is verified

0 commit comments

Comments
 (0)