Franco Victorio
Franco Victorio
> can you please expand on the way to set chainId from commandline? Sure. In your Hardhat config you do something like this: ``` chainId: Number(process.env.HARDHAT_CHAIN_ID) ``` And then you...
@joyious `localhost` is the network running in `localhost:8545`, so the behavior depends on whatever you are running in that port. Do you mean that you are starting a `npx hardhat...
@joyious I will need more precise reproduction steps. What transaction are you running? If you can create a minimal repo that I can just clone and run some commands to...
Hey @joyious, thanks for the reproduction repo and sorry for not getting back to you sooner. I can confirm this happens. This is what I've seen so far: - If...
@sisco0 you've seem to have fixed something in the reproduction example, but the problem has to be in Hardhat: even if the test is wrong, the fact that the results...
@CodeForcer if I understand this correctly, you want the hardhat network to emit a block that is already mined in the mainnet. If that's the case, I think a slightly...
> but that's really straying from HH and documenting other projects in your docs, which I appreciate you may not want to do. I don't think it would hurt at...
@alcuadrado this looks good to me. Do you want to take a look?
Hmm, this might need some changes to the Hardhat config loading logic.
Merging this to the `esm` feature branch, because I think these PRs will be easier to review and test together.