From bca6ab812a438f4113ab3cb18d3b92e3ed59a81e Mon Sep 17 00:00:00 2001 From: kopy-kat Date: Sat, 19 Oct 2024 17:37:14 +0800 Subject: [PATCH] chore: fix typo --- foundry.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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