diff --git a/foundry.toml b/foundry.toml index cf47c75..4cfb746 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,5 +1,5 @@ [profile.default] -emv_version = "paris" +evm_version = "paris" src = "src" out = "out" script = "script" @@ -18,4 +18,4 @@ multiline_func_header = "all" number_underscore = "thousands" quote_style = "double" tab_width = 4 -wrap_comments = true \ No newline at end of file +wrap_comments = true