Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forge(verify): OKLink support #7586

Closed
wants to merge 17 commits into from
3 changes: 2 additions & 1 deletion crates/verify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub mod provider;
use provider::VerificationProvider;

pub mod bytecode;
mod oklink;
pub mod retry;
mod sourcify;

Expand Down Expand Up @@ -238,7 +239,7 @@ pub struct VerifyCheckArgs {
/// The verification ID.
///
/// For Etherscan - Submission GUID.
///
/// For Oklink - Submission GUID
/// For Sourcify - Contract Address.
id: String,

Expand Down