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
Creating a new project with cargo prove new --bare myproject generates template files that seem to have EVM stuff. the script/src/bin directory contains an evm.rs, and Cargo.toml has alloy-sol-types as a dependency
The text was updated successfully, but these errors were encountered:
Component
cargo prove CLI/sp1up
Have you ensured that all of these are up to date?
What version of SP1 SDK are you on?
No response
What version of the cargo prove CLI are you on?
cargo-prove sp1 (3917e90 2024-12-04T00:40:40.640074686Z)
Operating System
Linux (Ubuntu)
Describe the bug
Creating a new project with
cargo prove new --bare myproject
generates template files that seem to have EVM stuff. thescript/src/bin
directory contains anevm.rs
, andCargo.toml
hasalloy-sol-types
as a dependencyThe text was updated successfully, but these errors were encountered: