Skip to content

Commit

Permalink
fic
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Mar 10, 2025
1 parent ae164c5 commit 2545a16
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions aderyn/templates/aderyn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ root = "."
# exclude = ["src/counters/Counter.sol", "src/others/"]
# exclude = ["/interfaces/"]

# NOTE: (advanced use case)
# Remappings used for compiling the contracts.
# It can be specified in `remappings.txt` within the root folder of the project.
# If not specified, Aderyn will try to derive the values from foundry.toml (if present.)
# That would be the result of calling `foundry remappings`
# Example:
# remappings = ["@oz/contracts=lib/openzeppelin-contracts/contracts"]

# Environment variables that would help aderyn detect src, etc.
# Environment
# These are ususally all the FOUNDRY_, DAPP_ environment variables that are used during development.
# For example, if different profiles have different `src` declaration in `foundry.toml`, FOUNDRY_PROFILE can dictate the correct `src` value.

[env]
# FOUNDRY_PROFILE = "profile_name"
# Example:
# FOUNDRY_PROFILE = "default"

0 comments on commit 2545a16

Please sign in to comment.