Alvin Shern

Results 6 comments of Alvin Shern

same problem here. noticed it happening with specific rpcs but can't really reproduce it.

Would like to bump this issue and see it get fixed.

@fvictorio thanks for the response. I haven't quite isolated the cause but I have observed that calling `hardhat_reset` with an RPC that is down (which happens quite often) might render...

Would really like to be able to fork chains like arbitrum with the introduction of arbitrum nitro.

looks great. works with hardhat_reset. ``` await hre.network.provider.request({ method: 'hardhat_reset', params: [ { forking: { jsonRpcUrl: rpc, enabled: true, ignoreUnknownTxType: true, }, }, ], }) ```