-
For example if I enter `getNamedAccounts` in the search box on https://hardhat.org/, I get no matches:
![image](https://user-images.githubusercontent.com/100738/129482940-7da124eb-b485-49c1-a900-50…
-
This is a documentation bug specific to https://hardhat.org/plugins/hardhat-deploy.html - at the top of that plugin's documentation you will see a table of contents. But clicking on many of the items…
-
I'm working on a new version of the `hardhat-ethers` plugin and I want to make sure that it works well with typechain. From what I can see, typechain's hardhat plugin hasn't been updated yet (which ma…
-
I'm wondering if there is any interest / talk about making a version of this upgrades plugin that supports `viem`, mainly in regards to the `deployProxy` and `upgradeProxy` methods. I use hardhat and …
-
I am getting this error while trying to run `hardhat test:jest` on windows.
```
C:\repos\myProject\contracts>npr contracts:jest
> contracts@0.1.0 contracts:jest
> hardhat test:jest --no-compil…
ackvf updated
2 years ago
-
The hardhat-chai-matchers plugin is currently only compatible with hardhat-ethers. This issue aims to see if there's interest in making it work with hardhat-viem and other Ethereum libraries. Please u…
-
Hello,
I am trying to deploy [`safe-contracts`](https://github.com/safe-global/safe-smart-account) which uses `deterministicDeployment` in its [scripts](https://github.com/safe-global/safe-smart-ac…
-
I'm trying to use jest on all my packages in my monorepo. Thank you for creating this plugin!
Using this plugin I was able to make the tests work with hardhat. The issue I found is that when using …
-
### Repro Steps
1. Clone this repo: https://github.com/tablelandnetwork/evm-tableland
2. Check out branch: `dtb/fil-verification`
3. Install: `npm install`
4. Build: `npm run build`
5. Try to ver…
-
Is there some way to still access the native hardhat calls using this plugin?
I really like how this cleanly integrates into hardhat and replaces the compilation pipeline with forge and hardhat nod…