Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Oct 2, 2024
1 parent 9cabf9e commit de3076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-solpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install it, run `npx hardhat compile` and solc will compile the solpp generated

## Configuration

This plugin can by configured by setting a `solpp` entry in `hardhat.config.js`. Its options are:
This plugin can be configured by setting a `solpp` entry in `hardhat.config.js`. Its options are:

- `defs`: is an object where each property is the symbol's name and its value is the actual definition. Definitions can be numbers, string, expressions, lists, or functions. For more detail about symbols you can check [solpp README](https://github.com/merklejerk/solpp).
- `cwd: string`: directory where the contracts are located, it will be used for flattening purposes, by default it will be the project's source directory.
Expand Down

0 comments on commit de3076a

Please sign in to comment.