We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaf39b commit f88e705Copy full SHA for f88e705
crates/config/src/lib.rs
@@ -1689,16 +1689,6 @@ impl Config {
1689
}
1690
1691
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
-
1702
/// Extracts a basic subset of the config, used for initialisations.
1703
///
1704
/// # Example
0 commit comments