foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
7.86k stars 1.56k forks source link

Foundry book or foundry.toml updated with the latest support for cancun #8260

Open KuwaTakushi opened 5 days ago

KuwaTakushi commented 5 days ago

Component

Forge, Foundryup

Describe the feature you would like

I haven't found a full tutorial or guide on how cancun is set up in Foundry book or anywhere. Even though I know how to configure it in foundry.toml, I get some unsupported errors when I pull it using forge build or forge install and I'm confused.

Additional context

No response

KuwaTakushi commented 5 days ago

image image

mattsse commented 5 days ago

you likely have an outdated forge.

please include the forge --version in the issue as requested

KuwaTakushi commented 3 days ago

forge 0.2.0 (5b7e4cb 2023-12-02T00:21:00.501921838Z) Maybe my forge version is too old? I'll try to update it.