Skip to content

Commit

Permalink
fix missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed Nov 6, 2023
1 parent d1203da commit 2018882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2. Running Sourcify/1-Running Locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ First you need to provide which chains to monitor in a json file.

Infura and Alchemy keys must be formatted as above in `{}`

See [chains.json](./chains.json) for a full example and to see which chains we monitor ourselves. You can also use the [chainid.network/chains.json](https://chainid.network/chains.json) to find chains.
See `./chains.json` for a full example and to see which chains we monitor ourselves. You can also use the [chainid.network/chains.json](https://chainid.network/chains.json) to find chains.

#### Monitor Config

Optionally you can pass a monitor config in a `config.json` file. If you don't, the [default config](src/defaultConfig.js) will be used. If you leave any field blank, it will be filled with the default config.
Optionally you can pass a monitor config in a `config.json` file. If you don't, the default config `src/defaultConfig.js` will be used. If you leave any field blank, it will be filled with the default config.

The structure of the file is as such:

Expand Down

0 comments on commit 2018882

Please sign in to comment.