You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solc_remaps (Optional[Union[str, List[str]]], optional): Solc remaps. Can be a string where remap are separated with space, or list of str, or a list of. Defaults to None.
471
-
env (Optional[Dict]): Environement variable when solc is run. Defaults to None.
471
+
env (Optional[Dict]): Environment variable when solc is run. Defaults to None.
472
472
working_dir (Optional[Union[Path, str]]): Working directory when solc is run. Defaults to None.
473
473
force_legacy_json (bool): Force to use the legacy json format. Defaults to False.
474
474
@@ -607,7 +607,7 @@ def _run_solcs_path(
607
607
solc_disable_warnings (bool): If True, disable solc warnings
solc_remaps (Optional[Union[str, List[str]]], optional): Solc remaps. Can be a string where remap are separated with space, or list of str, or a list of. Defaults to None.
610
-
env (Optional[Dict]): Environement variable when solc is run. Defaults to None.
610
+
env (Optional[Dict]): Environment variable when solc is run. Defaults to None.
611
611
working_dir (Optional[Union[Path, str]], optional): Working directory when solc is run. Defaults to None.
612
612
force_legacy_json (bool): Force to use the legacy json format. Defaults to False.
613
613
@@ -697,7 +697,7 @@ def _run_solcs_env(
697
697
solc_disable_warnings (bool): If True, disable solc warnings
solc_remaps (Optional[Union[str, List[str]]], optional): Solc remaps. Can be a string where remap are separated with space, or list of str, or a list of. Defaults to None.
700
-
env (Optional[Dict], optional): Environement variable when solc is run. Defaults to None.
700
+
env (Optional[Dict], optional): Environment variable when solc is run. Defaults to None.
701
701
working_dir (Optional[Union[Path, str]], optional): Working directory when solc is run. Defaults to None.
702
702
solcs_env (Optional[List[str]]): List of solc env variable to try. Defaults to None.
703
703
force_legacy_json (bool): Force to use the legacy json format. Defaults to False.
0 commit comments