We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb51ec commit 4dc9467Copy full SHA for 4dc9467
crates/forge/bin/cmd/clone.rs
@@ -288,7 +288,8 @@ impl CloneArgs {
288
/// It will update the following fields:
289
/// - `auto_detect_solc` to `false`
290
/// - `solc_version` to the value from the metadata
291
-/// - `evm_version` to the value from the metadata
+/// - `evm_version` to the value from the metadata, if the metadata's evm_version is "Default", then
292
+/// this is derived from the solc version this contract was compiled with.
293
/// - `via_ir` to the value from the metadata
294
/// - `libraries` to the value from the metadata
295
/// - `metadata` to the value from the metadata
0 commit comments