-
- Add hardhat plugins via cli
- Add the plugins in hardhat.config or find a other way to inject them
- copy old hardhat.config and inject plugin requirement
-
I have a problem with hardhat testing contracts on the sapphire network.
I can't change the state of the already deployed smart contract with a combination when to use or when not to use `sapphire.w…
-
This is the tracking issue for having full support for [solc's IR-based code generation](https://docs.soliditylang.org/en/latest/ir-breaking-changes.html#).
We have already released a beta version …
-
I have the following on one of my scripts:
```
import { latest } from "@nomicfoundation/hardhat-network-helpers/dist/src/helpers/time";
import { BigNumber } from "ethers";
import { ethers } from…
-
I have local ganache instance and local graph instance and deploy via hardhat ethers.
And problem that `update` subtasks try get abi from `https://api-localhost.etherscan` and i cant specify local…
-
Proposal: when compiling the contracts, hardhat should look for the path alias defined in remappings.txt, and replace the path as defined in the solidity [docs](https://docs.soliditylang.org/en/v0.8.1…
-
Hello and thanks for the great work.
And I tried to test it. I deployed two contracts (ERC721WithContractWideRoyalties.sol and ERC721WithRoyalties.sol) and there were no errors with it. But test open…
-
Hi
After attempting to update this package, it encountered conflicts with the latest releases of Axios i use in my monorepo packages, which necessitated a difficult downgrade.
![image](https://git…
-
I'm having a simple hardhat project. I'm using the instructions from this issue https://github.com/wighawag/hardhat-deploy-ethers/issues/1 to circumvent the error `'getContract' function does not exis…
-
verify error, I have a project, first use forge to build the project, and then use hardhat to deploy the verification contract.
After verification many times, it keeps prompting that the contract byt…