Skip to content

Commit

Permalink
forge bind-json
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Jul 4, 2024
1 parent c0e4c01 commit c121924
Show file tree
Hide file tree
Showing 6 changed files with 476 additions and 6 deletions.
8 changes: 6 additions & 2 deletions crates/common/src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ use comfy_table::{presets::ASCII_MARKDOWN, Attribute, Cell, CellAlignment, Color
use eyre::{Context, Result};
use foundry_block_explorers::contract::Metadata;
use foundry_compilers::{
artifacts::{remappings::Remapping, BytecodeObject, ContractBytecodeSome, Libraries, Source},
artifacts::{
output_selection::OutputSelection, remappings::Remapping, BytecodeObject,
ContractBytecodeSome, Libraries, Source, SourceUnit,
},
compilers::{
multi::MultiCompilerLanguage,
solc::{Solc, SolcCompiler},
Compiler,
},
report::{BasicStdoutReporter, NoReporter, Report},
Artifact, Project, ProjectBuilder, ProjectCompileOutput, ProjectPathsConfig, SolcConfig,
Artifact, CompilerSettings, Project, ProjectBuilder, ProjectCompileOutput, ProjectPathsConfig,
SolcConfig,
};
use foundry_linking::Linker;
use num_format::{Locale, ToFormattedString};
Expand Down
Loading

0 comments on commit c121924

Please sign in to comment.