Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
barraguda opened this issue Jun 3, 2024 · 0 comments
Open

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

barraguda opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@barraguda
Copy link
Contributor

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

@barraguda barraguda added the bug Something isn't working label Jun 3, 2024
@barraguda barraguda self-assigned this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant