Skip to content

Commit

Permalink
expand configuration section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Dec 30, 2022
1 parent f6a9f9e commit 97d251b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,13 @@ Arguments that are storage pointers are replaced with an integer that is used as

## Configuration

The prefix can be configured in your Hardhat config. For example, to use the `X`/`x` prefix
Include an `exposed` field in your Hardhat config.

```
exposed: { prefix: 'x' },
exposed: {
include?: string[] = ['**/*'],
exclude?: string[] = [],
outDir?: string = 'contracts-exposed',
prefix?: string = '$',
},
```

0 comments on commit 97d251b

Please sign in to comment.