Skip to content

Commit

Permalink
chore(config): move providers into module
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 2, 2024
1 parent d4e91c8 commit 7d525e2
Show file tree
Hide file tree
Showing 5 changed files with 680 additions and 666 deletions.
3 changes: 1 addition & 2 deletions crates/cli/src/opts/build/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ use foundry_config::{
Figment, Metadata, Profile, Provider,
},
filter::SkipBuildFilter,
providers::remappings::Remappings,
Config,
Config, Remappings,
};
use serde::Serialize;
use std::path::PathBuf;
Expand Down
Loading

0 comments on commit 7d525e2

Please sign in to comment.