Structs§
- Backwards
Compat 🔒Toml Provider - A Provider that handles breaking changes in toml files
- Dapp
EnvCompat 🔒Provider - A provider that checks for DAPP_ env vars that are named differently than FOUNDRY_
- Dapp
Hardhat 🔒DirProvider - A provider that sets the
src
andoutput
path depending on their existence. - Fallback
Profile Provider - Extracts the profile from the
profile
key and sets unset values according to the fallback provider - Forced
Snake 🔒Case Data - A Provider that ensures all keys are snake case if they’re not standalone sections, See
Config::STANDALONE_SECTIONS
- Optional
Strict 🔒Profile Provider - Extracts the profile from the
profile
key and using the original key as backup, merging values where necessary - Rename
Profile 🔒Provider - Renames a profile from
from
toto
. - Toml
File 🔒Provider - A convenience provider to retrieve a toml file. This will return an error if the env var is set but the file does not exist
- Unwrap
Profile 🔒Provider - Unwraps a profile reducing the key depth
- Wrap
Profile 🔒Provider - Wraps a profile in another profile