Skip to content

Commit

Permalink
Merge pull request #53 from pawurb/artifacts_foundry
Browse files Browse the repository at this point in the history
Add info how to generate artifact file
  • Loading branch information
DaniPopes authored Sep 26, 2024
2 parents 5243419 + 8d7b308 commit 0671228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/highlights/the-sol!-procedural-macro.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sol! {
}
```

Or provide a path to a Solidity file:
Or provide a path to a Solidity artifact file generated with [`forge build` command](https://book.getfoundry.sh/reference/forge/forge-build):

```rust,ignore
sol!(
Expand Down

0 comments on commit 0671228

Please sign in to comment.