Skip to content

Commit

Permalink
Merge branch 'nish-fix-upstream-create' of github.com:matter-labs/fou…
Browse files Browse the repository at this point in the history
…ndry-zksync into nish-fix-upstream-create
  • Loading branch information
nbaztec committed Jul 10, 2024
2 parents 0b0d32e + a7a2565 commit 6ee5879
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 6ee5879

Please sign in to comment.