-
We only accept numbers as values for `blockGasLimit`. There are two issues here.
The first one is related to big values. Setting the block gas limit to `0x2fffffffffffff` throws this error when sta…
-
In the past we've used a large spreadsheet for each deploy. However, we've now moved many of the steps out of being run only at deploy time and into the CI system.
I'd love your review and addition…
-
- [ ] must be present in /scripts/deploy.js
- [ ] we must set all the network configs in hardhat.config.ts
-
Vertigo showing this error when run with Hardhat. Can someone help me to solve this issue?
-
#### Description
The Axelar team is encountering an issue where they are expecting a revert message to be a string but it is coming back encoded. Below are the details of the scenario:
- **Transa…
-
As we review Hardhat v3 (branch v-next), we have some concerns about its modularity. In Hardhat v2, accessing internal components—like dependency graphs, source names, and other elements—was straightf…
-
**Is your feature request related to a problem? Please describe.**
When developing SC in Massa, it is difficult to evaluate the gas cost of a given method. While we have access to the gas cost of eac…
-
I'm usign sepolia as test net but im getting this error.
Here my main.tsx
```js
import React from 'react'
import ReactDOM from 'react-dom/client'
import { BrowserRouter as Router } from 'react-…
-
### Summary
There seems to be an implicit dependency between test suites because whether they fail or not depends on their order. In particular `_ConstantProduct.test.ts` fails if you run `Router.tes…
-
When executing the following in Hardhat console for confirm the balance of the owner of tokens in L1:
```
await ERC721.connect(deployer).balanceOf(deployer.address)
```
There is the following er…