You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When just running a simple test that reads simple data (i.e. executing "getReserves()" on some random pair)
I get:
ProviderError: No known hardfork for execution on historical block 44805643 (relative to fork block number 44805643). The node was not configured with a hardfork activation history.
Create a simple test, that's using hardhat.provider
the network should be BSC, RPC can be: https://bsc-rpc.publicnode.com
choose some pair, and call "getReserves"
Search terms
No response
The text was updated successfully, but these errors were encountered:
Version of Hardhat
^2.22.17
What happened?
When just running a simple test that reads simple data (i.e. executing "getReserves()" on some random pair)
I get:
ProviderError: No known hardfork for execution on historical block 44805643 (relative to fork block number 44805643). The node was not configured with a hardfork activation history.
The issue is "solved" when downgrading to [email protected]
Minimal reproduction steps
Create a simple test, that's using hardhat.provider
the network should be BSC, RPC can be: https://bsc-rpc.publicnode.com
choose some pair, and call "getReserves"
Search terms
No response
The text was updated successfully, but these errors were encountered: