kinode-dao / kit

Development toolkit for Kinode OS
Apache License 2.0
11 stars 2 forks source link

bug: kit chain mismatch with kit boot-fake-node #170

Open bitful-pannul opened 4 months ago

bitful-pannul commented 4 months ago

Describe the bug

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