Replies: 1 comment 1 reply
-
This is my understanding. You can see that forge imports its EVM backend here, and if you look at the forge/Cargo.toml you'll see this resolves to the evm crate in this workspace. Finally, if you look there, it seems like its mostly just a wrapper around |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the EVM against which tests are run when users run the
forge test
command?forge test --help
does not specify this:Nor I could find any information about this in the README.
Beta Was this translation helpful? Give feedback.
All reactions