diff --git a/.gitignore b/.gitignore index 4c3cab4..d729e9a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,8 @@ cache/ out/ -# Ignores development broadcast logs -!/broadcast -/broadcast/*/31337/ -/broadcast/**/dry-run/ +# Ignore broadcast logs +broadcast/ # Forge generated docs docs_generated/ diff --git a/script/GreenhouseScript.md b/script/GreenhouseScript.md index dbc6c90..53b4c2a 100644 --- a/script/GreenhouseScript.md +++ b/script/GreenhouseScript.md @@ -31,9 +31,7 @@ $ forge script \ ## Management -`Greenhouse` implements `chronicle-std`'s `Auth` and `Toll` modules which can be configured. - -Set the following environment variables: +The following environment variables are necessary for all management commands: - `GREENHOUSE`: The `Greenhouse` instance's address ### `IAuth::rely`