Skip to content

Commit

Permalink
chore: rm unused type (#6921)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jan 27, 2024
1 parent 2249e07 commit 4a36f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/config/src/etherscan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ use std::{
time::Duration,
};

#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct MaybeEtherscanApiKey(pub Option<String>);

/// The user agent to use when querying the etherscan API.
pub const ETHERSCAN_USER_AGENT: &str = concat!("foundry/", env!("CARGO_PKG_VERSION"));

Expand Down

0 comments on commit 4a36f53

Please sign in to comment.