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
# Environment variables that would help aderyn detect src, etc.
45
-
# In a medium sized foundry project, the profile can determine the values to be read from `foundry.toml`. For example, if different profiles have different src declaration in `foundry.toml`, these env variables can help decide which ones to read.
39
+
# Remappings
40
+
# - It can be specified in `remappings.txt` within the root folder of the project.
41
+
# - If not specified, Aderyn will try to derive the values from foundry.toml (if present.)
42
+
43
+
# Environment
44
+
# - These are ususally all the FOUNDRY_, DAPP_ environment variables that are used during development.
45
+
# - For example, if different profiles have different `src` declaration in `foundry.toml`, FOUNDRY_PROFILE can dictate the correct `src` value.
46
+
# Env variables and their values can be specified below.
0 commit comments