edr icon indicating copy to clipboard operation
edr copied to clipboard

No known hardfork for execution on historical block

Open MarcBickel opened this issue 9 months ago • 14 comments

Version of Hardhat

2.22.3

What happened?

Forked arbitrum sepolia with npx hardhat node, when trying to run a typescript script that calls any function on-chain (even simple view function), I get the error ProviderError: No known hardfork for execution on historical block 42324641 (relative to fork block number 42324641). The node was not configured with a hardfork activation history.

The block number is the block at which the chain has been forked I believe (didn't specify so should be latest).

Minimal reproduction steps

Fork arbitrum sepolia with npx hardhat node with an alchemy endpoint.

Search terms

No response

MarcBickel avatar May 09 '24 19:05 MarcBickel