Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 5, 2024
1 parent fbb4537 commit 8c6fa3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To change them, you can open `~/.aztec/docker-compose.sandbox.yml` and edit them
**Sandbox**

```sh
LOG_LEVEL=debug # Options are 'fatal', 'error', 'warn', 'info', 'verbose'debug', 'trace'
LOG_LEVEL=debug # Options are 'fatal', 'error', 'warn', 'info', 'verbose', 'debug', 'trace'
HOST_WORKDIR='${PWD}' # The location to store log outputs. Will use ~/.aztec where the docker-compose.yml file is stored by default.
ETHEREUM_HOST=http://ethereum:8545 # The Ethereum JSON RPC URL. We use an anvil instance that runs in parallel to the sandbox on docker by default.
L1_CHAIN_ID=31337 # The Chain ID that the Ethereum host is using.
Expand Down

0 comments on commit 8c6fa3f

Please sign in to comment.