Skip to content

Commit

Permalink
Update crates/forge/bin/cmd/create.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Rodríguez <[email protected]>
  • Loading branch information
nbaztec and elfedy authored Jul 10, 2024
1 parent 06dcf4f commit a7a2565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/bin/cmd/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl CreateArgs {
// TODO: This can probably be optimized by defining the proper
// deserializers on compilers but metadata is given as a stringified json
// and JsonAbi is complaining about not supporting serde_json::from_reader
// so there is some serde handling neded
// so there is some serde handling needed
let metadata = metadata.unwrap();
let solc_metadata_value = metadata
.get("solc_metadata")
Expand Down

0 comments on commit a7a2565

Please sign in to comment.