Skip to content

Commit 4dc9467

Browse files
authored
docs: add note about evm_version (#8369)
1 parent 7cb51ec commit 4dc9467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/forge/bin/cmd/clone.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ impl CloneArgs {
288288
/// It will update the following fields:
289289
/// - `auto_detect_solc` to `false`
290290
/// - `solc_version` to the value from the metadata
291-
/// - `evm_version` to the value from the metadata
291+
/// - `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.
292293
/// - `via_ir` to the value from the metadata
293294
/// - `libraries` to the value from the metadata
294295
/// - `metadata` to the value from the metadata

0 commit comments

Comments
 (0)