Skip to content

Commit

Permalink
add link to ethers overrides
Browse files Browse the repository at this point in the history
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
  • Loading branch information
feuGeneA and fvictorio authored Mar 14, 2022
1 parent 25dcefe commit 71d1636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ If you are connecting to a Hardhat node using a `WebSocketProvider`, events shou

### Gas transaction parameters in `hardhat.config` are not used

When using this plugin, the `gas`, `gasPrice` and `gasMultiplier` parameters from your `hardhat.config` are not automatically applied to transactions. In order to provide such values to your transactions, specify them as overrides on the transaction itself.
When using this plugin, the `gas`, `gasPrice` and `gasMultiplier` parameters from your `hardhat.config` are not automatically applied to transactions. In order to provide such values to your transactions, specify them as [overrides](https://docs.ethers.io/v5/single-page/#/v5/api/contract/contract/-%23-contract-functionsSend) on the transaction itself.

0 comments on commit 71d1636

Please sign in to comment.