Skip to content

Commit

Permalink
add note about forcing compilation on first install
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jun 7, 2021
1 parent 043f526 commit d16ac0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Add to `hardhat.config.js`:
require('hardhat-exposed');
```

Note: After setting up for the first time, you may need to recompile with `hardhat compile --force` once.

## Usage

The plugin will create "exposed" versions of your contracts that will be prefixed with an `X`, and its internal functions will be exposed as external functions with an `x` prefix.
Expand Down

0 comments on commit d16ac0e

Please sign in to comment.