-
I want my proxy admin to have ETH for a niche usecase - how can I make this happen? I assume I have to use custom proxy, but I'm wondering if there is a way via Hardhat.
Thanks,
August.
-
If you verify a contract programmatically and the contract is already verified, you'll get this horrible monstrosity of an output:
```
Successfully submitted source code for contract
contracts/Si…
-
## Problem
I was following https://wiki.polygon.technology/docs/zkevm/step3-fullzkevm/ and deployed the full zkEVM but I see `zkevm-bridge-service` exit with code 1.
## Root Cause Analysis
By…
-
err log
```
yarn run v1.22.19
$ yarn lerna run build
$ /data/optimism/code/optimism/node_modules/.bin/lerna run build
lerna notice cli v4.0.0
lerna info versioning independent
lerna info Execut…
-
### Environment information
- `ape` and plugin versions:
Installed Plugins:
infura 0.6.1
vyper 0.6.4
hardhat 0.6.4
```
$ ape --version
0.6.8
$ ape plugins list
Ins…
-
We are working on adding some support for using ES Modules in Hardhat projects. We can't provide **full** support yet because Hardhat's plugin system relies on plugins being loaded synchronously, in t…
-
### Describe the feature
It seems that even though ganache by itself does support getProof, the `@nomiclabs/hardhat-ganache` plugin does not support eth_getProof.
Maybe it needs to be updated? Tha…
-
When you mix hardhat & foundry into one project (e.g. to create advanced, JS backed test cases) , the plugin fails to index the dependency files correctly. Here's our "internal" discussion on this is…
-
Type: Bug
Opening any dropdown menu intermittently starts as a black box. Scrolling over it restores it and I can see all of the options.
VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e…
-
Hi, I'm trying to debug failed transactions from a local ganache network with a dapp that has been built using hardhat.
After checking out [this repo](https://github.com/gnosis/gp-v2-contracts) & a…