Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 696 Bytes

forge-verify-check.md

File metadata and controls

29 lines (16 loc) · 696 Bytes

forge verify-check

NAME

forge-verify-check - Check verification status on Etherscan.

SYNOPSIS

forge verify-check [options] guid [etherscan_key]

DESCRIPTION

Check verification status on Etherscan.

You must provide an Etherscan API key, either by passing it as an argument or setting ETHERSCAN_API_KEY

OPTIONS

Verify Contract Options

--chain chain
    The chain ID the contract is deployed to (either a number or a chain name).
    Default: mainnet

{{#include common-options.md}}

SEE ALSO

forge, forge create, forge verify-contract