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
2024-06-03T02:09:10.874992Z ERROR foundry_evm_core::fork::init: It looks like you're trying to fork from an older block with a non-archive node which is not supported. Please try to change your RPC url to an archive node if the issue persists.
Error:
Could not instantiate forked environment with fork url: http://localhost:8545
Context:
- Failed to get block for block number: 12
latest block number: 12
To Reproduce
Run kit chain in a terminal, go into the /contracts folder here and run forge script --rpc-url http://localhost:8545 script/Deploy.s.sol --broadcast Expected behavior
Deploys fine, if you use kit f instead of kit c
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Run
kit chain
in a terminal, go into the /contracts folder here and runforge script --rpc-url http://localhost:8545 script/Deploy.s.sol --broadcast
Expected behavior
Deploys fine, if you use kit f instead of kit c
The text was updated successfully, but these errors were encountered: