From 1e0deb6a9d031f3544a0953e2528423102b87b8f Mon Sep 17 00:00:00 2001 From: GiovanniTorrisi-ChainSecurity Date: Thu, 17 Jul 2025 13:51:56 +0200 Subject: [PATCH] Fix incorrect default configuration path in docs --- README.md | 2 +- docs/config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11eedc77..28612ecd 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ docker run --rm -v $PWD:/home/dv/shared -it ghcr.io/chainsecurity/deployment_val ## Configuration -Before `dv` can be used for validation and/or DVF creation, a configuration file has to be created. `dv` searches for the file in `~/.dvf_config.json` by default. +Before `dv` can be used for validation and/or DVF creation, a configuration file has to be created. `dv` searches for the file in `~/.dv_config.json` by default. If you want to store the file at a different location, the `--config` parameter has to be used any time you run `dv`: ``` diff --git a/docs/config.md b/docs/config.md index fd980bcb..30944a7f 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1,7 +1,7 @@ # Configuration File The configuration file is a JSON file that stores information used to generate dvf files; this includes parameters like RPC URLs, API keys, and trusted signers. -When running the `dvf` command, the default configuration file is expected at `$HOME/.dvf_config.json`. Otherwise, its path can be specified using the `-c` option. +When running the `dvf` command, the default configuration file is expected at `$HOME/.dv_config.json`. Otherwise, its path can be specified using the `-c` option. | Field | Description | | --- | --- |