Skip to content

Commit

Permalink
Fix Imprint (#996)
Browse files Browse the repository at this point in the history
* Imprint

* Update src/reference/forge/forge-verify-contract.md

---------

Co-authored-by: evalir <[email protected]>
  • Loading branch information
RND332 and Evalir authored Aug 30, 2023
1 parent c1a4b64 commit 79ac1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/forge/forge-verify-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ you can specify a file containing **space-separated** constructor arguments with
ForgeUSD FUSD 18 1000000000000000000000
```

5. Verify a contract with Blockscout right after deployment (make sure you add "/api\?" to the end of the Blockscout homepage explorer URL):
5. Verify a contract with Blockscout right after deployment (make sure you add "/api?" to the end of the Blockscout homepage explorer URL):
```sh
forge create --rpc-url <rpc_https_endpoint> --private-key $devTestnetPrivateKey src/Contract.sol:SimpleStorage --verify --verifier blockscout --verifier-url <blockscout_homepage_explorer_url>/api\?
forge create --rpc-url <rpc_https_endpoint> --private-key $devTestnetPrivateKey src/Contract.sol:SimpleStorage --verify --verifier blockscout --verifier-url <blockscout_homepage_explorer_url>/api?
```

### SEE ALSO
Expand Down

0 comments on commit 79ac1e6

Please sign in to comment.