Skip to content

Commit 6dc1b4a

Browse files
authored
chore(config): rm dapptools method (#11527)
Unused.
1 parent 4ff8256 commit 6dc1b4a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

crates/config/src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,16 +1689,6 @@ impl Config {
16891689
}
16901690
}
16911691

1692-
/// Returns the default config that uses dapptools style paths
1693-
pub fn dapptools() -> Self {
1694-
Self {
1695-
chain: Some(Chain::from_id(99)),
1696-
block_timestamp: U256::ZERO,
1697-
block_number: U256::ZERO,
1698-
..Self::default()
1699-
}
1700-
}
1701-
17021692
/// Extracts a basic subset of the config, used for initialisations.
17031693
///
17041694
/// # Example

0 commit comments

Comments
 (0)