edr
edr copied to clipboard
No known hardfork for execution on historical block
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